/* Extended styles */
.modal-xxl {
  max-width: 1500px;
}

.md-select-top-fix {
  margin-top: 0rem !important;
}

.custom-textarea {
  resize: none;
  height: 100px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-fluid {
    max-width: 100%;
  }
}

/*vertical menu*/
.wrapper {
  width: 960px;
  margin: 0px auto;
  padding-top: 20px;
  min-height: 600px;
}

#v-nav {
  height: 100%;
  margin: auto;
}

#v-nav>ul {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  border: 1px solid #ddd;
  border-right-width: 0;
  margin: auto 0 !important;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #v-nav>ul {
    width: 210px;
  }
}

#v-nav>ul>li {
  width: auto !important;
  list-style-type: none;
  display: block;
  text-shadow: 0px 1px 1px #f2f1f0;
  font-size: 0.875rem;
  position: relative;
  border-right-width: 0;
  margin: 0;
  padding: 10px 15px !important;
  background: whiteSmoke;
  font-weight: 400;
  /* Old browsers */
}

#v-nav>ul>li.part-of-send-template {
  background: #e0f7fa !important;
}

#v-nav>ul>li.current {
  color: white;
  border-right: none;
  z-index: 10;
  background: #007bff !important;
  position: relative;
  text-shadow: none;
  font-weight: 600;
}

#v-nav>ul>li.first.current {
  border-bottom: 1px solid #ddd;
}

#v-nav>ul>li.last {
  border-bottom: none;
}

#v-nav>div.tab-content {
  border: 1px solid #ddd;
  background-color: #fff;
  min-height: 434px;
  z-index: 9;
  padding: 12px;
  -moz-box-shadow: inset 0 0 35px 5px #fafbfd;
  -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
  box-shadow: inset 0 0 35px 5px #fafbfd;
  display: none;
  padding: 25px;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #v-nav>div.tab-content {
    margin-left: 210px;
    width: auto;
    float: none;
  }
}

#v-nav>div.tab-content>h4 {
  font-size: 1.2em;
  color: Black;
  text-shadow: 0px 1px 1px #f2f1f0;
  border-bottom: 1px dotted #eeeded;
  padding-top: 5px;
  padding-bottom: 5px;
}

#te-application-form-checkbox-list {
  list-style-type: none;
}

#te-app-button-up {
  padding: 10 6 10 6;
}

#te-app-button-down {
  padding: 10 6 10 6;
}

#te-app-add-new-checkbox {
  padding: 10 6 10 6;
}

.page-break {
  color: #999999;
}

.te-comp-cont-row-new-delete {
  margin-top: 16 !important;
  padding: 11 !important;
}

.vl {
  border-right: 1px solid #a4a4a4;
  height: auto;
}

.hl {
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  height: auto;
}

.printDialog-kwiz-cust-btn-disabled {
  background-color: #002678 !important;
}

#draggable {
  background: #ccc;
}

.tox-fullscreen .modal {
  position: unset !important;
}

.printdialog-te-label {
  color: #727272 !important;
  font-size: small !important;
}

@media screen and (min-width: 768px) {
  .th-order-status {
    width: 200px;
  }
}

.td-extra-text-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .td-extra-text-wrap {
    max-width: 80px;
  }
}

