#header {
    background: #bf0909 linear-gradient(to bottom, #bf0909, #BF1916);
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,6,.5);
    padding: 0 15px 0 15px;
    height: 70px;
}
.fixed-navigation nav ul {
    height: 100%;
    width: 231px;

    /*overflow-y: hidden;*/
    overflow-x: hidden;
}
.fixed-navigation nav {
    height: 60%;
    overflow-x: hidden;
    padding-bottom: 5px;
}
/*.fixed-navigation nav ul:hover, .fixed-navigation nav ul:focus {*/
    /*overflow-y: scroll;*/
/*}*/
/*.fixed-navigation nav:hover, .fixed-navigation nav:focus {*/
    /*overflow-x: scroll;*/
/*}*/
.minified nav {
    overflow: hidden;
}

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.scroll-style::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}
.scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*.fixed-navigation nav>ul {*/
    /*overflow-x: scroll;*/
/*}*/
nav ul li a, nav ul ul li a, nav ul ul ul li a {
    /*font-weight: bold;*/
    font-size: 1.2rem;
    /*font-family: "Droid Sans Mono", monospace;*/
}
nav>ul>li>ul>li>a, nav>ul>li>ul>li>ul>li>a, nav ul ul ul li a {
    padding-top: 5px;
    padding-bottom: 1px;
}
nav ul li a {
    color: #010435;
}
nav ul .active>a {
    color: #2025a5!important;
    font-weight: bolder;
}
nav ul li.open>a, nav ul li.open>a b {
    color: #12229e !important;
    font-weight: bolder;
}
nav ul li a:hover, nav ul li a:focus {
    color: #3f44ff;
}
nav ul ul {
    background: rgba(127, 206, 213, 0.45);
}
nav ul ul ul li a {
    color: #010435;
}
nav ul ul li>a:hover, nav ul ul ul li>a:hover {
    background-color: rgba(32, 37, 165, 0.8);
    color: #fff !important;
}
.minified nav>ul>li>ul, .minified nav>ul>li>ul>li>ul {
    background-color: #d5f9f2;
}
.minified nav>ul>li>ul>li, .minified nav>ul>li>ul>li>ul>li {
    background-color: rgba(127, 206, 213, 0.45);
}
/************************************/
.fixed-header #header {
    box-shadow: 0 1px 1px rgba(0,0,6,.5);
}
.fixed-header #main {
    margin-top: 70px;
}
#left-panel {
    padding-top: 70px;
}
aside {
    background: linear-gradient(to right, rgba(240, 240, 240, 0.9) 93%, rgba(42, 45, 57, 0.89) 100%);
}
.titulo {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    display: inline-block;
}

#header .btn-header {
    padding-top: 12px;
}
#header>div {
    height: 65px;
}
#header>:first-child {
    width: auto;
}
nav ul b {
    right: 15px;
    position: absolute;
    display: inline-flex;
    top: 10px;
}
/*.page-footer {*/
    /*background: rgba(109, 214, 239, 0.79);*/
/*}*/
@media only screen and (max-width: 679px) and (min-width: 0) {
    #ribbon {
        background: rgba(109, 214, 239, 0.79);
    }
}
/** BODY **/
body .login-info {
    height: 120px;
    background: url(../img/conadis/fondo_almacen.jpg) no-repeat center center;
    margin-top: -1px!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 0;
}
body .login-info img {
    border-radius: 50%;
    width: 50px;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;
}
body .login-info a span {
    display: block;
    background: rgba(0,0,0,.2);
    width: 100%;
    max-width: 100%;
    padding: 5px 5px;
    margin-left: -10px;
    margin-top: 22px;
    color: #fff;
}
body .login-info a span {
    font-weight: bolder;
}
.overflow-table {
    overflow-x: scroll;
}
.minifyme {
    top: 80%;
}
.minified .minifyme {
    position: initial;
}
/** SIDEBAR MOD **/
nav>ul>li>ul::before {
    left: 5px;
}
nav>ul ul li::before {
    left: 5px;
}
nav ul ul li>a {
    padding-left: 15px;
}
nav ul ul ul li a {
    padding-left: 25px;
}
nav ul ul ul ul li a {
    padding-left: 37px;
}
nav ul ul ul ul ul li a {
    padding-left: 55px;
}
/*****/
#ribbon {
    background: rgba(109, 214, 239, 0.79);
}
/*******/
hr.form-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#content h2:first-child {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0a0a12;
}
/****/
.table th { font-size: 10px;/*vertical-align: middle;text-align: center;background-color: #1a3a95;font-weight: bold;color: white;*/}
.table td { font-size: 10px; }
.table tr { font-size: 10px;/*vertical-align: middle;text-align: center;background-color: #1a3a95;color: black;*/}
.table>tbody>tr:hover{background: #d6f4fc !important;}
.table-condensed.table>tbody>tr>td{
    padding: 1px 10px !important;
}

ul.admin__menu i.fa-folder {
    color: #ff9127;
}
ul.admin__menu i.fa-file {
     color: #f9ffe5;
 }

.menu-indice {
    float: left;
    overflow: hidden;
    clear: left;
    white-space: nowrap;
}
.menu-titulo {
    margin-left: 25px;
    line-height: 1.5;
    display: block;
}

nav ul ul ul ul li a .menu-titulo {
    margin-left: 32px;
}
.fondo-inei {
    background-color: #81bef7;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    text-align: center;
}
.semaforo.rojo {
    background-color: rgb(255, 177, 175);
    color: #222;
    font-weight: bold;
}
.semaforo.ambar {
    background-color: rgb(255, 248, 151);
    color: #222;
    font-weight: bold;
}
.semaforo.verde {
    background-color: rgb(175, 255, 177);
    color: #222;
    font-weight: bold;
}
#modal-inventario .close, #modal-general .close,#modal-inventario1 .close {
    opacity: 1;
    color: #ffffff;
}