@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --color-primario-00: #f7fbf4;
    --color-primario-10: #e5f1de;
    --color-primario-20: #d3e7c6;
    --color-primario-30: #bedcab;
    --color-primario-40: #a7cf8e;
    --color-primario-50: #8dc16c;
    --color-primario-60: #6eb145;
    --color-primario-70: #589930;
    --color-primario-80: #467926;
    --color-primario-90: #294716;
    --color-secundario-00: #f8fafc;
    --color-secundario-10: #e8eef4;
    --color-secundario-20: #d8e2ed;
    --color-secundario-30: #c6d5e4;
    --color-secundario-40: #b2c6db;
    --color-secundario-50: #9cb6d1;
    --color-secundario-60: #83a3c5;
    --color-secundario-70: #648cb7;
    --color-secundario-80: #3c6fa5;
    --color-secundario-90: #013e7f;
    --color-acento-00: #fef9f3;
    --color-acento-10: #fcebda;
    --color-acento-20: #f9dcbe;
    --color-acento-30: #f7cb9f;
    --color-acento-40: #f4b87c;
    --color-acento-50: #f0a253;
    --color-acento-60: #e7892a;
    --color-acento-70: #c77524;
    --color-acento-80: #9d5d1c;
    --color-acento-90: #5c3611;
    --color-neutral-10: #eceeeb;
    --color-neutral-20: #dee2dc;
    --color-neutral-30: #cfd5cc;
    --color-neutral-40: #bfc6ba;
    --color-neutral-50: #acb6a7;
    --color-neutral-60: #97a390;
    --color-neutral-70: #7f8e76;
    --color-neutral-80: #617158;
    --color-neutral-90: #394234;
    --color-critico-10: #fbeaea;
    --color-critico-30: #f5c8c8;
    --color-critico-60: #e78383;
    --color-critico-80: #e44242;
    --color-info-60: #37a5ff;
    --color-texto-normal: #0c1804;
    --color-texto-secundario: #294716;
    --color-texto-disabled: #97a390;
    --color-primario-00-rgb: 247, 251, 244;
    --color-primario-10-rgb: 229, 241, 222;
    --color-primario-20-rgb: 211, 231, 198;
    --color-primario-30-rgb: 190, 220, 171;
    --color-primario-40-rgb: 167, 207, 142;
    --color-primario-60-rgb: 110, 177, 69;
    --color-primario-70-rgb: 88, 153, 48;
    --color-primario-80-rgb: 70, 121, 38;
    --color-primario-90-rgb: 41, 71, 22;
    --color-secundario-00-rgb: 248, 250, 252;
    --color-secundario-10-rgb: 232, 238, 244;
    --color-secundario-20-rgb: 216, 226, 237;
    --color-secundario-30-rgb: 198, 213, 228;
    --color-secundario-40-rgb: 178, 198, 219;
    --color-secundario-50-rgb: 156, 182, 209;
    --color-secundario-60-rgb: 131, 163, 197;
    --color-secundario-70-rgb: 100, 140, 183;
    --color-secundario-80-rgb: 60, 111, 165;
    --color-secundario-90-rgb: 1, 62, 127;
    --color-acento-00-rgb: 254, 249, 243;
    --color-acento-10-rgb: 252, 235, 218;
    --color-acento-20-rgb: 249, 220, 190;
    --color-acento-30-rgb: 247, 203, 159;
    --color-acento-40-rgb: 244, 184, 124;
    --color-acento-50-rgb: 240, 162, 83;
    --color-acento-60-rgb: 231, 137, 42;
    --color-acento-70-rgb: 199, 117, 36;
    --color-acento-90-rgb: 92, 54, 17;
    --color-neutral-10-rgb: 236, 238, 235;
    --color-neutral-20-rgb: 222, 226, 220;
    --color-neutral-30-rgb: 207, 213, 204;
    --color-neutral-40-rgb: 191, 198, 186;
    --color-neutral-50-rgb: 172, 182, 167;
    --color-neutral-60-rgb: 151, 163, 144;
    --color-neutral-70-rgb: 127, 142, 118;
    --color-critico-10-rgb: 251, 234, 234;
    --color-critico-30-rgb: 245, 200, 200;
    --color-critico-60-rgb: 231, 131, 131;
    --color-critico-80-rgb: 228, 66, 66;
    --color-info-60-rgb: 55, 165, 255;
    --color-texto-normal-rgb: 12, 24, 4;
    --color-texto-secundario-rgb: 41, 71, 22;
}


