.btn-verde {
    background-color: #889a5b;
    border-color: #5f6c3e;
    color: #fff;
}

aside.left-panel {
    background-color: #262626;
}

.navigation > ul > li:hover > a, .navigation > ul > li.active:hover > a, .navigation > ul > li.active > a {
    color: #fff;
    background-color: #889a5b;
    -webkit-box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.3);
    box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.3);
    font-weight: 700;
}

.navigation > ul > li > a {
    color: #c8c8c8;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #2c2c2c;
}

.user h4.user-name {
    color: #c8c8c8;
    font-size: 16px;
}

.user img {
    border: 1px solid #383838;
    padding: 8px;
    width: 70px;
}

.navigation ul li ul {
    display: none;
    background-color: #313131 !important;
    -webkit-box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.2);
    box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.2);
}

.navigation ul li ul li a {
    padding: 8px 25px;
    color: #c8c8c8;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 13px;
    border-left: 0px solid #5e6271;
    text-align: left;
    display: block;
}

.navigation ul li ul li a:hover, .navigation ul li ul li.active a {
    border-left: 5px solid #889a5b;
    color: #c8c8c8;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #5f6c3e;
    border-color:  #889a5b;
}

a {
    color: #5f6c3e;
    text-decoration: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.icono_tabla {
    font-size: 12px;
    padding: 3px 6px;
}

.avance_listado label {
    font-size: 15px;
}

.semaforo_rojo {
    background-color: #E35B5A !important;
    color: white !important;
}
.semaforo_rojo a{
    color: white !important;
}
.semaforo_amarillo {
    background-color: #fdf1ba !important;
    color: #262626 !important;
}

.semaforo_amarillo a{
    color: #262626 !important;
}

.semaforo_verde {
    background-color: #a0b667 !important;
    color: white !important;
}

.semaforo_verde a{
    color: white !important;
}

#datosAlertasModal {
    overflow: scroll;
}