﻿@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

li {
  cursor: pointer
}

textarea {
  resize: none;
}

.alt_style tr.no_back:hover {
  background-color: transparent
}

.alt_style tr {
  background-color: #fff;
}

.alt_style tr:nth-of-type(2n) {
  background-color: #fff;
}

.alt_style tr.no_back {
  background-color: transparent;
}

table {
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
}

.clear_table table {
  white-space: inherit;
  table-layout: auto
}

.pdf_table {
  white-space: inherit;
  table-layout: auto;
  background-color: #fff;
  border: #808080 1px solid;
  width: 100%;
  padding: 10px
}

.pdf_table tr:nth-of-type(2n) {
  background-color: #fff
}

.flyout_inner table {
  width: auto;
}

table tr {
  padding: 3px;
  background-color: #ffffff;
}

.clear_table table tr {
  background-color: inherit;
}

.pdf_table tr {
  background-color: #fff;
}

table tr:hover {
  background-color: #237eb230;
}

.clear_table table tr:hover {
  background-color: inherit;
}

.pdf_table tr:hover {
  background-color: #fff;
}

.grey_table tr:hover {
  background-color: #ebebeb !important;
}

thead {
  position: relative;
  height: 30px;
}

thead tr:first-of-type {
  background-color: #31bdde;
}

table tr:first-of-type th {
  color: #fff;
  padding: 6px 3px;
}

.grey_table tr {
  background-color: #ebebeb;
}

table tbody:nth-of-type(2n) tr:nth-of-type(2n) {
  background-color: #efefef;
}

table tbody:nth-of-type(2n - 1) tr:nth-of-type(2n) {
  background-color: #fff;
}

table tbody:nth-of-type(2n - 1) tr:nth-of-type(2n - 1) {
  background-color: #efefef;
}

table tr:nth-of-type(2n):hover {
  background-color: #237eb230;
}

table tr th {
  padding: 3px;
  text-align: center;
  font-size: 14px;
}

th.integer,
td.integer {
  text-align: right;
}

.grey_table td {
  height: 25px;
}

.clear_table table tr td {
  font-size: 16px;
  border-right: 0px;
  padding: 1px 3px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

.clear_table table tr td:nth-child(odd) {
  width: 150px;
}

table tr td {
  font-size: 14px;
  border-right: 1px #808080 solid;
  min-height: 18px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

.pdf_table tr td {
  border-right: 0px;
}

.padding_5 td {
  padding: 5px;
}

.line_td {
  vertical-align: top;
  border-bottom: 1px solid #bbb;
  height: 36px;
  overflow: visible;
  background-color: #e9e9e9;
}

table tr td:last-child {
  border-right: 0;
}

.tab-item {
  border: 2px #31bdde solid
}

.headerTooltip li {
  margin-top: 10px;
  cursor: pointer;
}

.headerTooltip li:hover {
  color: #009688;
}

th {
  padding: 5px;
  background-color: #31bdde;
  color: #fff;
  width: calc(100% - 10px);
}

.th {
  padding: 5px;
  background-color: #31bdde;
  color: #fff;
  width: calc(100% - 10px);
}

#data {
  top: 46px !important;
  padding-bottom: 25px !important;
}

.searchResult {
  color: #31bdde;
  text-decoration: underline;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}

.flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex_three {
  width: calc(33% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #333333 solid;
  position: relative;
}

.flex_two {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #333333 solid;
  position: relative;
}

.flex_two:nth-child(2n) {
  margin-right: 0;
}

.flex_three.wide {
  width: calc(63% - 10px);
  margin-right: 15px;
  border: 1px #333333 solid;
  position: relative;
}

.flex_three:nth-child(3n) {
  margin-right: 0;
}

.expand_next {
  cursor: pointer;
}

.mastersearch_section {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.padding5 {
  padding: 0px 5px;
}

.expander {
  position: relative;
}

.expander_div.visible .expand {
  display: contents;
}

.expand {
  display: none;
}

.expander_div .expander:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition: all .3s ease-in-out;
}

.expander_div.visible .expander:after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 5px;
  top: 20%;
}

#main_order_table {
  display: inline-block;
}

