.errorStyle {
    font-size: 12px;
    color: red;
    font-style: oblique;
}

/*.form-control:has(~ span.errorStyle), .select2:has(~ span.errorStyle) {
    border: 1px solid red !important;
}*/

.checkStyle {
    color: #e88f00;
    font-size: 12px;
    font-style: oblique;
}

.contenido-aplicacion {
    margin: 1%;
}

.wrapper {
    position: relative;
}

.bootstrap-select ul.dropdown-menu {
    position: relative;
}

.modalForm {
    height: auto !important;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    height: auto !important;
    overflow: auto !important;
}

.modalHeight {
    height: 23rem !important;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 1100px !important;
    height: auto !important;
    position: relative;
    margin: 10% auto;
    background: #fff;
    background: -moz-linear-gradient(#fff, #efefef);
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff, #efefef);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog > div > h2 {
    background-color: #006FB6;
    color: white !important;
    padding: 1% !important;
    font-size: 1.4em;
}

.modalDialog > div > form {
    margin: 2%;
}

.select2-results__option--highlighted {
    background-color: #257AFD !important;
}

.close {
    background-color: #00000052 !important;
    color: #FFFFFF;
    position: absolute;
    right: -1.125rem;
    top: -1.125rem;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

.clave {
    width: 140px;
    margin: 0 auto !important;
    /* background-color: #EEEEEF !important; */
    /*border: 2px solid #006FB6;*/
    box-sizing: border-box;
    margin-top: 5% !important;
    padding-bottom: 10px;
    padding-top: 30px;
}

.clave button {
    background-color: transparent !important;
    border: 1px solid transparent;
    font-size: 20px;
    position: relative;
    padding: 7px 8px 6px;
    width: 150px;
    height: 50px;
    text-align: left;
    color: #006FB6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-row {
    display: flex;
    width: 90%;
}

.form-row .form-group {
    margin-right: 5%;
}

#divModal {
    position: absolute;
    bottom: 5px;
}

.modal-footer {
    border-top: none !important;
    margin-top: 5%;
}

.number-collapse {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #6c599f;
    border: 0;
    margin-bottom: 1.5rem;
    position: absolute;
    left: 9.5rem;
    top: 17%;
}

.empty-label-collapse {
    color: #757575;
    font-size: 12px;
    font-family: OpenSans-Regular, sans-serif;
    position: absolute;
    left: 9.5rem;
    top: 22%;
}

.hide, .hideModal {
    display: none !important;
}

.required:after {
    content: " *";
}

.btn-transparente {
    width: min-content;
    height: 36px;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #6c599f;
    border: solid 1px #6c599f;
    background-color: #f9f9f9;
    cursor: pointer;
    float: right;
    margin-right: 8%;
    margin-top: -5%;
    white-space: nowrap;
    padding: 0 1.5rem;
    border-radius: 1px;
    position: sticky;
}

.btn-transparente:hover {
    border: solid 1px #523e87;
    color: #523e87;
    border-radius: 1px;
    position: sticky;
}

.content-fragment-admin {
    margin-left: 2%;
    margin-right: 2%;

}

#loadingDiv {
    z-index: 5 !important;
}

#mensasjeConfirmacion {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

select[disabled], .accordion-button[disabled] {
    background-color: #f2f2f2; /* Cambia el color de fondo */
    color: #999; /* Cambia el color del texto */
    border: 1px solid #ccc; /* Cambia el borde (opcional) */
    cursor: not-allowed; /* Cambia el cursor (opcional) */
}

.eyePass {
    display: flex;
}

.eyePassLogin {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.centro {
    margin: 0 auto
}


.drag-drop-container {
    width: 100%;
    height: 150px;
    border: 2px dotted black;
}

.form-control-file {
    height: 100%;
    width: 100%;

}

.select2-results__options {
    overflow: auto !important;
}

.dt-hasChild ~ tr:not([class]) > td {
    background-color: #e8eaec !important;
    box-shadow: inset 0px 8px 8px -5px rgba(0, 0, 0, 0.3);
}

.dt-hasChild ~ tr:not([class]) > td th {
    background-color: #cddcf0 !important;
}

.multiselect {
    width: 100% !important;
}

#divRolesUsuario.show #idDivRolesUsuarioFragment {
    height: 13rem;
}

