.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(38, 185, 154);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*.product-table-custom img.img-responsive{width: 150px;}*/

table.produce_task_datatables>thead:first-child>tr:first-child>th:nth-child(2){}
.table_search_icon{
    width: 40px;
    margin: 0px;
}
.img_fixed_responsive{max-width: 150px;width: 100%}
.border_right_none
{
      border-right: 0px solid transparent;
}
.margin_right_5{margin-right: 5px;}

.orders_management_table input[type=date]::-webkit-inner-spin-button,
.orders_management_table input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#item-list {
  padding: 0;
}

#item-list .item-image img {
  max-width: 100%;
}

#item-list .item-image .empty-block {
  height: 275px;
  background-color: #EDEDED;
}

#item-list .price-box {
  display: inline-block;
}

#item-list .view-button {
  float: right;
  width: auto;
}

#item-list .item-info {
  padding: 0 10px;
}

#item-list .item-block {
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.view-button .btn {
  width: 100%;
}

#item-list .item {
  list-style: none;
  margin-bottom: 20px;
}

.product-view .product-image .empty-block {
  height: 500px;
  background-color: #EDEDED;
}

.ops-back-button-block {
  position: absolute;
  right: 15px;
  top: 7px;
}

.modal a.close-modal {
  display: none !important;
}

#export-report {
  display: none;
}

#datatable .checkbox-td {
  width: 40px;
  padding: 0;
  line-height: 3;
  text-align: center;
  vertical-align: middle;
}

.checkbox-td .checkbox, .checkbox-td label {
  display: block;
}

.actions-block {
  margin-top: 5px;
  margin-bottom: 10px;
}

.form-buttons {
  margin-bottom: 25px;
}

.orders_management_table .form-buttons {
  margin-bottom: 0;
  height: 57px;
  line-height: 5;
}

.orders_management_table .table_search_icon {
  margin-left: 10px;
  margin-top: 9px;
}

.document-label {
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
}

#day-summary-table th {
  font-size: 13px;
}

th.processing {
  color: #8B0000;
}

th.order-placed {
  color: purple;
}

th.printed, th.capacity {
  color: #000;
}

th.complete {
  color: #388e3c;
}

th.delivered {
  color: blue;
}

  th.preparing-order {
  color: orange;
}

th.on-our-way {
  color: green;
}

th.ready-to-deliver {
  color: #fdd835;;
}

th.cancel {
  color: red;
}

th.canceled {
  color: red;
}

.orders-dashboard {
  font-size: 18px !important;
  font-weight: bold;
}

.live-order tbody tr td:first-child,
.live-order tbody tr td:nth-child(3),
.live-order tbody tr td:nth-child(7) {
  color: #e53935;
  font-weight: bold;
}

.dashboard-slot-1 {
  color: #FFF;
  background-color: #E53935;
}

.dashboard-slot-2 {
  color: #FFF;
  background-color: #556B2F;
}

.dashboard-slot-3 {
  color: #FFF;
  background-color: #FFC600;
}

.dashboard-slot-4 {
  color: #FFF;
  background-color: #6495ED;
}

.dashboard-slot-5 {
  color: #FFF;
  background-color: #9ACD32;
}

.dashboard-slot-total {
  color: #FFF;
  background-color: #FF7F50;
}

.tickets-live-grid td {
  color: red;
}

.tickets-live-grid .dataTables_empty {
  color: #73879C;
}

.document-label.order-manifest {
  background-color: #3949ab;
}

.document-label.dispatching-list {
  background-color: #00897b;
}

.document-label.tote-label {
  background-color: #e53935;
}

.document-label.picking-list {
  background-color: #ffb300;
}

.document-label.cashier-list {
  background-color: #333;
}

.document-label.routing-list {
  background-color: #9e9d24;
}

.document-label.mto-list {
  background-color: #f4511e;
}

.document-label.produce-list {
  background-color: #00AAAA;
}

.document-label.mto-label {
 background-color: #455a64;
}

.document-label.invoice-receipt {
 background-color: #007500;
}

