.table-responsive {
    overflow-x: unset;
}
.bg-yellow {
	background-color: #f26620; 
	color: #fff;
}

.form-control.error {
    border-color: #dc3545;    
    padding-right: 2.25rem;   
}
.error {
	color: #dc3545 !important;
}

#ajax-loader {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#ajax-loader img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

img.sidebar_logo {
    max-width: 80px;
}

.one_part_banner, .two_part_banner, .product_offer_sec, .discount_part {
  display: none;
}
.alert p {
  margin:0px;
}
.row_position .ui-sortable-handle {
    cursor: move;
}
#media-list li img {
    width: 100px;
    height: 100px
}

#media-list li {
    height: 102px
}

#media-list li video {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

div#hint_brand .modal-dialog {
    top: 110px;
    width: 567px;
    max-width: 100%
}

li.myupload span {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    background: #fff
}

li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 54px
}

#media-list li {
    float: left;
    border: 1px solid #ccc;
    background: #ccc;
    position: relative;
    margin: 0 5px 5px 0;
    width: 102px
}

#media-list li:last-child {
    margin-right: 0
}

.post-thumb {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

#media-list li:hover .post-thumb {
    display: block
}

a.remove-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

.inner-post-thumb {
    position: relative
}

.user-post-text-wrap {
    position: relative
}

.user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0
}

.user-pic-post img {
    width: 100%
}

.user-txt-post {
    padding: 0 0 0 65px
}

textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none
}

.user-post-text-wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.user-post-btn-wrap {
    margin: 25px 0 0
}

ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.btn-nav li {
    position: relative;
    float: left;
    margin: 0 10px 0 0
}

ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100)
}

ul#media-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.banner_link {
 display: none;
}

.rate {
  float: right;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.star-rating {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    color:#deb217;
}
.rate:not(:checked) > label:before { content: '★ '; }

.rate > input:checked ~ label { color: #ffc700; }

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; }

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; }

.cont_spe{ display:none;}

.dataTables_paginate .paginate_button:hover {
  background: none;
  color: black!important;
  border-radius: 4px;
  border: 1px solid #828282;
  cursor:pointer;
}
 
.dataTables_paginate .paginate_button.current {
    background: #f26620;
    color: #fff!important;
}

.dataTables_paginate .paginate_button {
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #c2c2c2;
    color: #212d32;
    margin: 0 2px;
}
.pagination {
    float: right;
}
.main-sidebar .nav-sidebar>.nav-item {
    display: initial;
}
#user_serach .input-group {
    float: left;
    padding: 0px 5px;
    width: 50%;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-treeview {
    margin-left: 5px;
}

ul.errors {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
}

ul.errors li {
    display: block;
    color: red;
}

.multiselect {
  text-align: left;
}
.multiselect b.caret {
  position: absolute;
  top: 14px;
  right: 8px;
}
.multiselect-group {
  font-weight: bold;
  text-decoration: underline;
}

.multiselect-native-select .btn-group {
    width: 100%;
    display: block;
}
.multiselect-native-select  .multiselect-selected-text {
    width: 99%;
    display: inline-flex;
}
.multiselect {
   width: 100%;
}
.multiselect-container {
   width: 100%;
}

.table-responsive nav .hidden {
    margin-top: 10px;
}
.table-responsive nav .flex.justify-between span, .table-responsive nav .flex.justify-between a {
    background: #f26620 !important;
    display: none;
}

.table-responsive nav .hidden .z-0 {
    display: flex;
    color: #8e4040;
}

.table-responsive nav a {
    color: #8e4040;
}

.order-response {
    display: none;
}

.trolley_sec .drawers .drawer {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding: 4px !important;
    position: relative;
}

.trolley_sec .drawers label.form-check-label {
    width: 100%;
    height: 100%;
}
ul.trolley-drawers li {
    display: inline-block;
    margin-bottom: 5px;
}

ul.trolley-drawers {
    max-width: 250px;
}

button.add-order {
    position: fixed;
    right: 20px;
    top: 100px
}

.main-sidebar .sidebar {   
    height: calc(100% - 7rem);
}


.order-pagination .z-0 span:first-child span, .order-pagination .z-0:last-child a {display: flex;align-items: center;justify-content: center;}

.order-pagination .text-sm {
    color: #000 !important;
    height: 40px;
    font-size: 18px;
}

.order-pagination .shadow-sm {
    align-items: center;
}

.order-pagination .shadow-sm svg {
    position: relative;
    width: 20px;
}

.drawer label > input[type="radio"]:checked + span:before {
  content: "";
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  border:4px solid #0075ff;
}

ul.multiselect-container.dropdown-menu.show {
    max-height: 400px;
    overflow-y: auto;
}

#purchase_order_modal .modal-body, #user-status-modal .modal-body {
    max-height: 480px;
    overflow-y: auto;
    
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ddd !important;
    cursor: not-allowed !important;
}

#shops-modal .modal-body {
    max-height: 480px;
    overflow-y: auto;
}

a.make_payment {
    color: #f26620;
    margin-left: 20px;
}

/** Order detail status color ***/

.redprod {
    border-left: 6px solid #dc3545 !important; 
}
.greenprod {
    border-left: 6px solid #28a745 !important; 
}
.partprod {
    border-left: 6px solid #f26620 !important; 
}
.cancelprod {
    border-left: 6px solid #ffe000 !important;    
}
.ajax-order-view tr th {
    max-width: 100px;
}
.picker-ordres-table th {
    max-width: 100px;
}
.tabs{
  background-color:#f5f5f5;
  padding-top:30px;
  padding-bottom:30px;
}

.tabs .tab-pane{
  margin-left:20px;
}

.tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:60px;
}

.tabs p{
  font-size:14px;
}

.tabs a{
  font-size:15px;
  font-weight:700;
  color:#fff;
  padding:30px;
}

.tabs li{
    background-color:#333;
    margin-top:1px;
    text-align:center;
    min-height: 110px;
    padding-top: 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px !important;
}

.tabs li.active{
  background-color:#ff8b38;
}


.smart_wiz_forms input[type='number'] {
    max-width: 85px;
    margin-left: 6px;
}

#add_route_modal .modal-dialog, #edit_route_modal .modal-dialog {
    max-width: 650px !important;
}
.order-response .table-bordered h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.customer_info {
    font-size: 14px;
}
.customer_info hr {
    margin: 10px 0;
}
ul.nav.nav-treeview {
    background: #4d5866 !important;
}
.picker-ordres-table .picker_table_row td table td {
    display: list-item;
    align-items: center;
    overflow: auto;
    min-height: 75px;
    border-bottom: none;
    border-left: none;
    max-height: 75px;
}
.picker-ordres-table .picker_table_row td table td::-webkit-scrollbar {
 display: none;
}

#calendar .fc-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.max_win_ord {
    padding-left: 2px;
    text-align: center;
    padding-right: 2px;
}
.alert-danger ul {
    margin-bottom: 0 !important;
}
.paginate_button.disabled {
    background: #ddd !important;
    cursor: not-allowed !important;
}
.order_sec_list ul {
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}

.driver_route_row {
   background: #ddd;
}


#change_password_form .field-icon.toggle-password {position: absolute;top: 50px;right: 4px;}

#change_password_form .form-group {position: relative;}
   