#filtroComboAcotacionCodigoCCAASie, #filtroComboAcotacionCodigoCCAASieAuto {
    width: 18rem;
}

.openSelectorRoles {
    height: 32rem !important;
}

#formRolesUsuario div.dropdown-menu.show div.inner.show {
    max-height: 15rem !important;
}

@media (max-width: 1280px) {
    #divRolesUsuario #divComboCentroEducativo {
        height: 26rem;
    }
}

.mt-btnRoles {
    margin-top: -5rem !important;
}


/* Important part */
.modal-dialog {
    overflow-y: initial !important;
}

.modal-dialog-scroll {
    overflow-y: auto !important;
}

.modal-body {
    height: 65vh !important;
}

.spanMigas {
    float: left;

}

#btnCambiarRol {
    padding-left: 37%;
}

li a {
    cursor: pointer;
}

/*para ajustar el tamaño del selector multiple*/
.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

#checkBajaDiv {
    padding-left: 1%;
    padding-top: 3%;
}

#documentoBuscador {
    margin-top: 4%;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 2000;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
}

@media (max-width: 1280px) {
    .select2-container--open .select2-dropdown {
        z-index: 1001;
    }
}

@media (max-width: 1280px) {
    #idDivRolesUsuarioFragment .bootstrap-select.show > .dropdown-menu {
        top: 10px !important;
    }
}

.modal-body-laptop {
    height: 41rem !important;
}

.profile svg {
    fill: #fff;
}

/** GAP utilities **/
.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.h-fit {
    height: fit-content !important;
}

.w-fit {
    width: fit-content !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.mt-45 {
    margin-top: 1.875rem;
}

.text-sm {
    font-size: .875rem !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.bg-light-blue {
    background-color: #ebf3fe;
}

.bg-light-darken {
    background: linear-gradient(rgba(215, 223, 231, 0.35), rgba(215, 223, 231, 0.35));
}

.border-radius-4 {
    border-radius: 4px;
}

.form-control[readonly] {
    pointer-events: none;
}

.text-sm {
    font-size: 0.875rem;
}

/** Custom table **/

.table {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 208, 200);
    border-image: initial;
    border-collapse: collapse;
    display: table;
    min-width: 50em;
    width: 100% !important;
    margin: 1em auto;
}

.table thead tr.cols th {
    color: rgb(0, 78, 134);
    background: rgb(235, 243, 254);
    padding: 0.5em;
    padding-right: 10px !important;
    white-space: nowrap;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 210, 226);
    border-image: initial;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.75rem !important;
    text-align: left;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.table thead tr.text-wrap th {
    white-space: normal !important;
}

.table tr th::before, .table tr th::after {
    right: 1px !important;
}

.table tr td {
    white-space: nowrap;
    padding: 0.25em 0.5em;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 210, 226);
    border-image: initial;
    background: rgb(255, 255, 255);
}

.table-select tbody tr td {
    cursor: pointer;
}

#fondo #contenedor #contenido table td {
    background-color: transparent;
}

#fondo #contenedor #contenido table tr, table tr {
    font-size: 0.875rem;
}

.ctable {
    position: relative;
}

.ctable .top, .ctable .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ctable .top {
    margin-bottom: .65rem;
}

.ctable .bottom {
    margin-top: .65rem;
}

.sticky-header {
    position: sticky;
    top: 0;  /* Fija la fila de cabecera en la parte superior */
    z-index: 100; /* Asegúrate de que el z-index sea más alto para que esté por encima de las columnas */
    background-color: #fff; /* Color de fondo para evitar transparencia */
    outline: 1px solid #c6d2e2;
}


.sticky-thead {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    outline: 1px solid #c6d2e2;
}

.sticky-thead th {
    background-color: #fff; /* Fondo sólido en cada celda de cabecera */
    border-bottom: 2px solid #c6d2e2; /* Bordes visibles entre la cabecera y el cuerpo */
    border-right: 1px solid #c6d2e2; /* Bordes entre celdas de la cabecera */
    padding: 8px; /* Espaciado interno */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra para separación visual */
}

