#job-pallet-management-frame .scan h1 {
  font-size: 3em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#job-pallet-management-frame .scan h2 {
  color: black;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body,
#job-pallet-management-frame .location_view div.location_view_body,
#job-pallet-management-frame .product_view div.product_view_body,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body,
#job-pallet-management-frame div.pallet_split_2_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table,
#job-pallet-management-frame .location_view div.location_view_body table,
#job-pallet-management-frame .product_view div.product_view_body table,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table,
#job-pallet-management-frame div.pallet_split_2_body table {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 2em auto;
  border-collapse: collapse;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table:first-of-type,
#job-pallet-management-frame .location_view div.location_view_body table:first-of-type,
#job-pallet-management-frame .product_view div.product_view_body table:first-of-type,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table:first-of-type,
#job-pallet-management-frame div.pallet_split_2_body table:first-of-type {
  margin-bottom: 2em;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table td,
#job-pallet-management-frame .location_view div.location_view_body table td,
#job-pallet-management-frame .product_view div.product_view_body table td,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table td,
#job-pallet-management-frame div.pallet_split_2_body table td {
  padding: 0.8em;
  text-align: left;
  border-bottom: solid 1px #ddd;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table td:first-child,
#job-pallet-management-frame .location_view div.location_view_body table td:first-child,
#job-pallet-management-frame .product_view div.product_view_body table td:first-child,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table td:first-child,
#job-pallet-management-frame div.pallet_split_2_body table td:first-child {
  font-weight: 500;
  color: #666;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table td:last-child,
#job-pallet-management-frame .location_view div.location_view_body table td:last-child,
#job-pallet-management-frame .product_view div.product_view_body table td:last-child,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table td:last-child,
#job-pallet-management-frame div.pallet_split_2_body table td:last-child {
  text-align: right;
}
#job-pallet-management-frame .pallet_view div.pallet_view_body table th,
#job-pallet-management-frame .location_view div.location_view_body table th,
#job-pallet-management-frame .product_view div.product_view_body table th,
#job-pallet-management-frame .pallet_split_1 div.pallet_split_1_body table th,
#job-pallet-management-frame div.pallet_split_2_body table th {
  padding: 0.8em;
  text-align: left;
  font-weight: 600;
  border-bottom: solid 2px #ddd;
  background-color: #f5f5f5;
}
#job-pallet-management-frame .pallet_merge_1 h1 {
  font-size: 3em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#job-pallet-management-frame .pallet_merge_2 h1 {
  margin-top: 1em;
}
#job-pallet-management-frame .pallet_merge_2 div.pallet_list {
  margin-top: 1em;
}
#job-pallet-management-frame .pallet_merge_2 div.pallet_list p {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
  font-weight: bold;
}
#job-pallet-management-frame .pallet_split_1 table.pallet_products td.select-icon {
  text-align: center;
  cursor: pointer;
  width: 40px;
}
#job-pallet-management-frame .pallet_split_1 table.pallet_products td.select-icon i.fa-circle-o {
  color: #999;
}
#job-pallet-management-frame .pallet_split_1 table.pallet_products td.select-icon i.fa-check-circle {
  color: #7cb342;
}
#job-pallet-management-frame .pallet_split_1 table.pallet_products tr.selected {
  background-color: #e8f5e9;
}
#job-pallet-management-frame .pallet_split_2 h1 {
  margin-top: 0.75em;
}
#job-pallet-management-frame .pallet_split_2 input#new_pallet_number {
  margin-top: 0.3em;
  padding: 0.6em;
  min-width: 242px;
  border-radius: 0.5em;
  border: solid 1px grey;
}
#job-pallet-management-frame .pallet_split_3 h1 {
  margin-top: 1em;
}
#job-pallet-management-frame .pallet_move_2 h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#job-pallet-management-frame .pallet_move_2 .message {
  font-size: 1.2em;
  margin: 1em;
  font-weight: bold;
}
#job-pallet-management-frame footer .pallet_view button:not(:last-child),
#job-pallet-management-frame footer .pallet_merge_2 button:not(:last-child),
#job-pallet-management-frame footer .pallet_split_1 button:not(:last-child),
#job-pallet-management-frame footer .pallet_split_2 button:not(:last-child),
#job-pallet-management-frame footer .pallet_move_2 button:not(:last-child) {
  margin-bottom: 0.2em;
}
#job-pallet-management-frame .modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}
#job-pallet-management-frame .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
#job-pallet-management-frame .modal > div {
  width: 90%;
  background: white;
  border-radius: 18px;
  text-align: center;
  padding: 20px;
}
#job-pallet-management-frame .modal > div h2 {
  margin-bottom: 10px;
  color: #333;
}
#job-pallet-management-frame .modal > div p {
  margin-bottom: 20px;
  color: #666;
}
#job-pallet-management-frame .modal > div button {
  width: 100%;
  margin-bottom: 10px;
}
#job-pallet-management-frame .location_view table.pallets tr.pallet-row {
  cursor: pointer;
}
#job-pallet-management-frame .location_view table.pallets tr.pallet-items-row {
  display: none;
  background-color: #f9f9f9;
}
#job-pallet-management-frame .location_view table.pallets tr.pallet-items-row.show {
  display: table-row;
}
#job-pallet-management-frame .location_view table.pallets tr.pallet-items-row td {
  padding: 0 1em 0.5em 1em;
  border-bottom: solid 1px #ddd;
}
#job-pallet-management-frame .location_view table.pallets .items-breakdown {
  padding-left: 2em;
  font-size: 0.9em;
  color: #555;
}
#job-pallet-management-frame .location_view table.pallets .items-breakdown .item-line {
  display: flex;
  justify-content: space-between;
  padding: 0.2em 0;
  border-bottom: 1px dashed #eee;
}
#job-pallet-management-frame .location_view table.pallets .items-breakdown .item-line:last-child {
  border-bottom: none;
}
#job-pallet-management-frame .product_view table.product_locations th {
  cursor: pointer;
  user-select: none;
}
#job-pallet-management-frame .product_view table.product_locations th .sort-icon {
  margin-left: 5px;
  color: #2196F3;
}

/*# sourceMappingURL=job-pallet-management.css.map */
