.close {
    padding: 5;
    margin: (-5) (-5) (-5) auto;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    line-height: 22px;
    cursor: text;
    overflow: scroll;
}

.label-info {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 12px;
    font-size: 12px;
    position: relative;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: black;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.has-error {
    border: 1px solid #e3342f !important;
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.sidebar-blue-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    /*     background-color: #FFB900; */
    background: linear-gradient(#FFD900, #FFB900, #FFD900);
    color: #111686;
}

.sidebar-blue-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
    border-color: #0860A8;
    color: #fff;
}

.sidebar-blue-primary {
    background-color: #111686;
    color: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-blue-primary .brand-link:not([class*=navbar]) {
    background-color: #fff;
    text-align: center !important;
}

[class*='sidebar-blue'] .brand-link {
    border-bottom: 1px solid #4b545c;
    color: rgba(255, 255, 255, 0.8);
}

.nav-pills .nav-link {
    color: #fff;
}


.title_institucion {
    color: #fff;
    font-weight: 600;
    /*text-shadow: 1px 1px #f5dd90;*/
}

.card-master:not(.card-outline)>.card-header {
    background-color: #0860A8;
}

.legend {
    background-color: #ffb900;
    color: #000;
    padding: 3px 15px;
    border-radius: 5px;
}

.legend_nivel2 {
    background-color: #75c8e6;
    color: #00435c;
    padding: 3px 15px;
    border-radius: 5px;
}

.legend_nivel3 {
    color: #BA0000;
}

.titulo_columna01 {
    color: #00435c;
    padding: 3px 15px;
    border-radius: 5px;
}

.btn-sot_cancel {
    color: #fff;
    background-color: #BA0000;
    border-color: #E51000;
    box-shadow: none;
}

.btn-sot_back {
    color: #fff;
    background-color: #FFB900;
    border-color: #FFD900;
    box-shadow: none;
}

.bg_00 {
    background-color: #caffc4;
    color: #00435c;
    padding: 5px;
    border-radius: 5px;
    /*  border: 2px solid red;*/
    margin: 10px 5px;
}

.bg_01 {
    background-color: #def5ff;
    color: #00435c;
    padding: 5px;
    border-radius: 5px;
    /*  border: 2px solid red;*/
    margin: 10px 5px;
}

.bg_02 {
    background-color: #c4edff;
    color: #00435c;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 5px;
}

.bg_03 {
    background-color: #feffc4;
    color: #00435c;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid red;
    margin: 10px 5px;
}



/* DataTables */


.th_c {
    text-align: center;
    /*color: white;
    background: linear-gradient(#0860a8, #111686, #0860a8) !important;*/
}

.th_l {
    text-align: left;
    /*color: white;
    background: linear-gradient(#0860a8, #111686, #0860a8) !important;*/
}

table#edificaciones.dataTable tbody tr:hover {
    background-color: #ffa;
    cursor: pointer;
}

table#edificaciones.dataTable tbody tr:hover>.sorting_1 {
    background-color: #ffa;
    cursor: pointer;
}

.td_c {
    text-align: center;
}

.td_c_grey {
    text-align: center;
    /* color: white;
    background: linear-gradient(#F3F3F1, #fff, #CCCDCB) !important;
    vertical-align: text-bottom !important;*/
}


.td_table_c_grey {
    text-align: center;
    color: #000;
    background: linear-gradient(#F3F3F1, #fff, #CCCDCB) !important;
    vertical-align: text-bottom !important;
}

.td_table_l_grey {
    text-align: left;
    color: #000;
    background: linear-gradient(#F3F3F1, #fff, #CCCDCB) !important;
    vertical-align: text-bottom !important;
}

.td_table_r_grey {
    text-align: right;
    color: #000;
    background: linear-gradient(#F3F3F1, #fff, #CCCDCB) !important;
    vertical-align: text-bottom !important;
}

.dataTables_info {
    /* font-weight: bold;*/
    font-size: medium;
    color: #0860A8 !important;
    padding: 10px;
}


.td_c {
    text-align: center;
}

table#listadoIndicadores.dataTable tbody tr:hover {
    background-color: #ffa;
    cursor: pointer;
}

table#listadoIndicadores.dataTable tbody tr:hover>.sorting_1 {
    background-color: #ffa;
    cursor: pointer;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Seleccione documento" !important;
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.tab-sot-content {
    border: 1px solid #dee2e6;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    background-color: #ebf9ff;
}

.tab-sot-content-white {
    border: 1px solid #dee2e6;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    background-color: #ffffff;
}

.fieldset {
    border: 2px solid #ffb900 !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.brand-image-sot {
    float: center;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}

.ul-submenu {
    background-color: #145b8f;
}

/* Estilos para el Select2 */

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(2.25rem + 2px);
    user-select: none;
    -webkit-user-select: none;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: 100px;
    min-height: 34px;
    overflow: scroll;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
    color: #333 !important;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #49afcbc7;
}


.nav-tabs-background {
    border-bottom: 1px solid #1160aa;
}

.nav-tabs-background .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs-background .nav-link:hover,
.nav-tabs-background .nav-link:focus {
    border-color: #dfe9f3 #7daddd #31577e;
}

.nav-tabs-background .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs-background .nav-link.active,
.nav-tabs-background .nav-item.show .nav-link {
    color: #495057;
    background-color: #f8fafc;
    border-color: #415c77 #6e7f91 #d3dde7;
}

.nav-tabs-background .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.background-tabs-alert {
    background-color: #FABA28;
    color: #FFFFFF;
    font-size: clamp(10px + 0.50vw, 12px + 0.50vw, 14px + 0.50vw);
}

.medium-font-panel-tabs-alert {
    /* font-size: calc(10px + 0.4vw); */
    font-size: clamp(14px + 0.1vw, 16px + 0.1vw, 18px + 0.1vw);
    color: #000000;
    /* line-height: 0.8vw; */
    line-height: clamp(normal, 0.8vw, 1.2vw);
}

.tabla-custom thead {
    background-color: #0073e6;
    /* Azul vibrante */
    color: white;
    font-weight: bold;
    text-align: center;
}

.tabla-custom th {
    padding: 12px;
    /*text-transform: uppercase;*/
    border-bottom: 2px solid #0056b3;
    /* Azul más oscuro */
}

.tabla-custom td {
    padding: 10px;
    text-align: left;
}

.alerta-aviso {
    background-color: #ffcc00; /* Amarillo */
    color: #333;
    font-weight: bold;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alerta-aviso i {
    font-size: 20px;
}

.bg-inicio {
    background-color: #007BFF !important; /* Azul */
}

.bg-investigacion {
    background-color: #6A1B9A !important; /* Morado oscuro */
}

.bg-pas {
    background-color: #17A2B8 !important; /* Turquesa */
}

.bg-coactiva {
    background-color: #C62828 !important; /* Rojo oscuro */
}

.bg-impugnacion {
    background-color: #2E7D32 !important; /* Verde fuerte */
}

.bg-remediacion {
    background-color: #00796B !important; /* Verde azulado */
}

.bg-reparacion {
    background-color: #b09027 !important; /* Color púrpura para distinguir la etapa de reparación */
}