.sticky-col {
    position: sticky !important;
    left: 0;
    z-index: 99;
    outline: 1px solid #c6d2e2;
}

.sticky-col-no-outline {
    position: sticky !important;
    left: 0;
    z-index: 99;
}

.sticky-col-right {
    position: sticky !important;
    right: 0;
    z-index: 99;
    outline: 1px solid #c6d2e2;
}

td.sticky-col, td.sticky-col-right {
    background-color: inherit !important;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    height: 28px !important;
    background-color: #fff;
}

table.dataTable tbody tr {
    background-color: #fff;
}

.ctable .dataTables_wrapper tr td > .dataTables_wrapper {
    margin-top: 0.5rem;
}

#fondo #contenedor #contenido table td {
    padding: 0.25em 0.5em;
}

.td-checkbox {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.dataTables_wrapper .actions .btn-order {
    height: 28px !important;
    font-size: 0.8em;

}

.table .subheader {
    font-size: 0.8em !important;
    cursor: default !important;;
    font-weight: bold;
    background-color: #ebf3fe9e;
}

.table .subheader:hover td {
    cursor: default !important;;
    background-color: #ebf3fe9e;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: .2rem;
    background-color: #fff;
}

.dataTables_wrapper:has(.top) label {
    margin-bottom: 0;
}

.dataTables_wrapper label, .dataTables_wrapper .dataTables_info {
    font-size: 0.8em;
    display: inline-block;
    line-height: 1.9em;
    font-weight: 700;
    padding-right: 0;
    vertical-align: top;
    text-align: right;
}


/** Paginacion **/
.dataTables_paginate {
    font-size: 0.875rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.125rem 0.5rem !important;
}

/** Custom Button Icons **/
input[class*="ico"], button[class*="ico"], a[class*="ico"] {
    background-position: center left 0.5rem !important;
    transition: all .2s linear;
    background-repeat: no-repeat !important;
    padding-left: 1.8em !important;
}

#fondo #contenedor div[id^="contenido"] input[class*="ico"].ntxt, #fondo #contenedor div[id^="contenido"] button[class*="ico"].ntxt, #fondo #contenedor div[id^="contenido"] a[class*="ico"].ntxt,
input[class*="ico"].ntxt, button[class*="ico"].ntxt, a[class*="ico"].ntxt {
    background-position: center center !important;

}

#fondo #contenedor div[id^="contenido"] input[class*="ico"]:hover:enabled, #fondo #contenedor div[id^="contenido"] input[class^="btn"]:hover:enabled, #fondo #contenedor div[id^="contenido"] button[class^="btn"]:hover:enabled, #fondo #contenedor div[id^="contenido"] button[class*="ico"]:hover:enabled, #fondo #contenedor div[id^="contenido"] a[class*="ico"]:hover:enabled {
    filter: brightness(90%);
}

#fondo #contenedor div[id^="contenido"] .ico-ayuda-azul {
    background: transparent url("/sigee/static/img/base/iconos/13/ico-ayuda-azul.gif") no-repeat;
    background-color: #ccc !important;
}

#fondo #contenedor div[id^="contenido"] .ico-ayuda-rojo {
    background: transparent url("/sigee/static/img/base/iconos/13/ico-ayuda-rojo.gif") no-repeat;
    background-color: #ccc !important;
}

#fondo #contenedor div[id^="contenido"] .ico-arrow-down {
    background-repeat: no-repeat;
    background-image: url("/sigee/static/img/base/menu/flechas/ico-flecha02-c00.png");
}

#fondo #contenedor div[id^="contenido"] .ico-arrow-up {
    background-repeat: no-repeat;
    background-image: url("/sigee/static/img/base/menu/flechas/ico-flecha02-c00.png");
}

#fondo #contenedor div[id^="contenido"] .ico-arrow-left {
    background-repeat: no-repeat;
    background-image: url("/sigee/static/img/base/menu/flechas/ico-flecha04.png");
    transform: rotate(-180deg);
}

#fondo #contenedor div[id^="contenido"] .ico-arrow-right {
    background-repeat: no-repeat;
    background-image: url("/sigee/static/img/base/menu/flechas/ico-flecha04.png");
    /*transform: rotate(90deg);*/
}