.document-label.return-receipt {
 background-color: #FF0000;
}

#day-summary-table th, #day-summary-table td {
  text-align: center;
  vertical-align: middle;
}

.communication-box-button {
  margin-top: 20px !important;
  width: 100px !important;
}

.home-page .panel-block {
  width: 100%;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all .2s ease;
}

.miss-Low {
 color: #000;
}

.miss-Medium {
  color: #843534;
}

.miss-High {
  color: #FF0000;
}

.home-page .data-table td {
  font-size: 18px;
  padding: 5px 10px;
  text-align: left;
  width: 75%;
}

.home-page .data-table tr {
  border-bottom: 1px solid #E6E9ED;
}

.home-page .data-table tr:last-child {
  border: 0;
}

.dashboard .data-block {
  margin-bottom: 25px;
}

.dashboard-filter {
  margin-bottom: 20px;
}

.dashboard-filter .table_search_icon {
  margin: 22px 10px 0;
}

.dashboard-filter .dashboard-button {
  width: 90px !important;
  margin: 22px 10px 0 !important;
}

.full-width-block .data-table td {
  padding: 10px;
}

.home-page .sales-dashboard {
  padding-bottom: 0;
  padding-top: 0;
}

.home-page .sales-dashboard .x_title {
  margin-bottom: 0;
}

.new-order td {
  color: #FFF !important;
  font-weight: bold !important;
  background-color: #00897b !important;
}

.nav_menu .store-select {
  font-size: 18px;
  cursor: pointer;
}

.nav_menu .fa-angle-down:before {
  font-size: 17px;
}

.nav_menu .store-select-menu {
  width: 130px !important;
  min-width: 130px !important;
}

.navbar-nav .presentation {
  margin-right: 15px !important;
}

.user-profile img {
  margin-right: 5px !important;
}

.nav_menu .store-select-menu li a {
  font-size: 15px;
  padding: 6px 0;
  text-align: center;
}

.order-grid-table > tbody > tr > td,
.order-grid-table > tbody > tr > th,
.order-grid-table > tfoot > tr > td,
.order-grid-table > tfoot > tr > th,
.order-grid-table > thead > tr > td,
.order-grid-table > thead > tr > th {
  color: #000 !important;
}

.orders_management_table label {
  color: #000;
}

.orders_management_table > div {
  padding: 8px 10px;
}

#day-summary-table th, .live-order th {
  font-size: 14px;
}

.error-message {
  padding: 6px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid rgba(231, 76, 60, .88);
  background-color: rgba(231, 76, 60, .88);
  border-radius: 4px;
}

.error-message p {
  margin: 0 !important;
}

#orders-calendar .fc-left, #orders-calendar .fc-right {
  display: none;
}

#orders-calendar .fc-event-container .fc-content .fc-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 4px;
}

#orders-calendar .fc-row.fc-week.fc-widget-content {
  height: 80px !important;
}

#orders-calendar .fc-day-top.fc-other-month {
  opacity: 1 !important;
}

.block .btn-custom {
  margin: 0;
  position: relative;
  top: -1px;
}

.block .form-control {
  width: 90px !important;
  display: inline-block;
  margin: 0 10px;
  border-radius: 4px;
  text-align: center;
}

.block .form-control[type="number"]::-webkit-outer-spin-button,
.block .form-control[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.delivered .modal-body {
  text-align: center;
}

.block .form-control[type="number"] {
  -moz-appearance: textfield;
}

.cancelled label,
.delivered label {
  font-size: 13px !important;
}

.order-grid-table .custom-label {
  font-style: normal;
  display: inline-block;
  width: 50px;
}

.y_panel {
  width: 100%;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all .2s ease;
}

.alert-success {
  position: relative;
}

span.close-msg-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}

.table-history th {
  text-align: center;
}

.login-logo {
  padding-bottom: 25px;
}

.menu-logo {
  max-width: 30px;
  margin-left: 8px;
}

.login_content h1:after,
.login_content h1:before {
  content: none;
}