/* *****************************************************************************
 *                                 ALERTAS
 * *****************************************************************************/
.alert-PyC-primario-00 {
    --bs-alert-color: #294716;
    --bs-alert-bg: #f7fbf4;
    --bs-alert-border-color: #e5f1de;
}


/* *****************************************************************************
 *                               AUTO LAYOUTS
 * *****************************************************************************/
/* h=horizontal, v=vertical, t=top, c=center, b=bottom, l=left, r=right */
.layout-hbr {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}


/* *****************************************************************************
 *                                  BORDES
 * *****************************************************************************/
.bs-oculto {
    border-style:  hidden !important;
}
.bsTop-oculto {
    border-top-style: hidden !important;
}
.bsBottom-oculto {
    border-bottom-style: hidden !important;
}
.bsLeft-oculto {
    border-left-style: hidden !important;
}
.bsRight-oculto {
    border-right-style: hidden !important;
}
.bs-punteado{
    border: var(--bs-border-width);
    border-style: dotted !important;
}
.borde-primarioPyC-20 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-20) !important;
}
.borde-primarioPyC-30 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-30) !important;
}
.borde-primarioPyC-40 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-40) !important;
}
.borde-primarioPyC-50 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-50) !important;
}
.borde-primarioPyC-60 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-60) !important;
}
.borde-primarioPyC-70 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-70) !important;
}
.borde-primarioPyC-80 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-80) !important;
}
.borde-primarioPyC-90 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-primario-90) !important;
}
.borde-secundarioPyC-20 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-secundario-20) !important;
}
.borde-secundarioPyC-30 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-secundario-30) !important;
}
.borde-criticoPyC-80 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-critico-80) !important;
}
.borde-neutralPyC-30 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-neutral-30) !important;
}
.borde-neutralPyC-40 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-neutral-40) !important;
}
.borde-neutralPyC-50 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-neutral-50) !important;
}
.borde-neutralPyC-60 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-neutral-60) !important;
}
.borde-neutralPyC-60-dotted {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-neutral-60) !important;
    border-style: dotted !important;
}
.borde-acentoPyC-30 {
    --bs-border-opacity: solid;
    border: 1px var(--bs-border-opacity) var(--color-acento-30) !important;
}
.rounded-top0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-bottom0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


/* *****************************************************************************
 *                                  BOTONES
 * *****************************************************************************/
.btn-primarioPyC-30:hover {
    color: var(--color-primario-90);
    background-color: var(--color-primario-30);
    border-color: var(--color-primario-30);
}
.btn-primarioPyC-30:active,
.btn-primarioPyC-30:focus{
    border: none;
}

