.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.gallery-add-area {
  position: relative;
}

.gallery-add-area .preview-zone {
  position: absolute;
  top: 5px;
  width: 100%;
}

.gallery-add-area .dropzone-desc,
.gallery-add-area .box-body p {
  display: none;
}

.gallery-add-area .preview-zone.hidden + .dropzone-wrapper .dropzone-desc {
  display: block;
}

.preview-zone .box-body img {
  max-width: 100%;
  max-height: 100%;
}

.pos-page .navbar-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pos-page .navbar-holder .navbar-header {
  margin: 0;
}

.settings .box-body img {
  max-height: 50px;
  width: auto;
  margin-bottom: 10px;
}

.settings .box-body p {
  display: none;
}

a.vertical-menu-btn {
  display: block !important;
  position: static !important;
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar,
.vertical-collpsed .vertical-menu a.vertical-menu-btn {
  display: block !important;
}

.navbar-brand-box .logo-lg img {
  margin-top: 12px;
}

@media print {
  .no-print {
    display: none;
  }
  body {
    background-color: transparent;
  }
}

.report {
  padding: 20px;
}

.report .report-title {
  margin-bottom: 15px;
}

.report table {
  border: 1px solid #000;
  padding: 0px;
}

.report table td,
.report table th {
  border: 1px solid #000;
}

.note-editor .open {
  display: inline-block;
}

.dropdown-item,
.dropdown-item i {
  color: #212529 !important;
  visibility: visible !important;
}

.note-icon-menu-check::before {
  display: none !important;
}

form input:focus,
form input:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active,
form .select2-container--focus {
  border: 1px solid #50a5f1 !important;
}

.supplier-order-voucher .heading-text {
  font-size: 20px;
}

.supplier-order-voucher .subheading-text {
  font-size: 18px;
}

.supplier-order-voucher .order-details {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supplier-order-voucher .order-details div {
  width: 50%;
  padding-right: 20px;
  margin-right: 20px;
}

.supplier-order-voucher hr {
  margin: 5px 0;
  border: 1px dashed #000;
}

.bdr-1 {
  border-right: 1px dashed #000;
}

.top-head-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

.top-head-logo .data {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print {
  .print-page {
    width: 100%;
  }
  .print-page thead {
    display: table-header-group;
  }
  .print-page tfoot {
    display: table-footer-group;
  }
  .print-page table {
    page-break-inside: auto;
  }
  .print-page tr {
    page-break-after: always;
  }
  .print-page tr td {
    page-break-inside: avoid;
    padding: 7px;
  }
  .print-page tr th {
    padding: 7px;
  }
  body {
    border: 0px !important;
  }
  .print-page.supplier .print-supplier-header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 20px 30px 5px 30px;
  }
  .print-page.supplier .print-supplier-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0px 30px 10px 30px;
  }
  .print-page.supplier .page-header-space {
    height: 200px;
  }
  .print-page.supplier .page-footer-space {
    height: 60px;
  }
}

td, th {
  vertical-align: middle;
}

.opening-register tr td:nth-child(1) {
  text-align: right;
}

.sys-icon-btn {
  width: 100px;
  padding: 10px 0;
  font-size: 50px;
  margin: 10px;
}

@media print {
  .sys-icon-btn, .sys-btn {
    display: none;
  }
}

.text-white {
  color: #fff !important;
}

.hover-light-9:hover {
  opacity: 0.9;
}

.hover-light-8:hover {
  opacity: 0.8;
}

.hover-light-7:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */