@font-face {
  font-family: IDAutomationHC39M;
  src: url(IDAutomationHC39M.woff);
}
.template .header {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 2px solid #cbcbcb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template .header__title h1 {
  margin: 0;
  padding: 0;
}
.template .header__company-info {
  display: flex;
  align-items: center;
}
.template .header__company-info img {
  padding-right: 5px;
}
.template .header__logo {
  max-width: 200px;
}
.template .content .order__header {
  display: flex;
  justify-content: space-between;
}
.template .content .order__header h2 {
  margin-top: 0;
  padding-top: 0;
}
.template .content .order__barcode {
  padding-top: 3px;
  font-family: IDAutomationHC39M;
}
.template .content .order__info {
  display: flex;
  justify-content: space-between;
}
.template .content .order__info h3 {
  margin: 0;
  padding: 0;
}
.template .content .order__info p {
  padding-top: 0;
  margin-top: 0;
}
.template .content .order__item--bins {
  background-color: white !important;
}
.template .content .order__item--bins td {
  padding: 0 !important;
}
.template .content .order__item--bins .bins-table {
  table-layout: fixed;
  border-bottom: 1px double darkgrey;
  width: 100%;
}
.template .content .order__item--bins .bins-table td {
  border: 1px #f2f2f2 solid;
  text-align: center;
  width: auto;
  vertical-align: top;
}
.template .content .order__item--bins .bins-table tr {
  background-color: white !important;
}
.template .content .order__items {
  width: 100%;
}
.template .content .order__items th,
.template .content .order__items td {
  padding: 8px;
  text-align: left;
}
.template .content .order__items thead {
  background-color: #f2f2f2;
}
.template .content .order__items tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.template .content .order__items th {
  font-weight: bold;
}
.template .content .order__items td.info {
  border-bottom: 1px solid #ddd;
}
.template .content .order__items td.info--description {
  width: 50%;
}
.template .content .order__items td.info--locations {
  min-width: 20%;
}
.template .content .order__items td.info--quantity,
.template .content .order__items td.info--value,
.template .content .order__items td.info--image {
  width: 10%;
}
.template .page {
  page-break-before: always;
}

.utilities--clearfix:after {
  clear: both;
}

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