.on-stock {
  color: green;
}

.out-of-stock {
  color: red;
}

.free_stock_after_reservation {
  color: orange;
}

.table.vikan-document-items td {
  text-align: center;
  vertical-align: middle;
  height: 100px;
}

.vikan-document-items img {
  max-height: 100px;
  max-width: 150px;
}

.vikan-document-items i {
  font-size: 30px;
  color: #cc0a00;
}

.container {
  padding: 20px;
  /*text-align: center;*/
}

.navbar i {
  padding-right: 10px;
}

a {
  text-decoration: none;
}

.alert-smaller {
  padding: 5px;
  margin: 10px 0px;
}

.alert {
  margin: 16px 0px;
}

.no-shadow-box:focus {
  box-shadow: none;
}

.wms-table {
  color: black;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0px;
  border: 1px solid grey;
}

.wms-table th {
  border: 1px solid grey;
  padding: 5px;
}
.wms-table td {
  border: 1px solid grey;
  padding: 5px;
}
.wms-table tr {
  border: 1px solid grey;
  padding: 5px;
}

.wms-table-primary {
  background: rgb(129 205 254);
}

.wms-invoice-data {
  text-align: left;
  background: rgb(129 205 254);
}
.wms-invoice-data th {
  white-space: nowrap;
}

.order-picking-items__finished {
  background: rgb(114, 253, 114);
}

.order-picking-items__partial {
  background: rgb(238, 238, 53);
}
.order-picking-items__not-found {
  background: rgb(255, 0, 0);
  color: white;
}

.wms-table__align_left {
  text-align: left;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: green;
}

.wms-table a {
  color: black;
}

.input-center-text {
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav-bar-black {
    background-color: black !important;
  }
}
