/*!
 * 
 */

table, th, td {
        border: 0px!important;
        background-color: #fff!important;
} 

#gris td {
        background-color: #888!important;
        color:#fff;
}

.tr-fondo-e { background-color : red!important; }
.tr-fondo-m { background-color: yellow!important; }
.tr-fondo-sc { background-color: lightblue; }
.tr-fondo-ss { background-color: green; }
.tr-fondo-s { background-color: #fed353; }
.tr-fondo-b { background-color: #fc6c85; }
.tr-fondo-wb { background-color: #795695; }

.w30 {
    width: 30%;
} 
.w30b {
    width: 30%;
    border: 1px solid black;
} 
.w30bt {
    width: 30%;
    border-top: 1px solid black;
} 
.w30bb {
    width: 30%;
    border-bottom: 1px solid black;
} 

.w5 {
    width: 5%!important;
} 

.w5b {
    width: 5%;
    border: 1px solid black;
} 
   .azul {
       color: darkblue;
   }
   .negro {
       color: darkblack;
       font-weight: 700;
   }
   
    .lineat {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    
    .diasl {
         border-left: 1px solid!important;
    }
    .diasr {
         border-right:  1px solid!important;
    }
    .textcenter {
        text-align: center;
    }
    
    .labeli {
        width: 200px;
    }
    .multiselect-dropdown span.optext {
        padding:6px 0!important; 
    }