.btn-groupV-PyC {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-groupV-PyC > .btn {
    position: relative;
    flex: 1 1 auto;
    border-radius: 4px !important;
    border-color: var(--color-secundario-40) !important;
}
.btn-groupV-PyC > .btn-check:checked + .btn,
.btn-groupV-PyC > .btn-check:focus + .btn,
.btn-groupV-PyC > .btn.active,
.btn-groupV-PyC > .btn:active,
.btn-groupV-PyC > .btn:focus,
.btn-groupV-PyC > .btn:hover {
    z-index: 1;
    border-color: var(--color-secundario-80) !important;
}
.btn-groupV-PyC {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-groupV-PyC > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-groupV-PyC:not(:first-child):not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767.98px) { /* Vertical mobiles */
    .btn-groupV-PyC {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: row;
        margin-bottom: 0.46875rem !important;
    }
    .btn-groupV-PyC > .btn {
        position: relative;
        flex: 1 1 auto;
        border-radius: 4px;
        width: 40px !important;
    }
    .btn-groupV-PyC > .btn-check:checked + .btn,
    .btn-groupV-PyC > .btn-check:focus + .btn,
    .btn-groupV-PyC > .btn.active,
    .btn-groupV-PyC > .btn:active,
    .btn-groupV-PyC > .btn:focus,
    .btn-groupV-PyC > .btn:hover {
        z-index: 1;
    }
    .btn-groupV-PyC > .btn > span{
        display: none;
    }
}
@media only screen and (max-width: 991.98px) { /* Vertical tablets */
    .btn-groupV-PyC {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: row;
        margin-bottom: 0.46875rem !important;
    }
    .btn-groupV-PyC > .btn {
        position: relative;
        flex: 1 1 auto;
        border-radius: 4px;
    }
    .btn-groupV-PyC > .btn,
    .btn-group-vertical > .btn-group {
        width: auto;
    }
    .btn-groupV-PyC > .btn-check:checked + .btn,
    .btn-groupV-PyC > .btn-check:focus + .btn,
    .btn-groupV-PyC > .btn.active,
    .btn-groupV-PyC > .btn:active,
    .btn-groupV-PyC > .btn:focus,
    .btn-groupV-PyC > .btn:hover {
        z-index: 1;
    }
}
.btn-groupH-PyC {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-groupH-PyC > .btn {
    position: relative;
    flex: 1 1 auto;
    border-radius: 4px !important;
    border-color: var(--color-secundario-40) !important;
}
.btn-groupH-PyC > .btn-check:checked + .btn,
.btn-groupH-PyC > .btn-check:focus + .btn,
.btn-groupH-PyC > .btn.active,
.btn-groupH-PyC > .btn:active,
.btn-groupH-PyC > .btn:focus,
.btn-groupH-PyC > .btn:hover {
    z-index: 1;
    border-color: var(--color-secundario-80) !important;
}
.btn-groupH-PyC {
    flex-direction: revert;
    align-items: stretch;
    justify-content: center;
}
.btn-groupH-PyC:not(:first-child):not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767.98px) { /* Vertical mobiles */
    .btn-groupH-PyC {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: row;
    }
    .btn-groupH-PyC > .btn {
        position: relative;
        flex: 1 1 auto;
        border-radius: 4px;
        width: 40px !important;
    }
    .btn-groupH-PyC > .btn-check:checked + .btn,
    .btn-groupH-PyC > .btn-check:focus + .btn,
    .btn-groupH-PyC > .btn.active,
    .btn-groupH-PyC > .btn:active,
    .btn-groupH-PyC > .btn:focus,
    .btn-groupH-PyC > .btn:hover {
        z-index: 1;
    }
    .btn-groupH-PyC > .btn > span{
        display: none;
    }
}
@media only screen and (max-width: 991.98px) { /* Vertical tablets */
    .btn-groupH-PyC {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: row;
    }
    .btn-groupH-PyC > .btn {
        position: relative;
        flex: 1 1 auto;
        border-radius: 4px;
    }
    .btn-groupH-PyC > .btn,
    .btn-group-vertical > .btn-group {
        width: auto;
    }
    .btn-groupH-PyC > .btn-check:checked + .btn,
    .btn-groupH-PyC > .btn-check:focus + .btn,
    .btn-groupH-PyC > .btn.active,
    .btn-groupH-PyC > .btn:active,
    .btn-groupH-PyC > .btn:focus,
    .btn-groupH-PyC > .btn:hover {
        z-index: 1;
    }
}
.btn-rounded15 {
  border-radius: 15px !important;
}
.btn-rounded50 {
  border-radius: 50px !important;
}

/* *****************************************************************************
 *                                 DATATABLES
 * *****************************************************************************/
:root {
  --dt-row-selected: 131, 163, 197;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}

#tablaDatos .informeGeneral {
    margin-bottom: 20px !important;
    display: table !important;
}
#tablaDatos .informeGeneral thead {
    background-color: var(--color-primario-80) !important;
    line-height: normal !important;
    color: #fff;
}
#tablaDatos .informeGeneral thead tr th {
    border-bottom: 0px !important;
}
#tablaDatos .informeGeneral tbody tr {
    border-top: 1px solid #dee2e6 !important;
    line-height: 1.2 !important;
    border-bottom: 0px;
}
#tablaDatos .informeGeneral th, .informeGeneral td {
    border-top: 0px !important;
}
#tablaDatos .informeGeneral .cabeceraGrupo {
    background-color: var(--color-primario-30);
}
#tablaDatos .informeGeneral .separador {
    background-color: var(--color-neutral-20);
}