.td-min-height {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.body-fix {
  padding-top: 65px !important;
  padding-left: 0px !important;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.8rem;
  width: 1.25rem;
  height: 1.25rem;
}

.select-size {
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-upload {
  background-color: #1ec230 !important;
  color: white !important;
}

.btn-delete {
  background-color: #e13f3f !important;
  color: white !important;
}

.btn-preview {
  background-color: #8bc3e1 !important;
  color: white !important;
}

.table-ui td.ui-hover:hover {
  background-color: #2bbbad !important;
  color: white;
  transition: ease 0.5s;
}

.table-ui tr.ui-hover:hover td {
  background-color: #2bbbad !important;
  color: white;
  transition: ease 0.2s;
}

.ui-text-hover:hover {
  color: #2bbbad !important;
  font-weight: bold;
  cursor: hand;
}

.table-ui td.ui-stock-hover-icon:hover {
  background-color: white !important;
  color: #2bbbad;
  transition: ease 0.4s;
}

.font-m {
  font-size: 0.8rem !important;
}

.hiden {
  display: none !important;
}

.selected-item {
  background-color: #90caf9 !important;
}

.ui-light-red.selected-item,
.selected-item td.ui-light-red {
  background-color: #aba8ce !important;
}

.ui-light-yellow.selected-item,
.selected-item td.ui-light-yellow {
  background-color: #9cc6d7 !important;
}

.ui-light-green.selected-item,
.selected-item td.ui-light-green {
  background-color: #5cb7d5 !important;
}

.ui-light-red.selected-item td,
.ui-light-yellow.selected-item td,
.ui-light-green.selected-item td {
  font-weight: 500;
}

.yellow.lighten-4.selected-item,
.selected-item td.yellow.lighten-4 {
  background-color: #b5dae7 !important;
}

.amber.lighten-4.selected-item,
.selected-item td.amber.lighten-4 {
  background-color: #c9dcd5 !important;
}

.orange.lighten-3.selected-item,
.selected-item td.orange.lighten-3 {
  background-color: #c9d4d6 !important;
}

.selected-item td {
  font-weight: bold;
}

.selected-price {
  background-color: #c8e6c9 !important;
}

.optimal-price {
  background-color: #90caf9;
}

.disabled-text td {
  color: #9e9e9e;
}

.md-empty-req-field input,
.md-empty-req-field textarea {
  border-bottom-color: red !important;
}

.md-empty-req-field label {
  color: red !important;
}

.md-form {
  margin-top: 7px;
}

.text-middle {
  vertical-align: middle !important;
}

.text-bottom {
  vertical-align: bottom !important;
}

.text-top {
  vertical-align: top !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.ui-prefix {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  margin-right: 4px !important;
}

.grey-skin .card-header,
.grey-skin .form-header {
  background-color: white;
}

.table-ui:not(.no-table-hover)>thead>tr:hover,
.table-ui:not(.no-table-hover)>tbody>tr:hover,
.table-ui:not(.no-table-hover)>tfoot>tr:hover {
  background-color: #6c757d5e !important;
}

.table-ui-hoverable>thead>tr:hover,
.table-ui-hoverable>tbody>tr:hover,
.table-ui-hoverable>tfoot>tr:hover {
  background-color: #0288d1 !important;
  color: white !important;
}

.custom-select {
  border: 0px !important;
  padding-top: 0px;
  cursor: pointer;
}

.custom-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qualities-select {
  outline: 1;
  border: 1px !important;
  padding-top: 1px;
  cursor: pointer;
}

.qualities-select:focus {
  outline: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.midle-label {
  font-size: 13 !important;
  color: #939393 !important;
}

.menu-subtitle {
  color: #e3f2fd;
}

.menu-custom-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
}

.select-dropdown {
  margin: 0px !important;
}

.overtime-overflow {
  background-color: #ffcdd2;
  font-weight: bold;
}

.stock-true-prefix {
  z-index: 0;
}

.stock-table-td-zindex {
  z-index: 1;
}

.ui-card-header {
  background-color: #e3f2fd !important;
}

.tabs-minified ul li {
  margin: 0px !important;
}

.tabs-minified ul li a {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.adm-level-1 {
  padding-left: 0px;
}

.adm-level-2 {
  padding-left: 20px;
}

.adm-level-3 {
  padding-left: 40px;
}

.adm-level-4 {
  padding-left: 60px;
}

.adm-level-5 {
  padding-left: 80px;
}

.pe-ability-item td {
  padding-top: 0px;
  padding-bottom: 2px;
}

.double-nav .breadcrumb-dn {
  color: #fff;
}

.side-nav.wide.slim .sn-ad-avatar-wrapper a span {
  display: none;
}

.link-icon-enabled {
  color: black;
  cursor: hand;
}

.link-icon-disabled {
  color: grey !important;
}

/* Side menus */

[type="radio"].personal-color-1:checked+label::after {
  background-color: #43a047 !important;
}

[type="radio"].personal-color-1:checked+label::before,
[type="radio"].personal-color-1:checked+label::after {
  border: 2px solid #43a047 !important;
}

[type="radio"].personal-color-2:checked+label::after {
  background-color: #fb8c00 !important;
}

[type="radio"].personal-color-2:checked+label::before,
[type="radio"].personal-color-2:checked+label::after {
  border: 2px solid #fb8c00 !important;
}

[type="radio"].personal-color-3:checked+label::after {
  background-color: #e53935 !important;
}

[type="radio"].personal-color-3:checked+label::before,
[type="radio"].personal-color-3:checked+label::after {
  border: 2px solid #e53935 !important;
}

.custom-select {
  display: inline !important;
}

.qualities-select {
  display: inline !important;
}

.table-wrapper-scroll-y {
  display: block;
  max-height: 450px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-70 {
  display: block;
  max-height: 118px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-500 {
  display: block;
  max-height: 575px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-500 thead:not(.ws-thead):not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-450 {
  display: block;
  max-height: 450px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-450 thead:not(.ws-thead):not(.not-sticky-head) th {
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-200 {
  display: block;
  max-height: 240px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-150 {
  display: block;
  max-height: 335px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-400 {
  display: block;
  max-height: 390px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-800 {
  display: block;
  max-height: 800px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-800 thead:not(.ws-thead):not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-900 {
  display: block;
  max-height: 900px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-900 thead:not(.ws-thead):not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-740 {
  display: block;
  max-height: 705px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-740 thead:not(.ws-thead):not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-650 {
  display: block;
  max-height: 630px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-550 {
  display: block;
  max-height: 610px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-550 thead th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-500 {
  display: block;
  max-height: 550px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-500 thead th {
  border: 1px;
  position: sticky;
  top: -1;
}

.table-wrapper-scroll-y-700 {
  display: block;
  max-height: 718px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-700 thead th {
  border: 1px;
  position: sticky;
  top: -1;
}

.stock-items-font {
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  vertical-align: middle !important;
}

.stock-name-width {
  width: 400px !important;
}

.horizontal-scroll {
  margin-left: 15px;
  margin-right: 15px;

  overflow: auto;
  white-space: nowrap;
}

#stock-item-list tr .sticky-left {
  background-color: #fff;
}

.table-ui-striped>#stock-item-list>tr:hover .sticky-left,
.table-ui-striped>#stock-item-list>tr:nth-child(even):hover .sticky-left {
  background-color: #c8cccf;
}

.table-ui-striped>#stock-item-list>tr:nth-child(even) .sticky-left {
  background-color: #f6f5f5;
}

.stock-items-consume-button,
.stock-items-addToOrder-button,
.stock-items-expirationDate-button,
.stock-items-expirationDate-blank,
.stock-items-qrCode-button {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  transition: 0.1s ease-in;
  flex-basis: 33.33%;
}

.stock-items-consume-button {
  background-color: #ffaeae;
  color: #a9180e;
}

.stock-items-consume-button:hover {
  background-color: #a9180e;
  color: #fff;
}

.stock-items-addToOrder-button {
  background-color: #9cd99e;
  color: #116416;
}

.stock-items-addToOrder-button:hover {
  background-color: #116416;
  color: #fff;
}

.stock-items-expirationDate-button {
  background-color: #aebfeb;
  color: #113464;
}

.stock-items-expirationDate-button:hover {
  background-color: #113464;
  color: #fff;
}

.stock-items-qrCode-button {
  background-color: #ffe0ae;
  color: #644411;
}

.stock-items-qrCode-button:hover {
  background-color: #644411;
  color: #fff;
}

.table-wrapper-scroll-y-350 {
  display: block;
  min-height: 350px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-350 thead:not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: -1;
}

.custom-table-btn {
  background-color: #eceff1 !important;
  color: black;
  box-shadow: none;
}

.custom-table-btn:active {
  background-color: #aeaeae !important;
}

.table-wrapper-scroll-y-900 {
  display: block;
  max-height: 83vh;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-900 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-1000 {
  display: block;
  max-height: 89vh;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-1000 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-1001 {
  display: block;
  max-height: 1000px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-1001 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-900-2 {
  display: block;
  max-height: 70vh;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-900-2 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-135 {
  display: block;
  max-height: 135px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-135 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-225 {
  display: block;
  max-height: 225px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-225 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-240 {
  display: block;
  max-height: 241px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-240 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-247 {
  display: block;
  max-height: 247px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-247 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-300 {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-300 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-370 {
  display: block;
  max-height: 370px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-300 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-340 {
  display: block;
  max-height: 340px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-340 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-310 {
  display: block;
  max-height: 310px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-310 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-y-400 {
  display: block;
  max-height: 397px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-400 thead:not(.ws-thead):not(.not-sticky-head) th {
  border: 1px;
  position: sticky;
  top: 0;
}

.table-wrapper-scroll-xy-750 {
  display: block;
  min-height: 750px;
  max-height: 750px;
  overflow-y: auto;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-320 {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-320 thead th {
  border: 1px;
  position: sticky;
  top: 0;
}

.highlight {
  background-color: blue;
  color: white;
}

.table-fit {
  width: 1px;
}

.swal-wide {
  width: 90% !important;
}

.td-min-height {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.width-limiter-100 {
  max-width: 100px;
}

.expandeble-textarea {
  /* margin:0px 0px; this is redundant anyways since its specified below*/
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  display: block;
}

#sidenav-overlay {
  z-index: 1039;
}

.login-msg {
  font-size: 0.8125rem;
  margin-top: 0.375rem;
  color: #212529;
  position: absolute;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.picker__box .picker__header .picker__nav--next:before,
.picker__box .picker__header .picker__nav--prev:before {
  display: inline-block;
  font-family: "Bootstrap Icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

[hidden] {
  display: none !important;
}