#job-stock-transfer-frame .content.steps > :not(.show) {
  display: none;
}
#job-stock-transfer-frame .choice {
  text-align: center;
}
#job-stock-transfer-frame .choice h1 {
  font-size: 2.2em;
  margin: 1em 0;
  color: #333;
}
#job-stock-transfer-frame .choice .choice-buttons {
  padding: 1em;
}
#job-stock-transfer-frame .choice .choice-buttons button {
  width: 100%;
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
#job-stock-transfer-frame .choice .choice-buttons button:active {
  background: #f9f9f9;
  transform: translateY(1px);
}
#job-stock-transfer-frame .choice .choice-buttons button .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #0056FB;
  margin-bottom: 0.3em;
}
#job-stock-transfer-frame .choice .choice-buttons button .desc {
  font-size: 0.9em;
  color: #777;
}
#job-stock-transfer-frame .scan-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#job-stock-transfer-frame .scan-step h1 {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #333;
  padding: 0 0.5em;
}
#job-stock-transfer-frame .scan-step .list-title {
  font-size: 1.1em;
  color: #666;
  text-transform: uppercase;
  margin: 0.8em 0 0.2em;
  font-weight: 600;
}
#job-stock-transfer-frame .scan-step .search-container {
  padding: 0.5em 1em;
  flex-shrink: 0;
}
#job-stock-transfer-frame .scan-step .search-container .search-form {
  margin-bottom: 0.5em;
}
#job-stock-transfer-frame .scan-step .search-container .search-form input {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
#job-stock-transfer-frame .scan-step .search-container .search-form input:focus {
  border-color: #349dcd;
  outline: none;
}
#job-stock-transfer-frame .scan-step .search-container .search-results {
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  display: none;
}
#job-stock-transfer-frame .scan-step .search-container .search-results.show {
  display: block;
}
#job-stock-transfer-frame .scan-step .search-container .search-results button {
  width: 100%;
  padding: 1em;
  border: none;
  background: transparent;
  border-bottom: 1px solid #f5f5f5 !important;
  text-align: left;
  display: block;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
#job-stock-transfer-frame .scan-step .search-container .search-results button:last-child {
  border-bottom: none !important;
}
#job-stock-transfer-frame .scan-step .search-container .search-results button:active {
  background: #f9f9f9;
}
#job-stock-transfer-frame .scan-step .search-container .search-results button .title {
  font-weight: bold;
  color: #333;
  display: block;
  font-size: 1em;
  margin-bottom: 0.2em;
  text-align: left;
}
#job-stock-transfer-frame .scan-step .search-container .search-results button .subtitle {
  font-size: 0.85em;
  color: #777;
  display: block;
  text-align: left;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback {
  background: #fff;
  border-radius: 8px;
  padding: 1em;
  margin-top: 0.2em;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback.hide {
  display: none;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback .search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.9em;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback .search-loading.hide {
  display: none;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback .search-loading .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-top-color: #349dcd;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback .no-results {
  color: #999;
  font-style: italic;
}
#job-stock-transfer-frame .scan-step .search-container .search-feedback .no-results.hide {
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#job-stock-transfer-frame .info-box {
  margin: 0.5em auto;
  padding: 0.8em;
  background: #f0f7ff;
  border-radius: 8px;
  width: 95%;
  text-align: center;
  font-weight: 600;
  border: 1px solid #d0e3ff;
}
#job-stock-transfer-frame .info-box p {
  margin: 0.2em 0;
}
#job-stock-transfer-frame .info-box .warehouse-text {
  font-size: 1em;
  color: #555;
}
#job-stock-transfer-frame .info-box .job-text {
  font-size: 1em;
  color: #0056FB;
}
#job-stock-transfer-frame .info-box .location-text {
  font-size: 1.4em;
  color: #333;
}
#job-stock-transfer-frame .info-box .product-text {
  font-size: 1.2em;
  color: #666;
}
#job-stock-transfer-frame .info-box .remaining-qty {
  font-size: 1.1em;
  color: #e67e22;
}
#job-stock-transfer-frame .info-box span {
  color: #000;
}
#job-stock-transfer-frame .warehouse-list, #job-stock-transfer-frame .batch-list, #job-stock-transfer-frame .job-list, #job-stock-transfer-frame .review-list, #job-stock-transfer-frame .transfer-list, #job-stock-transfer-frame .location-list, #job-stock-transfer-frame .item-list {
  margin-top: 1em;
  width: 100%;
  padding: 0 1em;
  overflow-y: auto;
}
#job-stock-transfer-frame .warehouse-list button, #job-stock-transfer-frame .warehouse-list .list-item, #job-stock-transfer-frame .batch-list button, #job-stock-transfer-frame .batch-list .list-item, #job-stock-transfer-frame .job-list button, #job-stock-transfer-frame .job-list .list-item, #job-stock-transfer-frame .review-list button, #job-stock-transfer-frame .review-list .list-item, #job-stock-transfer-frame .transfer-list button, #job-stock-transfer-frame .transfer-list .list-item, #job-stock-transfer-frame .location-list button, #job-stock-transfer-frame .location-list .list-item, #job-stock-transfer-frame .item-list button, #job-stock-transfer-frame .item-list .list-item {
  width: 100%;
  margin-bottom: 0.8em;
  padding: 1.2em;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 1.1em;
  border-radius: 10px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#job-stock-transfer-frame .warehouse-list button:active, #job-stock-transfer-frame .warehouse-list .list-item:active, #job-stock-transfer-frame .batch-list button:active, #job-stock-transfer-frame .batch-list .list-item:active, #job-stock-transfer-frame .job-list button:active, #job-stock-transfer-frame .job-list .list-item:active, #job-stock-transfer-frame .review-list button:active, #job-stock-transfer-frame .review-list .list-item:active, #job-stock-transfer-frame .transfer-list button:active, #job-stock-transfer-frame .transfer-list .list-item:active, #job-stock-transfer-frame .location-list button:active, #job-stock-transfer-frame .location-list .list-item:active, #job-stock-transfer-frame .item-list button:active, #job-stock-transfer-frame .item-list .list-item:active {
  background: #f5f5f5;
}
#job-stock-transfer-frame .warehouse-list button .ref, #job-stock-transfer-frame .warehouse-list button .sku, #job-stock-transfer-frame .warehouse-list .list-item .ref, #job-stock-transfer-frame .warehouse-list .list-item .sku, #job-stock-transfer-frame .batch-list button .ref, #job-stock-transfer-frame .batch-list button .sku, #job-stock-transfer-frame .batch-list .list-item .ref, #job-stock-transfer-frame .batch-list .list-item .sku, #job-stock-transfer-frame .job-list button .ref, #job-stock-transfer-frame .job-list button .sku, #job-stock-transfer-frame .job-list .list-item .ref, #job-stock-transfer-frame .job-list .list-item .sku, #job-stock-transfer-frame .review-list button .ref, #job-stock-transfer-frame .review-list button .sku, #job-stock-transfer-frame .review-list .list-item .ref, #job-stock-transfer-frame .review-list .list-item .sku, #job-stock-transfer-frame .transfer-list button .ref, #job-stock-transfer-frame .transfer-list button .sku, #job-stock-transfer-frame .transfer-list .list-item .ref, #job-stock-transfer-frame .transfer-list .list-item .sku, #job-stock-transfer-frame .location-list button .ref, #job-stock-transfer-frame .location-list button .sku, #job-stock-transfer-frame .location-list .list-item .ref, #job-stock-transfer-frame .location-list .list-item .sku, #job-stock-transfer-frame .item-list button .ref, #job-stock-transfer-frame .item-list button .sku, #job-stock-transfer-frame .item-list .list-item .ref, #job-stock-transfer-frame .item-list .list-item .sku {
  font-weight: bold;
  color: #0056FB;
  display: block;
  margin-bottom: 0.2em;
}
#job-stock-transfer-frame .warehouse-list button .desc, #job-stock-transfer-frame .warehouse-list button .name, #job-stock-transfer-frame .warehouse-list .list-item .desc, #job-stock-transfer-frame .warehouse-list .list-item .name, #job-stock-transfer-frame .batch-list button .desc, #job-stock-transfer-frame .batch-list button .name, #job-stock-transfer-frame .batch-list .list-item .desc, #job-stock-transfer-frame .batch-list .list-item .name, #job-stock-transfer-frame .job-list button .desc, #job-stock-transfer-frame .job-list button .name, #job-stock-transfer-frame .job-list .list-item .desc, #job-stock-transfer-frame .job-list .list-item .name, #job-stock-transfer-frame .review-list button .desc, #job-stock-transfer-frame .review-list button .name, #job-stock-transfer-frame .review-list .list-item .desc, #job-stock-transfer-frame .review-list .list-item .name, #job-stock-transfer-frame .transfer-list button .desc, #job-stock-transfer-frame .transfer-list button .name, #job-stock-transfer-frame .transfer-list .list-item .desc, #job-stock-transfer-frame .transfer-list .list-item .name, #job-stock-transfer-frame .location-list button .desc, #job-stock-transfer-frame .location-list button .name, #job-stock-transfer-frame .location-list .list-item .desc, #job-stock-transfer-frame .location-list .list-item .name, #job-stock-transfer-frame .item-list button .desc, #job-stock-transfer-frame .item-list button .name, #job-stock-transfer-frame .item-list .list-item .desc, #job-stock-transfer-frame .item-list .list-item .name {
  font-size: 0.9em;
  color: #666;
  display: block;
}
#job-stock-transfer-frame .warehouse-list button .meta, #job-stock-transfer-frame .warehouse-list .list-item .meta, #job-stock-transfer-frame .batch-list button .meta, #job-stock-transfer-frame .batch-list .list-item .meta, #job-stock-transfer-frame .job-list button .meta, #job-stock-transfer-frame .job-list .list-item .meta, #job-stock-transfer-frame .review-list button .meta, #job-stock-transfer-frame .review-list .list-item .meta, #job-stock-transfer-frame .transfer-list button .meta, #job-stock-transfer-frame .transfer-list .list-item .meta, #job-stock-transfer-frame .location-list button .meta, #job-stock-transfer-frame .location-list .list-item .meta, #job-stock-transfer-frame .item-list button .meta, #job-stock-transfer-frame .item-list .list-item .meta {
  font-size: 0.85em;
  color: #999;
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
}
#job-stock-transfer-frame .warehouse-list button.done, #job-stock-transfer-frame .warehouse-list button.grey, #job-stock-transfer-frame .warehouse-list .list-item.done, #job-stock-transfer-frame .warehouse-list .list-item.grey, #job-stock-transfer-frame .batch-list button.done, #job-stock-transfer-frame .batch-list button.grey, #job-stock-transfer-frame .batch-list .list-item.done, #job-stock-transfer-frame .batch-list .list-item.grey, #job-stock-transfer-frame .job-list button.done, #job-stock-transfer-frame .job-list button.grey, #job-stock-transfer-frame .job-list .list-item.done, #job-stock-transfer-frame .job-list .list-item.grey, #job-stock-transfer-frame .review-list button.done, #job-stock-transfer-frame .review-list button.grey, #job-stock-transfer-frame .review-list .list-item.done, #job-stock-transfer-frame .review-list .list-item.grey, #job-stock-transfer-frame .transfer-list button.done, #job-stock-transfer-frame .transfer-list button.grey, #job-stock-transfer-frame .transfer-list .list-item.done, #job-stock-transfer-frame .transfer-list .list-item.grey, #job-stock-transfer-frame .location-list button.done, #job-stock-transfer-frame .location-list button.grey, #job-stock-transfer-frame .location-list .list-item.done, #job-stock-transfer-frame .location-list .list-item.grey, #job-stock-transfer-frame .item-list button.done, #job-stock-transfer-frame .item-list button.grey, #job-stock-transfer-frame .item-list .list-item.done, #job-stock-transfer-frame .item-list .list-item.grey {
  background: #f0f0f0;
  border-color: #ddd;
  color: #999;
}
#job-stock-transfer-frame .warehouse-list button.done .ref, #job-stock-transfer-frame .warehouse-list button.done .sku, #job-stock-transfer-frame .warehouse-list button.grey .ref, #job-stock-transfer-frame .warehouse-list button.grey .sku, #job-stock-transfer-frame .warehouse-list .list-item.done .ref, #job-stock-transfer-frame .warehouse-list .list-item.done .sku, #job-stock-transfer-frame .warehouse-list .list-item.grey .ref, #job-stock-transfer-frame .warehouse-list .list-item.grey .sku, #job-stock-transfer-frame .batch-list button.done .ref, #job-stock-transfer-frame .batch-list button.done .sku, #job-stock-transfer-frame .batch-list button.grey .ref, #job-stock-transfer-frame .batch-list button.grey .sku, #job-stock-transfer-frame .batch-list .list-item.done .ref, #job-stock-transfer-frame .batch-list .list-item.done .sku, #job-stock-transfer-frame .batch-list .list-item.grey .ref, #job-stock-transfer-frame .batch-list .list-item.grey .sku, #job-stock-transfer-frame .job-list button.done .ref, #job-stock-transfer-frame .job-list button.done .sku, #job-stock-transfer-frame .job-list button.grey .ref, #job-stock-transfer-frame .job-list button.grey .sku, #job-stock-transfer-frame .job-list .list-item.done .ref, #job-stock-transfer-frame .job-list .list-item.done .sku, #job-stock-transfer-frame .job-list .list-item.grey .ref, #job-stock-transfer-frame .job-list .list-item.grey .sku, #job-stock-transfer-frame .review-list button.done .ref, #job-stock-transfer-frame .review-list button.done .sku, #job-stock-transfer-frame .review-list button.grey .ref, #job-stock-transfer-frame .review-list button.grey .sku, #job-stock-transfer-frame .review-list .list-item.done .ref, #job-stock-transfer-frame .review-list .list-item.done .sku, #job-stock-transfer-frame .review-list .list-item.grey .ref, #job-stock-transfer-frame .review-list .list-item.grey .sku, #job-stock-transfer-frame .transfer-list button.done .ref, #job-stock-transfer-frame .transfer-list button.done .sku, #job-stock-transfer-frame .transfer-list button.grey .ref, #job-stock-transfer-frame .transfer-list button.grey .sku, #job-stock-transfer-frame .transfer-list .list-item.done .ref, #job-stock-transfer-frame .transfer-list .list-item.done .sku, #job-stock-transfer-frame .transfer-list .list-item.grey .ref, #job-stock-transfer-frame .transfer-list .list-item.grey .sku, #job-stock-transfer-frame .location-list button.done .ref, #job-stock-transfer-frame .location-list button.done .sku, #job-stock-transfer-frame .location-list button.grey .ref, #job-stock-transfer-frame .location-list button.grey .sku, #job-stock-transfer-frame .location-list .list-item.done .ref, #job-stock-transfer-frame .location-list .list-item.done .sku, #job-stock-transfer-frame .location-list .list-item.grey .ref, #job-stock-transfer-frame .location-list .list-item.grey .sku, #job-stock-transfer-frame .item-list button.done .ref, #job-stock-transfer-frame .item-list button.done .sku, #job-stock-transfer-frame .item-list button.grey .ref, #job-stock-transfer-frame .item-list button.grey .sku, #job-stock-transfer-frame .item-list .list-item.done .ref, #job-stock-transfer-frame .item-list .list-item.done .sku, #job-stock-transfer-frame .item-list .list-item.grey .ref, #job-stock-transfer-frame .item-list .list-item.grey .sku {
  color: #999;
}
#job-stock-transfer-frame .warehouse-list table, #job-stock-transfer-frame .batch-list table, #job-stock-transfer-frame .job-list table, #job-stock-transfer-frame .review-list table, #job-stock-transfer-frame .transfer-list table, #job-stock-transfer-frame .location-list table, #job-stock-transfer-frame .item-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8em;
}
#job-stock-transfer-frame .warehouse-list table tr, #job-stock-transfer-frame .batch-list table tr, #job-stock-transfer-frame .job-list table tr, #job-stock-transfer-frame .review-list table tr, #job-stock-transfer-frame .transfer-list table tr, #job-stock-transfer-frame .location-list table tr, #job-stock-transfer-frame .item-list table tr {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#job-stock-transfer-frame .warehouse-list table tr td, #job-stock-transfer-frame .batch-list table tr td, #job-stock-transfer-frame .job-list table tr td, #job-stock-transfer-frame .review-list table tr td, #job-stock-transfer-frame .transfer-list table tr td, #job-stock-transfer-frame .location-list table tr td, #job-stock-transfer-frame .item-list table tr td {
  padding: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#job-stock-transfer-frame .warehouse-list table tr td:first-child, #job-stock-transfer-frame .batch-list table tr td:first-child, #job-stock-transfer-frame .job-list table tr td:first-child, #job-stock-transfer-frame .review-list table tr td:first-child, #job-stock-transfer-frame .transfer-list table tr td:first-child, #job-stock-transfer-frame .location-list table tr td:first-child, #job-stock-transfer-frame .item-list table tr td:first-child {
  border-left: 1px solid #eee;
  border-radius: 10px 0 0 10px;
}
#job-stock-transfer-frame .warehouse-list table tr td:last-child, #job-stock-transfer-frame .batch-list table tr td:last-child, #job-stock-transfer-frame .job-list table tr td:last-child, #job-stock-transfer-frame .review-list table tr td:last-child, #job-stock-transfer-frame .transfer-list table tr td:last-child, #job-stock-transfer-frame .location-list table tr td:last-child, #job-stock-transfer-frame .item-list table tr td:last-child {
  border-right: 1px solid #eee;
  border-radius: 0 10px 10px 0;
}
#job-stock-transfer-frame .warehouse-list table tr td p, #job-stock-transfer-frame .batch-list table tr td p, #job-stock-transfer-frame .job-list table tr td p, #job-stock-transfer-frame .review-list table tr td p, #job-stock-transfer-frame .transfer-list table tr td p, #job-stock-transfer-frame .location-list table tr td p, #job-stock-transfer-frame .item-list table tr td p {
  margin: 0.1em 0;
}
#job-stock-transfer-frame .warehouse-list table tr td .sku, #job-stock-transfer-frame .batch-list table tr td .sku, #job-stock-transfer-frame .job-list table tr td .sku, #job-stock-transfer-frame .review-list table tr td .sku, #job-stock-transfer-frame .transfer-list table tr td .sku, #job-stock-transfer-frame .location-list table tr td .sku, #job-stock-transfer-frame .item-list table tr td .sku {
  font-weight: bold;
  color: #0056FB;
}
#job-stock-transfer-frame .warehouse-list table tr td .name, #job-stock-transfer-frame .batch-list table tr td .name, #job-stock-transfer-frame .job-list table tr td .name, #job-stock-transfer-frame .review-list table tr td .name, #job-stock-transfer-frame .transfer-list table tr td .name, #job-stock-transfer-frame .location-list table tr td .name, #job-stock-transfer-frame .item-list table tr td .name {
  font-size: 0.85em;
  color: #777;
}
#job-stock-transfer-frame .warehouse-list table tr td .loc, #job-stock-transfer-frame .batch-list table tr td .loc, #job-stock-transfer-frame .job-list table tr td .loc, #job-stock-transfer-frame .review-list table tr td .loc, #job-stock-transfer-frame .transfer-list table tr td .loc, #job-stock-transfer-frame .location-list table tr td .loc, #job-stock-transfer-frame .item-list table tr td .loc {
  font-weight: bold;
}
#job-stock-transfer-frame .warehouse-list table tr td .qty, #job-stock-transfer-frame .batch-list table tr td .qty, #job-stock-transfer-frame .job-list table tr td .qty, #job-stock-transfer-frame .review-list table tr td .qty, #job-stock-transfer-frame .transfer-list table tr td .qty, #job-stock-transfer-frame .location-list table tr td .qty, #job-stock-transfer-frame .item-list table tr td .qty {
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
}
#job-stock-transfer-frame .qty-step {
  text-align: center;
}
#job-stock-transfer-frame .qty-step h1 {
  font-size: 2.2em;
  margin: 0.5em 0;
  color: #333;
}
#job-stock-transfer-frame .qty-step .qty-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}
#job-stock-transfer-frame .qty-step .qty-input-container button {
  width: 22%;
  aspect-ratio: 1;
  font-size: 3em;
  text-align: center;
  border-radius: 30px;
  background: #ccc;
  color: black;
  padding: 0;
}
#job-stock-transfer-frame .qty-step .qty-input-container input {
  width: 40%;
  aspect-ratio: 1;
  text-align: center;
  font-size: 3em;
  border: 5px solid #ccc;
  border-radius: 10px;
  margin: 0 0.5em;
}
#job-stock-transfer-frame footer.steps {
  padding: 1em;
  background: #fff;
  border-top: 1px solid #eee;
}
#job-stock-transfer-frame footer.steps > :not(.show) {
  display: none;
}
#job-stock-transfer-frame footer.steps button {
  width: 100%;
  height: 55px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 0.4em 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#job-stock-transfer-frame div.loading {
  background: url("../images/loading-spinner.svg") no-repeat center center;
  background-size: 50px;
}

/*# sourceMappingURL=job-stock-transfer.css.map */