#fondo #contenedor div[id^="contenido"] .ico-advertencia-cuadrado {
    background: transparent url("/sigee/static/img/base/iconos/13/advertencia.gif") no-repeat;
}

.ico-carga-success-cuadrado {
    background: transparent url("/sigee/static/img/base/iconos/13/cargaOk.gif") no-repeat;
}

.ico-carga-error-cuadrado {
    background: transparent url("/sigee/static/img/base/iconos/13/erronea.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-file-excel {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_excel.png") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-file-excel-disabled {
    background-image: url("/sigee/static/img/base/iconos/13/ico_excel_disabled.png") !important;
    background-repeat: no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-move-left {
    background: transparent url("/sigee/static/img/base/move_left.png") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-move-right {
    background: transparent url("/sigee/static/img/base/move_right.png") no-repeat;
}

/* Text icons */
#fondo #contenedor div[id^="contenido"] .text-icon::before {
    background-position: left center !important;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    top: 0.125rem;
}

#fondo #contenedor div[id^="contenido"] .ico-dato-vacio::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_datovacio.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-incompleto::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_incompleto.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-validado-intrinsecamente::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_validado_intr.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-error-intrinseco::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_erroneo_intr.gif") no-repeat;
}

.ico-dato-vacio::before {
    background: transparent url(/sigee/static/img/base/iconos/13/ico_datovacio.gif) no-repeat;
}

.ico-incompleto::before {
    background: transparent url(/sigee/static/img/base/iconos/13/ico_incompleto.gif) no-repeat;
}

.ico-validado-intrinsecamente::before {
    background: transparent url(/sigee/static/img/base/iconos/13/ico_validado_intr.gif) no-repeat;
}

.ico-error-intrinseco::before {
    background: transparent url(/sigee/static/img/base/iconos/13/ico_erroneo_intr.gif) no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-validado-completo::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_validadoCompl.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-error-completo::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_errorCompleto.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-completo::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_completo.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-enviado::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_enviado.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-error-leve::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_errorLeve.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-error-grave::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_errorGrave.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-val-error-leve::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_validadoErrorLeve.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-devuelto::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_devuelto.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-cerrado::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico-cerrado.png") no-repeat;
    background-size: contain;
}

#fondo #contenedor div[id^="contenido"] .ico-pendiente::before {
    background: transparent url("/sigee/static/img/base/iconos/13/ico_pendiente.gif") no-repeat;
}

#fondo #contenedor div[id^="contenido"] .ico-plus {
    background: transparent url("/sigee/static/img/plus.svg") no-repeat;
    background-size: 16px;
}

#fondo #contenedor div[id^="contenido"] .btn-dark.ico-plus {
    background-color: #fff;
    filter: invert(100%);
}

.btn-default {
    border: 1px solid #ccc !important;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e1e1e1 100%) !important;
}

.btn-default.ico-file-excel-disabled {
    background-color: #e1e1e1 !important;
}

.btn-default.ico-check {
    background-color: #e1e1e1 !important;
}

.title > .btn-title {
    color: #005992 !important;
    font-size: 25.6px; /* 1.6em como el h1 */
    background: #ebf3fe;
}

#fondo #contenedor #contenido table .table-header {
    background: #ebf3fe;
    color: #004e86;
    padding: 0.5em;
    font-size: 0.85em;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.dt-hasChild ~ tr:not([class]) > td .table-header-transparent {
    background-color: #e8eaec !important;
    color: #e8eaec !important;
    border-color: #e8eaec !important;
}

.dt-hasChild ~ tr:not([class]) > td .table-header-transparent::after,
.dt-hasChild ~ tr:not([class]) > td .table-header-transparent::after {
    content: '' !important;
}

.btn-light-gray {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

#fondo #contenedor .avisos {
    padding: 1rem !important;
}

/** card content **/

.card-body .content .heading {
    font-weight: bold;
    font-size: 1.125rem;
}

.card-body .content p {
    font-size: 1rem !important;
    color: #212529 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    border-bottom-color: #f8f9fa !important;
    font-weight: bold;
}

.nav-tabs .nav-item {
    margin: 0 !important;
}

