html, body {
  height: 100%;
}

.table th, .table td {
  padding: 0.75rem 0.25rem;
}
.table th p, .table td p {
  width: 100%;
  padding: 0;
}
.table th p:last-child, .table td p:last-child {
  margin-bottom: 0;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.td-w-50 {
  width: 50px !important;
}

.td-w-75 {
  width: 75px !important;
}

.td-w-80 {
  width: 80px !important;
}

.td-w-100 {
  width: 100px !important;
}

.td-w-110 {
  width: 110px !important;
}

.td-w-140 {
  width: 140px !important;
}

.td-w-200 {
  width: 200px !important;
}

.random-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://picsum.photos/1600/900/?random");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.navbar-brand a {
  font-size: 14px;
  color: #fff;
}

.initials {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #9ad5a4;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.alerts {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.letter-icon {
  line-height: normal;
}

#interactive {
  position: relative;
  max-width: 100%;
  width: 100%;
}

canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  top: 0;
  left: 0;
}

#barcode {
  margin: 0 0 20px 0;
}

#barcode img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
  padding: 0 0 5px 5px;
}

.note {
  margin: 0 0 20px 0;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.note p {
  margin: 0 0 5px 0;
}

.note span {
  line-height: 14px;
  font-size: 10px;
}

#notes-add {
  display: none;
}

.form-check-input {
  margin-top: 4px;
}

.form-check-inline .form-check-input {
  margin-top: 0;
}
.form-check-inline .form-check-label {
  margin-top: 3px;
}

#pickup-container.active::before {
  content: "Loading...";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: calc(.4375rem + 1px) 20px;
  line-height: 1.5385;
  font-size: 0.8125rem;
  font-weight: bold;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}

.barcode-image {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.barcode-image svg {
  width: 100%;
  height: auto;
}
.barcode-image svg image {
  width: 100%;
  height: auto;
}

.barcode-created-at {
  line-height: 36px;
}

#ticker {
  margin: 20px 0;
  line-height: 54px;
  font-size: 50px;
  text-align: center;
}

.notification {
  margin: 10px 20px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}

.flag {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  height: 2.25003rem;
  padding: 0.4375rem 10px;
  line-height: 1.5385;
  font-size: 0.8125rem;
  background: none;
  border: 1px solid #ddd;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  margin-right: 16px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}

.table-calculator {
  overflow: visible;
}

.calculator-row td {
  position: relative;
}

.calculator-control {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translate(0, -50%);
}
.calculator-control .btn {
  line-height: 1.25;
}

.user-stats-header {
  margin-top: 20px;
}

#history td .created-by:nth-child(n+2)::before {
  content: "/";
  padding: 0 5px;
}

.priority-cl {
  background-color: #00ff00;
}

.priority-cs {
  color: #fff;
  background-color: #ff4600;
}

.priority-ms {
  color: #fff;
  background-color: #ff7f00;
}

.priority-rl {
  background-color: #ffff00;
}

/* Make Form Inputs and Buttons Bigger */
.chosen-container-single .chosen-single {
  height: 3rem;
  line-height: 2;
  font-size: 1rem;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 14px;
}

.form-control {
  height: 3rem;
  font-size: 1rem;
}

.btn {
  line-height: 2;
  font-size: 1rem;
}

/* End Make Form Inputs and Buttons Bigger */

/*# sourceMappingURL=barcode.css.map */
