.sidebar-divider.black{
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.sidebar-heading.black{
    color: black !important;
}

.btn-default{
    padding: 3pt 0;
    border-color: #cccccc;
}

.btn-check, .btn-uncheck:hover, .btn-uncheck.focus{
    background-color: green;
    color: white;
}

.btn-check span.fas, .btn-uncheck:hover span.fas{
    opacity: 1;
}

.btn-uncheck{
    background-color: white;
}

.btn-uncheck span.fas, .btn-check:hover span.fas{
    opacity: 0;
}

.topbar .navbar-search input {
    font-size: 1rem;
}

.cursor-pointer{
    cursor: pointer;
}


/* ELIMINAR DECORACIÓN DE LOS NAVEGADORES SOBRE INPUT NUMBER E INPUT DATE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator{
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* FIN ELIMINAR DECORACIÓN DE LOS NAVEGADORES SOBRE INPUT NUMBER E INPUT DATE */





@media (min-width: 576px){
    .d-lg-block, .d-xl-block {
        display: inline-block!important;
    }
}




/* ESTILOS PLANTILLA BOOTSTRAP 5 */

.mw-120{
    min-width: 120px;
}

.mw-150{
    min-width: 150px;
}

.mw-180{
    min-width: 180px;
}

.mw-280{
    min-width: 280px;
}

.spinner-border{
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 15;
    width: 8rem;
    height: 8rem;
}

.searchDiv{
    background-color: white;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    width: 40%;
    position: absolute;
    padding-left: 10px;
    text-align: left;
    z-index: 5;
}

.searchLink{
    display: block;
    text-decoration: none;
    font-weight: 400;
}

.personal-check{
    height: calc(1.6em + 0.75rem + 2px);
    width: calc(1.6em + 0.75rem + 2px);
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested{
    margin-left: 1rem;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link{
    background-color: inherit;
    border: none;
}

#layoutSidenav_content{
    background-color: #f5f7fb;
}

.fa, .fab, .fal, .far, .fas{
    line-height: inherit;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: inline;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px;
}

.simulation-link > td{
    color: #3097D1;
    cursor: pointer;
}

/* Modificación navbar lateral de la plantilla original para que ocupe el 100% del espacio y no tenga una barra de scroll */

.sb-nav-fixed #layoutSidenav #layoutSidenav_content{
    top: 0;
    padding-top: 112px !important;
}

.sb-topnav{
    height: 73px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav{
    padding-top: 73px;
    height: 100%;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu{
    overflow: inherit;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav{
    height: inherit;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content{
    padding-left: 0;
}
/* Fin Modificación navbar lateral de la plantilla original para que ocupe el 100% del espacio y no tenga una barra de scroll */


.sb-sidenav-blue {
    background-color: #4e73df;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
    color: white;
    font-size: 0.85rem;
}
.sb-sidenav-blue .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: rgba(255, 255, 255, 0.4);
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: rgba(255, 255, 255, 0.3);
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
    color: #adb5bd;
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link:hover {
    color: white;
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link.active {
    color: white;
}
.sb-sidenav-blue .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: white;
}
.sb-sidenav-blue .sb-sidenav-footer {
    background-color: #4e73df;
}

/* FIN ESTILOS PLANTILLA BOOTSTRAP 5 */


/* AGREGAR ESTILOS PROVENIENTES DE VERSIONES ANTERIORES DE BOOTSTRAP */
.table {
    --bs-table-bg: transparent;
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.input-group-text {
    background-color: #e9ecef;
}

/* FIN AGREGAR ESTILOS PROVENIENTES DE VERSIONES ANTERIORES DE BOOTSTRAP */