#expand_all {
  position: relative;
}

#expand_all:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition: all .3s ease-in-out;
}

#expand_all.visible:after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 5px;
  top: 25%;
}

#order_line {
  margin-top: 20px;
  width: 100%;
  /*transition: all .3s ease-in-out;*/
  z-index: 11;
}

#order_expand_beginning {
  width: 0%;
  white-space: nowrap;
  /*transition: all .3s ease-in-out;*/
  float: left;
}

#order_expand_beginning.expanded {
  /*padding-left: 5px;
 box-sizing: border-box;*/
 margin-top: 0;
}

#order_expand_end {
  width: 0%;
  overflow: auto;
  white-space: nowrap;
  transition: all .3s ease-in-out;
  height: 0;
}

#order_expand_end.expanded {
  /*padding-left: 5px;
  box-sizing: border-box;*/
  overflow: visible !important;
  top: 0;
  float: right;
  height: auto;
}

.order_expand_container {
  width: 100%;
  white-space: nowrap;
}

#order_buttons {
  margin-top: 20px;
}

.line_td,
#order_instruction,
#order_totals {
  padding: 10px;
}

.line,
.order_foot {
  background-color: transparent;
}

.order_line,
.set_line,
.surcharge_line,
.total_line {
  background-color: #fff !important;
}

.order_line td {
  height: 36px;
}

.set_line {
  color: #666;
}

.allocate_button {
  text-align: center;
  color: #007EB2;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.tooltip_click {
  color: #007EB2;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}

.modal_click {
  color: #007EB2;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}

.allocate_button:hover {
  background-color: #007EB2;
  color: #fff;
}

.OR {
  background-color: #0099FF;
  color: white;
}

.CR {
  background-color: #0066FF;
  color: white;
}
.CO {
  background-color: #052e6d;
  color: white;
}
.PR {
  background-color: #99CCFF;
  color: black;
}

.A {
  background-color: #FFFFCC;
}

.T {
  background-color: #FFFF84;
}

.M {
  background-color: #FF9900;
}

.N {
  background-color: silver;
}

.O {
  background-color: #FFDDAA;
}

.E {
  background-color: #CCFFFF;
}

.D {
  background-color: #CCFF55;
}

.P {
  background-color: #CCEE55;
}

.B {
  background-color: #99BB00;
}

.I {
  background-color: #99BB99;
}

.C {
  background-color: #99FFBB;
}

.S {
  background-color: #CCAACC;
}

.R {
  background-color: #99BB99;
}

.textarea_field {
  width: calc(100% - 10px);
  min-height: 100px;
  font-family: "Work Sans", sans-serif;
  border: 1px solid #C0C0C0;
  resize: none;
  padding: 5px;
}

.textarea_field:hover {
  outline: none !important;
  border: 1px solid #000;
}

.textarea_field:focus {
  outline: none !important;
  border: 1px solid #01b7cd;
}

.textarea {
  width: calc(100% - 10px);
  min-height: 100px;
  font-family: "Work Sans", sans-serif;
  border: 1px solid #C0C0C0;
  resize: none;
  padding: 5px;
}

.textarea:hover {
  outline: none !important;
  border: 1px solid #000;
}

.textarea:focus {
  outline: none !important;
  border: 1px solid #01b7cd;
}

.product_code {
  height: 36px;
  vertical-align: middle
}

input[type=checkbox] {
  margin: 0px;
}

.allocate_table {
  text-align: center;
}

.allocate_table td:first-child {
  text-align: left;
}

.small_button {
  background-color: #333333;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  transition: all .3s ease-in-out;
}

.small_button:hover {
  background-color: #fff;
  color: #333333;
}

.small_button.active {
  background-color: #fff;
  color: #333333;
}

#body_container {
  transition: all 0.5s ease;
}

#load_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
}

#load_overlay div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.grey_table .select_text {
  text-align: left;
  background-color: inherit;
}

ul {
  list-style-type: none;
}

li {
  list-style: none
}

#myUL {
  margin: 0;
  padding: 0;
}