.nav-tabs .nav-link {
    text-decoration: none !important;
    list-style: none;
    background-image: none !important;
    font-size: 1.25em;
}

#formRolesUsuario ul.dropdown-menu li.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

#formRolesUsuario ul.dropdown-menu li.disabled a span.text {
    color: #495057 !important;
}

/** stepper **/

.bs-stepper .step-trigger {
    padding: 0.875rem;
}

.bs-stepper .step.active .step-trigger {
    background-color: rgba(0, 0, 0, .06);
}

/** spinner **/
.spinner-container {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.spinner {
    box-sizing: border-box;
    width: 6rem;
    height: 6rem;
    background-size: 100%;
    background-position: center center;
    background-image: url("/sigee/static/img/base/icoCarga.gif");
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/** alert - notificacion **/

#alert-container {
    position: fixed;
    /*top: 3rem;*/
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.alert {

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.alert-dismissible .close {
    box-shadow: none;
    text-shadow: none;
    width: fit-content;
}

.alert-dismissible .close {
    opacity: .75;
    background-color: transparent;
}

.alert .alert-message {
    line-height: 1.7;
}

.alert-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-right: calc(1.25rem - 0.275rem);
}

.alert-close .btn-close {
    font-weight: bold;
    font-size: 150%;
    color: inherit;
    padding: .375rem;
    line-height: 1.2;
}

/** confirm modal **/

#confirmDialog .modal-body {
    height: auto !important;
}

/** libreria tree flex pantalla validaciones/depuraciones **/
.tf-tree ul {
    overflow: visible !important;
    padding-left: 0;
}

.tf-tree li {
    background: transparent !important;
    padding-left: 1.5em !important;
    margin: 0 !important;
}

.tf-nc {
    min-width: 400px;
}

/** select 2 rounded corners **/
select.form-control + .select2-container .select2-selection {
    border-radius: .2rem !important;
}

select.form-control-sm + .select2-container .select2-selection--multiple li, select.form-control-sm + .select2-container .select2-selection--multiple input {
    font-size: 0.875rem !important;
}

/* The whole thing */
.custom-right-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
    padding-left: 0 !important;
}

.custom-right-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-right-menu li:hover {
    background-color: #DEF !important;
}

.break-word {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    display: contents !important;
}

.col-md-20 {
    width: 20%;
    max-width: 20%;
}

.nodoPadre {
    background-color: #d5ebff !important;
}

.disabledOption {
    pointer-events: none !important;
    opacity: 0.6 !important;
}

#cuadradoValidacion {
    width: 25px;
    height: 25px;
    background-color: green; /* Color predeterminado */
    border-radius: 0.2rem; /* Esquinas redondeadas */
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease; /* Transición suave */
    border: 1px solid #ced4da;
    margin: 2px;
}

.noCompila {
    background-color: red !important;
}

.compila {
    background-color: green !important;
}

input[type="radio"], input[type="checkbox"] {
    accent-color: #006fb6 !important;
}

.btn-cargar-agregados-masiva {
    margin-left: 50%;
    margin-bottom: 2%;
}

#fondo footer #pie {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.celdaRoja {
    background-color: red !important;
    color: white !important;
}

.celdaAzulTotal input {
    background-color: #F0FFF0; !important;
}

.celdaAzulTotal  {
    background-color: #F0FFF0; !important;
}

.titulCaract{
    background-color: #006FB6 !important;
    color: white !important;
    width: 100%;
    height: 60pt;
    border-radius: 3%;
    padding: 2pt !important;
    font-size: 12pt;
}
.infoDanger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.punto-li {
    position: relative;
    padding-left: 20px;
}

.punto-li::before {
    content: '• ';
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 1em;
}

.puntoBlanco-li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.puntoBlanco-li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 7px;
}

/* Centrar texto de recordar contraseña en login */
.recordarPassLogin{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Cuando la fila esté “shown” DataTables le añade la clase .shown al <tr> */
#tFormulariosCruces tbody tr.shown td.dt-control::before {
    background-color: #006400 !important;
    border-color:     #006400 !important;
}

/* Si el control es un <button> */
#tFormulariosCruces tbody tr.shown td.dt-control button {
    background-color: #006400 !important;
    background-image: none       !important;
}