#tablaDatos .horasPorTipo thead {
    background-color: var(--color-primario-80) !important;
    line-height: normal !important;
    color: #fff;
}
#tablaDatos .horasPorTipo tbody tr {
    line-height: 0.7rem !important;
}
#tablaDatos .horasPorTipo .cabeceraGrupo {
    background-color: var(--color-primario-30);
}
#tablaDatos .horasPorTipo .separador {
    background-color: var(--color-neutral-20);
}


table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
 
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
 
div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}
 
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #83a3c5;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
 
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
 
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.5rem 0.1rem;
  vertical-align: middle;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.923));
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #83a3c5 !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 1)) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.954));
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.947));
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.939));
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.911));
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.903));
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.982));
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.974));
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(131, 163, 197, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.962));
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
 
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
 
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
  width: 3.5rem !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #3c6fa5;
  background-color: #97b7d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97b7d9), color-stop(100%, #3c6fa5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #97b7d9 0%, #3c6fa5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #97b7d9 0%, #3c6fa5 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #97b7d9 0%, #3c6fa5 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #97b7d9 0%, #3c6fa5 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #97b7d9 0%, #3c6fa5 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #5388c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5388c1), color-stop(100%, #396a9e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5388c1 0%, #396a9e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #5388c1 0%, #396a9e 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #5388c1 0%, #396a9e 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #5388c1 0%, #396a9e 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #5388c1 0%, #396a9e 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
 
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*#tablaDatos .informeGeneral {
    margin-bottom: 20px !important;
    line-height: 0.2rem !important;
    display: table !important;
}*/
/*#tablaDatos .informeGeneral thead {
    background-color: #02BC77 !important;
    color: #fff;
}*/
/*#tablaDatos .informeGeneral thead tr th {
    border-bottom: 0px !important;
}*/
/*#tablaDatos .informeGeneral tbody tr {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 0px;
}*/
/*#tablaDatos .informeGeneral th, .informeGeneral td {
    border-top: 0px !important;
}*/


/*.dataTables_processing {
    z-index: 3000;
}*/
#tablaDatos thead {
    background-color: var(--color-neutral-40) !important;
}
#tablaDatos tfoot {
    background-color: var(--color-neutral-40) !important;
}

/*table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before {
    top: 0.1rem;
    font-size: x-large; 
    font-family: 'Glyphicons Halflings';
    color: #26B4FF !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.1em !important;
    content: "\21E9" !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_desc_disabled:before {
    right: 0.6em !important;
    content: "\21E7" !important;
}

table.dataTable th {
    font-weight: bold !important;
    padding: 0.4rem;
}
*/
table.dataTable tbody tr {
    line-height: 1;
}
/*
table.dataTable tbody > tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #B0BED9 !important;
}
*/
table.dataTable.table-hover tbody tr:hover {
    color: var(--color-neutral-80) !important;
    background-color: rgba(30, 65, 109, 0.16) !important;
}
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    --bs-border-opacity: solid;
    outline: 2px var(--bs-border-opacity) var(--color-neutral-80) !important;
    outline-offset: -2px !important;
    border-radius: 4px;
}
/*table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid !important;
}*/
/*table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px solid !important;
}*/

