.tooltip-success{
    background: #6fff7b !important;
    color: #2b2b2b !important;
    border: 1px solid #2b2b2b;
}

.tooltip-pending{
    background: #6f9cff !important;
    color: #fff !important;
    border: 1px solid #2b2b2b;
}

.table_invalid_day{
    background-color: #c8c8c8 !important;
    color: #8b8b8b !important;
}

.calander_day_week_clone.table_day_month{
    background-color: #426dfd !important;
    color: #eee !important;
}

.calander_day_month_clone.table_day_month{
    background-color: #006611 !important;
    color: #eee !important;
}

.footer_total_moc_row.table_day_month{
    background-color: #2b2b2b;
    color: #eee;
}

.footer_subtotal_row.table_day_month{
    background-color: #d8f2ff;
    color: #2b2b2b;
}

.footer_dif_row.table_day_month{
    background-color: #cfffe3;
    color: #2b2b2b;
}

.dif_error{
    background-color: #f5b8b8 !important;
    color: #2b2b2b !important;
}
.dif_error_dark{
    background-color: #df3333 !important;
    color: #2b2b2b !important;
}