body {
  font-size: 0.875rem;
  /*font-size: 0.9rem;*/
  /*font-size: 0.9375rem;*/
  background: #f3f7f9;
  font-family: Lato;
}

.card .card-body .table-header-borderlesss thead th {
  border-top: 0;
}

.card .card-body .table-sm-x thead th {
  padding-left: 4.8px;
  padding-right: 4.8px;
}

.card .card-body .table-sm-x tbody td {
  padding-left: 4.8px;
  padding-right: 4.8px;
  /*font-family: 'Lato';*/
}

.login-body {
  background: #F7F7F7;
}

#login_wrapper {
  margin: 120px auto;
  width: 300px;
}

.order-list .order-state {
  text-transform: uppercase;
  font-size: 12px;
}

.order-list .order-state.pending {
  color: #f54d66;
}
.order-list .order-state.partially_assigned {
  color: #ffa13c;
}
.order-list .order-state.assigned {
  color: #28a745;
}
.order-list .order-state.partially_shipped {
  color: #00c8fb;
}
.order-list .order-state.shipped {
  color: #007bff;
}

.order-list .order-payment-state.paid {
  color: #28a745;
}
.order-list .order-payment-state.balance_due {
  color: #ffa13c;
}
.order-list .order-payment-state.credit_owed {
  color: #f54d66;
}

.order-edition .order-state.pending {
  color: #f54d66;
}
.order-edition .order-state.partially_assigned {
  color: #ffa13c;
}
.order-edition .order-state.assigned {
  color: #28a745;
}
.order-edition .order-state.partially_shipped {
  color: #00c8fb;
}
.order-edition .order-state.shipped {
  color: #007bff;
}

.order-edition .order-edition-header .order-states .paypal {
  width: 16px;
  position: absolute;
  top: 9px;
}

.order-edition .order-edition-header .order-states .paypal-text {
  margin-left: 15px;
  font-size: 0.7em;
}

.order-edition .order-edition-header .order-states .credit-card {
  width: 32px;
}

.order-edition .order-edition-header .order-states .credit-card-ending {
  font-size: 0.7em;
}

.order-edition .order-edition-header .order-totals span+span {
  margin-left: 10px;
}

.order-edition .order-edition-header .order-totals span strong {
  margin-right: 5px;
}

.page-bar .nav-item > a {
  color: #000000e6 !important;
}

.page-bar .navbar-text {
  color: #212529;
}

.pcb-loading-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(195, 195, 195, .5);
  z-index: 999;
  font-size: 60px;
}

.pcb-loading-overlay .spin {
  width: 31px;
  height: 31px;
  margin-top: -62px;
  margin-left: -62px;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ORDER RECEIPT */

.receipt .address .title, .receipt .payments .title {
  font-weight: bold;
}

.receipt .table-products {
  border: 0;
}

.receipt table.parameters td.parameter_label {
  padding-left: 25px;
  /*color: #444444;*/
  font-weight: bold;
  /*user 1px to fix td to content*/
  width: 1px;
}

.receipt table.table-products .no-border {
  border: 0;
}

/* MANUFACTURING SPECS */
#quote_form label {
  font-weight: bold;
  width: auto;
  text-align: left;
  margin-left: 4rem;
}

#quote_form > div {
  padding-top: 8px;
}

#quote_form > div:nth-child(odd) {
  background-color: #dfefb0;
}

#quote_form > div:nth-child(even) {
  background-color: #f5fae7;
}

/* Vendor PO */
.vendor-po .table-products .total_label {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  background-color: #DDDDDD;
  color: #000000;
}

.vendor-po .table-products .table_number {
  text-align: right;
}

.site-logo {
    height: 44px;
}

.order-products-list-mark{
  list-style: none;
  line-height: 0.75;
  padding-left: 0px;
}

.order-products-list-mark.summary {
  line-height: 1;
}

.order-products-list-mark .list-image img{
  width: 14px;
  padding: 2px 0;
}