/*
table.dataTables_length {
  float: left;
}
*/
/*table.dataTables-ausencias thead .sorting:after, 
table.dataTables-ausencias thead .sorting_asc:after, 
table.dataTables-ausencias thead .sorting_desc:after, 
table.dataTables-ausencias thead .sorting_asc_disabled:after, 
table.dataTables-ausencias thead .sorting_desc_disabled:after,
table.dataTables-ausencias thead .sorting:before, 
table.dataTables-ausencias thead .sorting_asc:before, 
table.dataTables-ausencias thead .sorting_desc:before, 
table.dataTables-ausencias thead .sorting_asc_disabled:before, 
table.dataTables-ausencias thead .sorting_desc_disabled:before {
    top: 0.7rem !important;
    font-size: x-large; 
    font-family: 'Glyphicons Halflings';
    color: #26B4FF !important;
}*/

/*table.dataTables-ausencias > tbody > tr > th,
table.dataTables-ausencias > tbody > tr > td{
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 0px !important;
  vertical-align: middle;
}*/

/*table.dataTables-ausencias > thead > tr > th,
table.dataTables-ausencias > tfoot > tr > th,
table.dataTables-ausencias > thead > tr > td,
table.dataTables-ausencias > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 0.2;
  padding: 12px 5px !important;
  vertical-align: middle;
}*/

/*table.dataTables-ausencias thead .sorting:after, 
table.dataTables-ausencias thead .sorting_asc:after, 
table.dataTables-ausencias .sorting_desc:after, 
table.dataTables-ausencias .sorting_asc_disabled:after, 
table.dataTables-ausencias .sorting_desc_disabled:after {
    position: absolute;
    right: 8px;
    display: block;
    opacity: 0.5;
}*/


/*.html5buttons {
    margin-left: 20px;
    float: right;
}*/

.buttons-html5 {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ced4da;
    --bs-btn-border-color: #3c6fa5;
    --bs-btn-hover-color: #f8fafc;
    --bs-btn-hover-bg: #013e7f;
    --bs-btn-hover-border-color: #013e7f;
    --bs-btn-focus-shadow-rgb: 1, 62, 127;
    --bs-btn-active-color: #f8fafc;
    --bs-btn-active-bg: #013e7f;
    --bs-btn-active-border-color: #013e7f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8fafc;
    --bs-btn-disabled-bg: #3c6fa5;
    --bs-btn-disabled-border-color: #3c6fa5;
}

/*.html5buttons button:hover,
.html5buttons button:focus:active {
    background-color: #eee !important;
    color: inherit;
    border-color: #a9a9a9 !important;
}*/

/*.html5buttons .btn-group .btn-secondary,
.input-group-prepend .btn-secondary,
.input-group-append .btn-secondary {
    border-right: 1px solid #e7eaec !important;
    border-left: 1px solid #e7eaec !important; 
}*/


/* *****************************************************************************
 *                                  ENLACES
 * *****************************************************************************/
.menuDeshabilitado{
    cursor: not-allowed;
    pointer-events: none;
    color: rgba(var(--color-neutral-10-rgb), 0.1) !important;
}


/* *****************************************************************************
 *                              ESTILOS AÑADIDOS
 * *****************************************************************************/
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-style: solid !important;
  border-bottom-width: medium;
}



/* *****************************************************************************
 *                                  ETIQUETAS
 * *****************************************************************************/
.label-primarioPyC {
    background-color: var(--color-primario-60);
    color: #394234;
}
.label-secondarioPyC {
    background-color: var(--color-secundario-80);
    color: #f9faf8;
}
.label-acentoPyC {
    background-color: var(--color-acento-50);
    color: #394234;
}
.label-defaultPyC {
    color: #394234;
    background-color: #eff1f3;
    border-color: var(--color-secundario-40) !important;
    border: solid;
    border-width: 1px;
}


