.select2-container--default .select2-selection--single{
    background: #fff;
    border: 1px solid #F0F0F0;
    padding: 5px 20px;
    color: #6e6e6e;
    height: 56px;
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
}

.select2-selection__arrow{
    top:15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 49px;
    color: #6e6e6e;
    /* color: #194039; */
    padding-left: -5px;
    /* min-height: 40px; */
}

.parsley-required{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #f72b50;
}

.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
    border: 1px solid #f72b50;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f72b50'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f72b50' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.2em + 0rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.parsley-error {
    border-color: #f72b50;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f72b50'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f72b50' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.dtr-title{
    padding-right: 35px;
}

#orderTable_filter{
    display: none;
}





@media only screen and (max-width: 1400px){
    .select2-container--default .select2-selection--single {
        height: 41px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 33px;
    }
    .select2-selection__arrow{
        top:6px !important;
    }
}

.badge-pending, .btn-pending{
    background-color: #FeF1De !important;
    color: #FFA600 !important;
}





.deznav .metismenu > li.mm-active > a::after {
    border-color: #0E8A74 transparent transparent #0E8A74 !important;
}

.deznav .metismenu > li.mm-active > a::after {
    border-top: 5px solid #0E8A74 !important;
    border-left: 5px solid #0E8A74 !important;
}

@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .deznav .metismenu > li.mm-active > a::after {
        border-color: #FFF transparent transparent #FFF !important;
    }
    
    .deznav .metismenu > li.mm-active > a::after {
        border-top: 5px solid #FFF !important;
        border-left: 5px solid #FFF !important;
    }

}