@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/ZXingBlazor/ZXingBlazor.bundle.scp.css';
@import '_content/Apps.SharedComponents/Apps.SharedComponents.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.startpage-link[b-7m6dve5upr] {
  padding: 20px;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startpage-link a i[b-7m6dve5upr] {
  font-size: 40px;
}

.startpage-link:first-of-type[b-7m6dve5upr] {
  border-top: 1px solid #CCC;
}
/* /Pages/Storage/AppStartPage.razor.rz.scp.css */
.startpage-link[b-nfahj12oy3] {
  padding: 20px;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startpage-link a i[b-nfahj12oy3] {
  font-size: 30px;
}

.startpage-link:first-of-type[b-nfahj12oy3] {
  border-top: 1px solid #CCC;
}
/* /Pages/Storage/Components/AdvancedArticleSearch.razor.rz.scp.css */
table[b-sk06u02bum] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-sk06u02bum] {
  vertical-align: top;
  padding: 5px;
  font-size: 12px;
}
table tr th[b-sk06u02bum] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-sk06u02bum] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-sk06u02bum] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-sk06u02bum] {
  color: #acab7c;
}
table tr td.smallerTool[b-sk06u02bum] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-sk06u02bum] {
  line-height: 10px;
}

.mobile[b-sk06u02bum] {
  display: none;
}

.choseBtn i[b-sk06u02bum] {
  margin-right: 10px;
}

.loaderContainer[b-sk06u02bum] {
  min-height: 200px;
}

@media (max-width: 575.98px) {
  table[b-sk06u02bum] {
    margin-bottom: 20px;
  }
  table tr td[b-sk06u02bum] {
    max-width: 190px;
  }
  .desktop[b-sk06u02bum] {
    display: none;
  }
  .mobile[b-sk06u02bum] {
    display: table-row;
  }
  .mobile td[b-sk06u02bum] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/AdvancedSearchFields.razor.rz.scp.css */
.searchableField .btn[b-kmzbjfmxbc] {
  width: 100%;
  height: 58px;
}

.searchButton[b-kmzbjfmxbc] {
  height: 58px;
  padding-left: 30px;
  padding-right: 30px;
}
.searchButton i[b-kmzbjfmxbc] {
  margin-right: 5px;
}

.badgeHolder[b-kmzbjfmxbc] {
  position: relative;
  min-height: 54px;
}
.badgeHolder .badge[b-kmzbjfmxbc] {
  position: absolute;
  bottom: 17px;
  line-height: 22px;
}
.badgeHolder .badge i[b-kmzbjfmxbc] {
  margin-left: 5px;
}
.badgeHolder a[b-kmzbjfmxbc] {
  cursor: pointer;
}

.toggle[b-kmzbjfmxbc] {
  margin: 1px 1px 17px 1px;
  height: 36px;
  background: #EEE;
  width: 100%;
  border-radius: 0.375rem;
  border: 2px solid white;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px #ced4da;
  -moz-box-shadow: 0px 0px 0px 1px #ced4da;
  box-shadow: 0px 0px 0px 1px #ced4da;
  cursor: pointer;
}
.toggle input[type=checkbox][b-kmzbjfmxbc] {
  display: none;
}
.toggle label[b-kmzbjfmxbc] {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: 0.375rem;
  position: absolute;
  background: #CCC;
  line-height: 22px;
  font-size: 1.25rem;
  text-align: center;
  bottom: 0.2%;
  left: 0%;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.toggle[b-kmzbjfmxbc]:before {
  content: "Eller";
  color: black;
  float: right;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 32px;
  cursor: pointer;
}

.toggle[b-kmzbjfmxbc]:after {
  content: "Och";
  color: black;
  float: left;
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 32px;
  cursor: pointer;
}

.toggle input[type=checkbox]:checked + label[b-kmzbjfmxbc] {
  transition: transform all 0.5s ease-in-out;
  transform: translate(100%, 0px);
  background: #CCC;
}

.toggle input[type=checkbox]:checked + label[b-kmzbjfmxbc]:after {
  left: 1px;
}

.groupFieldSeparator[b-kmzbjfmxbc] {
  font-size: 10px;
  text-transform: lowercase;
  text-align: center;
  line-height: 10px;
  margin-bottom: 16px;
}
.groupFieldSeparator hr[b-kmzbjfmxbc] {
  margin: 5px 0;
}

.groupSeparator[b-kmzbjfmxbc] {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 12px;
  margin: 34px 0 40px 0;
}
.groupSeparator hr[b-kmzbjfmxbc] {
  margin: 6px 0;
}

.addGroup[b-kmzbjfmxbc] {
  font-size: 14px;
  display: block;
  cursor: pointer;
}

.btn-group[b-kmzbjfmxbc] {
  width: 100%;
}
/* /Pages/Storage/Components/ArticleInfo.razor.rz.scp.css */
table[b-7n3rjbkfjr] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-7n3rjbkfjr] {
  vertical-align: top;
  padding: 5px;
  font-size: 12px;
}
table tr th[b-7n3rjbkfjr] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-7n3rjbkfjr] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-7n3rjbkfjr] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-7n3rjbkfjr] {
  color: #acab7c;
}
table tr td.smallerTool[b-7n3rjbkfjr] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-7n3rjbkfjr] {
  line-height: 10px;
}

.mobile[b-7n3rjbkfjr] {
  display: none;
}

.choseBtn i[b-7n3rjbkfjr] {
  margin-right: 10px;
}

.loaderContainer[b-7n3rjbkfjr] {
  min-height: 200px;
}

@media (max-width: 575.98px) {
  table[b-7n3rjbkfjr] {
    margin-bottom: 20px;
  }
  table tr td[b-7n3rjbkfjr] {
    max-width: 190px;
  }
  .desktop[b-7n3rjbkfjr] {
    display: none;
  }
  .mobile[b-7n3rjbkfjr] {
    display: table-row;
  }
  .mobile td[b-7n3rjbkfjr] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/ArticlesAndBatchesTable.razor.rz.scp.css */
table[b-xpwxn93ney] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-xpwxn93ney] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-xpwxn93ney] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-xpwxn93ney] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-xpwxn93ney] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-xpwxn93ney] {
  color: #acab7c;
}
table tr td.deliveryDate[b-xpwxn93ney] {
  white-space: nowrap;
}
table tr td.deliveryDate i[b-xpwxn93ney] {
  margin-right: 10px;
  color: orange;
}
table tr td.supplierName[b-xpwxn93ney] {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
table tr td.smallerTool[b-xpwxn93ney] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-xpwxn93ney] {
  line-height: 10px;
}
table tr.new td a.projectName[b-xpwxn93ney] {
  font-weight: bold;
}

.mobile[b-xpwxn93ney] {
  display: none;
}

.showText[b-xpwxn93ney] {
  cursor: pointer;
  margin-left: 10px;
}

.delegate[b-xpwxn93ney] {
  padding: 20px;
}
.delegate .maxwidther[b-xpwxn93ney] {
  max-width: 500px;
}

.tags[b-xpwxn93ney] {
  padding: 0 10px 10px 10px;
}

.onoffswitch[b-xpwxn93ney] {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  table[b-xpwxn93ney] {
    margin-bottom: 20px;
  }
  .desktop[b-xpwxn93ney] {
    display: none;
  }
  .mobile[b-xpwxn93ney] {
    display: table-row;
  }
  .mobile td[b-xpwxn93ney] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/DeliveryInRowsTable.razor.rz.scp.css */
table[b-phgrsaspnf] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-phgrsaspnf] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-phgrsaspnf] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-phgrsaspnf] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-phgrsaspnf] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-phgrsaspnf] {
  color: #acab7c;
}
table tr td.deliveryDate[b-phgrsaspnf] {
  white-space: nowrap;
}
table tr td.deliveryDate i[b-phgrsaspnf] {
  margin-right: 10px;
  color: orange;
}
table tr td.supplierName[b-phgrsaspnf] {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
table tr td.smallerTool[b-phgrsaspnf] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-phgrsaspnf] {
  line-height: 10px;
}
table tr.new td a.projectName[b-phgrsaspnf] {
  font-weight: bold;
}

.mobile[b-phgrsaspnf] {
  display: none;
}

.showText[b-phgrsaspnf] {
  cursor: pointer;
  margin-left: 10px;
}

.delegate[b-phgrsaspnf] {
  padding: 20px;
}
.delegate .maxwidther[b-phgrsaspnf] {
  max-width: 500px;
}

.tags[b-phgrsaspnf] {
  padding: 0 10px 10px 10px;
}

.onoffswitch[b-phgrsaspnf] {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  table[b-phgrsaspnf] {
    margin-bottom: 20px;
  }
  .desktop[b-phgrsaspnf] {
    display: none;
  }
  .mobile[b-phgrsaspnf] {
    display: table-row;
  }
  .mobile td[b-phgrsaspnf] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/DeliveryOutRowPackDetails.razor.rz.scp.css */
.articlePicker .headings label[b-n2zxwaqjja] {
  text-transform: uppercase;
  font-size: 12px;
}

.btn:not(.onlyIcon)[b-n2zxwaqjja] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-n2zxwaqjja] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-n2zxwaqjja] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.progress.oneFourth .progress-bar[b-n2zxwaqjja] {
  background-color: red;
}

.progress.half .progress-bar[b-n2zxwaqjja] {
  background-color: yellow;
}

.progress.threeFourth .progress-bar[b-n2zxwaqjja] {
  background-color: green;
}

.statusCol[b-n2zxwaqjja] {
  align-items: center;
}

.colliIndexDown[b-n2zxwaqjja] {
  display: inline-block;
  width: 30px;
  text-align: right;
  cursor: pointer;
}

.colliIndexUp[b-n2zxwaqjja] {
  display: inline-block;
  width: 30px;
  text-align: left;
  cursor: pointer;
}

