p {
    color: unset;
}
.table > tbody > tr > td, .table > thead > tr > th {
    text-align: center;
}
.table > tbody > tr > td{
    vertical-align: middle;
}
.btn-success {
    color: #fff!important;
}
a.wb_title_link {
    text-decoration: underline!important;
}
.purchased_percent_format_bad{
    color: red;
    font-weight: bold;
}
.purchased_percent_format_good{
    color: green;
    font-weight: bold;
}
.purchased_percent_format_perfect{
    color: #9342D6;
    font-weight: bold;
}
.turnover_format_good{
    color: white;
    background-color: #4278cc!important;
    font-weight: bold!important;
}
.turnover_format_bad{
    color: white;
    background-color: red!important;
    font-weight: bold!important;
}
.extra_charge_1_format{
    font-weight: bold;
    color: #BE8DE7;
    background-color: #737373;;
}
.extra_charge_2_format{
    color: #82c840;
    font-weight: bold;
    background-color: #737373;;
}
.extra_charge_3_format{
    color: #feff0b;
    font-weight: bold;
    background-color: #737373;;
}
.extra_charge_4_format{
    color: #fb0006;
    font-weight: bold;
    background-color: #737373;;
}
.cost_1_format{
    color: #BE8DE7;
    background-color: #737373;;
}
.cost_2_format{
    color: #82c840;
    background-color: #737373;;
}
.cost_3_format{
    color: #feff0b;
    background-color: #737373;;
}
.cost_4_format{
    color: #fb0006;
    background-color: #737373;;
}
.spp-class{
    color: gray;
}
.select2-selection.select2-selection--single{
    height: 33px!important;
}
.select2-selection__clear{
    color: black;
}
.select2-container{
    vertical-align: top;
}
label{
    margin-top: 5px;
}
.select2-dropdown--below{
    position: absolute;
    z-index: 2000;
}
tr.info > td > p{
    font-weight: bold;
}
i.fa-arrow-up, i.fa-arrow-down{
    color: #f5f5f5;
    cursor: pointer;
}
th > div{
    width: 100%;
    height: 100%;
    position: relative;
}

tr > th {
    background-color: #f5f5f5;
}

.filter-btn, .filter-btn-places{
    margin: 0 auto;
    display:block;
    vertical-align: top;
    color: #f5f5f5;
    background-color: #f5f5f5;
}
th{
    vertical-align: top!important;
}
i.fa-arrow-up, i.fa-arrow-down {
    font-size: 20px;
}
th.order_active > div > div > p > i.fa-arrow-up, th.order_active > div > div > p > i.fa-arrow-down{
    color: black;
}
th:hover > div > div > p > i.fa-arrow-up, th:hover > div > div > p > i.fa-arrow-down{
    color: black;
}
i.fa-arrow-down.active{
    color: green!important;
}
i.fa-arrow-up.active{
    color: red!important;
}
i.fa-arrow-up{
    /*float: left;*/
}
i.fa-arrow-down{
    margin-left: 10px;
    /*float: right;*/
}
th:hover > div > div  > .filter-btn{
    color: black;
    background-color: #ebebeb;
}
th:hover > div > div  > .filter-btn-places{
    color: black;
    background-color: #ebebeb;
}
.filter-btn.filter-btn-active, .filter-btn-places.filter-btn-places-active{
    color: black;
    background-color: #ebebeb;
}
.filter-btn.btn-success, .filter-btn-places.btn-success {
    background-color: #5cb85c!important;
}
.btn-purp{
    background-color: purple;
    color: white;
}
.label-success{
    padding-bottom: 4px;
    padding-top: 2px;
}
.badge{
    padding-bottom: 4px;
    padding-top: 2px;
}
.ordering-p{
    margin-left: -4px;
    margin-right: -4px;
}
.header-ordering{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.header-title{
}
li{
    line-height: unset;
    text-align: left;
    display: list-item;
}
ul{
    padding-left: 5px;
}
.last_user_div{
    color:gray;
    font-size: 8px;
}

.action_new{
    font-weight: 800;
    color: red!important;
}
.action_info{
    font-weight: 800;
    color: blue!important;
}
.action_processed{
    font-weight: 800;
    color: green!important;
}
.spp_price{
    margin-bottom: 60%;
}
li {
    font-size: 13px;
}
li.report-link > a{
    font-weight: bold;
    text-decoration: underline;
}
h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
input, input:focus{
    border-radius: 6px!important;
    border: 1px solid #334B69!important;
    background: white!important;
    color: black!important;
}
.date-filter, .date-filter:focus{
    border-radius: 6px!important;
    border: 1px solid #334B69!important;
    background: white!important;
    color: black!important;
    height: 30px;
    border-right: none!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.action-btn{
    display: block;
    font-size: 15px;
    color: black;
}
.action-btn:hover, .action-btn > a:hover{
    color: #5bc0de!important;
    text-decoration: none;
}
.action-btn > a{
    color: black;
}
.bulk-actions-save{
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-left: 10px;
}
label.date-label{
    margin-right: 5px;
    font-weight: normal;
}
.modal-header{
    padding: 10px;
}