#zz_ul {
  margin: 0;
  padding: 0;
}

.zz_caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  ;
  -moz-user-select: none;
  /* Firefox 2+ */
  ;
  -ms-user-select: none;
  /* IE 10+ */
  ;
  user-select: none;
  position: relative;
  margin-left: 20px;
}

.zz_caret::before {
  position: absolute;
  content: "";
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 2px;
  top: 40%;
  left: -15px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition: all .3s ease-in-out;
}

.zz_caret-down::before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  ;
  -moz-user-select: none;
  /* Firefox 2+ */
  ;
  -ms-user-select: none;
  /* IE 10+ */
  ;
  user-select: none;
  position: relative;
  margin-left: 20px;
}

.caret::before {
  position: absolute;
  content: "";
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 2px;
  top: 40%;
  left: -15px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition: all .3s ease-in-out;
}

.caret-down::before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ps_caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  ;
  -moz-user-select: none;
  /* Firefox 2+ */
  ;
  -ms-user-select: none;
  /* IE 10+ */
  ;
  user-select: none;
  position: relative;
  margin-left: 20px;
}

.ps_caret::before {
  position: absolute;
  content: "";
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 2px;
  top: 40%;
  left: -15px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition: all .3s ease-in-out;
}

.ps_caret-down::before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nested_product {
  margin-left: 20px;
}

.nested {
  display: none;
}

.active_ul {
  display: block;
}

.product_nested {
  padding: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  min-height: 56px;
  clear: both;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product_nested.product_section {
  height: 56px;
}

#product_range_ul {
  transition: all .3s ease-in-out;
}

.product_nested:hover:not(.no_hover) {
  background-color: #237eb230;
}

#product_data {
  margin-left: 20px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

.selected {
  background-color: #237eb230;
}

.selected_product {
  background-color: #237eb230;
}

.product_image {
  border: thin gray solid;
  height: 50px;
  width: 50px;
  margin: 3px 10px 3px 3px;
  float: left;
}

.customer_initial {
  border: thin gray solid;
  height: 50px;
  width: 50px;
  margin: 3px 10px 3px 3px;
  float: left;
  background-color: #237eb230;
  font-size: 30px;
  text-align: center;
}

.expand_extra {
  display: none
}

.postcode {
  border: 1px #31bdde solid;
  padding: 2px;
  margin-right: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.postcode:hover {
  background-color: #237eb230;
}

#this_run {
  width: 100%;
  transition: all .3s ease-in-out;
}

#add_to_run {
  width: 0%;
  transition: all .3s ease-in-out;
  overflow: hidden
}

.lower_level_drop {
  border: 1px #000 dashed;
  padding: 20px;
}

.headerTooltip {
  position: absolute;
  left: 40px;
  padding: 5px 10px;
  border-radius: 15px;
  color: #02191c;
  background-color: #ffffff;
  z-index: 100;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  display: block;
  white-space: nowrap;
  border: 2px solid #02191c;
}

.tab-item {
  height: 100%;
  overflow: auto
}

.tab_content {
  height: 100%;
  position: relative;
}

#product_selector {
  width: 370px;
}

#product_data {
  width: calc(100% - 370px);
}

#upload_area {
  margin: 20px;
  width: calc(100% - 50px);
  height: calc(100% - 100px);
  background-color: aliceblue;
}

.ui-tooltip {
  max-width: none !important;
  overflow: auto
}

.ui-widget {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 12px !important
}

.ui-widget input {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 12px !important
}
.ui-droppable-hover{
  background-color:#000
}
input[type="number"] {
  width: 40px;
}

.shrunk {
  display: none !important
}

.editting {
  background-color: #237eb230
}

.collapsableList {
  cursor: pointer
}

.jBox-closeButton {
  /*display: none !important*/
}

.jBox-closeButton-box:before {
  /*display: none !important*/
}

.productBoxOuter .productBox {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
  margin-top: 10px;
  position: relative;
}

