/*=============================================
 *     Backorders
 *===========================================*/
/*----------------------------
 moved here from styles.css
 ----------------------------*/
.backorder-table td {
  box-shadow: none;
  border-top: 0;
}

/*
//TODO MC We should not need this :
.backorder-table td:last-child {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	box-shadow: none;
}*/
.backorder-table .price-list-title {
  /*background: #EEEEEE;*/
  border: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}

#meletttermsbuttons.col-md-4 {
  padding-left: 0;
}

#previousorderbuttons, #meletttermsbuttons {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#back-order-div {
  padding-right: 0;
  display: none;
}

/* EOF Moved from styles.css
------------------------------*/
.cancelbackorder, .processbackorder {
  min-width: 120px;
}

.cancelbackorder:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  padding: 5px;
}

.cancelledbackorder:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  padding: 5px;
}

.processbackorder:after {
  content: "\f291";
  font-family: "Font Awesome 5 Pro";
  padding: 5px;
}

.stockIndicator {
  width: 100%;
  color: #fff;
}

.key-text {
  float: left;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 15%;
}

.disclaimer {
  float: left;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  margin-left: 15px;
}
.disclaimer p {
  color: grey;
}

.shopping-basket-key i {
  color: white;
  font-style: normal;
}

/*.shopping-basket-key .icon-holder {
  border-radius: 50%;*/
.icon-holder {
  float: left;
  display: inline-block;
  border-radius: 60px;
  padding: 6px 10px;
  margin-right: 15px;
}
.icon-holder.green {
  background: #8bc34a;
}
.icon-holder.blue {
  background: #1cbbae;
}
.icon-holder.orange {
  background: #ff9800;
}
.icon-holder.red {
  background: #f44336;
}

.backordertable .results-table td {
  /*border-bottom: 2px solid rgb(0 109 178);*/
  border-bottom: 2px solid #006db2;
}

.stock_indicator {
  padding: 3px 12px;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.stock_indicator.green {
  background: #8bc34a;
}
.stock_indicator.red {
  background: #f44336;
}
.stock_indicator.orange {
  background: #ff9800;
}

/*

.font-awesome .fa { // <- TODO: not used anywhere
    font-family: "Font Awesome 5 Free", Open Sans;
    font-weight: 501;
}

*/
.Ship::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
}

#status-change-message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 169, 79, 0.2784313725);
  padding: 20px;
  margin: 10px 0;
  border-radius: 0.5rem;
}

/* Backorders CSS part 2 : "Dimensions" section ? */
.process-order-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0, 0, 0); !* Fallback color *!*/
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
  z-index: 9999999;
}

.process-order-popup-content, .cancel-order-popup-content {
  background: #017dc7;
  margin: auto;
  padding: 28px;
  border-style: none;
  /*border-color: #f90202;*/
  border-radius: 5px;
  width: 60%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.process-order-popup-content textarea, .cancel-order-popup-content textarea {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.btn-white {
  background: #ffffff;
  color: #016CB2;
  padding: 10px 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  min-width: 100px;
}

.btn-white {
  background: #ffffff;
  color: #016CB2;
  padding: 10px 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  min-width: 100px;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
  background-color: #fff;
}

/*----------------------------------------------------------------------------
default dd-<...> classes for action select list options.
 ( Just for reference Not needed ( added from JS seloptwimg.js ) )
----------------------------------------------------------------------------*/
/*

.dd-select {
  border-radius: 2px;
  border: solid 1px #ccc;
  position: relative;
  cursor: pointer;
}

.dd-desc {
  color: #aaa;
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
}

.dd-selected {
  overflow: hidden;
  display: block;
  padding: 10px;
  font-weight: bold;
}

.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.dd-pointer-down {
  border: solid 5px transparent;
  border-top: solid 5px #000;
}

.dd-pointer-up {
  border: solid 5px transparent !important;
  border-bottom: solid 5px #000 !important;
  margin-top: -8px;
}

.dd-options {
  border: solid 1px #ccc;
  border-top: none;
  list-style: none;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: auto;
}

.dd-option {
  padding: 10px;
  display: block;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}

.dd-option:hover {
  background: #f3f3f3;
  color: #000;
}

.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-option-selected {
  background: #f6f6f6;
}

.dd-option-image, .dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 64px;
}

.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}

.dd-container {
  position: relative;
}

.dd-selected-text {
  font-weight: bold
}
*/
/*----------------------------------------------------------
Overwrite default dd-<...> classes for action select list options
----------------------------------------------------------*/
.backorders-page {
  /*     .dd-desc {
        color: #aaa;
        //color: #8E9DAA;
        display: block;
        overflow: hidden;
        font-weight: normal;
        line-height: 1.4em;
      }*/
}
.backorders-page .cart_highlight {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.backorders-page .cart_highlight--bo-table .col-md-6 p {
  padding-left: 15px;
}
.backorders-page__navigation-buttons {
  /*position: absolute;
  bottom:45px;*/
  display: flex;
  margin: 0 0 20px;
  justify-content: flex-start;
}
.backorders-page .dd-select {
  min-width: 260px;
}
.backorders-page .dd-selected {
  min-width: 255px;
}
.backorders-page .dd-options {
  min-width: 255px;
  position: absolute;
  z-index: 2100100;
}
.backorders-page .dd-option-image, .backorders-page .dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  max-width: 21px;
}
.backorders-page .dd-option-selected {
  background: #e7ebe8;
}
.backorders-page .dd-selected-text {
  line-height: 24px !important;
}
.backorders-page .dd-selected, .backorders-page .dd-option, .backorders-page .dd-option-selected {
  height: 45px;
  max-height: 50px !important;
}
.backorders-page .dd-option-text {
  line-height: 20px !important;
}

.backorder-table-container td {
  vertical-align: middle;
}
.backorder-table-container .backorder-table td.status-3 {
  text-align: center;
}

.backorder-table td:last-child {
  text-align: unset;
}
.backorder-table td.status-3 {
  text-align: center;
}
.backorder-table .dataTables_info, .backorder-table .dataTables_paginate {
  padding-top: 1.75em;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  padding: 3em 0;
}

#account_details p {
  margin: 0px;
}

.backorder_actions_legend {
  display: grid;
  grid-template-columns: 0.5fr 2fr 8fr;
  grid-template-rows: 1fr 1fr 1fr;
}

/*# sourceMappingURL=backorders.css.map */
