div.doc-container {
  padding-top: 70px;
  padding-bottom: 15px;
}

span.customer-no {
  width: 60px;
}

input.fill {
  width: 100% !important;
}

input.price {
  margin-left: auto;
  width: 75px;
  text-align: right;
}

input.itemdetail {
  margin-left: auto;
  width: 75px;
}

textarea.fixed-width {
  font-family: monospace;
}

span.left-pad {
  padding-left: 10px;
}

tr.modified {
  background-color: rgb(112, 131, 150) !important;
}

div.loader {
  text-align: center;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.order-sku {
  width: 50px;
}

.new-order-toolbox {
  width: 120px !important;
}

input.modified {
  background-color: rgb(192, 245, 192) !important;
}

.link {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  span.left-pad {
    padding-left: 0;
    display: block;
  }  
}

.adjuster {
  width: 30px;
}

.info-header {
  border-top: rgb(112, 131, 150) 1px solid;
  border-bottom: rgb(112, 131, 150) 1px solid;
  margin-bottom: 10px;
}

.info-header div.cell {
  background: rgb(231, 231, 231);
  padding-top: 5px;
  padding-bottom: 5px;
}

.data-title {
  font-weight: bold;
}

.hidden-iframe {
  display: none;
  width: 0;
  height: 0;
}

.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

.gom-table th {
  border-style: none !important;
}

.gom-table td {
  border-style: none !important;
}

.order-table-id {
  width: 70px;
}

.order-table-status {
  width: 90px;
  display: none !important;
}

.order-table-sales {
  width: 130px;
  display: none !important;
}

.order-table-amount {
  width: 100px;
  text-align: 'right';
}

.order-table-qty {
  width: 60px;
  text-align: 'right';
}

.table-hidden-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .order-table-status {
      display: table-cell !important;
  }

  .order-table-sales {
    display: table-cell !important;
  }

  .table-hidden-mobile {
    display: table-cell !important;
  }
}

.gom-route-card {
  padding: 7px 10px 7px 10px !important;
}

.gom-route-card p {
  margin-bottom: 0;
}

.gom-route-header {
  margin: 0 8px 0 8px;
  height: 65px;
}

.gom-route-title {
  height: 35px;
}

.bg-border-light {
  background-color: #f8f9fa!important;
  border: 1px solid #aaa;
}

.bg-border-light {
  background-color: #f8f9fa!important;
  border: 1px solid #aaa;
}

.pill-status-created {
  background-color: #0d6efd!important;
  border: 1.5px solid #0d6efd;
  color: #fff!important;
  width: 77px;
}

.pill-status-loaded {
  background-color: #484848!important;
  border: 1.5px solid #484848;
  color: #fff!important;
  width: 77px;
}

.pill-status-voided {
  background-color: #ffffff!important;
  border: 1.5px solid #232323;
  color: #232323!important;
  width: 77px;
}

.pill-status-delivered {
  background-color: #d8510e!important;
  border: 1.5px solid #d8510e;
  color: #ffffff!important;
  width: 77px;
}

.pill-status-closed {
  background-color: #e9e9e9!important;
  border: 1.5px solid #6b6b6b;
  color: #333!important;
  width: 77px;
}

.pill-status-picking {
  background-color: #ffc107!important;
  border: 1.5px solid #ffc107;
  color: #000!important;
  width: 77px;
}

.gom-bottom-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: calc(20px + env(keyboard-inset-height));
}

.gom-highlight {
  background-color: #ffc107;
  padding: 0;
}

.searchBar {
  background-color: #ccc;
  padding: 10px 10px;
  height: 56px;
}

.pill-status-not-due {
  background-color: #333333!important;
  border: 1.5px solid #333333;
  color: #fff!important;
  width: 85px;
}

.pill-status-due {
  background-color: #ffc107!important;
  border: 1.5px solid #ffc107;
  color: #000!important;
  width: 85px;
}

.pill-status-deposited {
  background-color: #0d6efd!important;
  border: 1.5px solid #0d6efd;
  color: #fff!important;
  width: 85px;
}

.pill-status-cleared {
  background-color: #484848!important;
  border: 1.5px solid #484848;
  color: #000!important;
  width: 85px;
}