.store_name_text{
  color:#0d60a1;/*#c63106*/
  /*background-color:#ffff;*/
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  /*padding: 4px;*/
}

.order-life-cycle-modal {
  width: 70%;
}

.order-life-cycle-modal hr {
  margin: 12px 0 !important;
}

.order-life-cycle-modal .modal-body {
  background-color: #2A3F54;
  overflow: hidden;
  overflow-y: scroll;
  height: 75vh;
}

.terminal-life-cycle-modal {
  width: 70%;
}

.terminal-life-cycle-modal hr {
  margin: 12px 0 !important;
}

.terminal-life-cycle-modal .modal-body {
  background-color: #2A3F54;
  overflow: hidden;
  overflow-y: scroll;
  height: 75vh;
}
.custom-timeline {
  position: relative;
  margin: 0 auto;
}

.btn-timeline {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}

.person-timeline .custom-timeline {
  background-color: #2A3F54;
}

.person-timeline .custom-timeline hr {
  margin: 12px 0;
}

.custom-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 30px;
  position: relative;
  background-color: inherit;
  width: 47%;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #FFB300;
  top: 18px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-left {
  left: 3%;
}

.timeline-right {
  left: 50%;
}

.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 20px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 20px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline-right::after {
  left: -13px;
}

.timeline-content {
  padding: 15px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.timeline-content h2 {
  margin: 5px 0 !important;
  font-size: 16px;
  font-weight: bold;
}

.timeline-content .label-right {
  float: right;
}

#wdw_dashboard td span {
  line-height: inherit !important;
}

#wdw_dashboard th, #wdw_dashboard td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

#wdw_dashboard .idle-time {
  font-weight: bold;
  color: orangered;
}

nav > .nav.toggle {
  position: relative;
}

nav > .nav.toggle h3 {
  position: absolute;
  top: 6px;
  left: 50px;
  width: 300px;
}

.hidden-el {
  display: none;
}

.loading-block {
  position: fixed;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
}

.loading-block .block-layer {
  text-align: center;
  padding-top: 300px;
}

.loading-block img {
  width: 100px;
}

@media screen and (max-width: 600px) {
  #cs_action .table-responsive {
    margin-top: 15px;
  }
  .x_title h2 {
    float: none;
  }
  .ops-back-button-block {
    position: static;
  }
  .res-mobile {
    display: flex;
    flex-direction: column;
  }
  .res-mobile .col-sm-3 {
    order: 1;
  }
  .res-mobile .col-sm-6 {
    order: 2;
  }
  .order-life-cycle-modal {
    width: 95%;
    margin: 10px auto;
  }
  .order-life-cycle-modal .modal-body {
    padding-left: 0 !important;
  }
  .terminal-life-cycle-modal {
    width: 95%;
    margin: 10px auto;
  }
  .terminal-life-cycle-modal .modal-body {
    padding-left: 0 !important;
  }
  .custom-timeline::after {
    left: 25px;
  }
  .timeline-content h2 {
    font-size: 14px;
  }
  .timeline-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 10px;
  }
  .timeline-container::before {
    left: 31px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .timeline-left::after, .timeline-right::after {
    left: 2px;
  }
  .timeline-right {
    left: 3%;
  }
}

@media only screen and (min-device-width: 768px) {
  .order-history-block-modal {
    width: 80% !important;
  }
  .order-history-block {
    height: 400px !important;
  }
}

@media only screen and (max-device-width: 768px) {
  .order-history-block {
    height: 300px !important;
  }
}

