.nav-fourth-level li a, .fixed-sidebar.mini-navbar .nav-third-level li .nav-fourth-level li a {
    padding-left: 70px;
}
.dropdown.profile-element{
    text-align: center !important;
}
table.dataTable {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #e5e6e7;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.eatvo-widget-tools a.btn:not(.btn-default){
    color: white!important;
}
.ibox-title-no-border{
    border:none!important;
}
.brand-activities .vertical-timeline-content{
    padding:0px !important;
}
.modal-remote .form-group{
    margin-bottom: 0px !important;
}
.order-view .order-details table tr td button{
    min-width: 30px !important;
}
.has-error .select2-selection,
.has-error .custom-file-label,
.has-error .select2-container--default .select2-selection--single .select2-selection__placeholder
{
    border-color:red !important;
    color:red;
}
.ibox-tools .btn{
    color:white !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 14px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: orange;
  color: white;
  padding: 6px;
  line-height: 10px;
  border-radius: 10px;
}
body.modal-open .select2-container.select2-container--open{
    z-index: 2500;
}
.modal-content .select2-container{
    width:100% !important;
}