.status_active{
    color: white !important;
    background: #0fc752 !important;
    padding: 4px !important;
}
.status_inactive{
    color: white !important;
    background: #f56f64 !important;
    padding: 4px !important;
}
.status_process{
    color: white !important;
    background: #0772B3 !important;
    padding: 4px !important;
}

/*** GENERAL ***/
.MarTop--8{
    margin-top: -8px;
}
.MarTop-5{
    margin-top: 5px;
}
.MarTop-10{
    margin-top: 10px;
}
.MarTop-17{
    margin-top: 17px;
}
.MarTop-15{
    margin-top: 15px;
}
.MarTop-20{
    margin-top: 20px;
}
.ColorLabel{
    color: #898989 !important;
    line-height: 1 !important;
}

/******************** AJUSTES COMPONENTES  ************************/
.ui-table-resizable .ui-table-thead>tr>th, .ui-table-resizable .ui-table-tfoot>tr>td, .ui-table-resizable .ui-table-tbody>tr>td,
.ui-table .ui-table-thead > tr > th, .ui-table .ui-table-tbody > tr > td, .ui-table .ui-table-tfoot > tr > td {
    overflow: hidden;
    border-right: 1px solid #d8d8dc !important;
}

.ui-slider.ui-slider-horizontal {
    height: 0.8em !important;
    margin-top: 5px !important;
}