.order_grid_custom-label {
  font-style: normal;
  display: inline-block;
  width: 50px;
}
/*.pagination {
    margin: 3% 0 0 3%;
}

.pagination span {
    font-weight: bold;
}

.pagination a {
    color:#5C7086;
    font-weight: bold;
    text-decoration: underline;
}

.pagination a:hover {
    color: #F00;
    text-decoration: underline;
}

.paginationNumbers a:visited {
    color: #000;
    text-decoration: none;
    border: #999 1px solid;
    background-color: #ceeceb;
    padding-left: 3px;
    padding-right: 3px;
}

.paginationNumbers a:hover {
    color: #000;
    text-decoration: none;
    border: #060 1px solid;
    background-color: #ceeceb;
    padding-left: 3px;
    padding-right: 3px;
}

.paginationNumbers a:active {
    color: #000;
    text-decoration: none;
    border: #999 1px solid;
    background-color: #fbbe5c;
    padding-left: 3px;
    padding-right: 3px;
}

.pagNumActives {
    color: #000;
    border: 1px solid #000;
    background-color: #fbbe5c;
    padding-left: 3px;
    padding-right: 3px;
}

.paginationNumbers a:link {
    color: #000;
    text-decoration: none;
    border: #999 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}
*/
.product-shelve {
  color: #000;
  font-size:16px
}
.product-shelve span {
    font-weight: bold;
}

.backToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #2a3f54; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border: 2px solid #12dca4
}
.pickedOrdersCount {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 80px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 2px solid #12dca4; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #2a3f54; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.backToTopBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.delivery_option span {
    font-size: 24px;
    font-weight: 600;
    color: #74869C;
}
.delivery_option_part a.user-profile.dropdown-toggle.store-select {
    padding: 0;
    color: #74869C !important;
    font-size: 26px;
    background: transparent;
    font-weight: 600;
}

ul.dropdown-menu.dropdown-usermenu.pull-right.store-select-menu.delivery_option {
    font-size: 24px;
    font-weight: 600;
    color: #74869C;
    border-radius: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 11px 24px #adb2b5;
    padding: 0px 0px;
    margin: 0 -10px;
    width: 255px;
}
ul.dropdown-menu.dropdown-usermenu.pull-right.store-select-menu.delivery_option a {
    padding: 5px 10px;
    border-bottom: 1px solid #E7E9ED;
    margin: 0 25px;
}
.delivery_option_part span {
    color: #74869C;
    font-weight: 600;
}
ul.nav.navbar-nav.navbar-right.delivery_option_part span.fa.fa-angle-down:before {
    font-size: 16px;
    position: relative;
    top: -6px;
}

ul.nav.navbar-nav.navbar-right.delivery_option_part span.fa.fa-angle-down {
    color: #fff;
    background: #41416E;
    border-radius: 50%;
    font-weight: 400;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
}
.ecom-insight .tile_count{
    background-color: #fff;
    padding-top: 20px;
}

.fa.fa-exclamation.fa_exclamation {
  color: #ADB2B5;
  border: 1px solid #ADB2B5;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  padding: 7px;
  position: relative;
  line-height: 1px;
  padding-left: 4px;
  font-size: 12px;
  padding: 5px;
}


.fa.fa-exclamation.fa_exclamation::before {
  color: #ADB2B5;
  text-align: center;
  line-height: 1px;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: -1px;
}
.ecom-insight .fa.fa-times{
    float: right;
    margin: 5px 5px 0 0;
    background: #41416E;
    border: 1px solid #41416E;
    border-radius: 5px;
    padding: 1px;
}

.navbar-nav.info-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #E7E9ED;
    border-radius: 8px;
    /* -webkit-box-shadow: none; */
    left: auto;
    z-index: 9999;
    width: 286px;
    height: 150px;
    box-shadow: 0px 5px 15px #adb2b5;
    padding: 10px;
}
.col-md-2.col-sm-4.col-xs-6.tile_stats_count {
    overflow: initial;
    white-space: inherit;
}
.fa.fa-exclamation.fa_exclamation {
    color: #ADB2B5;
    border: 1px solid #ADB2B5;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    padding: 7px;
    position: relative;
    line-height: 1px;
    padding-left: 4px;
    font-size: 12px;
    padding: 5px;
    /* position: relative; */
}

.informantion_body {
    /* width: 150px; */
    line-break: auto;
    margin-top: 20px;
}
.fa.fa-times.dropdown-toggle {
    font-weight: lighter !important;
    -webkit-text-stroke: 0px;
    color: #fff;
}

form.export-order-table .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
  width: 100%;
}

form.export-order-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}