/*-------------
-------------*/


.dataTables_filter label{
    float: left;
}
.dataTables_length label{
    float: right;
}
    
.smartTable{
    width: 100% !important;
}
.smartSelect {
    min-width: 184px;
    
}

.navbar{background-color: #88307c!important;margin-bottom: 10px;}
.navbar-brand{color: #fff !important}
#navbarSupportedContent .nav-link{color: #fff !important}

.new_order_id{
    text-align: end;
    direction:ltr;
}

.InvoiceStatusNotPay{
    background-color: #f9c8c8;
}

.InvoiceStatusPay{
    background-color: #d2ebbd;
}