﻿@charset "UTF-8";
/** {
    color: #2B2B2B;
}*/
.tableexport-caption, .btn-toolbar {
  display: none !important;
}

.flowstation {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px 5px 0px;
}

.flowstation.selected {
  border-color: #007bff;
  background-color: #e9f5ff;
}

.carTimeLineBox {
  /*padding: 10px;*/
  padding: 10px 10px 15px 10px;
  background-color: #FFF;
  margin-top: 10px;
  border-radius: 2px;
  justify-content: space-between;
  display: flex;
}
.carTimeLineBox .station {
  width: 70px;
  align-content: center;
  position: relative;
}
.carTimeLineBox .station strong {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  white-space: nowrap;
}
.carTimeLineBox .station .stationcontentwarning {
  position: absolute;
  top: 60px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.carTimeLineBox .station .stationcontentwarning i {
  color: #ff851b;
}
.carTimeLineBox .station .stationContent {
  height: 40px;
  position: relative;
}
.carTimeLineBox .station .stationContent .circleHolder {
  width: 100%;
}
.carTimeLineBox .station .stationContent .circleHolder .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
.carTimeLineBox .station .stationContent .circleHolder .circle p.warning {
  font-weight: bold;
  font-size: 10px;
  margin: 0;
  text-align: center;
  line-height: 38px;
}
.carTimeLineBox .station .stationContent .circleHolder .circle p.warning i {
  color: #ff851b;
}
.carTimeLineBox .station .stationContent .circleHolder .circle i.fa-car {
  font-size: 20px;
  font-weight: bold;
  width: 38px;
  text-align: center;
  line-height: 38px;
}
.carTimeLineBox .station .stationContent .circleHolder .circle i.fa-check, .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-ban, .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-pause {
  color: #CCC;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
}
.carTimeLineBox .station:not(:first-of-type) .stationContent:before {
  bottom: 48%;
  /*top: 48%;*/
  top: 49%;
  content: "";
  display: block;
  /*height: 4%;*/
  height: 1px;
  position: absolute;
  left: 0;
  width: 50%;
  background-color: #CCC;
}
.carTimeLineBox .station:not(:last-of-type) .stationContent:after {
  bottom: 48%;
  /*top: 48%;*/
  top: 49%;
  content: "";
  display: block;
  /*height: 4%;*/
  height: 1px;
  position: absolute;
  right: 0;
  width: 50%;
  background-color: #CCC;
}
.carTimeLineBox .stationSpacer {
  flex: 1;
  height: 40px;
  position: relative;
  top: 20px;
  /*.stationLine:after {
          bottom: 48%;*/
  /*top: 48%;*/
  /*top: 49%;
          content: "";
          display: block;*/
  /*height: 4%;*/
  /*height: 1px;
          position: absolute;
          right: 0;
          width: 50%;
          background-color: #CCC;
      }*/
}
.carTimeLineBox .stationSpacer .carMarker {
  background-color: #FFF;
  width: 30px;
  /* position: absolute; */
  top: 0;
  height: 100%;
  bottom: 0;
  /* vertical-align: middle; */
  z-index: 1;
  text-align: center;
  /* right: -15px; */
  /*margin: 0 auto;*/
  margin: 0 5px 0 auto;
  position: relative;
  align-content: center;
}
.carTimeLineBox .stationSpacer .stationLine:before {
  bottom: 48%;
  /*top: 48%;*/
  top: 49%;
  content: "";
  display: block;
  /*height: 4%;*/
  height: 1px;
  position: absolute;
  left: 0;
  /*width: 50%;*/
  width: 100%;
  background-color: #CCC;
}
.carTimeLineBox .stationSpacer.done .stationLine:before, .carTimeLineBox .stationSpacer.done .stationLine:after {
  background-color: #7D52AF;
}
.carTimeLineBox .stationSpacer.current {
  /*.carMarker {
      color: #7D52AF;
  }*/
}
.carTimeLineBox .stationSpacer.current .stationLine:before, .carTimeLineBox .stationSpacer.current .stationLine:after {
  background-color: #7D52AF;
}
.carTimeLineBox .station.done {
  color: #7D52AF;
}
.carTimeLineBox .station.done strong {
  color: #7D52AF;
}
.carTimeLineBox .station.done .stationContent {
  position: relative;
}
.carTimeLineBox .station.done .stationContent .circleHolder .circle {
  color: #FFF;
  background-color: #7D52AF;
  border: 1px solid #7D52AF;
}
.carTimeLineBox .station.done .stationContent .circleHolder .circle i.fa-check {
  color: #FFF;
}
.carTimeLineBox .station.done .stationContent:before {
  background-color: #7D52AF;
}
.carTimeLineBox .station.done .stationContent:after {
  background-color: #7D52AF;
}
.carTimeLineBox .station.isDisabled { /*.station.done.isDisabled*/ }
.carTimeLineBox .station.isDisabled .stationContent .circleHolder .circle {
  color: #FFF;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.carTimeLineBox .station.isDisabled .stationContent .circleHolder .circle i {
  color: #FFF;
}
.carTimeLineBox .station.current {
  cursor: pointer;
}
.carTimeLineBox .station.current .stationContent .circleHolder .circle {
  box-shadow: 1px 1px 8px;
}
.carTimeLineBox .station.orderbank .circle .multiFas, .carTimeLineBox .station.frozen .circle .multiFas {
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.carTimeLineBox .station.orderbank .circle .multiFas i, .carTimeLineBox .station.frozen .circle .multiFas i {
  font-size: 18px;
  color: #CCC;
}
.carTimeLineBox .station.orderbank .circle .multiFas i.fa-circle-check, .carTimeLineBox .station.frozen .circle .multiFas i.fa-circle-check {
  position: absolute;
  font-size: 12px;
  color: #CCC;
  top: 5px;
  right: 5px;
}
.carTimeLineBox .station.orderbank .circle .multiFas.hasVal i, .carTimeLineBox .station.frozen .circle .multiFas.hasVal i {
  color: #7D52AF;
}
.carTimeLineBox .station.orderbank .circle .multiFas:not(.hasVal) i.fa-circle-check, .carTimeLineBox .station.frozen .circle .multiFas:not(.hasVal) i.fa-circle-check {
  display: none;
}
.carTimeLineBox .station.orderbank .circle .multiFas:not(.hasVal):hover i.fa-circle-check, .carTimeLineBox .station.frozen .circle .multiFas:not(.hasVal):hover i.fa-circle-check {
  color: #7D52AF;
  display: inline-block;
}
.carTimeLineBox .station.frozen {
  width: 150px;
}
.carTimeLineBox .station.frozen .stationContent .circleHolder .circle {
  border-radius: 20px;
  width: 120px;
  display: flex;
}
.carTimeLineBox .station.frozen .stationContent .circleHolder .circle .multiFas {
  flex: 1;
}
.carTimeLineBox .station.done.orderbank .circle .multiFas i, .carTimeLineBox .station.done.frozen .circle .multiFas i {
  color: #FFF;
}
.carTimeLineBox .station.done.orderbank .circle .multiFas i.fa-circle-check, .carTimeLineBox .station.done.frozen .circle .multiFas i.fa-circle-check {
  color: #FFF;
}
.carTimeLineBox .station.done.orderbank .circle .multiFas:not(.hasVal):hover i.fa-circle-check, .carTimeLineBox .station.done.frozen .circle .multiFas:not(.hasVal):hover i.fa-circle-check {
  color: #FFF;
  display: inline-block;
}

.carTimeLineBox.scrollStations {
  overflow-x: auto;
  padding-bottom: 20px;
}
.carTimeLineBox.scrollStations .stationSpacer {
  height: 40px;
  min-width: 55px;
}
.carTimeLineBox.scrollStations .station strong {
  font-size: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.innotetag {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 2px 6px;
  background: #CCC;
  color: white;
  border-radius: 5px;
}
.innotetag * {
  color: white;
}

.innotetag.active {
  background: darkorange;
}

.bilvision {
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 4px;
}
.bilvision div {
  height: auto;
  margin: auto;
}
.bilvision div img {
  width: 150px;
}
.bilvision div span {
  font-size: 12px;
}
.bilvision button {
  height: 38px;
  margin: auto;
}

.badge-danger {
  color: #FFF;
  background-color: #dc3545;
}

.gold {
  color: gold;
}

.white {
  color: white;
}

.brown {
  color: saddlebrown;
}

.magenta {
  color: magenta;
}

.lightgreen {
  color: lightgreen;
}

.pink {
  color: pink;
}

.darkblue {
  color: darkblue;
}

.orange {
  color: orange;
}

.lightgray {
  color: lightgray;
}

.darkgray {
  color: darkgray;
}

.editorder.carTimeLineBox .stationSpacer {
  height: 50px;
  min-width: 55px;
}
.editorder.carTimeLineBox .station strong {
  font-size: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.editorder.carTimeLineBox.scrollStations {
  overflow-x: auto;
  padding-bottom: 20px;
}

.retailHeader {
  border-left: 4px solid rgb(195, 177, 219);
  padding-left: 10px;
}

table thead tr {
  border: 1px solid #eee;
}
table tbody tr td {
  border: 1px solid #eee;
}

.summary div {
  display: flex;
  justify-content: space-between;
}

.multiValueSelectContainer .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  white-space: initial;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.multiValueSelectContainer .input-group > *:not(:first-child):not(:last-child) {
  border-left: none;
  border-radius: 0;
  border-right: 2px solid var(--bs-border-color);
  /** {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }*/
}
.multiValueSelectContainer .input-group > *:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /** {
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
          }
  */
}
.multiValueSelectContainer .input-group > *:first-child label {
  opacity: 1;
  z-index: 3;
}
.multiValueSelectContainer .input-group > *:first-child .dropdown-toggle {
  border: 1px solid var(--bs-border-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.multiValueSelectContainer .input-group > *:last-child {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.multiValueSelectContainer .input-group > *:last-child * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px) {
  .carTimeLineBox {
    padding: 8px 0px 10px 0;
    margin-top: 8px;
    border-radius: 4px;
  }
  .carTimeLineBox .station {
    width: 50px;
  }
  .carTimeLineBox .station strong {
    display: block;
    width: 24px;
    font-size: 10px;
    overflow: hidden;
    word-break: break-all;
    height: 15px;
    line-height: 15px;
    margin: 0 auto;
  }
  .carTimeLineBox .station .stationContent {
    height: 30px;
  }
  .carTimeLineBox .station .stationContent .circleHolder .circle {
    width: 30px;
    height: 30px;
  }
  .carTimeLineBox .station .stationContent .circleHolder .circle p.warning {
    line-height: 28px;
  }
  .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-check, .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-ban, .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-pause, .carTimeLineBox .station .stationContent .circleHolder .circle i.fa-car {
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 14px;
  }
  .carTimeLineBox .station .stationcontentwarning {
    position: absolute;
    top: 50px;
    font-size: 12px;
    /*width: 30px;*/
    text-align: center;
  }
  .carTimeLineBox .stationSpacer {
    height: 30px;
    top: 15px;
  }
  .carTimeLineBox .stationSpacer .carMarker {
    width: 30px;
    font-size: 14px;
  }
  .carTimeLineBox .station.orderbank .circle .multiFas, .carTimeLineBox .station.frozen .circle .multiFas {
    height: 28px;
    line-height: 28px;
  }
  .carTimeLineBox .station.orderbank .circle .multiFas i, .carTimeLineBox .station.frozen .circle .multiFas i {
    font-size: 14px;
  }
  .carTimeLineBox .station.orderbank .circle .multiFas i.fa-circle-check, .carTimeLineBox .station.frozen .circle .multiFas i.fa-circle-check {
    font-size: 10px;
    top: 4px;
    right: 4px;
  }
  .carTimeLineBox .station.frozen {
    width: 120px;
  }
  .carTimeLineBox .station.frozen .stationContent .circleHolder .circle {
    border-radius: 20px;
    width: 90px;
  }
  .carTimeLineBox.scrollStations .stationSpacer {
    height: 40px;
  }
  .editorder.carTimeLineBox .stationSpacer {
    height: 60px;
  }
}
@media (min-width: 641px) {
  .sidebar {
    /* Dom här reglerna sattes för att komma runt att styling pajade när .page hade flex-direction: row; webbläsaren fattade inte att content skulle vara scrollbart i y-led, t.ex. OrderStations i TimeLinen */
    z-index: 5;
    position: fixed !important;
    overflow-y: auto;
    height: 100vh;
  }
}
@media (max-width: 1199px) {
  .bilvision {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: white;
    align-items: center;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .bilvision button {
    margin-left: 5px;
  }
}
