table.dataTable tbody tr {
    background-color: #1e1e2e;
}
#login {
    padding: 200px 0;
}
.container-fluid {
    padding: 0;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.business_selector .form-group {
    padding: 20px;
    padding-top: 5px !important;
}
.business_selector select {
    color: #000 !important;
    border-color: #000 !important;
}
.active-business td {
    background: #f98b49 !important;
}
.report {
    margin: 40px 0;
}
.report-header {
    text-align: center;
    margin: 20px 0;
}
.datepicker {
    z-index: 99999 !important;
}
.white th {
    color: white !important;
}
.pt-12 {
    padding-top: 12px !important;
}
select {
    color: #888 !important;
}
h1.amount {
    color: #fb6741;
    font-weight: bold;
}
.sub_detail p {
    border-bottom: 1px solid #464961;
    margin-bottom: 15px;
}
.orange_row {
    background: #fa9f4d !important;

}
.orange_row td {
    color: #fff !important;
}

.green_row {
    background: #00944d !important;
    color: #fff;
}

.red_row {
    background: #f64660 !important;
    color: #fff;
}
.dataTables_wrapper .dataTables_info {
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.select2-dropdown {
    background-color: #f3f2f1;
    border: 1px solid #fb6340;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7c825;
    color: black;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-results__options li {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
}
.select2-container--default .select2-selection--single {
    background-color: inherit;
    border: 1px solid #2b3453;
    border-radius: 4px;
    color: inherit !important;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.big {
    color: white;
    background: #000000;
    border-radius: 8px;
    padding: 3px 10px;
}
.bootstrap-tagsinput{
    display: block;
    width: 100%;
}
.sidebar .nav p {

    font-weight: 700;
    font-size: 14px;
}
.sidebar .nav i {
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 !important;
}