/* nextPOS branding & POS readability (supplemental) */
.pos .pos-table,
.pos .pos-cart-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
.pos .pos-cart-table col.col-price,
.pos .pos-cart-table col.col-cost {
  width: 90px;
}
.pos .pos-cart-table col.col-qty {
  width: 60px;
}
.pos .pos-cart-table col.col-subtotal {
  width: 90px;
}
.pos .pos-cart-table col.col-del {
  width: 28px;
}
.pos #posTable tbody td {
  padding: 8px 6px !important;
  vertical-align: middle !important;
}
.pos #posTable .col-cost .scost,
.pos #posTable .col-price .sprice,
.pos #posTable .col-subtotal .ssubtotal {
  display: inline-block;
  min-width: 4.5em;
  font-weight: 600;
}
.pos #leftdiv {
  border: 1px solid #d2d6de;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.pos #posTable .sname {
  font-weight: 700;
  font-size: 13px;
}
.pos .list-table thead th {
  font-weight: 700;
  font-size: 13px;
}
.pos #totaltbl {
  font-weight: 600;
  font-size: 14px;
}
.pos #total-payable {
  font-size: 17px;
  font-weight: 700;
}
.pos-store-strip .pos-vendor-phone {
  margin-left: 10px;
  opacity: 0.95;
}
.pos-store-strip {
  background: #00a65a;
  color: #fff;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  z-index: 1030;
}
.pos-store-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.pos-store-strip .pos-store-name {
  font-weight: 700;
  font-size: 14px;
}
.pos-store-strip .pos-store-vendor {
  margin-left: auto;
  opacity: 0.95;
}
.pos-nextpos-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222d32;
  color: #ecf0f5;
  padding: 8px 15px;
  font-size: 12px;
  z-index: 1025;
  border-top: 3px solid #00a65a;
}
.pos-nextpos-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  max-width: 100%;
}
.pos-nextpos-footer .pos-nextpos-provided {
  font-weight: 700;
  color: #00a65a;
  white-space: nowrap;
}
.pos-nextpos-footer .pos-nextpos-tagline {
  flex: 1;
  opacity: 0.85;
  min-width: 200px;
}
.pos-nextpos-footer .pos-nextpos-contact a {
  color: #7fdbb6;
}
.pos-nextpos-footer .pos-nextpos-contact a:hover {
  color: #fff;
}
body.pos {
  padding-bottom: 42px;
}
.nextpos-benefits-panel {
  background: #f9f9f9;
  border: 1px solid #d2d6de;
  border-left: 4px solid #00a65a;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
}
.nextpos-benefits-toggle {
  display: block;
  padding: 8px 12px;
  font-weight: 700;
  color: #333;
  text-decoration: none !important;
}
.nextpos-benefits-toggle:hover {
  background: #eee;
  color: #00a65a;
}
.nextpos-benefits-list {
  margin: 0 0 8px 0;
  padding: 0 12px 0 28px;
}
.nextpos-benefits-list li {
  margin-bottom: 4px;
}
.nextpos-benefits-tagline {
  padding: 0 12px 8px;
  font-style: italic;
  color: #666;
  margin: 0;
}
.nextpos-about-benefits li {
  margin-bottom: 6px;
}
.fbr-receipt-block {
  margin-top: 12px;
  padding: 8px 6px;
  border-top: 1px dashed #333;
  text-align: center;
  font-size: 11px;
  line-height: 1.35;
}
.fbr-receipt-header {
  width: 100%;
  margin-bottom: 6px;
}
.fbr-logo-wrap {
  width: 55%;
  text-align: left;
  vertical-align: middle;
  padding-right: 4px;
}
.fbr-qr-wrap {
  width: 45%;
  text-align: right;
  vertical-align: middle;
}
.fbr-logo {
  max-width: 130px;
  max-height: 70px;
  width: 100%;
  height: auto;
  display: block;
}
.fbr-qr-code {
  display: inline-block;
  line-height: 0;
}
.fbr-qr-code svg {
  width: 96px;
  height: 96px;
  display: block;
  margin-left: auto;
}
.fbr-invoice-no {
  font-size: 11px;
  font-weight: 700;
  margin: 6px 0 4px;
}
.fbr-service-fee-line {
  font-size: 11px;
  margin: 2px 0;
}
.fbr-verify-text {
  font-size: 9px;
  color: #333;
  margin: 6px 4px 4px;
}
.fbr-software-by {
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 0;
}
.fbr-compliant-note {
  font-weight: 700;
  font-size: 12px;
  margin: 4px 0;
}
@media print {
  .fbr-receipt-block {
    border-top: 1px dashed #000;
    page-break-inside: avoid;
  }
  .fbr-qr-code svg {
    width: 88px;
    height: 88px;
  }
}
.login-nextpos-brand {
  text-align: center;
  margin-bottom: 20px;
  padding: 16px 12px 0;
}
.login-nextpos-logo {
  font-size: 32px;
  font-weight: 700;
  color: #00a65a;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
.login-nextpos-logo b {
  color: #222d32;
}
.login-nextpos-tagline {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}
.login-nextpos-contact {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.login-nextpos-contact a {
  color: #00a65a;
}
