
.table .thead-inverse th, .table.thead-inverse th {
    background: #0153cc !important;
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: 10;
    border: 1px solid #e9ecef;
    vertical-align: top;  
}
.widget-three{
    padding-top: 15px !important;
}
h4{
    margin-bottom: 10px;
}
.table td {
    text-align:left;
    font-size:10px;
    border-color: #f3f1f1;
    border: 1px solid #e9ecef;
    vertical-align: middle !important;  
    white-space: wrap ;

    /* background-color: white !important; */
}
 
.table tr.odd {
    background-color: rgb(247, 253, 254) !important;
}
.table tr:hover {
    background-color: #fffddf !important;
} 
.table th {
    /* background: #2c2a3d !important; */
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: 10;
    border: 1px solid #e9ecef;
    vertical-align: middle !important;  
    background: #0153cc !important;
    color: white;
}
.table th:hover {
    color:  #e2be2f;
    background: rgb(5, 48, 97) !important;
}
.table .thead-inverse tfoot th, .table tfoot th {
    text-align:left;
    font-size:10px;
    border-color: #fcfcfc;
    border: 1px solid #e9ecef;
    overflow: hidden !important;
    padding: 5px !important;
    background: white !important;
}

.label {
    color: white;
    border-radius: 50px !important;
}

.table td.td-right{
    text-align: right !important;
}
.success {background-color: #46be8a;}
.info {background-color: #0190da;}
.primary {background-color: #01a8fe;}
.warning {background-color: #f39834;}
.danger {background-color: #fb434a;}
.lightred {background-color: #ff8785;border-color: #ff8785; color: white}
.default {background-color: #dfe4ed;}