.batchInfo[b-n2zxwaqjja] {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
}
.batchInfo a[b-n2zxwaqjja] {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.batchInfo a i[b-n2zxwaqjja] {
  margin-right: 5px;
  text-decoration: none;
}

.disabled[b-n2zxwaqjja] {
  text-decoration: line-through;
  opacity: 0.4;
}

.red[b-n2zxwaqjja] {
  color: red;
}
/* /Pages/Storage/Components/DeliveryOutRowPickDetails.razor.rz.scp.css */
.articlePicker .headings label[b-7t8nwxk1pb] {
  text-transform: uppercase;
  font-size: 12px;
}

.btn:not(.onlyIcon)[b-7t8nwxk1pb] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-7t8nwxk1pb] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-7t8nwxk1pb] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.progress.oneFourth .progress-bar[b-7t8nwxk1pb] {
  background-color: red;
}

.progress.half .progress-bar[b-7t8nwxk1pb] {
  background-color: yellow;
}

.progress.threeFourth .progress-bar[b-7t8nwxk1pb] {
  background-color: green;
}

.statusCol[b-7t8nwxk1pb] {
  align-items: center;
}

.batchInfo[b-7t8nwxk1pb] {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
}
.batchInfo a[b-7t8nwxk1pb] {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.batchInfo a i[b-7t8nwxk1pb] {
  margin-right: 5px;
  text-decoration: none;
}
/* /Pages/Storage/Components/DeliveryOutRowsTable.razor.rz.scp.css */
table[b-wf98m4w2q2] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-wf98m4w2q2] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-wf98m4w2q2] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-wf98m4w2q2] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-wf98m4w2q2] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-wf98m4w2q2] {
  color: #acab7c;
}
table tr td.deliveryDate[b-wf98m4w2q2] {
  white-space: nowrap;
}
table tr td.deliveryDate i[b-wf98m4w2q2] {
  margin-right: 10px;
  color: orange;
}
table tr td.supplierName[b-wf98m4w2q2] {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
table tr td.smallerTool[b-wf98m4w2q2] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-wf98m4w2q2] {
  line-height: 10px;
}
table tr.new td a.projectName[b-wf98m4w2q2] {
  font-weight: bold;
}

.mobile[b-wf98m4w2q2] {
  display: none;
}

.showText[b-wf98m4w2q2] {
  cursor: pointer;
  margin-left: 10px;
}

.delegate[b-wf98m4w2q2] {
  padding: 20px;
}
.delegate .maxwidther[b-wf98m4w2q2] {
  max-width: 500px;
}

.tags[b-wf98m4w2q2] {
  padding: 0 10px 10px 10px;
}

.onoffswitch[b-wf98m4w2q2] {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  table[b-wf98m4w2q2] {
    margin-bottom: 20px;
  }
  .desktop[b-wf98m4w2q2] {
    display: none;
  }
  .mobile[b-wf98m4w2q2] {
    display: table-row;
  }
  .mobile td[b-wf98m4w2q2] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/LocationsAndArticleStocksTable.razor.rz.scp.css */
table[b-y5hs6qp4ww] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-y5hs6qp4ww] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-y5hs6qp4ww] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-y5hs6qp4ww] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-y5hs6qp4ww] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-y5hs6qp4ww] {
  color: #acab7c;
}
table tr td.deliveryDate[b-y5hs6qp4ww] {
  white-space: nowrap;
}
table tr td.deliveryDate i[b-y5hs6qp4ww] {
  margin-right: 10px;
  color: orange;
}
table tr td.supplierName[b-y5hs6qp4ww] {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
table tr td.smallerTool[b-y5hs6qp4ww] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-y5hs6qp4ww] {
  line-height: 10px;
}
table tr.new td a.projectName[b-y5hs6qp4ww] {
  font-weight: bold;
}

.mobile[b-y5hs6qp4ww] {
  display: none;
}

.showText[b-y5hs6qp4ww] {
  cursor: pointer;
  margin-left: 10px;
}

.delegate[b-y5hs6qp4ww] {
  padding: 20px;
}
.delegate .maxwidther[b-y5hs6qp4ww] {
  max-width: 500px;
}

.tags[b-y5hs6qp4ww] {
  padding: 0 10px 10px 10px;
}

.onoffswitch[b-y5hs6qp4ww] {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  table[b-y5hs6qp4ww] {
    margin-bottom: 20px;
  }
  .desktop[b-y5hs6qp4ww] {
    display: none;
  }
  .mobile[b-y5hs6qp4ww] {
    display: table-row;
  }
  .mobile td[b-y5hs6qp4ww] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/LocationsAndBatchesTable.razor.rz.scp.css */
table[b-yo57oj07tr] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-yo57oj07tr] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-yo57oj07tr] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-yo57oj07tr] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-yo57oj07tr] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-yo57oj07tr] {
  color: #acab7c;
}
table tr td.smallerTool[b-yo57oj07tr] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-yo57oj07tr] {
  line-height: 10px;
}

.mobile[b-yo57oj07tr] {
  display: none;
}

[b-yo57oj07tr] .smallInputWithNoLabelHolder {
  margin: 0;
  display: inline-block;
}

[b-yo57oj07tr] .smallInputWithNoLabel {
  padding: 5px !important;
  min-height: 17px;
  height: 26px;
  margin-right: 10px;
  width: 60px;
  line-height: 26px;
  font-size: 14px;
}

.smallInputWithNoLabelSpan[b-yo57oj07tr] {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  table[b-yo57oj07tr] {
    margin-bottom: 20px;
  }
  .desktop[b-yo57oj07tr] {
    display: none;
  }
  .mobile[b-yo57oj07tr] {
    display: table-row;
  }
  .mobile td[b-yo57oj07tr] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/PickBatchDialog.razor.rz.scp.css */
table[b-di06ao5z3x] {
  width: 100%;
  margin-bottom: 30px;
}
table tr td[b-di06ao5z3x] {
  vertical-align: top;
  line-height: 30px;
  padding: 0px 5px;
  font-size: 14px;
}
table tr th[b-di06ao5z3x] {
  line-height: 1.5em;
}
table tr td:last-of-type[b-di06ao5z3x] {
  text-align: right;
}
table tr td:last-of-type .fa-close[b-di06ao5z3x] {
  color: #d03635;
}
table tr td:last-of-type .fa-check[b-di06ao5z3x] {
  color: #acab7c;
}
table tr td.smallerTool[b-di06ao5z3x] {
  width: 40px;
  font-size: 24px;
}
table tr.emptyRow[b-di06ao5z3x] {
  line-height: 10px;
}

.mobile[b-di06ao5z3x] {
  display: none;
}

[b-di06ao5z3x] .smallInputWithNoLabelHolder {
  margin: 0;
  display: inline-block;
}

[b-di06ao5z3x] .smallInputWithNoLabel {
  padding: 5px !important;
  min-height: 17px;
  height: 26px;
  margin-right: 10px;
  width: 60px;
  line-height: 26px;
  font-size: 14px;
}

.smallInputWithNoLabelSpan[b-di06ao5z3x] {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  table[b-di06ao5z3x] {
    margin-bottom: 20px;
  }
  .desktop[b-di06ao5z3x] {
    display: none;
  }
  .mobile[b-di06ao5z3x] {
    display: table-row;
  }
  .mobile td[b-di06ao5z3x] {
    padding: 5px;
  }
}
/* /Pages/Storage/Components/ShowTexts.razor.rz.scp.css */
table[b-ywsgkgpm3k] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 40px;
  font-size: 14px;
}
table thead th[b-ywsgkgpm3k] {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  padding: 5px 10px 5px 5px;
  text-align: center;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead th:first-child[b-ywsgkgpm3k] {
  position: sticky;
  left: 0;
  z-index: 2;
  border: 1px solid #EEE;
  text-align: left;
}
table td[b-ywsgkgpm3k] {
  background-color: #fff;
  padding: 5px 15px 5px 5px;
  text-align: center;
  min-width: 38px;
}
table tbody th[b-ywsgkgpm3k] {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
}
table tbody td[b-ywsgkgpm3k] {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.adder[b-ywsgkgpm3k] {
  width: 100%;
  font-size: 20px;
  display: block;
  color: #198754;
}

[role=region][aria-labelledby][tabindex][b-ywsgkgpm3k] {
  width: 100%;
  overflow: auto;
}

.newProjectRow .btn[b-ywsgkgpm3k] {
  width: 100%;
  height: 58px;
}

@media (max-width: 575.98px) {
  body table tr td[b-ywsgkgpm3k] {
    font-size: 12px;
  }
}
/* /Pages/Storage/DeliveryInArrival.razor.rz.scp.css */
.btn:not(.onlyIcon)[b-zidrrjax3b] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-zidrrjax3b] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-zidrrjax3b] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.btn:has(> i)[b-zidrrjax3b] {
  padding-right: 35px;
}

table[b-zidrrjax3b] {
  width: 100%;
}
table tbody tr:nth-child(even)[b-zidrrjax3b] {
  background-color: #FFF;
}
table tbody tr td.smallerTool[b-zidrrjax3b] {
  width: 40px;
  font-size: 24px;
}
table tbody tr td.smallerTool .fa-trash-can[b-zidrrjax3b] {
  color: red;
}

.addColli button[b-zidrrjax3b] {
  height: 58px;
  width: 100%;
}