/* *****************************************************************************
 *                                 FONDOS
 * *****************************************************************************/
.bg-primarioPyC-00 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-00-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-10 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-10-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-20 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-20-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-30-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-40 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-40-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-60 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-60-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-70 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-70-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-80 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-80-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primarioPyC-90 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-primario-90-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-10 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-10-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-20 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-20-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-30-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-40 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-40-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-60 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-60-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-70 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-70-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secundarioPyC-80 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-secundario-80-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-00 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-00-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-10 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-10-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-20 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-20-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-30-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-40 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-40-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-acentoPyC-90 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-acento-90-rgb), var(--bs-bg-opacity)) !important;
}
.bg-neutralPyC-10 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-10-rgb), var(--bs-bg-opacity)) !important;
}
.bg-neutralPyC-20 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-20-rgb), var(--bs-bg-opacity)) !important;
}
.bg-neutralPyC-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-30-rgb), var(--bs-bg-opacity)) !important;
}
.bg-neutralPyC-40 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-40-rgb), var(--bs-bg-opacity)) !important;
}
.bg-criticoPyC-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-critico-30-rgb), var(--bs-bg-opacity)) !important;
}
.bg-criticoPyC-60 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-critico-60-rgb), var(--bs-bg-opacity)) !important;
}
.bg-criticoPyC-80 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-critico-80-rgb), var(--bs-bg-opacity)) !important;
}
.bg-fiestaLocal {
    --bs-bg-opacity: 1;
    background-color: rgba(171, 135, 232, var(--bs-bg-opacity)) !important;
}
.bg-fiestaAutonomica {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--color-critico-60-rgb), var(--bs-bg-opacity)) !important;
}
.bg-fiestaNacional {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 228, 77, var(--bs-bg-opacity)) !important;
}
.bg-fiestaEmpresa {
    --bs-bg-opacity: 1;
    background-color: rgba(47, 129, 203, var(--bs-bg-opacity)) !important;
}
.bg-bolsaHoras {
    --bs-bg-opacity: 1;
    background-color: rgba(201, 68, 121, var(--bs-bg-opacity)) !important;
}




/* *****************************************************************************
 *                                 FUENTES Y TEXTO
 * *****************************************************************************/

.texto-normalPyC {
    --bs-text-opacity: 1;
    color: rgba(var(--color-texto-normal-rgb), var(--bs-text-opacity)) !important;
}
.texto-primarioPyC-10 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-primario-10-rgb), var(--bs-text-opacity)) !important;
}
.texto-primarioPyC-70 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-primario-70-rgb), var(--bs-text-opacity)) !important;
}
.texto-primarioPyC-80 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-primario-80-rgb), var(--bs-text-opacity)) !important;
}
.texto-primarioPyC-90 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-primario-90-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-00 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-00-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-20 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-20-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-50-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-60 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-60-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-70 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-70-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-80 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-80-rgb), var(--bs-text-opacity)) !important;
}
.texto-secundarioPyC-90 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-secundario-90-rgb), var(--bs-text-opacity)) !important;
}
.texto-neutralPyC-40 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-neutral-40-rgb), var(--bs-text-opacity)) !important;
}
.texto-neutralPyC-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-neutral-50-rgb), var(--bs-text-opacity)) !important;
}
.texto-neutralPyC-70 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-neutral-70-rgb), var(--bs-text-opacity)) !important;
}
.texto-acentoPyC-60 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-acento-60-rgb), var(--bs-text-opacity)) !important;
}
.texto-acentoPyC-70 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-acento-70-rgb), var(--bs-text-opacity)) !important;
}
.texto-acentoPyC-90 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-acento-90-rgb), var(--bs-text-opacity)) !important;
}
.texto-criticoPyC-10 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-critico-10-rgb), var(--bs-text-opacity)) !important;
}
.texto-criticoPyC-60 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-critico-60-rgb), var(--bs-text-opacity)) !important;
}
.texto-criticoPyC-80 {
    --bs-text-opacity: 1;
    color: rgba(var(--color-critico-80-rgb), var(--bs-text-opacity)) !important;
}
.texto-navheader-light {
    --bs-body-font-size: 0.75rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 30px;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--color-texto-secundario);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.texto-navheader-medium {
    --bs-body-font-size: 0.75rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 30px;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--color-texto-secundario);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 767.98px) { /* Vertical mobiles */
    .fs-1 {
        /*font-size: 0.75rem !important;*/
    }
    .fs-2 {
        /*font-size: 0.75rem !important;*/
    }
    .fs-3 {
        /*font-size: 0.75rem !important;*/
    }
    .fs-4 {
        /*font-size: 0.75rem !important;*/
    }
    .fs-5 {
        font-size: 0.65rem !important;
    }
    .fs-6 {
        /*font-size: 0.75rem !important;*/
    }
    .fs-mob-5{
        font-size: 0.65rem !important;
    }
}