.multiSelectBox {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid #99999a;
  border-radius: 5px;
  color: #ffffff;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.productBoxOuter .productBox .productBoxRight {
  width: 100%;
  padding: 20px 20px 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.productsRightColumn {
  padding: 20px;
  background-color: #ebebeb;
  position: relative;
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
}

.product_data_div {
  width: 100%;
  display: inline-block;
  position: relative;
}

.product_data {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.productBoxOuter {
  /*display: inline-block;*/
  width: 100%;
  overflow-y: visible;
  position: relative;
}

.optionsTable tr td .dependencies_btn.create {
  background-color: #74ca2a;
}

.optionsTable tr td .dependencies_btn {
  background-color: #01b7cd;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.productsRightColumn .tab_content input[type="checkbox"] {
  margin-right: 3px;
}

.optionsTable tr td .dependency_check {
  display: none;
  width: 100%;
}

.optionsTable tr.dependency_edit .dependency_check {
  display: inline-block;
}

.optionsTable tr.dependency_edit td {
  background-color: rgba(255, 178, 109, 0.2) !important;
}

.optionsTable tr.dependency_edit_hide {
  opacity: 0.5;
}

.optionsTable tr.dependency_edit_hide .dependencies_btn {
  display: none;
}

.optionsTable tr.dependency_edit .dependencies_btn {
  display: none;
}

.productRangeBox .rangeImgBox {
  width: 100%;
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: inline-flex;
}

.productRangeBox {
  width: calc(100% - 10px);
  box-sizing: border-box;
  border: 1px solid #99999a;
  padding: 20px;
  margin: 0 .5% 1%;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all .3s ease-in-out;
}

.productRangeBox.hidden {
  display: none;
}

.productRangeBox.selected .rangeImgBox {
  padding-bottom: 0% !important;
}

.other_stock {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 8px !important
}

.other_stock .material-icons-outlined {
  font-size: 8px !important
}

td {
  position: relative
}

.filtered_out {
  height: 0px;
  overflow: hidden
}

.filtered_in {
  height: auto;
}

.selected .product_nested {
  background-color: #237eb230;
}

.no_border {
  border: 0px !important
}

.input_text_span {
  margin-left: 10px;
  min-width: 40%;
}

.numeric {
  text-align: right;
}

.numeric_perc {
  text-align: right
}

.searched {
  background-color: #d7e6d7 !important;
}

.commsHistoryContainer .commsHistoryBox .commsType i {
  font-size: 20px !important
}

.not_set {
  color: #fff !important;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 15px;
  right: 5px;
}

th.process_head {
  /* Something you can count on */
  height: 80px;
  white-space: nowrap;
  vertical-align: bottom;
}

th.rotate {
  /* Something you can count on */
  white-space: nowrap;
  height: 150px;
  width: 40px;
}

th.rotate>div {
  transform:
    /* Magic Numbers */
    translate(25px, 60px)
    /* 45 is really 360 - 45 */
    rotate(310deg);
  width: 30px;
}

th.rotate>div>span {
  border-bottom: 1px solid #212121;
  padding: 5px 10px;
}

.jBox-Notice.jBox-Notice-green .jBox-container {
  color: #fff;
  background-color: #95AA63 !important;
}

.credit {
  background-color: rgb(190, 58, 58)
}

.credit_text {
  color: rgb(190, 58, 58) !important
}

.quote {
  background-color: #95AA63
}

.quote_text {
  background-color: #95AA63
}

.edit_option {
  position: absolute;
  left: 5px;
  text-indent: 3px;
  padding: 1px;
  font-size: 14px;
  border: 1px solid #99999a;
}

.view_product_modal {
  cursor: pointer;
  text-decoration: underline;
}

.view_purchase_modal {
  cursor: pointer;
  text-decoration: underline
}

.view_delivery_modal {
  cursor: pointer;
  text-decoration: underline;
}

.tooltip_summary {
  cursor: pointer
}

.sceditor-button-headers div {
  background: url('/images/headers-button.png');
}

.sceditor-header-option {
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #222;
}

.sceditor-header-option:hover {
  background: #eee;
}

.jBox-overlay {
  top: 61px !important;
  left: 100px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 61px) !important;
}

#order_customer_delivery {
  z-index: 999
}