.removeFromDelivery[b-zidrrjax3b] {
  text-decoration: underline;
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.removeFromDelivery i[b-zidrrjax3b] {
  margin-right: 5px;
}

.accordion .accordion-item:nth-of-type(2n+1) .accordion-header button[b-zidrrjax3b] {
  background-color: #EEE;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:not(.collapsed)[b-zidrrjax3b] {
  background-color: #DFF2E3;
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:focus[b-zidrrjax3b] {
  /*border: 2px dashed #CCC;
  border-bottom: 0;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-zidrrjax3b] {
  background-color: #DFF2E3;
  color: #000 !important;
  box-shadow: none !important;
  border: 2px dashed #777;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-zidrrjax3b] {
  font-weight: 900;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-zidrrjax3b] {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button[b-zidrrjax3b] {
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-zidrrjax3b] {
  font-weight: 300;
}
.accordion .accordion-item .accordion-header .accordion-button .article[b-zidrrjax3b] {
  float: left;
}
.accordion .accordion-item .accordion-header .accordion-button .qty[b-zidrrjax3b] {
  float: right;
}
.accordion .accordion-item .accordion-header .accordion-button[b-zidrrjax3b]::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse[b-zidrrjax3b] {
  background-color: #DFF2E3;
  position: relative;
  border: 2px dashed #777;
  border-top: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body[b-zidrrjax3b] {
  padding-top: 0;
}
.accordion .accordion-item.done h2 button span[b-zidrrjax3b] {
  text-decoration: line-through;
  color: #CCC;
}
.accordion .accordion-item.done h2 button span.article[b-zidrrjax3b]::before {
  content: "\f058";
  color: green;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}
.accordion .accordion-item.error h2 button span[b-zidrrjax3b] {
  text-decoration: line-through;
  color: red;
}
.accordion .accordion-item.error h2 button span.article[b-zidrrjax3b]::before {
  content: "\f00d";
  color: red;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}

.stickyAddDelivery[b-zidrrjax3b] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-zidrrjax3b] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery[b-zidrrjax3b]  .form-floating {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-zidrrjax3b] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-zidrrjax3b] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.subInfo[b-zidrrjax3b] {
  font-size: 14px;
  font-weight: 500;
}
.subInfo span[b-zidrrjax3b] {
  font-size: 14px;
  font-weight: 500;
}
.subInfo a[b-zidrrjax3b] {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.subInfo a i[b-zidrrjax3b] {
  margin-right: 5px;
  text-decoration: none;
}

[b-zidrrjax3b] .barcodeGroup .input-group-text {
  background-color: #f8f9fa;
  border-bottom-right-radius: 6px;
}

.quantityPicker[b-zidrrjax3b]  .barcodePlaceHolder .barcodeGroup .form-floating input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-toggle[b-zidrrjax3b]::after {
  margin-left: 0.5rem;
}

/*.storagePick {
    .form-floating { margin-bottom: 0; }
}*/
.purchaseTexts[b-zidrrjax3b]  .badge i {
  margin-right: 5px;
}
.purchaseTexts[b-zidrrjax3b]  strong span {
  font-weight: bolder;
}
.purchaseTexts[b-zidrrjax3b]  p:last-of-type {
  margin-bottom: 0;
}
/* /Pages/Storage/DeliveryInPlacement.razor.rz.scp.css */
.btn:not(.onlyIcon)[b-o5jv8b7h1g] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-o5jv8b7h1g] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-o5jv8b7h1g] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.btn:has(> i)[b-o5jv8b7h1g] {
  padding-right: 35px;
}

table[b-o5jv8b7h1g] {
  width: 100%;
}
table tbody tr:nth-child(even)[b-o5jv8b7h1g] {
  background-color: #FFF;
}
table tbody tr td.smallerTool[b-o5jv8b7h1g] {
  width: 40px;
  font-size: 24px;
}
table tbody tr td.smallerTool a[b-o5jv8b7h1g] {
  cursor: pointer;
}
table tbody tr td.smallerTool .fa-trash-can[b-o5jv8b7h1g] {
  color: red;
}

.addColli button[b-o5jv8b7h1g] {
  height: 58px;
  width: 100%;
}

.removeFromDelivery[b-o5jv8b7h1g] {
  text-decoration: underline;
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.removeFromDelivery i[b-o5jv8b7h1g] {
  margin-right: 5px;
}

.accordion .accordion-item:nth-of-type(2n+1) .accordion-header button[b-o5jv8b7h1g] {
  background-color: #EEE;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:not(.collapsed)[b-o5jv8b7h1g] {
  background-color: #DFF2E3;
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:focus[b-o5jv8b7h1g] {
  /*border: 2px dashed #CCC;
  border-bottom: 0;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-o5jv8b7h1g] {
  background-color: #DFF2E3;
  color: #000 !important;
  box-shadow: none !important;
  border: 2px dashed #777;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-o5jv8b7h1g] {
  font-weight: 900;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-o5jv8b7h1g] {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button[b-o5jv8b7h1g] {
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-o5jv8b7h1g] {
  font-weight: 300;
}
.accordion .accordion-item .accordion-header .accordion-button .article[b-o5jv8b7h1g] {
  float: left;
}
.accordion .accordion-item .accordion-header .accordion-button .qty[b-o5jv8b7h1g] {
  float: right;
}
.accordion .accordion-item .accordion-header .accordion-button[b-o5jv8b7h1g]::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse[b-o5jv8b7h1g] {
  background-color: #DFF2E3;
  position: relative;
  border: 2px dashed #777;
  border-top: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body[b-o5jv8b7h1g] {
  padding-top: 0;
}
.accordion .accordion-item.done h2 button span[b-o5jv8b7h1g] {
  text-decoration: line-through;
  color: #CCC;
}
.accordion .accordion-item.done h2 button span.article[b-o5jv8b7h1g]::before {
  content: "\f058";
  color: green;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}

.stickyAddDelivery[b-o5jv8b7h1g] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-o5jv8b7h1g] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery[b-o5jv8b7h1g]  .form-floating {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-o5jv8b7h1g] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-o5jv8b7h1g] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.deliverInButton[b-o5jv8b7h1g] {
  font-size: 24px;
  color: green;
}
/* /Pages/Storage/DeliveryInPrint.razor.rz.scp.css */
.btn:not(.onlyIcon)[b-25y22mz67x] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-25y22mz67x] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-25y22mz67x] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.selecter[b-25y22mz67x] {
  float: left;
  margin-right: 10px;
}

.btn:has(> i)[b-25y22mz67x] {
  padding-right: 35px;
}

table[b-25y22mz67x] {
  width: 100%;
}
table tbody tr:nth-child(even)[b-25y22mz67x] {
  background-color: #FFF;
}
table tbody tr td.smallerTool[b-25y22mz67x] {
  width: 40px;
  font-size: 24px;
}
table tbody tr td.smallerTool .fa-trash-can[b-25y22mz67x] {
  color: red;
}
table tbody tr td.qtytextbox[b-25y22mz67x] {
  width: 140px;
  padding-right: 30px;
}
table tbody tr td.qtytextbox a[b-25y22mz67x] {
  font-size: 20px;
  width: 30px;
  height: 30px;
}
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating {
  margin: 0;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating input {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: 30px;
  text-align: center;
  min-height: 0;
}
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating label {
  display: none;
}
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating input::-webkit-outer-spin-button,
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table tbody tr td.qtytextbox[b-25y22mz67x]  .form-floating input[type=number] {
  -moz-appearance: textfield;
}

.addColli button[b-25y22mz67x] {
  height: 58px;
  width: 100%;
}

.removeFromDelivery[b-25y22mz67x] {
  text-decoration: underline;
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.removeFromDelivery i[b-25y22mz67x] {
  margin-right: 5px;
}

.accordion .accordion-item:nth-of-type(2n+1) .accordion-header button[b-25y22mz67x] {
  background-color: #EEE;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:not(.collapsed)[b-25y22mz67x] {
  background-color: #DFF2E3;
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:focus[b-25y22mz67x] {
  /*border: 2px dashed #CCC;
  border-bottom: 0;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-25y22mz67x] {
  background-color: #DFF2E3;
  color: #000 !important;
  box-shadow: none !important;
  border: 2px dashed #777;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-25y22mz67x] {
  font-weight: 900;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-25y22mz67x] {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button[b-25y22mz67x] {
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-25y22mz67x] {
  font-weight: 300;
}
.accordion .accordion-item .accordion-header .accordion-button .article[b-25y22mz67x] {
  float: left;
}
.accordion .accordion-item .accordion-header .accordion-button .qty[b-25y22mz67x] {
  float: right;
}
.accordion .accordion-item .accordion-header .accordion-button[b-25y22mz67x]::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse[b-25y22mz67x] {
  background-color: #DFF2E3;
  position: relative;
  border: 2px dashed #777;
  border-top: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body[b-25y22mz67x] {
  padding-top: 0;
}
.accordion .accordion-item.done h2 button span[b-25y22mz67x] {
  text-decoration: line-through;
  color: #CCC;
}
.accordion .accordion-item.done h2 button span.article[b-25y22mz67x]::before {
  content: "\f058";
  color: green;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}

.stickyAddDelivery[b-25y22mz67x] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-25y22mz67x] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery[b-25y22mz67x]  .form-floating {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-25y22mz67x] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-25y22mz67x] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}
/* /Pages/Storage/DeliveryInStart.razor.rz.scp.css */
.btn[b-o4tgto1x6k] {
  position: relative;
}
.btn i[b-o4tgto1x6k] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

table[b-o4tgto1x6k] {
  width: 100%;
}
table tr td.smallerTool[b-o4tgto1x6k] {
  width: 40px;
  font-size: 24px;
}

.goto[b-o4tgto1x6k] {
  color: green;
}

.purchaseNr[b-o4tgto1x6k] {
  margin-right: 5px;
}

.stickyAddDelivery[b-o4tgto1x6k] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-o4tgto1x6k] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery .form-floating[b-o4tgto1x6k] {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-o4tgto1x6k] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-o4tgto1x6k] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.progress.oneFourth .progress-bar[b-o4tgto1x6k] {
  background-color: red;
  font-size: 12px;
}

.progress.half .progress-bar[b-o4tgto1x6k] {
  background-color: yellow;
  color: #000;
}

.progress.threeFourth .progress-bar[b-o4tgto1x6k] {
  background-color: green;
}

.statusCol[b-o4tgto1x6k] {
  align-items: center;
  width: 100px;
}
.statusCol .progress[b-o4tgto1x6k] {
  height: 1.5rem;
}
/* /Pages/Storage/DeliveryMove.razor.rz.scp.css */
.btn[b-bcbv9jjcwe] {
  position: relative;
}
.btn i[b-bcbv9jjcwe] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

table[b-bcbv9jjcwe] {
  width: 100%;
}
table tr td.smallerTool[b-bcbv9jjcwe] {
  width: 40px;
  font-size: 24px;
}

.goto[b-bcbv9jjcwe] {
  color: green;
}

.purchaseNr[b-bcbv9jjcwe] {
  margin-right: 5px;
}

.stickyAddDelivery[b-bcbv9jjcwe] {
  /*    position: sticky;
  bottom: 0;
  z-index: 99;*/
}
.stickyAddDelivery .alert[b-bcbv9jjcwe] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery .form-floating[b-bcbv9jjcwe] {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-bcbv9jjcwe] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-bcbv9jjcwe] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.articleFinder label[b-bcbv9jjcwe] {
  padding-left: 0.5rem;
}

.step3[b-bcbv9jjcwe] {
  position: relative;
  background-color: #EEE;
  padding: 1rem;
  border-radius: 6px;
}
.step3 .loaderContainer[b-bcbv9jjcwe] {
  min-height: 100px;
}
.step3 .loaderContainer[b-bcbv9jjcwe]  .smallLoading {
  align-content: center;
  background-color: transparent;
}
.step3 .arrowdown[b-bcbv9jjcwe] {
  position: absolute;
  bottom: -40px;
  color: #EEE;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 50px;
  z-index: -1;
}
.step3[b-bcbv9jjcwe]  table {
  margin-bottom: 0;
}
.step3 .badges[b-bcbv9jjcwe] {
  position: absolute;
  top: 1rem;
  padding-right: 0;
  right: 1rem;
  width: auto;
}
.step3 .badges .badge[b-bcbv9jjcwe] {
  width: auto;
  padding: 5px 10px;
  margin-left: 10px;
}

.articleFinder[b-bcbv9jjcwe]  {
  margin-bottom: 0.5rem !important;
}
.articleFinder[b-bcbv9jjcwe]  .barcodePlaceHolder {
  flex: 1;
}
.articleFinder[b-bcbv9jjcwe]  .barcodePlaceHolder .form-floating {
  margin-bottom: 0;
}
.articleFinder[b-bcbv9jjcwe]  .autocomplete .form-floating input {
  border-top: 0;
}
.articleFinder[b-bcbv9jjcwe]  .autocomplete .options {
  position: static;
  max-height: 500px;
  overflow: hidden;
  border-top: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.articleFinder[b-bcbv9jjcwe]  .barcodePlaceHolder .input-group-prepend {
  border-bottom-left-radius: 0;
}
.articleFinder[b-bcbv9jjcwe]  .barcodePlaceHolder .form-floating input {
  border-bottom-right-radius: 0;
}
.articleFinder[b-bcbv9jjcwe]  .autocomplete .form-floating input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.articleFinder[b-bcbv9jjcwe]  .input-group {
  margin-bottom: 0;
}
.articleFinder[b-bcbv9jjcwe]  .input-group-append {
  border-radius: 0;
}
.articleFinder[b-bcbv9jjcwe]  .input-group-append.expander {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0;
}
.articleFinder[b-bcbv9jjcwe]  .input-group-append.expander .btn {
  height: 56px;
  padding: 0 20px;
  line-height: 56px;
}
.articleFinder[b-bcbv9jjcwe]  .input-group-append.expander .btn i {
  position: static;
}
.articleFinder[b-bcbv9jjcwe]  .bootstrapSelectPlaceholder button {
  border-top-left-radius: 0;
  border-top: 0;
  border-top-right-radius: 0;
}

.articleFinder.expanded[b-bcbv9jjcwe]  .barcodePlaceHolder .form-floating input {
  border-bottom-left-radius: 0 !important;
}
.articleFinder.expanded .input-group-append.expander[b-bcbv9jjcwe] {
  border-bottom-right-radius: 0;
}

.searchArticle[b-bcbv9jjcwe] {
  padding-right: 0;
}
.searchArticle[b-bcbv9jjcwe]  .autocomplete .form-floating input {
  border-right: 0;
  border-bottom-right-radius: 0;
}

.searchStock[b-bcbv9jjcwe] {
  padding-left: 0;
}
.searchStock[b-bcbv9jjcwe]  .bootstrapSelectPlaceholder button {
  border-bottom-left-radius: 0;
}

.step4[b-bcbv9jjcwe] {
  /*    .searchNewStock {
      padding-right: 0;

      ::deep .autocomplete {
          .form-floating {
              input {
                  border-right: 0;
                  border-bottom-right-radius: 0;
              }
          }
      }
  }*/
}
.step4 label[b-bcbv9jjcwe] {
  padding-left: 0.5rem;
}
.step4 .nav-pills[b-bcbv9jjcwe] {
  width: 20%;
}
.step4 .nav-pills .nav-link[b-bcbv9jjcwe] {
  white-space: nowrap;
}
.step4 .nav-pills .nav-link.active[b-bcbv9jjcwe], .step4 .nav-pills .show > .nav-link[b-bcbv9jjcwe] {
  background-color: #005EB8;
}
.step4[b-bcbv9jjcwe]  .barcodeGroup .input-group-text {
  background-color: #f8f9fa;
  border-bottom-right-radius: 6px;
}
.step4 .destinationPicker .input-group .dropdown-toggle[b-bcbv9jjcwe] {
  flex: 0.2;
}
.step4 .destinationPicker .input-group[b-bcbv9jjcwe]  .form-floating:has(.moveAmountSelect) {
  flex: 0.2;
}
.step4 .destinationPicker .input-group[b-bcbv9jjcwe]  .barcodePlaceHolder {
  flex: 0.6;
}
.step4 .destinationPicker .input-group[b-bcbv9jjcwe]  .barcodePlaceHolder .barcodeGroup .form-floating input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.step4 .dropdown-toggle[b-bcbv9jjcwe]::after {
  margin-left: 0.5rem;
}

.tab-content[b-bcbv9jjcwe] {
  width: 100%;
  min-height: 200px;
  background-color: #EEE;
}

.resetPage[b-bcbv9jjcwe] {
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 24px;
  text-align: right;
  color: red;
}

.destBatchLabel[b-bcbv9jjcwe] {
  font-size: 14px;
}

.accordion .accordion-item:nth-of-type(odd) .accordion-header button[b-bcbv9jjcwe], .accordion .accordion-item:nth-of-type(odd) .accordion-header .accordion-button:not(.collapsed)[b-bcbv9jjcwe] {
  background-color: #EEE !important;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(odd) .accordion-header .accordion-button:focus[b-bcbv9jjcwe] {
  border-top: none !important;
  /*border-bottom: none !important;*/
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(even) .accordion-header button[b-bcbv9jjcwe], .accordion .accordion-item:nth-of-type(even) .accordion-header .accordion-button[b-bcbv9jjcwe] {
  /*border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;*/
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-bcbv9jjcwe] {
  background-color: inherit !important;
  color: #000 !important;
  font-weight: bold;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-bcbv9jjcwe]::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-bcbv9jjcwe] {
  /*border-top: none !important;*/
  /*border-bottom: none !important;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-bcbv9jjcwe]::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.accordion .accordion-item .accordion-body[b-bcbv9jjcwe] {
  /*            border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;*/
}
.accordion .accordion-item:first-child[b-bcbv9jjcwe] {
  /*border-top: 1px solid #EEE;*/
}
.accordion .accordion-item:last-child[b-bcbv9jjcwe] {
  /*border-bottom: 1px solid #EEE;*/
}
/* /Pages/Storage/DeliveryOutPack.razor.rz.scp.css */
.btn:not(.onlyIcon)[b-wyvk46uyf8] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-wyvk46uyf8] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-wyvk46uyf8] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.btn:has(> i)[b-wyvk46uyf8] {
  padding-right: 35px;
}

table[b-wyvk46uyf8] {
  width: 100%;
  background-color: #FFF;
}
table tbody tr:nth-child(even)[b-wyvk46uyf8] {
  background-color: #FFF;
}
table tbody tr td.smallerTool[b-wyvk46uyf8] {
  width: 40px;
  font-size: 24px;
}
table tbody tr td.smallerTool .fa-trash-can[b-wyvk46uyf8] {
  color: red;
}

.addColli button[b-wyvk46uyf8] {
  height: 58px;
  width: 100%;
}

.removeFromDelivery[b-wyvk46uyf8] {
  text-decoration: underline;
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.removeFromDelivery i[b-wyvk46uyf8] {
  margin-right: 5px;
}

.accordion[b-wyvk46uyf8] {
  /*    .accordion-item.onAssignment {
      h2 {
          button {
              span {
                  font-weight: bold !important;
              }
          }
      }
  }*/
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header button[b-wyvk46uyf8] {
  background-color: #EEE;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:not(.collapsed)[b-wyvk46uyf8] {
  background-color: #DFF2E3;
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:focus[b-wyvk46uyf8] {
  /*border: 2px dashed #CCC;
  border-bottom: 0;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-wyvk46uyf8] {
  background-color: #DFF2E3;
  color: #000 !important;
  box-shadow: none !important;
  border: 2px dashed #777;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-wyvk46uyf8] {
  font-weight: 900;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .article .locations[b-wyvk46uyf8] {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .article i[b-wyvk46uyf8] {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-wyvk46uyf8] {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button[b-wyvk46uyf8] {
  display: flex;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-wyvk46uyf8] {
  font-weight: 300;
}
.accordion .accordion-item .accordion-header .accordion-button .article[b-wyvk46uyf8] {
  flex: 0.99;
}
.accordion .accordion-item .accordion-header .accordion-button .article i[b-wyvk46uyf8] {
  margin-right: 5px;
  color: green;
}
.accordion .accordion-item .accordion-header .accordion-button .article .desc[b-wyvk46uyf8] {
  display: inline;
}
.accordion .accordion-item .accordion-header .accordion-button .article .locations[b-wyvk46uyf8] {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
  height: 14px;
  overflow-y: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button .qty[b-wyvk46uyf8] {
  flex: 0.2;
  white-space: nowrap;
  text-align: right;
}
.accordion .accordion-item .accordion-header .accordion-button[b-wyvk46uyf8]::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse[b-wyvk46uyf8] {
  background-color: #DFF2E3;
  position: relative;
  border: 2px dashed #777;
  border-top: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body[b-wyvk46uyf8] {
  padding-top: 0;
}
.accordion .accordion-item.done h2 button span.article[b-wyvk46uyf8]::before {
  content: "\e0c4";
  color: green;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.accordion .accordion-item.textRow h2 button[b-wyvk46uyf8] {
  background-color: #FFF !important;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
}
.accordion .accordion-item.textRow h2 button span[b-wyvk46uyf8] {
  font-style: italic;
}
.accordion .accordion-item.textRow h2 button span.article[b-wyvk46uyf8]::before {
  content: "\f894";
  color: #CCC;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.accordion .accordion-item.notOnAssignment h2 button span[b-wyvk46uyf8] {
  text-decoration: line-through;
}
.accordion .accordion-item.notOnAssignment h2 button span i[b-wyvk46uyf8] {
  color: green !important;
}
.accordion .accordion-item.notOnAssignment .accordion-body a[b-wyvk46uyf8] {
  text-decoration: underline;
}
.accordion .accordion-item.notOnAssignment .accordion-body a i[b-wyvk46uyf8] {
  text-decoration: none;
  color: green;
  margin-right: 5px;
}

.stickyAddDelivery[b-wyvk46uyf8] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-wyvk46uyf8] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery[b-wyvk46uyf8]  .form-floating {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-wyvk46uyf8] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-wyvk46uyf8] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.subInfo[b-wyvk46uyf8] {
  font-size: 14px;
  font-weight: 500;
}
.subInfo span[b-wyvk46uyf8] {
  font-size: 14px;
  font-weight: 500;
}

[b-wyvk46uyf8] .barcodeGroup .input-group-text {
  background-color: #f8f9fa;
  border-bottom-right-radius: 6px;
}

.quantityPicker[b-wyvk46uyf8]  .barcodePlaceHolder .barcodeGroup .form-floating input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-toggle[b-wyvk46uyf8]::after {
  margin-left: 0.5rem;
}

/*.storagePick {
    .form-floating { margin-bottom: 0; }
}*/
.projectHeadText[b-wyvk46uyf8] {
  position: relative;
}
.projectHeadText i[b-wyvk46uyf8] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.projectHeadText .alert p:last-child[b-wyvk46uyf8] {
  margin-bottom: 0;
}

.addOnAssignment[b-wyvk46uyf8] {
  text-decoration: underline;
  cursor: pointer;
}

.reversed thead tr th[b-wyvk46uyf8] {
  background-color: red !important;
}
.reversed tbody tr[b-wyvk46uyf8] {
  text-decoration: line-through;
  opacity: 0.4;
}
/* /Pages/Storage/DeliveryOutPick.razor.rz.scp.css */
.btn:not(.onlyIcon)[b-sctdcqvzca] {
  position: relative;
}
.btn:not(.onlyIcon) i[b-sctdcqvzca] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

.btn.onlyIcon[b-sctdcqvzca] {
  text-align: center;
  padding-left: 0;
  height: 58px;
  padding-right: 0;
  width: 100%;
}

.btn:has(> i)[b-sctdcqvzca] {
  padding-right: 35px;
}

table[b-sctdcqvzca] {
  width: 100%;
  background-color: #FFF;
}
table tbody tr:nth-child(even)[b-sctdcqvzca] {
  background-color: #FFF;
}
table tbody tr td.smallerTool[b-sctdcqvzca] {
  width: 40px;
  font-size: 24px;
}
table tbody tr td.smallerTool .fa-trash-can[b-sctdcqvzca] {
  color: red;
}

.addColli button[b-sctdcqvzca] {
  height: 58px;
  width: 100%;
}

.removeFromDelivery[b-sctdcqvzca] {
  text-decoration: underline;
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.removeFromDelivery i[b-sctdcqvzca] {
  margin-right: 5px;
}

.accordion .accordion-item:nth-of-type(2n+1) .accordion-header button[b-sctdcqvzca] {
  background-color: #EEE;
  color: #000 !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:not(.collapsed)[b-sctdcqvzca] {
  background-color: #DFF2E3;
  box-shadow: none !important;
}
.accordion .accordion-item:nth-of-type(2n+1) .accordion-header .accordion-button:focus[b-sctdcqvzca] {
  /*border: 2px dashed #CCC;
  border-bottom: 0;*/
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header[b-sctdcqvzca] {
  /*button {
      background-color: #FFF;
  }*/
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)[b-sctdcqvzca] {
  background-color: #DFF2E3;
  color: #000 !important;
  box-shadow: none !important;
  border: 2px dashed #777;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span[b-sctdcqvzca] {
  font-weight: 900;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .article .locations[b-sctdcqvzca] {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus[b-sctdcqvzca] {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button[b-sctdcqvzca] {
  display: flex;
}
.accordion .accordion-item .accordion-header .accordion-button span[b-sctdcqvzca] {
  font-weight: 300;
}
.accordion .accordion-item .accordion-header .accordion-button .article[b-sctdcqvzca] {
  flex: 0.99;
}
.accordion .accordion-item .accordion-header .accordion-button .article i[b-sctdcqvzca] {
  margin-right: 5px;
  color: green;
}
.accordion .accordion-item .accordion-header .accordion-button .article .desc[b-sctdcqvzca] {
  display: inline;
}
.accordion .accordion-item .accordion-header .accordion-button .article .locations[b-sctdcqvzca] {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
  height: 14px;
  overflow-y: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button .qty[b-sctdcqvzca] {
  flex: 0.2;
  white-space: nowrap;
  text-align: right;
}
.accordion .accordion-item .accordion-header .accordion-button[b-sctdcqvzca]::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse[b-sctdcqvzca] {
  background-color: #DFF2E3;
  position: relative;
  border: 2px dashed #777;
  border-top: 0;
}
.accordion .accordion-item .accordion-body[b-sctdcqvzca] {
  padding-top: 0;
}
.accordion .accordion-item.done h2 button span[b-sctdcqvzca] {
  color: #CCC;
}
.accordion .accordion-item.done h2 button span.article[b-sctdcqvzca]::before {
  content: "\f058";
  color: green;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}

.stickyAddDelivery[b-sctdcqvzca] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-sctdcqvzca] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery[b-sctdcqvzca]  .form-floating {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-sctdcqvzca] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-sctdcqvzca] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}
.stickyAddDelivery .dropdown .btn[b-sctdcqvzca] {
  width: 100%;
}

.subInfo[b-sctdcqvzca] {
  font-size: 14px;
  font-weight: 500;
}
.subInfo span[b-sctdcqvzca] {
  font-size: 14px;
  font-weight: 500;
}

[b-sctdcqvzca] .barcodeGroup .input-group-text {
  background-color: #f8f9fa;
  border-bottom-right-radius: 6px;
}

.quantityPicker[b-sctdcqvzca]  .barcodePlaceHolder .barcodeGroup .form-floating input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-toggle[b-sctdcqvzca]::after {
  margin-left: 0.5rem;
}

/*.storagePick {
    .form-floating { margin-bottom: 0; }
}*/
/* /Pages/Storage/DeliveryOutStart.razor.rz.scp.css */
.btn[b-uokwp04j1x] {
  position: relative;
}
.btn i[b-uokwp04j1x] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
}

table[b-uokwp04j1x] {
  width: 100%;
}
table tr td.smallerTool[b-uokwp04j1x] {
  width: 40px;
  font-size: 24px;
}
table tr td.ordernrs[b-uokwp04j1x] {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
}
table tr td span.lastDate[b-uokwp04j1x] {
  color: #CCC;
  font-size: 12px;
}

.goto[b-uokwp04j1x] {
  color: green;
}

.purchaseNr[b-uokwp04j1x] {
  margin-right: 5px;
}

.stickyAddDelivery[b-uokwp04j1x] {
  position: sticky;
  bottom: 0;
}
.stickyAddDelivery .alert[b-uokwp04j1x] {
  box-shadow: 0px 0px 10px 1px #CCC;
}
.stickyAddDelivery .form-floating[b-uokwp04j1x] {
  margin-bottom: 0 !important;
}
.stickyAddDelivery .btn:not(.onlyIcon)[b-uokwp04j1x] {
  height: 58px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}
.stickyAddDelivery .btn:not(.onlyIcon) i[b-uokwp04j1x] {
  right: 16px;
  line-height: 58px;
  bottom: 0;
  top: 0;
}

.progress.oneFourth .progress-bar[b-uokwp04j1x] {
  background-color: red;
  font-size: 12px;
}

.progress.half .progress-bar[b-uokwp04j1x] {
  background-color: yellow;
  color: #000;
}

.progress.threeFourth .progress-bar[b-uokwp04j1x] {
  background-color: green;
}

.statusCol[b-uokwp04j1x] {
  align-items: center;
  width: 100px;
}
.statusCol .progress[b-uokwp04j1x] {
  height: 1.5rem;
}

.nav-tabs .nav-link[b-uokwp04j1x] {
  color: #000;
}
.nav-tabs .nav-link.active[b-uokwp04j1x] {
  font-weight: bold;
}
/* /Pages/Storage/ListPick.razor.rz.scp.css */
.listpick[b-tmnmi8ak95] {
  min-height: 75vh;
}

input[type=checkbox][b-tmnmi8ak95] {
  visibility: hidden;
}

.closeBtn[b-tmnmi8ak95] {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
}

.toggle[b-tmnmi8ak95] {
  margin: 1px 1px 17px 1px;
  height: 56px;
  background: #e9ecef;
  width: 100%;
  border-radius: 0.375rem;
  border: 2px solid white;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px #ced4da;
  -moz-box-shadow: 0px 0px 0px 1px #ced4da;
  box-shadow: 0px 0px 0px 1px #ced4da;
  cursor: pointer;
}

.toggle[b-tmnmi8ak95]:before {
  content: "Plocka";
  color: black;
  float: right;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
}

.toggle[b-tmnmi8ak95]:after {
  content: "Returnera";
  color: black;
  float: left;
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
}

.toggle label[b-tmnmi8ak95] {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: 0.375rem;
  position: absolute;
  background: #3BCF56;
  line-height: 52px;
  font-size: 1.25rem;
  text-align: center;
  bottom: 0.2%;
  left: 0%;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.toggle input[type=checkbox]:checked + label[b-tmnmi8ak95] {
  transition: transform all 0.5s ease-in-out;
  transform: translate(100%, 0px);
  background: #DE2631;
}

.toggle input[type=checkbox]:checked + label[b-tmnmi8ak95]:after {
  left: 1px;
}

.projectInfo .customerInfo[b-tmnmi8ak95] {
  border: 1px solid #ced4da;
  background-color: #EEE;
  border-top: none;
  padding: 12px;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  position: relative;
}

.projectInfo.hasResult[b-tmnmi8ak95]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.projectInfo.hasResult[b-tmnmi8ak95]  .input-group .form-floating {
  margin-bottom: 0;
}
.projectInfo.hasResult[b-tmnmi8ak95]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.projectInfo.hasResult[b-tmnmi8ak95]  .form-floating {
  margin-bottom: 0;
}
.projectInfo.hasResult[b-tmnmi8ak95]  .form-floating input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.scannedArticle .result[b-tmnmi8ak95] {
  border: 1px solid #ced4da;
  border-top: none;
  padding: 12px;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  position: relative;
}
.scannedArticle[b-tmnmi8ak95]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.scannedArticle[b-tmnmi8ak95]  .input-group .form-floating {
  margin-bottom: 0;
}
.scannedArticle[b-tmnmi8ak95]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.scannedArticle.hasResult[b-tmnmi8ak95]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.scannedArticle.hasResult[b-tmnmi8ak95]  .input-group .form-floating {
  margin-bottom: 0;
}
.scannedArticle.hasResult[b-tmnmi8ak95]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
}

.input-group-append .btn[b-tmnmi8ak95] {
  height: 58px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectableArticle[b-tmnmi8ak95] {
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  border-right: 1px solid #ced4da;
  padding: 5px 0;
  border-left: 1px solid #ced4da;
  display: flex;
  flex-wrap: wrap;
}
.selectableArticle .qty[b-tmnmi8ak95] {
  font-weight: bold;
  font-size: 18px;
}
.selectableArticle .stockPlace[b-tmnmi8ak95] {
  line-height: 18px;
  margin-top: -2px;
  display: inline-block;
}
.selectableArticle .stockPlace a i[b-tmnmi8ak95] {
  margin-right: 5px;
}
.selectableArticle .col-4[b-tmnmi8ak95] {
  padding-left: 10px;
}
.selectableArticle .col-8[b-tmnmi8ak95] {
  padding-right: 10px;
  align-content: center;
}
.selectableArticle .col-12[b-tmnmi8ak95] {
  padding-right: 10px;
  padding-left: 10px;
}

.selectableArticle:last-of-type[b-tmnmi8ak95] {
  border-bottom: 1px solid #ced4da;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  margin-bottom: 20px;
}

.selectableArticle:not(.opened)[b-tmnmi8ak95] {
  cursor: pointer;
}
.selectableArticle:not(.opened) .result[b-tmnmi8ak95] {
  display: none;
}

.selectableArticle:nth-of-type(odd)[b-tmnmi8ak95] {
  background-color: #EEE;
}

.selectableArticle.done[b-tmnmi8ak95] {
  text-decoration: line-through;
  color: green;
  font-weight: bold;
}

.selectableArticle.opened[b-tmnmi8ak95] {
  box-shadow: 0px 0px 20px 10px #DDD;
  /* border: 1px solid #ced4da;*/
  padding: 10px 0;
  /*margin-bottom: 10px;*/
  background-color: #DFF2E3;
  position: relative;
}
.selectableArticle.opened table tr td[b-tmnmi8ak95] {
  background-color: #DFF2E3;
}

.selectableArticle.notFound p[b-tmnmi8ak95] {
  padding-top: 10px;
}
.selectableArticle.notFound .btn[b-tmnmi8ak95] {
  height: 58px;
}
.selectableArticle.notFound .col-12[b-tmnmi8ak95] {
  padding-right: 20px;
  padding-left: 20px;
}

.selectableArticle.opened.reverting[b-tmnmi8ak95] {
  background-color: #F8D7DA;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.selectableArticle.opened.reverting table tr td[b-tmnmi8ak95] {
  background-color: #F8D7DA;
}

.selectableArticle.anotherIsOpened[b-tmnmi8ak95] {
  color: #ddd;
}
.selectableArticle.anotherIsOpened .qty[b-tmnmi8ak95] {
  font-weight: normal;
  font-size: 16px;
}

.selectableArticle.partdone[b-tmnmi8ak95] {
  color: yellow;
}

table[b-tmnmi8ak95] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 20px;
  font-size: 14px;
}
table thead th[b-tmnmi8ak95] {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  padding: 5px 10px 5px 5px;
  text-align: left;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead th:first-child[b-tmnmi8ak95] {
  position: sticky;
  left: 0;
  z-index: 2;
  border: 1px solid #EEE;
  text-align: left;
}
table td[b-tmnmi8ak95] {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  min-width: 38px;
}
table tbody th[b-tmnmi8ak95] {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
  max-width: 60vw;
  overflow: hidden;
}
table tbody td[b-tmnmi8ak95] {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table tr.picker-row td[b-tmnmi8ak95] {
  padding: 0 0 12px 0;
}

[role=region][aria-labelledby][tabindex][b-tmnmi8ak95] {
  width: 100%;
  overflow: auto;
}

.onlyMine[b-tmnmi8ak95] {
  align-content: end;
  padding-bottom: 10px;
}

.changeLocation[b-tmnmi8ak95] {
  text-decoration: underline;
}
/* /Pages/Storage/MachineAuth.razor.rz.scp.css */
.leadCompanyEdit .btn[b-134o78icqe] {
  width: 100%;
  height: 58px;
}
.leadCompanyEdit .createdBy[b-134o78icqe] {
  color: #CCC;
  font-style: italic;
  font-size: 14px;
}

table[b-134o78icqe] {
  width: 100%;
}
table tfoot[b-134o78icqe]  {
  border-top: 1px solid #DDD;
}
table tfoot[b-134o78icqe]  tr td {
  background-color: #DDD;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 5px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  body table tr td[b-134o78icqe] {
    font-size: 12px;
  }
}
/* /Pages/Storage/MachineDialog.razor.rz.scp.css */
.leadCompanyEdit .btn[b-9g67nvow4h] {
  width: 100%;
  height: 58px;
}
.leadCompanyEdit .createdBy[b-9g67nvow4h] {
  color: #CCC;
  font-style: italic;
  font-size: 14px;
}

table[b-9g67nvow4h] {
  width: 100%;
}
table tfoot[b-9g67nvow4h]  {
  border-top: 1px solid #DDD;
}
table tfoot[b-9g67nvow4h]  tr td {
  background-color: #DDD;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 5px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  body table tr td[b-9g67nvow4h] {
    font-size: 12px;
  }
}
/* /Pages/Storage/MakeList.razor.rz.scp.css */
.makeList[b-d5i71rjiln] {
  min-height: 75vh;
}

table[b-d5i71rjiln] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 20px;
  font-size: 14px;
  min-width: 100%;
}
table thead th[b-d5i71rjiln] {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 5px 10px 5px 5px;
  text-align: left;
  width: 25vw;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead th:first-child[b-d5i71rjiln] {
  position: sticky;
  left: 0;
  z-index: 2;
  /*border: 1px solid #EEE;*/
  text-align: left;
}
table td[b-d5i71rjiln] {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  min-width: 38px;
}
table tbody th[b-d5i71rjiln] {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  /*  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;*/
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
  max-width: 60vw;
  overflow: hidden;
}
table tbody th .shadowMaker[b-d5i71rjiln] {
  clip-path: inset(0px 5px 0px 0px);
}
table tbody td[b-d5i71rjiln] {
  /*border-right: 1px solid #EEE;*/
  border-bottom: 1px solid #EEE;
}
table tbody td[b-d5i71rjiln]  .form-floating {
  margin-bottom: 0 !important;
}
table tbody td .fa-exclamation-triangle[b-d5i71rjiln] {
  margin-right: 5px;
}
table tr.picker-row td[b-d5i71rjiln] {
  padding: 0 0 12px 0;
}

.w100px[b-d5i71rjiln] {
  width: 100px;
  min-width: 100px;
}

.btn[b-d5i71rjiln] {
  height: 58px;
}

.savelist i[b-d5i71rjiln] {
  margin-right: 10px;
}

[role=region][aria-labelledby][tabindex][b-d5i71rjiln] {
  width: 100%;
  overflow: auto;
}
/* /Pages/Storage/PackControl.razor.rz.scp.css */
tr.done td[b-wypurwlis0] {
  color: green;
}

.searchInput[b-wypurwlis0] {
  font-size: 20px;
  border: 1px solid #ccc;
  display: inline;
  padding: 10px;
  cursor: pointer;
}
.searchInput i[b-wypurwlis0] {
  margin-left: 10px;
}
/* /Pages/Storage/Placement.razor.rz.scp.css */
#placement[b-qb4lo2pyqw] {
  min-height: 90vh;
}

.input-group-append .btn[b-qb4lo2pyqw] {
  height: 58px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

table[b-qb4lo2pyqw] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 20px;
  font-size: 14px;
}
table thead th[b-qb4lo2pyqw] {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  padding: 5px 10px 5px 5px;
  text-align: left;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead th:first-child[b-qb4lo2pyqw] {
  position: sticky;
  left: 0;
  z-index: 2;
  border: 1px solid #EEE;
  text-align: left;
}
table td[b-qb4lo2pyqw] {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  min-width: 38px;
}
table tbody th[b-qb4lo2pyqw] {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
  max-width: 60vw;
  overflow: hidden;
}
table tbody td[b-qb4lo2pyqw] {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table tr.handeled td[b-qb4lo2pyqw] {
  text-decoration: line-through;
  color: green;
  font-weight: bold;
}

[role=region][aria-labelledby][tabindex][b-qb4lo2pyqw] {
  width: 100%;
  overflow: auto;
}

a[b-qb4lo2pyqw] {
  text-decoration: underline !important;
  cursor: pointer;
}

.w100px[b-qb4lo2pyqw] {
  width: 100px;
  max-width: 100px;
}

.markAll[b-qb4lo2pyqw] {
  cursor: pointer;
}

button:not(.btn-outline-secondary)[b-qb4lo2pyqw] {
  height: 58px;
}

.utils-1[b-qb4lo2pyqw] {
  cursor: pointer;
}

.btn-outline-secondary[b-qb4lo2pyqw] {
  width: 58px;
  height: 58px;
}

.selectableArticle[b-qb4lo2pyqw] {
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  border-right: 1px solid #ced4da;
  padding: 5px 0;
  border-left: 1px solid #ced4da;
  display: flex;
  flex-wrap: wrap;
}
.selectableArticle .qty[b-qb4lo2pyqw] {
  font-weight: bold;
  font-size: 18px;
}
.selectableArticle .stockPlace[b-qb4lo2pyqw] {
  line-height: 18px;
  margin-top: -2px;
  display: inline-block;
}
.selectableArticle .stockPlace a i[b-qb4lo2pyqw] {
  margin-right: 5px;
}
.selectableArticle .col-1:first-of-type[b-qb4lo2pyqw] {
  align-content: center;
  padding-left: 10px;
}
.selectableArticle .col-2[b-qb4lo2pyqw] {
  padding-left: 10px;
  align-content: center;
}
.selectableArticle .col-8[b-qb4lo2pyqw] {
  align-content: center;
}
.selectableArticle .col-1:last-of-type[b-qb4lo2pyqw] {
  align-content: center;
  padding-right: 10px;
  text-align: right;
}

.selectableArticle:last-of-type[b-qb4lo2pyqw] {
  border-bottom: 1px solid #ced4da;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  margin-bottom: 20px;
}

.selectableArticle:first-of-type[b-qb4lo2pyqw] {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.selectableArticle:not(.opened)[b-qb4lo2pyqw] {
  cursor: pointer;
}

.selectableArticle:nth-of-type(odd)[b-qb4lo2pyqw] {
  background-color: #EEE;
}

.selectableArticle.handeled .col-2[b-qb4lo2pyqw], .selectableArticle.handeled .col-8[b-qb4lo2pyqw] {
  text-decoration: line-through;
  color: green;
}
/* /Pages/Storage/QuickPick.razor.rz.scp.css */
input[type=checkbox][b-kyrkm4f95g] {
  visibility: hidden;
}

.closeBtn[b-kyrkm4f95g] {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
}

.toggle[b-kyrkm4f95g] {
  margin: 1px 1px 17px 1px;
  height: 56px;
  background: #e9ecef;
  width: 100%;
  border-radius: 0.375rem;
  border: 2px solid white;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px #ced4da;
  -moz-box-shadow: 0px 0px 0px 1px #ced4da;
  box-shadow: 0px 0px 0px 1px #ced4da;
  cursor: pointer;
}

.toggle[b-kyrkm4f95g]:before {
  content: "Plocka";
  color: black;
  float: right;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
}

.toggle[b-kyrkm4f95g]:after {
  content: "Returnera";
  color: black;
  float: left;
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
}

.toggle label[b-kyrkm4f95g] {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: 0.375rem;
  position: absolute;
  background: #3BCF56;
  line-height: 52px;
  font-size: 1.25rem;
  text-align: center;
  bottom: 0.2%;
  left: 0%;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.toggle input[type=checkbox]:checked + label[b-kyrkm4f95g] {
  transition: transform all 0.5s ease-in-out;
  transform: translate(100%, 0px);
  background: #DE2631;
}

.toggle input[type=checkbox]:checked + label[b-kyrkm4f95g]:after {
  left: 1px;
}

.projectInfo .customerInfo[b-kyrkm4f95g] {
  border: 1px solid #ced4da;
  background-color: #EEE;
  border-top: none;
  padding: 12px;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  position: relative;
}

.projectInfo.hasResult[b-kyrkm4f95g]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.projectInfo.hasResult[b-kyrkm4f95g]  .input-group .form-floating {
  margin-bottom: 0;
}
.projectInfo.hasResult[b-kyrkm4f95g]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.projectInfo.hasResult[b-kyrkm4f95g]  .form-floating {
  margin-bottom: 0;
}
.projectInfo.hasResult[b-kyrkm4f95g]  .form-floating input {
  border-bottom-right-radius: 0;
}

.scannedArticle .result[b-kyrkm4f95g] {
  border: 1px solid #ced4da;
  border-top: none;
  padding: 12px;
  /* border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;*/
  position: relative;
}
.scannedArticle[b-kyrkm4f95g]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.scannedArticle[b-kyrkm4f95g]  .input-group .form-floating {
  margin-bottom: 0;
}
.scannedArticle[b-kyrkm4f95g]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.scannedArticle.hasResult[b-kyrkm4f95g]  .input-group .input-group-prepend {
  border-bottom-left-radius: 0;
}
.scannedArticle.hasResult[b-kyrkm4f95g]  .input-group .form-floating {
  margin-bottom: 0;
}
.scannedArticle.hasResult[b-kyrkm4f95g]  .input-group .form-floating input {
  border-bottom-right-radius: 0;
}

.input-group-append .btn[b-kyrkm4f95g] {
  height: 58px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectableArticle[b-kyrkm4f95g] {
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  border-right: 1px solid #ced4da;
  padding: 5px 0;
  border-left: 1px solid #ced4da;
  display: flex;
  flex-wrap: wrap;
}
.selectableArticle .qty[b-kyrkm4f95g] {
  font-weight: bold;
  font-size: 18px;
}
.selectableArticle .stockPlace[b-kyrkm4f95g] {
  line-height: 18px;
  margin-top: -2px;
  display: inline-block;
}
.selectableArticle .stockPlace a i[b-kyrkm4f95g] {
  margin-right: 5px;
}
.selectableArticle .col-4[b-kyrkm4f95g] {
  padding-left: 10px;
}
.selectableArticle .col-8[b-kyrkm4f95g] {
  padding-right: 10px;
  align-content: center;
}
.selectableArticle .col-12[b-kyrkm4f95g] {
  padding-right: 10px;
  padding-left: 10px;
}

.selectableArticle:last-of-type[b-kyrkm4f95g] {
  border-bottom: 1px solid #ced4da;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  margin-bottom: 30px;
}

.selectableArticle:not(.opened)[b-kyrkm4f95g] {
  cursor: pointer;
}
.selectableArticle:not(.opened) .result[b-kyrkm4f95g] {
  display: none;
}

.selectableArticle:nth-of-type(odd)[b-kyrkm4f95g] {
  background-color: #EEE;
}

.selectableArticle.done[b-kyrkm4f95g] {
  /*    color: green;
  font-weight: bold;*/
}

.selectableArticle.opened[b-kyrkm4f95g] {
  box-shadow: 0px 0px 20px 10px #DDD;
  /* border: 1px solid #ced4da;*/
  padding: 10px 0;
  /*margin-bottom: 10px;*/
  background-color: #EEE;
  position: relative;
}
.selectableArticle.opened table tr td[b-kyrkm4f95g] {
  background-color: #EEE;
}

.selectableArticle.notFound p[b-kyrkm4f95g] {
  padding-top: 10px;
}
.selectableArticle.notFound .btn[b-kyrkm4f95g] {
  height: 58px;
}
.selectableArticle.notFound .col-12[b-kyrkm4f95g] {
  padding-right: 20px;
  padding-left: 20px;
}

.selectableArticle.opened.reverting[b-kyrkm4f95g] {
  background-color: #F8D7DA;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.selectableArticle.opened.reverting table tr td[b-kyrkm4f95g] {
  background-color: #F8D7DA;
}

.selectableArticle.anotherIsOpened[b-kyrkm4f95g] {
  color: #ddd;
}
.selectableArticle.anotherIsOpened .qty[b-kyrkm4f95g] {
  font-weight: normal;
  font-size: 16px;
}

.selectableArticle.partdone[b-kyrkm4f95g] {
  color: yellow;
}

table[b-kyrkm4f95g] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 20px;
  font-size: 14px;
}
table thead th[b-kyrkm4f95g] {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  padding: 5px 10px 5px 5px;
  text-align: left;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead th:first-child[b-kyrkm4f95g] {
  position: sticky;
  left: 0;
  z-index: 2;
  border: 1px solid #EEE;
  text-align: left;
}
table td[b-kyrkm4f95g] {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  min-width: 38px;
}
table tbody th[b-kyrkm4f95g] {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
  max-width: 60vw;
  overflow: hidden;
}
table tbody td[b-kyrkm4f95g] {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table tr.picker-row td[b-kyrkm4f95g] {
  padding: 0 0 12px 0;
}

[role=region][aria-labelledby][tabindex][b-kyrkm4f95g] {
  width: 100%;
  overflow: auto;
}

.searchArticle[b-kyrkm4f95g]  .form-floating {
  margin-bottom: 0;
}
.searchArticle[b-kyrkm4f95g]  .form-floating input {
  border-top: 0;
}

.projectInfo[b-kyrkm4f95g]  .barcodePlaceHolder .form-floating {
  margin-bottom: 0;
}
.projectInfo[b-kyrkm4f95g]  .autocomplete .form-floating input {
  border-top: 0;
}

.searchArticle[b-kyrkm4f95g]  .autocomplete .options, .projectInfo[b-kyrkm4f95g]  .autocomplete .options {
  position: static;
  max-height: 500px;
  overflow: scroll;
  border-top: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.projectInfo:not(.hasResult)[b-kyrkm4f95g]  .barcodePlaceHolder .input-group-prepend {
  border-bottom-left-radius: 0;
}
.projectInfo:not(.hasResult)[b-kyrkm4f95g]  .barcodePlaceHolder .form-floating input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.projectInfo:not(.hasResult)[b-kyrkm4f95g]  .autocomplete .form-floating input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.searchArticle:not(.hasPicks)[b-kyrkm4f95g]  .form-floating input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.projectInfo.hasResult[b-kyrkm4f95g]  .autocomplete .form-floating input {
  border-radius: 0;
}

.searchArticle.hasPicks[b-kyrkm4f95g]  .form-floating input {
  border-radius: 0;
}

.scannedArticle .storageLocationsTable[b-kyrkm4f95g]  .saveForLaterButton .btn {
  border-radius: 0;
}
.scannedArticle .storageLocationsTable[b-kyrkm4f95g]  .input-group .form-floating input {
  border-bottom-left-radius: 6px;
}

a[b-kyrkm4f95g] {
  text-decoration: underline !important;
  cursor: pointer;
}

.btn.reminder[b-kyrkm4f95g] {
  position: relative;
}

.reminder[b-kyrkm4f95g]:before,
.reminder[b-kyrkm4f95g]:after {
  position: absolute;
  content: "";
  transition: all 0.4s ease;
}

.reminder[b-kyrkm4f95g]:before {
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent red transparent;
  bottom: -10px;
  right: 30px;
  /*transform: translateY(20px);*/
}

.reminder[b-kyrkm4f95g]:after {
  content: attr(data-tooltip);
  background: red;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  bottom: -45px;
  right: 0px;
  padding: 10px;
  border-radius: 5px;
  /*    transform: translateY(20px);*/
  animation-name: shake;
  animation-duration: 5000ms;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
}

.searchArticle[b-kyrkm4f95g] {
  display: flex;
}
.searchArticle[b-kyrkm4f95g]  .autocomplete {
  flex: 0.99;
  max-width: calc(100% - 61px);
}
.searchArticle[b-kyrkm4f95g]  .autocomplete .form-floating input {
  border-bottom-right-radius: 0;
}
.searchArticle .advancedSearch[b-kyrkm4f95g] {
  flex: 0.01;
  border: 1px solid #dee2e6;
  border-left: 0;
  border-top: 0;
  text-align: center;
  background-color: #EEE;
  border-bottom-right-radius: 0.375rem;
  max-height: 58px;
}
.searchArticle .advancedSearch .btn[b-kyrkm4f95g] {
  height: 57px;
  padding: 0 21px;
  line-height: 57px;
}

.searchArticle.hasPicks .advancedSearch[b-kyrkm4f95g] {
  border-bottom-right-radius: 0;
}
/* /Pages/Storage/SetNewStorageLocation.razor.rz.scp.css */
.leadCompanyEdit .btn[b-u9nsrigqhj] {
  width: 100%;
  height: 58px;
}
.leadCompanyEdit .createdBy[b-u9nsrigqhj] {
  color: #CCC;
  font-style: italic;
  font-size: 14px;
}

table[b-u9nsrigqhj] {
  width: 100%;
}
table tfoot[b-u9nsrigqhj]  {
  border-top: 1px solid #DDD;
}
table tfoot[b-u9nsrigqhj]  tr td {
  background-color: #DDD;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 5px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  body table tr td[b-u9nsrigqhj] {
    font-size: 12px;
  }
}
/* /Pages/Storage/ViewOrder.razor.rz.scp.css */
table[b-x89ceqr3l1] {
  white-space: nowrap;
  margin: 0;
  border: none;
  table-layout: fixed;
  margin-bottom: 40px;
  font-size: 14px;
}
table thead tr th[b-x89ceqr3l1] {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  padding: 5px 10px 5px 5px;
  text-align: center;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table thead tr th:first-of-type[b-x89ceqr3l1] {
  position: sticky;
  left: 0;
  z-index: 2;
  border: 1px solid #EEE;
  text-align: left;
  background: none;
}
table thead tr th.current[b-x89ceqr3l1] {
  font-weight: 900;
  text-decoration: underline;
}
table tbody th[b-x89ceqr3l1] {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 5px;
}
table tbody th a[b-x89ceqr3l1] {
  margin-left: 10px;
}
table tbody tr th.isTextRow[b-x89ceqr3l1] {
  font-style: italic;
}
table tbody td[b-x89ceqr3l1] {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
table tbody tr.costRow th:first-of-type[b-x89ceqr3l1], table tbody tr.timeRow th:first-of-type[b-x89ceqr3l1], table tbody tr.transactionRow th:first-of-type[b-x89ceqr3l1] {
  padding-left: 10px;
}
table tbody tr.opened td[b-x89ceqr3l1], table tbody tr.opened th[b-x89ceqr3l1] {
  font-weight: bold;
}
table tr td[b-x89ceqr3l1], table tr th[b-x89ceqr3l1] {
  text-align: right;
  padding: 1px 5px;
}
table tr td:first-child[b-x89ceqr3l1], table tr th:first-child[b-x89ceqr3l1] {
  text-align: left;
  background-color: rgb(255, 255, 255);
}
table tr td:first-child[b-x89ceqr3l1] {
  padding-left: 10px;
}
table tr:nth-child(2n+1) td:first-child[b-x89ceqr3l1], table tr:nth-child(2n+1) th:first-child[b-x89ceqr3l1] {
  background-color: rgb(249, 249, 249);
}
table tr.subtotal th[b-x89ceqr3l1] {
  padding-bottom: 16px;
  font-weight: bold;
  white-space: nowrap;
}
table tr.subtotal th:first-child[b-x89ceqr3l1] {
  z-index: 2;
}
table tr.timeRow td[b-x89ceqr3l1], table tr.costRow td[b-x89ceqr3l1] {
  color: #AAA;
}

[role=region][aria-labelledby][tabindex][b-x89ceqr3l1] {
  width: 100%;
  overflow: auto;
}

.invoicedAmount[b-x89ceqr3l1] {
  margin: 0 10px;
}

.invoicedTot[b-x89ceqr3l1] {
  width: 45px;
  display: inline-block;
}

.transAmount[b-x89ceqr3l1] {
  padding-right: 50px;
}

.amounts a i[b-x89ceqr3l1] {
  margin: 0;
}

.radnr[b-x89ceqr3l1] {
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  table[b-x89ceqr3l1] {
    font-size: 12px;
  }
  table tbody th[b-x89ceqr3l1] {
    white-space: normal;
    font-size: 12px;
  }
  table tr th:first-of-type[b-x89ceqr3l1] {
    min-width: 45vw;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nhotez59xi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nhotez59xi] {
    flex: 1;
}

.sidebar[b-nhotez59xi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nhotez59xi] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nhotez59xi]  a.logout, .top-row[b-nhotez59xi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nhotez59xi]  a:hover, .top-row[b-nhotez59xi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nhotez59xi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .top-row[b-nhotez59xi]  a.language {
            display: block;
            margin-right: 20px;
            text-decoration: none;
        }

        .top-row[b-nhotez59xi]  a.language img {
            margin: 0 5px;
        }

            .top-row[b-nhotez59xi]  a.language span {
                display: inline-block;
                height: 30px;
                margin-right: 5px;
                line-height: 32px;
            }

    .top-row[b-nhotez59xi]  .dropdown .dropdown-item img {
        max-width: 100%;
    }

    .top-row[b-nhotez59xi]  .dropdown-item { padding: 0 5px; }

    @media (max-width: 640.98px) {
        .top-row:not(.auth)[b-nhotez59xi] {
        display: none;
    }

    .top-row.auth[b-nhotez59xi] {
        justify-content: space-between;
    }

    .top-row[b-nhotez59xi]  a, .top-row[b-nhotez59xi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nhotez59xi] {
        flex-direction: row;
    }

    .sidebar[b-nhotez59xi] {
        width: 300px;
        position: sticky;
        top: 0;
        min-height: 100vh;
    }

    .top-row[b-nhotez59xi] {
        position: sticky;
        top: 0;
        z-index: 3;
    }

    .top-row.auth[b-nhotez59xi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nhotez59xi], article[b-nhotez59xi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayoutLoggedOut.razor.rz.scp.css */
.page[b-psx2exuszc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-psx2exuszc] {
    flex: 1;
}

.sidebar[b-psx2exuszc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-psx2exuszc] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-psx2exuszc]  a, .top-row[b-psx2exuszc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-psx2exuszc]  a:hover, .top-row[b-psx2exuszc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-psx2exuszc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-psx2exuszc] {
        display: none;
    }

    .top-row.auth[b-psx2exuszc] {
        justify-content: space-between;
    }

    .top-row[b-psx2exuszc]  a, .top-row[b-psx2exuszc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-psx2exuszc] {
        flex-direction: row;
    }

    .sidebar[b-psx2exuszc] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-psx2exuszc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-psx2exuszc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-psx2exuszc], article[b-psx2exuszc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
