.menu-sidebar {
    width: 230px!important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
}
.container-fluid {
    padding-right: 0px!important; 
    padding-left: 0px!important; 
}
.table td {
    padding: .5rem!important;
    vertical-align: middle!important;
}
.table-show td {
    padding: .7rem!important;
    vertical-align: middle!important;
}
.font-bold{
    font-weight: bold!important;
}
.span-estado{
    padding: 3px;
    border-radius: 5px;
    color:white;
}
.header-mobile .navbar-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 58px;
    z-index: 20;
}
.h5-dark{
    background: #17a2b8;
    padding:7px;
    border-radius: 5px;
    color:white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.statistic__item--cyan{
    background: #17a2b8;

}
.statistic__item--dark{
    background: #555;

}
.header-desktop {
    background: #007bff;
    color:white!important;
}

.account-item > .content > a {
    color: #f2f2f2;
}
.account-item > .content > a:hover {
    color: #fff!important;
}
.form-control {
    font-size: 0.8rem!important;
}
.configuracion{
    color: rgba(255, 255, 255, 0.6)!important;
    font-size:30px!important;
    font-weight:bold!important;
}
.configuracion2{
    font-size:20px!important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #bcbebe!important;
    border-radius: 2px;
    padding:3px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dee2e6;
}


@media (max-width: 1100px) and (max-width: 1199px) {
    .configuracion{
        font-size:20px!important;
    }
    .configuracion2{
        font-size:17px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-wrap .account-item > .content {
        display: inline!important;
    }
}
@media (max-width: 991px){

    .header-desktop {
        position: relative;
        top: 0;
        left: 0;
        height: 50px!important;
    }
    .header-desktop .section__content {
      
        top: 20%!important;
       
    }
    .page-container {
        top: 58px!important;
    }
    .container-fluid {
        padding-right: 20px!important; 
        padding-left: 20px!important; 
    }
}