/* *****************************************************************************
 *                           ÓRDENES DE TRABAJO
 * *****************************************************************************/
.ordTrab-info-principal{
}
.ordTrab-info-principal .ordTrab-situacion{
    position: relative;
    top: 1px;
    left: 1px;
    /*background: var(--bs-warning);*/
    background: var(--bs-component-bg);
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ordTrab-info-principal .ordTrab-situacion.ordTrab-sit-normal{
    background-color: rgba(var(--color-primario-70-rgb), var(--bs-bg-opacity)) !important;
}
.ordTrab-info-principal .ordTrab-situacion.ordTrab-sit-alarma{
    background-color: rgba(var(--color-acento-40-rgb), var(--bs-bg-opacity)) !important;
}
.ordTrab-info-principal .ordTrab-situacion.ordTrab-sit-critico{
    background-color: rgba(var(--color-critico-80-rgb), var(--bs-bg-opacity)) !important;
}


/* *****************************************************************************
 *                               PÁGINAS
 * *****************************************************************************/
/* CONTENEDOR PRINCIPAL */
.contenedorPrincipal{
    padding-top: 5px;
}

/* ERRORES */
.error .error-title {
    flex: 1;
    transform: translateZ(0);
}
.error .error-title {
    color: var(--app-component-color);
    font-size: 5rem;
    line-height: 1;
    text-shadow: 5px 5px 0 rgba(var(--app-component-color-rgb), 0.2);
    padding: 1.875rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
@media only screen and (max-width: 991.98px) { /* Vertical tablets */
    .error .error-title {
        font-size: 6.5rem;
    }
}
@media only screen and (max-width: 767.98px) { /* Vertical mobiles */
    .error .error-title {
        font-size: 3rem;
    }
}

/* LOGIN */
@media only screen and (max-height: 767.98px) {  /* Horizontal mobiles */
    .login-bg-list {
        list-style-type: none;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin: 0;
        padding: 0 0 0 20px;
        z-index: 1020;
        display: flex;
        flex-wrap: wrap;
    }
}

/* MANTENIMIENTO */
.mto.mto-v1 {
    min-height: 100vh;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}
.mto.mto-v1 .mto-container .header-img {
    margin-top: 4rem;
    width: 48rem;
    height: 27rem;
}
.mto.mto-v1 .mto-container h1{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 4rem;
}
.mto.mto-v1 .mto-container h2{
    font-weight: 600;
    font-size: 2.5rem;
}
.mto.mto-v1 .mto-container h3{
    font-weight: 300;
    font-size: 2rem;
}

@media only screen and (max-width: 991.98px) { /* Vertical tablets */
    .mto.mto-v1 .mto-container .header-img{
        margin-top: 6rem;
        width: 37.5rem;
        height: 21.13rem;
    }
    .mto.mto-v1 .mto-container h1{
        font-size: 3rem;
    }
    .mto.mto-v1 .mto-container h2{
        font-size: 2rem;
    }
    .mto.mto-v1 .mto-container h3{
        font-size: 1.5rem;
    }
}
@media only screen and (max-height: 991.98px) { /* Horizontal tablets */
    .mto.mto-v1 .mto-container .header-img{
        margin-top: 3rem;
        width: 37.5rem;
        height: 21.13rem;
    }
    .mto.mto-v1 .mto-container h1{
        margin-top: 0px !important;
        font-size: 3rem;
    }
    .mto.mto-v1 .mto-container h2{
        margin-top: 0px !important;
        padding: 0px !important;
        font-size: 2rem;
    }
    .mto.mto-v1 .mto-container h3{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 767.98px) { /* Vertical mobiles */
    .mto.mto-v1 .mto-container .header-img{
        margin-top: 3rem;
        width: 20rem;
        height: 11.25rem;
    }
    .mto.mto-v1 .mto-container h1{
        font-size: 2.5rem;
    }
    .mto.mto-v1 .mto-container h2{
        font-size: 1rem;
    }
    .mto.mto-v1 .mto-container h3{
        font-size: 0.75rem;
    }
}
@media only screen and (max-height: 767.98px) { /* Horizontal mobiles */
    .mto.mto-v1 .mto-container .header-img{
        margin-top: 1rem;
        width: 13.81rem;
        height: 7.75rem;
    }
    .mto.mto-v1 .mto-container h1{
        margin-top: 0px !important;
        font-size: 2rem;
    }
    .mto.mto-v1 .mto-container h2{
        margin-top: 0px !important;
        padding: 0px !important;
        font-size: 1rem;
    }
    .mto.mto-v1 .mto-container h3{
        font-size: 0.75rem;
    }
}

/* PARTES DE TRABAJO */
@media only screen and (min-width: 1280px){ /* Tamaño mínimo para mostrar el formulario de registro normal */
    .formParteReducido {
         display: none !important;                                   
    }
}
@media only screen and (max-width: 1279px){ /* Tamaño mínimo para mostrar el formulario de registro normal */
    .formParteNormal {
         display: none !important;                                   
    }
}


/* *****************************************************************************
 *                                 SELECT 2
 * *****************************************************************************/
.select2.select2-container--disabled .selection .select2-selection {
    color: var(--color-texto-disabled);
    background-color: var(--app-component-disabled-bg);
    opacity: 1;
}
.select2.select2-container--disabled .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
    border: none;
    background: rgba(var(--app-component-border-color-rgb), 0.65);
    margin-bottom: 0.21875rem;
    margin-top: 0;
    padding: 4px 8px;
    color: var(--color-neutral-70);
    float: none;
    position: relative;
    border-radius: 4px;
    padding-right: 1.3125rem;
    margin-right: 0.21875rem;
}
.select2-container--focus{
    color: var(--app-component-color);
    background-color: var(--app-component-bg);
    border-color: #67abe9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(52 143 226 / 25%);
    border-radius: 4px;
}

/* *****************************************************************************
 *                                  TABLAS
 * *****************************************************************************/
.autoajuste-celda{
    width: 1px !important;
    white-space: nowrap !important;
}

/* *****************************************************************************
 *                            VENTANAS MODALES
 * *****************************************************************************/
.modal-w40{
    max-width: 40% !important;
}
.modal-w60{
    max-width: 60% !important;
}

/* *****************************************************************************
 *                                  WIDGETS
 * *****************************************************************************/
.widget-marcaje .panel-body{
    background-image: url(../img/background/bg-widget-marcaje.png);
    background-size: cover;
}

.widget-ausencias .panel-body{
    background-image: url(../img/background/bg-widget-ausencias.png);
    background-size: cover;
}





.overflow-x{
    overflow-x: auto !important;
}

.overflow-y{
    overflow-y: auto !important;
}

.handsontable .myRow {
  background: #c5d8f7;
}