@import url('https://imaging.blob.core.windows.net/content/error-popup.css');

.warehouse-login-wp .KeyboardRow {
  text-align: center;
}
.warehouse-login-wp .KeyboardKey {
  display: inline-block;
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf");
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  color: #444;
  font-family: arial;
  font-size: 20px;
  font-style: normal;
  line-height: 50px;
  height: 70px;
  width: 70px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  background: #fff;
}
.warehouse-login-wp .KeyboardKey.CE {
  color: #e90c17;
}
.warehouse-login-wp .KeyboardKey:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#ededed");
  background-color: #dfdfdf;
}
.warehouse-login-wp .KeyboardKey:active {
  position: relative;
  top: 1px;
}
.warehouse-login-wp .KeyboardRow .active {
  background-color: #0c57a8;
  -moz-box-shadow: inset 0px 1px 0px 0px #9fc5f2;
  -webkit-box-shadow: inset 0px 1px 0px 0px #9fc5f2;
  box-shadow: inset 0px 1px 0px 0px #9fc5f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c57a8), color-stop(1, #043078));
  background: -moz-linear-gradient(center top, #0c57a8 5%, #043078 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c57a8", endColorstr="#043078");
  border: 1px solid #2358a1;
  display: inline-block;
  text-shadow: 1px 1px 0px #07294a;
  color: #ffffff;
}
.warehouse-login-wp .KeyboardRow .active:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #043078), color-stop(1, #0c57a8));
  background: -moz-linear-gradient(center top, #043078 5%, #0c57a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043078", endColorstr="#0c57a8");
  background-color: #043078;
}

/*DARYLL CSS*/
.legend {
  list-style: none;
}
.legend span {
  border: 1px solid;
  float: left;
  width: 1.5em;
  height: 1em;
  margin-top: 5px;
  margin-right: 1em;
  vertical-align: middle;
  border-radius: 3px;
}

.is-min li.button {
  height: 2em;
}

body .table.is-standard.is-min tbody.is-min tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}
body .table.is-standard.is-min thead tr th {
  padding-top: 7px;
  padding-bottom: 7px;
}
body .menu .box {
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
  font-size: 0.8vw;
}
body .menu .box .title-box {
  top: -0.8em;
  padding: 0 7px;
  background-color: #fff;
  font-size: 1.25em;
  position: absolute;
  top: -0.8em;
  padding: 0 7px;
  background-color: #fff;
  font-size: 1.25em;
  position: absolute;
}
body .menu .box:hover {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
body .menu .box:active {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
body .menu .box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
body .menu .box .icon {
  color: #FAA62F;
  font-size: 40px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 50%;
  border: 3px solid #FAA62F;
  position: relative;
  color: #FAA62F;
  font-size: 40px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 50%;
  border: 3px solid #FAA62F;
  position: relative;
}
body .menu .box .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .menu .box span:last-child {
  margin-left: 20px;
  font-size: 2em;
  color: #555;
  font-weight: 600;
  margin-left: 20px;
  font-size: 2em;
  color: #555;
  font-weight: 600;
}
body .menu .box.default {
  background-color: whitesmoke;
  border-radius: 4px;
  background-color: whitesmoke;
  border-radius: 4px;
}
body .menu .box.default .icon {
  position: absolute;
  bottom: 52px;
  left: 88px;
  font-size: 10em;
  opacity: 0.5;
  position: absolute;
  bottom: 52px;
  left: 88px;
  font-size: 10em;
  opacity: 0.5;
}
body .menu .box.default span:last-child {
  color: inherit;
  color: inherit;
}

.table-wp.is-min .buttons {
  margin-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 1750px) {
  body .table.is-standard.is-min tbody.is-min tr td {
    padding-right: 5px;
    padding-left: 5px;
  }
  body .table.is-standard.is-min thead tr th {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.8em;
  }
  .table.is-sortable.is-min thead tr th .sort-icons {
    margin-right: 2px;
  }
}
@media (max-width: 1300px) {
  body .menu .box {
    font-size: 1vw;
    font-size: 16px;
    font-size: 1vw;
    font-size: 16px;
  }
}
/*ANIMATIONS*/
.navbar {
  z-index: 1;
  padding-left: 20px !important;
}
.navbar .sidebar-btn {
  display: none !important;
}

.warehouse-sidebar {
  /*WAREHOUSE SIDE BAR*/
  /*WAREHOUSE SIDE BAR*/
}

ul.menu-list.ct-menu-list.second li a.active {
    background: none;
    border-left: none;
    border-right: 4px solid #faa62f;
    color: #858585;
    width: 47px;
}
.warehouse-sidebar .sidebar-yt {
    transition: all 0.25s ease-in-out;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index:100 !important;
}
.warehouse-sidebar .sidebar-yt .main {
  padding: 0;
}
.warehouse-sidebar .sidebar-yt .main .icon {
  margin-right: 5px;
}
.warehouse-sidebar .sidebar-yt.not-active {
  transition: all 0.25s ease-in-out;
  z-index: 1;
  width: 50px;
  border: none !important;
}
.warehouse-sidebar .sidebar-yt.not-active .item {
  text-overflow: unset;
}
.warehouse-sidebar .sidebar-yt.not-active .item .icon {
  padding-left: 20px;
}
.warehouse-sidebar .sidebar-yt.not-active .general-add-btn {
  display: flex;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li .tooltip-icon {
  position: absolute;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li .tooltip-icon[data-tooltip] {
  border: none;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li a {
  width: 97px;
}
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover a.active,
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover a {
        width: 320px;
        display: flex;
        max-width:250px;
        border-right:none;
    }
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover a {
        width: 230px;
    }

        .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover a.active + ul li a {
            width: 200px;
            
        }
        .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover a.active + ul.ct-menu-list.second li a.active span.name {
            color: #858585;
            display: block;
        }
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li a.active + ul {
        width: 50px;
        display: block;
    }
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li a.active + ul li a {
        width: 50px;
    }

.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li span.name {
  display: none;
}
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list li:hover span.name {
        display: flex;
    }
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a.active {
        padding-left: 15px !important;
        background: whitesmoke;
        border-right: 2px solid darkorange;
    }
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li:hover a.active span.name,
    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li:hover a.active span.icon {
        color: #858585;
    }
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a.item {
  padding-left: 20px;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a.item:hover {
  padding-left: 20px;
}

    .warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a.item:hover span {
        color:white;
        display:block;
    }
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a span {
  float: unset;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a span.name {
  display: none;
}
.warehouse-sidebar .sidebar-yt.not-active .ct-menu-list.second li a .icon {
  padding-left: 10px;
  margin-left: 0;
}
.warehouse-sidebar .sidebar-yt.not-active .menu-list li ul {
  border: none;
  padding: 0;
  margin: 0;
}
.warehouse-sidebar .sidebar-yt.active {
  width: 200px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 1px 7px #2d2d2d;
  transition: all 0.25s ease-in-out;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li .tooltip-icon[data-tooltip]:not([disabled]):hover::after {
  opacity: 0;
  visibility: hidden;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li .tooltip-icon[data-tooltip]:not([disabled]):hover::before {
  opacity: 0;
  visibility: hidden;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li .tooltip-icon[data-tooltip] {
  border: none;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li a.item {
  margin: 0;
  padding-left: 20px;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li a.active + ul {
  display: block;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list li a:hover {
  margin: 0;
  padding-left: 20px;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list.second {
  padding-left: 0.15rem;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list.second li a.item {
  padding-left: 0;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list.second li a.item:hover {
  padding-left: 0;
}
.warehouse-sidebar .sidebar-yt.active .ct-menu-list.second li a span {
  padding-right: 5px;
}
.warehouse-sidebar .sidebar-yt .sidebar-close-btn-holder {
  background-color: #fffefe;
  border-radius: 50%;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
}
.warehouse-sidebar .sidebar-yt .sidebar-close-btn-holder .sidebar-close-btn {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}
.warehouse-sidebar .sidebar-yt .sidebar-close-btn-holder .sidebar-close-btn.not-active {
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  position: relative;
}
.warehouse-sidebar .sidebar-yt .sidebar-close-btn-holder .sidebar-close-btn.active {
  transform: rotate(180deg);
}

.input-number{
    min-width:60px;
}

@media only screen and (max-width: 768px) {
    .warehouse-sidebar .sidebar-yt aside.aside.hero {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 568px) {
  .warehouse-sidebar .sidebar-yt .d-flex.yt {
    justify-content: center;
  }
}

.warehouse-main-wp .section-yt {
  padding: 0 1rem;
}
.warehouse-main-wp .section-yt .main-yt .container-yt {
  margin-left: 470px;
}
.warehouse-main-wp .section-yt .main-yt .container-yt .btn-yt {
  background-color: #d63f2c;
  color: #fff;
  font-size: 17px;
  border-radius: 25px;
}
.warehouse-main-wp .section-yt .main-yt .container-yt .d-flex {
  display: flex;
}
.warehouse-main-wp .section-yt .main-yt .container-yt .d-flex.justify-content-center {
  justify-content: center;
}
.warehouse-main-wp .section-yt .main-yt .container-yt .w-100 {
  width: 100%;
}
.warehouse-main-wp .section-yt .question-mark {
  display: flex;
}
.warehouse-main-wp .section-yt .dialog-container .dialog-body {
  text-align: center;
}
.warehouse-main-wp .section-yt .dialog-container .dialog-body .title {
  font-size: 1.55rem;
  text-transform: uppercase;
}
.warehouse-main-wp .section-yt .dialog-container .dialog-body .reentry-para-holder {
  font-size: 1.45rem;
}
.warehouse-main-wp .section-yt .dialog-container .dialog-body .alert {
  background: red;
  color: #ffd1a9;
  font-size: 2rem;
  font-weight: bolder;
  padding: 10px;
  border-radius: 10px;
  margin: 5px 0;
  animation: blink 3s linear infinite;
}
@keyframes blink {
  0% {
    border: #fffefe solid 10px;
  }
  25% {
    border: #e8944b solid 10px;
  }
  50% {
    border: #fffefe solid 10px;
  }
  75% {
    border: #e8944b solid 10px;
  }
  100% {
    border: #fffefe solid 10px;
  }
}
.warehouse-main-wp .section-yt .dialog-container .dialog-body .choice-holder {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 2px;
}
.warehouse-main-wp select.bunching-custom-suggestion-select {
  width: 205px;
}
.warehouse-main-wp select.size-custom-suggestion-select {
  width: 205px;
}
.warehouse-main-wp .onoffswitch.mt-0 {
  margin-top: 0px;
}
.warehouse-main-wp .custom-buttons button {
  width: 100%;
}
.warehouse-main-wp .mt-10-neg {
  margin-top: -6px;
}
.warehouse-main-wp .min-height-yt {
  min-height: 487px;
}
.warehouse-main-wp .main-login-wp {
  width: 100% !important;
  position: relative;
  left: 60%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.warehouse-main-wp .align-row {
  margin-top: 1.25rem;
}
.warehouse-main-wp #dealPrice {
  width: 100%;
  max-width: 95px;
}
.warehouse-main-wp .customize-input-products .mw-3 {
  max-width: 800px;
}
.warehouse-main-wp .customize-input-products .field {
  margin-bottom: 0.75rem;
}
.warehouse-main-wp .customize-input-products .field .control input {
  width: 100% !important;
}

/*Product Entry*/
.border {
  border: 1px solid #000;
}

.border-right-0 {
  border-right: 0px;
}

.border-left-0 {
  border-left: 0px;
}

.max-height-725 {
  max-height: 454px;
  overflow-x: hidden;
  overflow-y: auto;
}
.max-height-725 .table-container {
  overflow: hidden;
}

.supplierProductsWp .table-container {
  overflow: hidden;
}

.align-items-center {
  align-items: center;
}

.img-re-entry {
  width: 100%;
  height: 100%;
  max-height: 69px;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}

select#arrivalDates {
  margin: 0 1.5rem;
}

.date-warehouse {
  margin: 0 1.5rem;
}

input#supplierBlazor {
  width: 100%;
  max-width: 250px;
  min-width: 250px;
}

button#arribalBtn {
  position: relative;
  left: 3rem;
}

.th-yt {
  text-align: center !important;
}

.td-yt {
  text-align: center !important;
}

.mw-7 {
  max-width: 770px !important;
}

.no-wraps {
  flex-wrap: nowrap !important;
}

.box.bg-f7 {
  overflow: hidden;
}

.mg-bottom {
  margin-bottom: 1.5rem;
}

.right-yt-warehouse {
  display: flex;
  justify-content: end;
}
.right-yt-warehouse select.select {
  width: 55px !important;
  height: 27px;
}

.border-input-yt {
  border: 1px solid #000;
}

.min-height-500px {
  min-height: 500px;
  max-height: 500px;
}

.overflow-auto {
  overflow: auto;
}

.warehouse.hide-button {
  display: none;
}
.warehouse.block {
  display: block;
}

.loading-screen {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sticky {
  position: sticky;
  top: 0%;
}

.inventory.royette .main-content .table-wp .table-container {
  max-height: 500px;
  overflow: auto;
}

/*WAREHOUSE*/
/*CHECKING RAZOR*/
.margin-right {
  margin-right: 0.5rem;
}

.font-size-1 {
  font-size: 14px;
}

.buttons-padding {
  padding: 0.2rem !important;
  border: none;
  height: 31px;
}

.j-content-sa {
  justify-content: space-between;
}

.flex-reverse {
  flex-flow: column-reverse;
}

.bold {
  font-weight: bold;
}

.fs-4 {
  font-size: 0.5rem;
}

.bg-gray {
  background-color: #ededed;
}
.bg-gray.trolley {
  border-radius: 5px;
  padding: 0.101rem 0.3em;
  margin-right: 0.5rem;
}

.checking-wrapper .title {
  line-height: 1;
  font-size: 18px;
}
.checking-wrapper .mb-20 {
  margin-bottom: 3px !important;
}
.checking-wrapper .mb-40 {
  margin-bottom: 10px !important;
}
.checking-wrapper .buttons-container span.button {
  margin-right: 0.5rem;
  padding: 0.2rem !important;
  font-size: 14px;
}

.box-wrappers {
  margin-top: 1.4rem;
}
.box-wrappers .box {
  padding: 0.5rem;
  margin-top: -1.8rem;
  margin-bottom: 0.4rem;
}
.box-wrappers .box .mt-20 {
  margin-top: 0.3rem;
}
.box-wrappers.show .box {
  display: none;
}
.box-wrappers .table-wp .tablecontainer-yt {
  font-size: 12px;
  position: relative;
}
.box-wrappers .table-wp .tablecontainer-yt .table-container {
  overflow-y: scroll;
  max-height: 330px;
}
.box-wrappers .table-wp .tablecontainer-yt .right-yt-warehouse {
  position: absolute;
  display: none;
}
.box-wrappers .table-wp .tablecontainer-yt table thead th {
  font-size: 1.1em;
}
.box-wrappers .table-wp .tablecontainer-yt table tbody td:first-child .button {
  font-size: 12px;
}
.box-wrappers .table-wp .tablecontainer-yt table tbody td:nth-child(2) input {
  height: 29px;
  width: 50px;
}
.box-wrappers .table-wp .tablecontainer-yt table tbody td {
  padding: 0.01rem 0.2rem;
}

/*CHECKING RAZOR*/
/*CATEGORY EDIT RAZOR*/
.product-selection-wrapper {
  position: relative;
  width: 100%;
  left: 0;
}
.product-selection-wrapper.two {
  left: 35%;
}
.product-selection-wrapper.two button.productBtn {
  position: relative;
  left: -15px;
}
.product-selection-wrapper .dialog-container {
  position: absolute;
  top: 34px;
  left: -193px;
  z-index: 1;
}
.product-selection-wrapper .dialog-container section.dialog-body {
  width: 100%;
  max-width: 250px;
  min-width: 314px;
  max-height: 391px;
  overflow-y: scroll;
}
.product-selection-wrapper .dialog-container section.dialog-body .table-container {
  overflow-y: hidden !important;
}
.product-selection-wrapper .background-black {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
}
.product-selection-wrapper .field.has-addons .control .button:not([disabled]):focus .field .has-addons .control .button:not([disabled]):focus {
  z-index: 1 !important;
}

/*CATEGORY EDIT RAZOR*/
/*INVENTORY STOCK LIST*/
.small-button-stocklist .button {
  border-radius: 2px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.filters-wp .pos-relative {
  position: relative;
}
.filters-wp .pos-absolute {
  position: absolute;
}

.control-wp .control {
  max-width: 22%;
  font-size: 0.9rem;
  margin-right: 0.5rem !important;
}

.custom-height img.main-img {
  max-height: 214px;
}

.checking-wrapper .section-two-trolley .table-wp .tablecontainer-yt .table-container {
  min-height: 478px;
}
.checking-wrapper .section-two-trolley .table-wp .tablecontainer-yt .table-container table thead {
  background-color: #BFCAD0;
}

/*TABLE PRODUCTS EDIT*/
#ProductList tbody tr.active {
  background-color: #209CEE !important;
  color: #fff;
}
#ProductList tbody tr:hover {
  background-color: #209CEE !important;
  color: #fff !important;
}

.ml-1-products {
  margin-left: 1rem;
}

.mt-negative-1 {
  margin-top: -0.3rem;
}

.stocklist-multiple-search .multiple-search-container .field {
  margin-left: 1rem;
}
.stocklist-multiple-search .multiple-search-container .field .control .select select {
  border-radius: 2px;
  font-size: 0.79rem;
  margin-top: -2px;
}
.stocklist-multiple-search .multiple-search-container .field .control .select:not(.is-multiple):not(.is-loading)::after {
  top: 34%;
}
.stocklist-multiple-search .multiple-search-container .field .dynamic-form {
  top: 9rem !important;
  left: -2rem;
}
.stocklist-multiple-search .multiple-search-container .field .add-filter-btn .custom {
  font-size: 0.79rem;
  margin-top: -2px;
}
.stocklist-multiple-search .multiple-search-container .field .add-filter-btn .icon {
  margin-left: 0px;
  margin-right: 0px;
}
.stocklist-multiple-search .multiple-search-container .filter-btn button.filter-count-wp {
  font-size: 0.79rem;
  margin-top: -2px;
}
.stocklist-multiple-search .multiple-search-container .modal-background.custom {
  z-index: 5;
  position: fixed;
}

@media (max-width: 1380px) {
  .tablet-wp-column form .columns.tablet {
    display: flex;
    flex-direction: column;
  }
  .tablet-wp-column form .columns.tablet .custom-dropdown-suggestion {
    width: 100%;
  }
}
.dialog .button {
  opacity: 1;
}

.sticky-top-20 {
  position: sticky;
  top: 15px;
  left: 0;
}

.main-img {
  border-radius: 10px;
}

span.percentage {
  font-weight: bold;
  font-size: 18px;
  margin-left: 3px;
}

/*******************MEDIA QUERY********************/
@media screen and (max-width: 1200px) {
  .warehouse-main-wp .main-hide {
    margin-left: 50px !important;
  }
}
.product-entry-invoice table td.product-image {
  vertical-align: middle;
  text-align: center;
}
.product-entry-invoice table td.product-image .main-img {
  height: 100%;
  min-height: 75px;
  max-height: 75px;
  width: 100%;
  max-width: 50px;
}
.product-entry-invoice table td {
  vertical-align: middle;
  position: relative;
}
.product-entry-invoice table td div.small {
  margin-right: 11px;
  margin-left: 11px;
}
.product-entry-invoice table td input.small {
  width: 100px;
}
.product-entry-invoice table td input.large {
  width: 150px;
}
.product-entry-invoice table td div.large {
  width: 116px;
}
.product-entry-invoice table td div.small {
  width: 100px;
}
.product-entry-invoice table td div.small input.input {
  width: 100px !important;
  padding: 0px 5px;
}
.product-entry-invoice table td div.small span.is-right {
  right: 0px !important;
}
.product-entry-invoice table td div.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-entry-invoice table td div.d-flex label {
  position: absolute;
  top: -25px;
}
.product-entry-invoice table td textarea.input.textarea-size.valid {
  min-width: 220px;
  min-height: 105px;
}
.product-entry-invoice table td .help.is-danger.field-validation-valid {
  position: relative;
  z-index: 999;
  font-size: 9px;
}
.product-entry-invoice table .product-details-btn {
  opacity: 1;
}

/* START SCROLLBAR*/
.scrlbar-7 ::-webkit-scrollbar {
  width: 7px;
}
.scrlbar-7 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrlbar-7 ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.scrlbar-7 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* END SCROLLBAR */
.is-visible {
  display: block !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #c2c2c2;
  border-radius: 5px;
}

.border-bottom-2 {
  border-bottom: 2px solid #c2c2c2;
  border-radius: 5px;
}

.border-bottom-3 {
  border-bottom: 3px solid #c2c2c2;
  border-radius: 5px;
}

.box-shadow-1 {
  border-radius: 6px;
  box-shadow: 0 0 5px #8996a1;
  padding: 5px;
}

.paginate-sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.paginate-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sub-box {
  margin-bottom: 35px !important;
}
.sub-box .sub-box-buttons {
  margin-left: 10px;
}

.set-yr-container {
  display: flex;
  justify-content: start;
  align-items: start;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.preorder-handler {
  position: relative;
  top: -60px;
}
.preorder-handler.tabs {
  height: 69vh !important;
}
.preorder-handler.tabs .content {
  padding: 6px 0px;
}
.preorder-handler .table-container {
  overflow: auto;
  height: 90%;
}
.preorder-handler .table-container table th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}
.preorder-handler .table-container table tfoot {
  position: sticky;
  bottom: 0;
  background-color: white;
}
.preorder-handler .table-container table tfoot .pagination-footer-container {
  margin-bottom: 10px;
}
.preorder-handler .table-container table tfoot .pagination-footer-container ul {
  flex-wrap: nowrap;
  border: none;
}
.preorder-handler .content ul {
  margin-top: 3px;
}
.preorder-handler .content ul li + li {
  margin-top: 0;
}
.preorder-handler .content .table-container {
  padding: 0;
}
.preorder-handler .content .table-container table thead th {
  position: sticky;
  top: 0;
}
.preorder-handler .content .order-details-cls tbody tr td {
  padding: 0;
  text-align: center;
  white-space: break-spaces;
}
.preorder-handler .content .order-details-cls tbody tr td div {
  word-break: break-all;
}

@media screen and (max-width: 1408px) {
  .preorder-handler {
    position: relative;
    top: auto;
  }
  .sub-box .sub-box-buttons {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1408px) {
  .sub-box .sub-box-buttons {
    position: relative;
    top: -75px;
  }
}
.table-container {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  display: block;
  padding: 1.25rem;
}

.selected-products-table tbody tr td {
  min-width: 100px !important;
  max-width: 200px !important;
}
.selected-products-table tbody tr td .column .field .control label {
  display: none;
}
.selected-products-table tbody tr td:nth-child(4) {
  width: 300px;
  text-align: center;
}
.selected-products-table tbody tr td:nth-child(4) div {
  width: 150px;
}

.product-price-parent .dialog-container .dialog .dialog-footer .close-btn-footer-hndlr {
  display: flex;
  justify-content: space-around;
}
.product-price-parent .dialog-container .dialog .dialog-footer .close-btn-footer-hndlr button {
  position: relative;
  top: -10px;
}

/*
*SASS STYLES FOR PRODUCT IMAGE MANAGEMENT IN WAREHOUSE
*pim = Product Image Management
*
*
*
*/
.pim-item-parent .is-selected {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgb(55, 186, 4);
}
.pim-item-parent .pim-item {
  transition: all 0.25s ease-out;
}
.pim-item-parent .pim-item:hover {
  box-shadow: 1px 1px 6px 3px #3e8ed0;
}

.grid-my-grades {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.grid-my-grades div {
  border-radius: 6px;
  border: 1px solid #2d2d2d;
  color: #fff;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.pim-item .card-header {
  position: absolute;
  min-height: 54px;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pim-item .card-image {
  padding-top: 54px;
}

@media screen and (max-width: 1163px) {
  .grid-my-grades {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
}
@media screen and (max-width: 1252px) {
  .pim-menu-btns {
    display: flex;
    flex-direction: column-reverse;
  }
  .pim-menu-btns button {
    margin: 0.25rem;
  }
}/*# sourceMappingURL=app.css.map */


#coloursTable > thead > tr:nth-child(2) th {
    top: 30px !important; /* table head will be placed from the top of the table and sticks to it */
    position: sticky !important; /* make the table heads sticky */
    border-bottom: 1px solid #808080
}