@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;
  }
}
.warehouse-main-wp {
  /*WAREHOUSE SIDE BAR*/
}
.warehouse-main-wp .section-yt {
  padding: 0.4rem 2rem;
}
.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 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 .footer-yt {
  position: relative;
  width: 100%;
  bottom: 0;
}
.warehouse-main-wp .main-login-wp {
  width: 100% !important;
  position: relative;
  left: 60%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.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;
}
.warehouse-main-wp .sidebar-yt {
  transform: translatex(0%);
  transition: transform 0.4s ease-in-out;
  position: absolute;
  top: 55px;
}
.warehouse-main-wp .sidebar-yt.active {
  width: 250px;
}
.warehouse-main-wp .sidebar-yt.not-active {
  transition: transform 0.4s ease-in-out;
  z-index: 2;
  width: 75px;
  border: none !important;
}
.warehouse-main-wp .sidebar-yt.not-active .item {
  text-overflow: unset;
}
.warehouse-main-wp .sidebar-yt.not-active .general-add-btn {
  display: none;
}
.warehouse-main-wp .sidebar-yt.not-active .ct-menu-list li a.active + ul {
  display: block;
}
.warehouse-main-wp .sidebar-yt.not-active .menu-list li ul {
  border: none;
  padding: 0;
  margin: 0;
}
.warehouse-main-wp .sidebar-yt.not-active .ct-menu-list.second li a span {
  float: unset;
}
.warehouse-main-wp .sidebar-yt.not-active .ct-menu-list.second li a span.name {
  display: none;
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn {
  position: fixed;
  top: 420px;
  right: 10px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(54%);
  cursor: pointer;
  transition: transform 0.4s ease-in-out 0.2s;
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn::before {
  content: "";
  height: 2px;
  background: #898989;
  width: 20px;
  display: block;
  position: absolute;
  top: 17px;
  left: 14px;
  transform: rotate(-45deg);
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn::after {
  content: "";
  height: 2px;
  background: #898989;
  width: 20px;
  display: block;
  position: absolute;
  top: 30px;
  left: 14px;
  transform: rotate(45deg);
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn.not-active {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
  width: 40px;
  height: 40px;
  background-color: transparent;
  left: 59px;
  top: 420px;
  position: relative;
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn.not-active::after {
  width: 17px;
  height: 2px;
  top: 24px;
  left: 11px;
}
.warehouse-main-wp .sidebar-yt .sidebar-close-btn.not-active::before {
  width: 17px;
  height: 2px;
  top: 13px;
  left: 11px;
}
@media only screen and (max-width: 768px) {
  .warehouse-main-wp aside.aside.hero {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 568px) {
  .warehouse-main-wp .d-flex.yt {
    justify-content: center;
  }
}

/*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;
  padding: 0;
}
.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;
}

.loadings {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.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;
}

.mw-55 {
  max-width: 55px;
}

.bold {
  font-weight: bold;
}

.fs-4 {
  font-size: 0.5rem;
}

.checking-wrapper .container .title {
  line-height: 1;
  font-size: 18px;
}
.checking-wrapper .container .mb-20 {
  margin-bottom: 3px !important;
}
.checking-wrapper .container .mb-40 {
  margin-bottom: 10px !important;
}
.checking-wrapper .container .buttons-container span.button {
  margin-right: 0.5rem;
  padding: 0.2rem !important;
  font-size: 14px;
}
.checking-wrapper .container .box-wrapper {
  margin-top: 1.4rem;
}
.checking-wrapper .container .box-wrapper .box {
  padding: 0.5rem;
  margin-top: -1.8rem;
  margin-bottom: 0.4rem;
}
.checking-wrapper .container .box-wrapper .box .mt-20 {
  margin-top: 0.3rem;
}
.checking-wrapper .container .box-wrapper.show .box {
  display: none;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt {
  font-size: 12px;
  position: relative;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt .table-container {
  overflow-y: scroll;
  max-height: 330px;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt .right-yt-warehouse {
  position: absolute;
  display: none;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt table thead th {
  width: 10px;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt table tbody td:first-child {
  max-width: 75px;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt table tbody td:first-child .button {
  font-size: 12px;
}
.checking-wrapper .container .box-wrapper .table-wp .tablecontainer-yt table tbody td:nth-child(2) input {
  height: 29px;
  width: 50px;
}
.checking-wrapper .container .box-wrapper .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*/
.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: absolute;
  z-index: 999;
  top: 30px;
}