.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.sidebar{
    background:#fff;
}

.table-primary, .table-primary>td, .table-primary>th{
    background-color:#c1edff;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color:#88d8f9;
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th{
    border-color:#d6dadd;
}

.header .navbar-nav>li>a .label{
    background:#ff1b30;
    color: white;
}

.header .navbar-brand .empresa_nom{
    font-size: 13px;
    font-weight: 700;
    margin-top: 0%;
}

.alert.alert-info2{
    color: #ffffff;
    background-color: #112a50;
    border-color: #112a50;
}

label{
    text-align: start !important;
    font-weight: 700;
    font-size: 12px;
}

.header.navbar-inverse {
    background: rgb(0,33,61);
    background: linear-gradient(344deg, rgba(0,33,61,1) 17%, rgba(0,50,93,1) 55%, rgba(2,0,36,1) 96%);
}


.sidebar .nav>li.active>a {
    background: rgb(0, 64, 107);
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.shadow {
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.shadow_two{
    border-radius: 2px;
    background: #efefef;
    box-shadow:  5px 5px 7px #bebebe,
                 -1px -1px 7px #ffffff;
    font-size: 140%;
}

.login_button{
    display:none;
}