@charset "UTF-8";
.modal-container > .modal, .simple-modal {
  -webkit-filter: drop-shadow(0px 33px 20px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 33px 20px rgba(0, 0, 0, 0.15));
}

@font-face {
  font-family: "Open Sans";
  src: url("../Content/fonts/OpenSans-Regular.ttf") format("truetype");
}
/* rules */
body {
  background-color: #fff;
  font-size: 0.85em;
  font-family: "Open Sans";
  font-weight: 500;
  color: #333;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

a, a:visited, a:link {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

p {
  margin-bottom: 20px;
  line-height: 1.3em;
}

a img {
  border: 0px solid #000000;
}

.master-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
  z-index: 1000;
}

.mach-cookie-hardreset-bttn {
  padding: 10px 5px;
  margin: 10px 20px;
  background: rgb(5, 142, 209);
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 20px;
  text-align: center;
}
.mach-cookie-hardreset-bttn a, .mach-cookie-hardreset-bttn a:visited, .mach-cookie-hardreset-bttn a:link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.mono {
  font-family: monospace;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h1 a, h1 a:visited, h1 a:active, h1 a:hover {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 2em;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover, .touchChooseTD, .kvhPPS {
  font-size: 1.8em;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

h3, h3 a, h3 a:visited, h3 a:active, h3 a:hover {
  font-size: 1.1em;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: none;
  margin: 15px 0 8px 0;
}

h4 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.1em;
}

h5, h6 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1em;
}

hr {
  border-top: 1px solid #ccc;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  margin: 10px 0 10px 0;
  padding: 0px;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
#footer, #subFooter {
  padding: 25px 0 0 0;
  text-align: left;
  line-height: normal;
  margin: 15px 0 0 0;
  clear: both;
  height: 35px;
}

#lastActionInfo {
  float: left;
  width: 880px;
  margin: -4px 0 0 0;
}

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
input, textarea {
  border: 1px solid #CCC;
  background: #ffffff;
  color: #333;
  font-family: "Open Sans";
  font-weight: 500;
}

input[type=submit], input[type=image], .submitLink {
  font-family: "Open Sans";
  font-weight: 600;
  border: 0px solid #ffffff;
  color: #333;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  border: 0px solid white;
  background-color: Transparent;
}

.submitLinkLegend {
  font-family: "Open Sans";
  font-weight: 600;
  color: #333;
  padding-right: 10px;
}

/* TABLE
----------------------------------------------------------*/
table {
  border: solid 0px #e8eef4;
}

table td {
  border: solid 0px #e8eef4;
}

td img, th img, .weekDropDiv {
  vertical-align: middle;
}

#dimensionFields th {
  padding: 10px 4px 10px 4px;
  margin: 4px 2px 4px 2px;
}

#packageTable th, #packageTable td,
.packageTable th, .packageTable td,
#hallPackageTable th, #hallPackageTable td,
.hallPackageTable th, .hallPackageTable td,
#editPackageTable th, #editPackageTable td,
.manageTable th, .manageTable td,
#checkPackageTable th, #checkPackageTable td {
  padding: 5px 1px 5px 0;
}

.trEven td {
  border: 1px solid #ccc;
  text-align: center;
}

.trOdd, .trEven {
  vertical-align: middle;
}

.trOdd td {
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
}

.virtualPackage {
  border-left: 8px solid #ff8300;
}

.diagonalStripes td {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(240, 201, 45, 0.5) 4px, rgba(240, 201, 45, 0.5) 6px);
}

table th, .yDim, #kvhFi th {
  background-color: #00569a;
  /*background-image: url(/SiS/Content/Images/tr_back.gif);
  background-repeat: repeat-x; */
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.yDimDGL, #kvhDGL th {
  background-color: #e63a5f;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.yDimKI, #kvhKI th {
  background-color: #00b132;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

/* MISC
----------------------------------------------------------*/
#mainContainer {
  width: 980px;
  margin: 0 auto;
}

#header {
  text-align: left;
  margin: 20px auto;
  margin-bottom: 20px;
}

#header ul {
  padding: 0;
  margin: 0;
  line-height: 1em;
}

#header li {
  display: inline;
  padding: 0 18px 0 0;
}

#header li a {
  color: #747474;
}

#header li a:hover {
  color: #F3388F;
}

#header {
  text-align: left;
  margin: 20px auto;
  margin-bottom: 10px;
}

#showHeader {
  background-image: url("../Content/Images/showHeader_small.png");
  background-repeat: no-repeat;
  width: 98px;
  height: 28px;
  position: absolute;
  margin: 0px 0 0 892px;
  z-index: 200;
  padding: 2px 0 0 10px;
  cursor: pointer;
}

.errors li {
  color: #e91616;
  font-size: 1em;
  font-family: "Open Sans";
  font-weight: 600;
  list-style-image: url("../Content/Images/info.gif");
  vertical-align: middle;
}

.sysInfos li {
  color: #336600; /*#b7d231;*/
  font-size: 0.85em;
  font-family: "Open Sans";
  font-weight: 600;
  list-style-image: url("../Content/Images/sysInfo.gif");
  vertical-align: middle;
}

.errors, .sysInfos {
  padding: 0 0 0 30px;
}

.loginTBL {
  margin: 25px 0;
}

.logout {
  text-align: right;
  font-weight: 600;
  font-size: 9px;
  padding: 4px 0;
}

#login {
  float: left;
  width: 680px;
  padding-top: 60px;
}

#logo {
  text-align: right;
  float: right;
  height: 25px;
}

#loginName {
  text-align: right;
  clear: both;
}

.onlyPrintDisplay {
  display: none;
}

.activeButtonBG, .activeButtonRedBG, .clearButtonBG, .activeButtonTurqBG {
  background-color: #00569a;
  width: 140px;
  font-weight: 600;
  text-align: center;
  float: left;
  color: #fff;
}

.activeButtonTurqBG {
  background-color: #14dbb2;
}

.activeButtonRedBG {
  background-color: #e63a5f;
}

.clearButtonBG {
  background-color: Transparent;
}

.button {
  border: 0px solid #fff;
  font-weight: normal;
  font-size: 1.1em;
  color: #fff;
}

.inactivePos, .inactiveButton {
  background-color: #A9A9A9;
  /*background-image: url(/SiS/Content/Images/tr_back_grey.gif);
  background-repeat: repeat-x;*/
  width: 125px;
  font-weight: 600;
  text-align: center;
  float: left;
  padding: 8px 2px 8px 2px;
  margin: 4px 2px 4px 2px;
  color: #fff;
}

.activePos, .activeButton {
  background-color: #00569a;
  /*background-image: url(/SiS/Content/Images/tr_back.gif);
  background-repeat: repeat-x; */
  width: 125px;
  font-weight: 600;
  text-align: center;
  float: left;
  padding: 8px 2px 8px 2px;
  margin: 4px 2px 4px 2px;
  color: #fff;
}

.activeDGLButton {
  background-color: #e63a5f;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  width: 125px;
  font-weight: 600;
  text-align: center;
  float: left;
  padding: 8px 2px 8px 2px;
  margin: 4px 2px 4px 2px;
  color: #fff;
}

.activeKIButton {
  background-color: #00b132;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  width: 125px;
  font-weight: 600;
  text-align: center;
  float: left;
  padding: 8px 2px 8px 2px;
  margin: 4px 2px 4px 2px;
  color: #fff;
}

#contentContainer {
  padding: 85px 0 0 0;
  height: calc(100% - 1px);
  margin-bottom: 60px;
}

#inputFields {
  height: 40px;
  vertical-align: bottom;
}

#globalDigitBox, #searchDigitBox, #posInvDigitBox, #editPackageInvDigitBox, #searchCODigitBox, #searchMultipleDigitBox {
  margin: 0px;
  margin-left: 125px;
  margin-top: 55px;
  height: 448px;
}

#searchDigitBox, #posInvDigitBox, #editPackageInvDigitBox, #searchCODigitBox, #searchMultipleDigitBox {
  height: 300px;
  padding-bottom: 170px;
}

#globalCharacterBox, #searchCharacterBox, #posInvCharacterBox, #searchCOCharacterBox, #searchMultipleCharacterBox {
  margin: -200px auto;
  position: absolute;
  width: 100%;
}

#searchCharacterBox, #posInvCharacterBox, #searchCOCharacterBox, #searchMultipleCharacterBox {
  margin: -200px 0 0 -30px;
}

.spacer {
  content: " ";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 15px;
}

#globalDigitBox, #listDigitBox,
.dimensionDigitBox, #globalCharacterBox,
#searchDigitBox, #searchCharacterBox,
#searchMultipleDigitBox, #searchMultipleCharacterBox,
#searchCODigitBox, #searchCOCharacterBox,
#posInvDigitBox, #posInvCharacterBox,
#editPackageInvDigitBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#globalDigitBox td, #listDigitBox td,
.dimensionDigitBox td, #globalCharacterBox td,
#searchDigitBox td, #searchCharacterBox td,
#searchMultipleDigitBox td, #searchMultipleCharacterBox td,
#searchCODigitBox td, #searchCOCharacterBox td,
#posInvDigitBox td, #posInvCharacterBox td,
#editPackageInvDigitBox td {
  width: 90px;
  height: 60px;
  /*background-image: url(/SiS/Content/Images/buttonBG.gif);
  background-repeat: no-repeat;
  background-position: center;*/
  background: #a9a9a9;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  font-size: 1.3em;
  /*color: #222;*/
  color: #FFF;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#globalDigitBox td[id*=_del], #listDigitBox td[id*=_del],
.dimensionDigitBox td[id*=_del], #globalCharacterBox td[id*=_del],
#searchDigitBox td[id*=_del], #searchCharacterBox td[id*=_del],
#searchMultipleDigitBox td[id*=_del], #searchMultipleCharacterBox td[id*=_del],
#searchCODigitBox td[id*=_del], #searchCOCharacterBox td[id*=_del],
#posInvDigitBox td[id*=_del], #posInvCharacterBox td[id*=_del],
#editPackageInvDigitBox td[id*=_del] {
  background-color: #d55b5b;
  -webkit-transition: background 0s;
  transition: background 0s;
}
@media (hover: hover) {
  #globalDigitBox td:hover, #listDigitBox td:hover,
.dimensionDigitBox td:hover, #globalCharacterBox td:hover,
#searchDigitBox td:hover, #searchCharacterBox td:hover,
#searchMultipleDigitBox td:hover, #searchMultipleCharacterBox td:hover,
#searchCODigitBox td:hover, #searchCOCharacterBox td:hover,
#posInvDigitBox td:hover, #posInvCharacterBox td:hover,
#editPackageInvDigitBox td:hover {
    background: #959595;
    -webkit-transition: background 0s;
    transition: background 0s;
  }
}
#globalDigitBox td:active, #listDigitBox td:active,
.dimensionDigitBox td:active, #globalCharacterBox td:active,
#searchDigitBox td:active, #searchCharacterBox td:active,
#searchMultipleDigitBox td:active, #searchMultipleCharacterBox td:active,
#searchCODigitBox td:active, #searchCOCharacterBox td:active,
#posInvDigitBox td:active, #posInvCharacterBox td:active,
#editPackageInvDigitBox td:active {
  background: #838383;
  -webkit-transition: background 0s;
  transition: background 0s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#globalCharacterBox tr:nth-of-type(1) td,
#searchCharacterBox tr:nth-of-type(1) td,
#searchMultipleCharacterBox tr:nth-of-type(1) td,
#searchCOCharacterBox tr:nth-of-type(1) td,
#posInvCharacterBox tr:nth-of-type(1) td {
  position: relative;
  left: 2px;
}
#globalCharacterBox tr:nth-of-type(2) td,
#searchCharacterBox tr:nth-of-type(2) td,
#searchMultipleCharacterBox tr:nth-of-type(2) td,
#searchCOCharacterBox tr:nth-of-type(2) td,
#posInvCharacterBox tr:nth-of-type(2) td {
  position: relative;
  left: 22px;
}
#globalCharacterBox tr:nth-of-type(3) td,
#searchCharacterBox tr:nth-of-type(3) td,
#searchMultipleCharacterBox tr:nth-of-type(3) td,
#searchCOCharacterBox tr:nth-of-type(3) td,
#posInvCharacterBox tr:nth-of-type(3) td {
  position: relative;
  left: 44px;
}

.hallway-view-container {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.hallway-view-container.vertikal, .hallway-view-container.vertikal-reversed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  margin-left: 4px;
  width: auto;
  min-height: 400px;
}
.hallway-view-container.horizontal, .hallway-view-container.horizontal-reversed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 935px;
}
.hallway-view-container .hallway-container .vertikal,
.hallway-view-container .hallway-container .vertikal-reversed,
.hallway-view-container .hallway-rack-container .vertikal,
.hallway-view-container .hallway-rack-container .vertikal-reversed {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8em;
  font-family: arial;
  color: #00569a;
  position: relative;
}
.hallway-view-container .hallway-container .horizontal,
.hallway-view-container .hallway-container .horizontal-reversed,
.hallway-view-container .hallway-rack-container .horizontal,
.hallway-view-container .hallway-rack-container .horizontal-reversed {
  height: 60px;
  line-height: 60px;
  /*width: 920px;*/
  border: 1px solid #aaa;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.9em;
  font-family: arial;
  color: #00569a;
  position: relative;
}
.hallway-view-container .hallway-container {
  position: relative;
}
.hallway-view-container .hallway-container.horizontal .hallway-note, .hallway-view-container .hallway-container.horizontal-reversed .hallway-note {
  position: absolute;
  height: 15px;
  top: -5px;
  left: 0;
  width: 99.8%;
  background: rgba(234, 234, 234, 0.9294117647);
  z-index: 100;
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 0.2px;
  font-weight: bold;
  border: 1px dashed rgba(200, 0, 0, 0.368627451);
  line-height: 13px;
}
.hallway-view-container .hallway-container.horizontal .hallway-note.reverse, .hallway-view-container .hallway-container.horizontal-reversed .hallway-note.reverse {
  top: unset;
  bottom: -5px;
}
.hallway-view-container .hallway-container.horizontal .hallway-activepackage-note, .hallway-view-container .hallway-container.horizontal-reversed .hallway-activepackage-note {
  display: inline;
  font-size: 0.75em;
  font-style: italic;
}
.hallway-view-container .hallway-container.vertikal, .hallway-view-container .hallway-container.vertikal-reversed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  overflow-wrap: break-word;
}
.hallway-view-container .hallway-container.vertikal .hallway-note, .hallway-view-container .hallway-container.vertikal-reversed .hallway-note {
  position: absolute;
  height: 99.5%;
  top: 0;
  right: -10px;
  width: 15px;
  background: rgba(234, 234, 234, 0.9294117647);
  z-index: 100;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 1em;
  letter-spacing: 0.8px;
  font-weight: bold;
  border: 1px dashed rgba(200, 0, 0, 0.368627451);
}
.hallway-view-container .hallway-container.vertikal .hallway-note.reverse, .hallway-view-container .hallway-container.vertikal-reversed .hallway-note.reverse {
  right: unset;
  left: -10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hallway-view-container .hallway-container.vertikal > a, .hallway-view-container .hallway-container.vertikal-reversed > a {
  height: 100%;
}
.hallway-view-container .hallway-container.vertikal > a div, .hallway-view-container .hallway-container.vertikal-reversed > a div {
  width: 100%;
}
.hallway-view-container .hallway-container.vertikal .hallway-activepackage-note, .hallway-view-container .hallway-container.vertikal-reversed .hallway-activepackage-note {
  display: inline;
  font-size: 0.65em;
  font-style: italic;
  letter-spacing: 0.4px;
}
.hallway-view-container .hallway-container.horizontal::before {
  content: ">>";
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.horizontal::after {
  content: ">>";
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.horizontal-reversed::before {
  content: "<<";
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.horizontal-reversed::after {
  content: "<<";
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.vertikal::before {
  content: ">>";
  position: absolute;
  top: -33px;
  left: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.vertikal::after {
  content: ">>";
  position: absolute;
  bottom: -33px;
  left: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.vertikal-reversed::before {
  content: "<<";
  position: absolute;
  top: -33px;
  left: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-container.vertikal-reversed::after {
  content: "<<";
  position: absolute;
  bottom: -33px;
  left: 50%;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  transform: translateX(-50%) scaleX(2) rotateZ(90deg);
  color: #939393;
  z-index: -1;
  display: none;
}
.hallway-view-container .hallway-rack-container.vertikal, .hallway-view-container .hallway-rack-container.vertikal-reversed, .hallway-view-container .hallway-rack-container.horizontal, .hallway-view-container .hallway-rack-container.horizontal-reversed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 1px -4px 6px rgba(55, 55, 55, 0.55);
  box-shadow: 1px -4px 6px rgba(55, 55, 55, 0.55);
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.hallway-view-container .hallway-rack-container.vertikal div.vertikal > div,
.hallway-view-container .hallway-rack-container.vertikal div.vertikal-reversed > div, .hallway-view-container .hallway-rack-container.vertikal-reversed div.vertikal > div,
.hallway-view-container .hallway-rack-container.vertikal-reversed div.vertikal-reversed > div {
  width: 100%;
}
.hallway-view-container .hallway-rack-container.vertikal .dynamic-dimension-string, .hallway-view-container .hallway-rack-container.vertikal-reversed .dynamic-dimension-string {
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0.35px;
  width: 100%;
}
.hallway-view-container .hallway-rack-container.horizontal .dynamic-dimension-string, .hallway-view-container .hallway-rack-container.horizontal-reversed .dynamic-dimension-string {
  font-size: 0.57em;
  font-weight: bold;
  letter-spacing: -0.69px;
  width: 100%;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  margin-top: -5px;
}
.hallway-view-container .hallway-rack-container.horizontal .dynamic-dimension-string > svg, .hallway-view-container .hallway-rack-container.horizontal-reversed .dynamic-dimension-string > svg {
  text-align: center;
  max-width: 104px;
  min-width: 45px;
}
.hallway-view-container .hallway-rack-container.horizontal .dynamic-dimension-string > svg > text, .hallway-view-container .hallway-rack-container.horizontal-reversed .dynamic-dimension-string > svg > text {
  text-anchor: middle;
}
.hallway-view-container .hallway-rack-container.vertikal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hallway-view-container .hallway-rack-container.vertikal-reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.hallway-view-container .hallway-rack-container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hallway-view-container .hallway-rack-container.horizontal-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#parameterInfoBackground {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#parameterInfo {
  display: none;
  position: fixed;
  z-index: 200;
  top: 60px;
  margin: 0 30px 0 30px;
  padding: 10px 35px 25px 35px;
  width: 840px;
  height: 648px;
  background-color: #fff;
}

#parameterInfoContentBox {
  width: 825px;
  height: 640px;
  margin: 10px auto;
  overflow: auto;
}

#parameterInfoContent h3 {
  margin-bottom: 15px;
}

.dimMatrix {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #00569a;
  /*background-image: url(/SiS/Content/Images/tr_back.gif);
  background-repeat: repeat-x; */
  height: 40px;
}

.dimMatrixDGL {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e63a5f;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  height: 40px;
}

.dimMatrixKI {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #00b132;
  /*background-image: url(/SiS/Content/Images/tr_back_red.gif);
  background-repeat: repeat-x; */
  height: 40px;
}

.dimInactiveMatrix {
  background-color: #cdcdcd;
  height: 40px;
}

#headline {
  font-size: 1.4em;
  font-weight: 600;
  padding: 25px 0 0 0;
  position: absolute;
}

#activeRemember, #inactiveRemember {
  position: absolute;
  margin: 10px 0 0 780px;
  cursor: pointer;
}

#addSHButton, #addSWButton, #addListButton, #showInlineCalc {
  position: absolute;
  margin: 0 0 0 780px;
  cursor: pointer;
}

#showInlineCalc {
  margin: -36px 0 0 780px;
}

#packageListButton {
  position: absolute;
  margin: 0 0 0 780px;
  cursor: pointer;
}

#changeTimberType {
  position: absolute;
  margin: 10px 0 0 630px;
  cursor: pointer;
}

#goBackButton {
  position: absolute;
  margin: -25px 0 0 480px;
  cursor: pointer;
}

#inputFields td {
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: 600;
  width: 80px;
  vertical-align: bottom;
}

.activeInput {
  border-bottom: 2px solid #000;
}

#startView {
  margin: 10px auto;
}

#startView table {
  margin: 40px auto;
}

#startView td {
  padding: 24px;
  margin: 8px 16px 8px 16px;
}

#list td {
  padding: 12px;
  margin: 8px 16px 8px 16px;
}

/* TROCKENKAMMER */
.dryerPackage {
  font-size: 0.85em;
}

.dryerRow td {
  height: 35px;
  padding: 0;
  border: 1px solid #dedede;
}

.dryerRow tr {
  padding: 0;
  margin: 0;
}

/* LKW */
.leftSide div, .rightSide div {
  position: absolute;
}

.loadingPackage table {
  width: 140px;
  font-size: 1em;
  text-align: center;
}

.leftSide, .rightSide {
  height: 534px;
  width: 960px;
  padding: 0;
  border: 1px solid #dedede;
}

#lkwContent hr {
  margin: 15px 0 15px 0;
  border: 2px solid black;
}

#leftSideInfo, #rightSideInfo {
  text-align: right;
  font-size: 0.9em;
  padding: 0 2px 2px 0;
}

.sideError {
  color: #e91616;
  font-weight: 600;
  padding: 0 5px 0 5px;
}

.trEvenLKW td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 4px 10px 4px;
}

.trOddLKW td {
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 4px 10px 4px;
}

.trLoadedLKW td {
  background-color: #bae35f;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 4px 10px 4px;
}

.markLKWAsFinished, .markLKWAsFinished input {
  text-decoration: line-through;
  color: #cdcdcd;
}

.small {
  font-size: 0.8em;
}

.activeInputBox {
  background-color: #fde3ae;
}

.higlightPackInfo {
  font-size: 1.1em;
  font-weight: 600;
  color: #00569a;
  float: right;
  padding: 0 8px 0 0;
}

.overlayBox {
  width: 520px;
  padding: 16px 24px;
  margin: -25px 0 25px 25px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(170, 170, 170, 0.93);
  box-shadow: 2px 2px 2px 0 rgba(170, 170, 170, 0.93);
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  font-size: 0.95em;
}

/* CSSLOADER ANIMATION
----------------------------------------------------------*/
#ajaxGraphics {
  position: fixed;
  margin: 20px 0 0 14px;
  display: none;
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #00569a;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fluffy-input {
  padding: 8px;
  border: none;
  background: #fcfcfc;
}

/* machine picker and checker */
.mp-info,
.mp-headline,
.mc-info,
.mc-headline {
  padding: auto 20px;
  width: 98%;
  text-align: center;
  color: #00569a;
}

.mp-info,
.mc-info {
  margin-bottom: 25px;
}

.mp-headline,
.mc-headline {
  font-size: 1.4em;
  font-weight: bold;
}

/* machine PICKER specific */
.mp-picker-container {
  width: 98%;
  padding: 25px 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.mp-tile {
  font-weight: bold;
  background-color: #A9A9A9;
  border-radius: 1px;
  color: #FFF;
  width: 120px;
  height: 100px;
  padding: 10px;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.mp-tile.picked {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #00569a;
}

/* machine CHECKER specific */
.mc-container {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-row-gap: 30px;
  grid-column-gap: 2px;
  min-width: 600px;
  margin: 40px auto;
}

.mc-grid-quest:nth-of-type(4n+3) {
  /*background: linear-gradient(to right, #dedede 95%, #fff);*/
}

.mc-grid-quest:nth-of-type(4n+5) {
  /*background: linear-gradient(to right, #efefef, #fff);*/
}

.mc-container > div {
  /*border: 1px solid #00569a;*/
}

.mc-container > div:not(.mc-grid-val) {
  padding: 12px 32px 12px 2px;
}

.mc-grid-header {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #00569a;
  color: #fff;
}

.mc-grid-comment {
  grid-column-end: span 2;
  margin-top: 20px;
}

.mc-grid-comment > textarea {
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

.mc-grid-quest {
  position: relative;
}

.mc-grid-quest.done {
  /*background-color: #d4d4d4;*/
  /*filter: opacity(.6);*/
}

.q-done {
  display: none;
  font-size: 5em;
  position: absolute;
  top: -10px;
  right: 10%;
  opacity: 0.1;
}

.quest-name {
  font-weight: bold;
}

.quest-dsc {
  font-size: 0.9em;
}

.val-unit {
  font-weight: bold;
}

.mc-grid-btn {
  font-weight: bold;
  /*background-color: #00569a;*/
  background-color: #A9A9A9;
  color: #FFF;
  width: 48.5%;
  height: 100%;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

@media (hover: hover) {
  .mc-grid-btn:hover {
    background-color: #2a7fc2;
  }
}
.mc-grid-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mc-grid-btn.na {
  /*filter: grayscale(100%);*/
}

.mc-grid-btn.picked {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #00569a;
}

.y.picked {
  background-color: #26b400;
}

.n.picked {
  background-color: #e40000;
}

.mc-grid-val > input {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  font-size: 2em;
  height: 100%;
  max-height: 60px;
  text-align: center;
}

.mc-grid-val .mc-val-unit {
  font-size: 1.6em;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 40%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid-container {
  display: grid;
  margin: 20px auto 40px;
  grid-template-rows: 40px auto;
  grid-column-gap: 2px;
  grid-row-gap: 6px;
}

.grid-container.grid1 {
  grid-template-columns: auto auto auto 60px 80px 140px 70px;
}

.grid-container.grid2 {
  grid-template-columns: auto auto 60px 140px 70px;
}

.grid-container.grid3 {
  grid-template-columns: auto 80px 130px 70px;
}

.grid-container.grid4 {
  grid-template-columns: 160px auto auto 140px auto;
}

.grid-container.grid5 {
  grid-template-columns: minmax(300px, auto) minmax(250px, auto) minmax(50px, auto) 80px minmax(80px, auto);
}

.grid-container.log-grid {
  grid-template-columns: minmax(170px, auto) minmax(120px, auto) minmax(140px, auto) 100px minmax(120px, auto) 35px;
}

.grid-container.shift-grid {
  grid-template-columns: auto auto auto auto auto auto 70px minmax(120px, auto);
}

.grid-container.activestacker-grid {
  grid-template-columns: minmax(300px, auto) minmax(80px, auto) minmax(300px, auto);
}

.grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: -6px;
  background: rgba(0, 67, 120, 0.85);
  padding: 2px;
  color: #FFF;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  word-break: break-all;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-header#orderby-date-head, .grid-header#orderby-shift-head, .grid-header#orderby-user-head, .grid-header#orderby-mach-head {
  cursor: pointer;
}
.grid-header.light {
  background: rgba(0, 67, 120, 0.6);
}

.grid-header.secondrow {
  top: 35px;
  z-index: 15;
}

.log-order-marker {
  display: none;
  margin-left: 8px;
  font-weight: bold;
  font-size: 1.05em;
  color: #EEE;
}

.log-order-marker.reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.grid-content,
.grid-content:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  position: relative;
  padding: 1px 6px;
  background-color: #f5f5f5;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
}

.grid-content[onclick],
.grid-content [onclick] {
  cursor: pointer;
}

.grid-content.bc {
  background: #eee;
}
.grid-content.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-content.centr {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

.grid-content > input,
.grid-content > select,
.grid-content > etc {
  width: 99%;
  height: 26px;
  padding-left: 5px;
}

.grid-content > select {
  height: 30px;
}

.inf.width {
  width: 40px;
}

.opt.width {
  width: 144px;
  margin-left: -86px;
}

.content-disabled {
  color: rgba(219, 219, 219, 0.85);
}

@media (hover: hover) {
  .content-disabled[onclick]:hover {
    background: inherit !important;
  }
}
.small-bttn {
  padding: 4px 6px;
}

@media (hover: hover) {
  .small-bttn:hover {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background: #ddcfcf;
  }
}
.bttn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bttn.bttn-small {
  padding: 5px;
  min-width: unset;
  width: 33px;
  background: #898989;
  color: #fff;
  height: 13px;
  cursor: pointer;
}

@media (hover: hover) {
  .bttn.bttn-small:hover {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background: #00569a;
  }
}
.editButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.editButton > .y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.editButton > .machine-edit.span {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  height: 100%;
}

@media (hover: hover) {
  .editButton > .machine-edit.span:hover {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background: #ddcfcf;
  }
}
.grid-fold {
  display: none;
  grid-column-start: 1;
  grid-column-end: span auto;
  background: #eee;
  margin-top: -6px;
  padding: 10px;
  border-left: 0.5px solid #eee;
  border-bottom: 0.5px solid #eee;
  border-right: 0.5px solid #eee;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
}

.grid-container .c2 {
  grid-column-end: span 2;
}

.grid-container .c3 {
  grid-column-end: span 3;
}

.grid-container .c4 {
  grid-column-end: span 4;
}

.grid-container .c5 {
  grid-column-end: span 5;
}

.grid-container .c6 {
  grid-column-end: span 6;
}

.grid-container .c7 {
  grid-column-end: span 7;
}

.grid-container .c8 {
  grid-column-end: span 8;
}

.grid-content.new > * {
  display: none;
}

.grid-content.angle {
  position: relative;
  background: #edf1f5;
  color: rgba(68, 68, 68, 0.1);
  font-size: 1.4em;
}

.grid-content.nfo {
  background: #edf1f5;
}

.grid-container .align-below {
  margin-top: -5px;
}

.grid-content.angle::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 6px;
  background: #edf1f5;
}

.grid-stressed {
  background: #f8faff;
}

.stressed-light {
  border-right: 2px solid red;
}

.machine-edit.n {
  display: none;
}

.rotate-angle {
  -webkit-animation-name: rotate360;
  animation-name: rotate360;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-angle.reverse {
  -webkit-animation-name: rotate180;
  animation-name: rotate180;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fold-label {
  display: none;
  font-style: italic;
  margin-left: 15px;
}

.fold-angle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}
.fold-angle-container.centr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: unset;
}

.font-stressed {
  font-style: italic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 15px;
}

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10px;
}

@-webkit-keyframes rotate180 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotate180 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: ease-in-out transform 0.75s;
  transition: ease-in-out transform 0.75s;
}

@media (hover: hover) {
  .grid-content[onclick]:hover {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background: #97b5cc;
  }
}
.grid-content.addline {
  background: #f5f5f5;
}

.grid-content.new {
  background: #eee;
  height: 30px;
}

/* ribbons */
.corner-ribbon {
  width: 200px;
  background: #00569a;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0.8;
  font-weight: bolder;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000;
}
.corner-ribbon .ribbon-label {
  font-size: 1.1em;
}
.corner-ribbon .ribbon-label > span {
  font-size: 0.39em;
}
.corner-ribbon .ribbon-head {
  position: absolute;
  top: -15px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 0.6em;
  letter-spacing: 1px;
}
.corner-ribbon a, .corner-ribbon a:visited, .corner-ribbon a:focus, .corner-ribbon a:active {
  cursor: default;
  color: #f0f0f0;
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* toast */
#toast,
.hint {
  font-size: 1.2em;
  text-align: center;
}

#toast {
  position: fixed;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px 50px;
  background-color: rgba(150, 150, 150, 0.9);
  color: #fff;
  -webkit-filter: drop-shadow(0 5px 2px rgba(12, 12, 12, 0.1));
  filter: drop-shadow(0 5px 2px rgba(12, 12, 12, 0.1));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  z-index: 1011;
}

.hint {
  position: absolute;
  padding: 15px 50px;
  background-color: rgba(150, 150, 150, 0.9);
  color: #fff;
  -webkit-filter: drop-shadow(0 5px 2px rgba(12, 12, 12, 0.2));
  filter: drop-shadow(0 5px 2px rgba(12, 12, 12, 0.2));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
}

.triangle {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: -1;
  width: 0;
  height: 0;
  border-bottom: 10px solid rgba(150, 150, 150, 0.9);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#machineContainer {
  margin: 30px auto;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
}

.tab-list .tab {
  height: 30px;
  color: rgba(245, 245, 245, 0.87);
  background: rgba(186, 186, 186, 0.66);
  min-width: 100px;
  padding: 5px 20px;
  margin: 3px 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.tab-list .tab[onclick],
.tab-list .tab[onclick]:focus {
  color: #fff;
  background: #A9A9A9;
}

@media (hover: hover) {
  .tab-list .tab[onclick]:hover {
    background: #00569a;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    cursor: pointer;
  }
}
.tab-list .tab[onclick]:active {
  background: #2684ce;
}

.tab-list .tab.active {
  background: #00569a;
}

.response-message {
  color: #013157;
  margin: 20px auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.code-red {
  color: #ce0404;
}

.font-bolden {
  font-weight: bold;
}

/* new ajax spinner */
#defaultLoadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1010;
  text-align: center;
  color: #fff;
}

#defaultLoadingOverlay > div {
  background-color: #005597;
  width: 200px;
  height: 100px;
  margin: 300px auto;
  padding: 30px 0 0;
}

#defaultLoadingOverlay .spinner div {
  background-color: #fff;
}

#defaultLoadingOverlay span {
  display: inline-block;
  font-size: 14pt;
  margin-top: 10px;
}

/* buttons */
.bttn a, .bttn a:visited, .bttn a:link {
  color: #fff;
  text-decoration: none;
}

.bttn,
.bttn:focus,
.bttn-close,
.bttn-close:focus {
  background-color: #A9A9A9;
  color: #fff;
  border: solid #A9A9A9 1px;
}

.bttn-inv,
.bttn-inv:focus {
  background-color: #fff;
  border: solid #00569a 1px;
  color: #00569a;
}

.bttn,
.bttn-inv,
.bttn-close {
  height: 25px;
  font-size: 1em;
  min-width: 100px;
  text-align: center;
  position: relative;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.bttn:before,
.bttn-inv:before,
.bttn:after,
.bttn-inv:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-box-shadow: 100px/10px;
  border-radius: 100px/10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.bttn:after,
.bttn-inv:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.bttn:active:before,
.bttn-inv:active:before,
.bttn:active:after,
.bttn-inv:active:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bttn.selected {
  background-color: #00569a;
}

.bttn.dead,
.bttn-close.dead {
  visibility: hidden;
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #ccc;
  cursor: not-allowed;
}

.bttn.dead::before {
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bttn.dead:hover {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}

.form-bttn,
.form-bttn:active,
input[type=submit].form-bttn,
input[type=submit].form-bttn:active {
  color: #fff;
  background: #A9A9A9;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 1em;
  text-align: center;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (hover: hover) {
  .bttn:hover,
.bttn-close:hover {
    background-color: #2a7fc2;
    border-color: #2a7fc2;
  }
  .bttn-inv:hover {
    background-color: #00569a;
    color: #fff;
  }
  .bttn:hover,
.bttn-close:hover,
.bttn-inv:hover {
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
}
.loginTBL > tbody > tr > td {
  padding-top: 10px;
}

.TBL-label {
  padding-right: 15px;
}

.modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-title-text {
  font-weight: bold;
  height: 100%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 70%;
}

.modal-title-head {
  background: #00569a;
  width: 100%;
  height: 36px;
  color: #fff;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-close-bttn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  font-size: 0.95em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

@media (hover: hover) {
  .modal-close-bttn:hover {
    background: #ee4646;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    cursor: initial;
  }
}
.simple-modal {
  padding-top: 30px !important;
}

.simple-modal > .modal-title-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.simple-modal > .modal-title-head > .modal-close-bttn {
  cursor: pointer;
}

.modal-container > .modal {
  position: absolute;
  background: #fff;
  border: 0.1px solid rgba(0, 86, 154, 0.25);
  min-width: 600px;
  min-height: unset;
  max-width: 90%;
  max-height: unset;
  z-index: 100;
  cursor: initial;
}

.modal-container > .modal > .modal-inner {
  position: relative;
  height: 100%;
  min-height: 300px;
  margin: 0;
  padding: 10px;
}

.modal-content.folded {
  display: none;
  padding: 10px 5px;
  margin-bottom: 5px;
  background: #fff;
}

.modal-content-folding {
  padding: 5px;
  color: #000;
  background: #fff;
  margin-top: 10px;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(51, 51, 51, 0.1));
  filter: drop-shadow(0px 5px 5px rgba(51, 51, 51, 0.1));
  z-index: 5;
}

.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-buttons > .bttn {
  display: inline-block;
  margin-top: 35px;
  font-size: 0.9em;
  height: 18px;
  padding: 8px 14px;
}

#modal-spinner {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dead-info {
  color: #999;
  font-size: 0.85em;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 5px 8px;
}

.modal-check-answers {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 5px;
  margin: 5px 20px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 80%;
}

@media (hover: hover) {
  .bttn.red:hover {
    border-color: #ed6565;
    background: #ed6565;
  }
}
@media (hover: none) {
  .bttn.red {
    border-color: #ed6565;
    background: #ed6565;
  }
}
.modal-buttons > .bttn::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-buttons > .bttn::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.folding-head > .fa-angle-up {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 1.2em;
}

.folding-head.active > .fa-angle-up {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.checklist-modal-entry {
  display: grid;
  grid-template-columns: auto auto 100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-column-width: 200px;
  column-width: 200px;
}

.checklist-modal-entry input[type=number] {
  text-align: center;
}

.checklist-modal-entry > div {
  padding: 0.5px 5px;
  background: rgba(249, 249, 249, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
}

.column-breaker {
  /*column-width: 200px;
  max-width: 600px;*/
  /*margin: 0 auto;
  column-gap: 10px;
  break-inside: ;*/
}

@media (hover: hover) {
  .modal-inner > .fa-times:hover {
    background: rgb(0, 86, 154);
    cursor: pointer;
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/* OnScreenKeyboard */
.onScreenKeysDiv {
  position: fixed;
  width: 100%;
  height: 35%;
  max-height: 40%;
  bottom: 0;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  overflow-y: hidden;
  background-color: #EEE;
  border-top: 1px solid #00569a;
  z-index: 1111;
}
.onScreenKeysDiv.expanded {
  width: 760px;
}
.onScreenKeysDiv .keysDiv {
  margin: 2% auto;
  width: 45%;
  height: 90%;
  text-align: center;
}
.onScreenKeysDiv .keysDiv .keyDiv.expKey {
  display: none;
}
.onScreenKeysDiv .keysDiv.expanded .keyDiv {
  width: 20%;
}
.onScreenKeysDiv .keysDiv.expanded .keyDiv.expKey {
  display: inline-block;
}
.onScreenKeysDiv .keysDiv .hiddenKey {
  opacity: 0;
}
.onScreenKeysDiv.closed {
  max-height: 0;
}
.onScreenKeysDiv .keyDiv {
  float: left;
  cursor: pointer;
  display: inline-block;
  width: 33%;
  height: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00569a;
  color: #FFF;
  font-size: 20pt;
  padding-top: 10px;
  border: 2px solid #FFF;
}

.borderless,
.borderless th,
.borderless td {
  border: none;
}

.additional-datarow-trigger,
.additional-datarow-trigger:focus,
#new-stacker-table-trigger,
#new-stacker-table-trigger:focus {
  cursor: pointer;
  -webkit-transition: background 1.5s;
  transition: background 1.5s;
  -webkit-transition: border-radius 1s;
  transition: border-radius 1s;
}
@media (hover: hover) {
  .additional-datarow-trigger:hover,
.additional-datarow-trigger:focus:hover,
#new-stacker-table-trigger:hover,
#new-stacker-table-trigger:focus:hover {
    background: rgba(51, 51, 51, 0.16);
    border-radius: 2px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
}
.additional-datarow-trigger:active,
.additional-datarow-trigger:focus:active,
#new-stacker-table-trigger:active,
#new-stacker-table-trigger:focus:active {
  background: rgba(51, 51, 51, 0.39);
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.single-centered-bttn-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#load-more-bttn {
  width: 100px;
  max-height: 40px;
}

.mod-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#mod-data-bttn-toggle:before {
  content: "Pakete ändern";
}
#mod-data-bttn-toggle.active:before {
  content: "abbrechen";
}

.mod-data-cell .hidden {
  display: none;
}
.mod-data-cell.field #change-order-num {
  margin-left: 25px;
}
.mod-data-cell.field input {
  height: 35px;
  padding: 2px 8px;
  font-size: 1.5em;
}
.mod-data-cell input[type=checkbox] {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.search-message-container {
  font-weight: bold;
  color: #380000;
}

.free-search-container {
  padding: 10px 30px;
  border: 0.5px solid #333;
  margin: 20px auto 5px;
}
.free-search-container .block {
  border-bottom: 0.5px dashed #777;
  border-top: 0.5px dashed #777;
  padding: 15px;
}
.free-search-container .block .block-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.free-search-container .head {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
}
.free-search-container .justified {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}

.log-search-container {
  padding: 10px 1px;
  width: 99%;
}
.log-search-container .container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.log-search-container .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.log-search-container .block-item > *:not(input) {
  padding: 5px 5px 2px 15px;
}

.bttn-submit {
  padding: 5px;
}

.mod-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#mod-data-bttn-toggle:before {
  content: "Pakete ändern";
}
#mod-data-bttn-toggle.active:before {
  content: "abbrechen";
}

.mod-data-cell .hidden {
  display: none;
}
.mod-data-cell.field #change-order-num {
  margin-left: 25px;
}
.mod-data-cell.field input {
  height: 35px;
  padding: 2px 8px;
  font-size: 1.5em;
}
.mod-data-cell input[type=checkbox] {
  -webkit-transform: scale(2);
  transform: scale(2);
}

#sisTypeSelector {
  width: 50%;
  min-width: 400px;
  margin-top: 100px;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sisTypeSelector select {
  width: 40%;
  min-width: 160px;
  padding: 5px;
  margin-right: 0.5px;
}
#sisTypeSelector .sisTypeSelLabel {
  font-size: 1.1em;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sisTypeSelector .sisTypeSelInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.directTakeButtonContainer {
  width: 120px;
  margin: 25px;
  margin-top: 60px;
}

/* Traffic lights */
.protector {
  background: transparent;
  width: 60px;
  height: 0;
  position: absolute;
  top: 6px;
  left: -12px;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  border-top: solid 30px #111;
  border-radius: 3px;
  z-index: -1;
}

.protector:nth-child(2) {
  top: 46px;
}

.protector:nth-child(3) {
  top: 86px;
}

#lkw-trafficlight-label {
  position: absolute;
  top: -15px;
  right: 115px;
  padding: 4px 10px;
  color: #fff;
  background: #000;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#lkw-trafficlight-power,
#lkw-trafficlight-power:focus {
  position: absolute;
  top: 20px;
  right: 160px;
  padding: 10px 12px;
  color: #fff;
  background: #bd0000;
  border-radius: 50px;
  border: 2px solid #DDD;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (hover: hover) {
  #lkw-trafficlight-power:hover,
#lkw-trafficlight-power:focus:hover {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 0.95;
  }
}
#lkw-trafficlight-power:active,
#lkw-trafficlight-power:focus:active {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(4px) scaleY(0.95);
  transform: translateY(4px) scaleY(0.95);
}
#lkw-trafficlight-power.off,
#lkw-trafficlight-power:focus.off {
  background: #68ff00;
}

#lkw-trafficlight-error {
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 35px;
  padding: 10px 40px;
  background: rgba(255, 0, 0, 0.75);
  font-weight: bold;
  color: #fff;
  display: none;
}

#lkw-trafficlight-error.show {
  display: block;
}

.trafficlight {
  background: #222;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, transparent), color-stop(2%, #111), color-stop(3%, transparent), color-stop(30%, #111));
  background-image: linear-gradient(transparent 2%, #111 2%, transparent 3%, #111 30%);
  width: 55px;
  height: 90px;
  border-radius: 10px;
  border: solid 5px #333;
  position: absolute;
  top: -25px;
  right: 50px;
  cursor: pointer;
}

.trafficlight.off {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.8;
}

.trafficlight:before {
  background: #222;
  background-image: radial-gradient(#444, #000);
  content: "";
  width: 55px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  margin-left: 0px;
  border-radius: 50%;
  z-index: -1;
}

.trafficlight .red {
  background: #ff3838;
  background-image: radial-gradient(#d40000, transparent);
  background-size: 5px 5px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 11px;
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px #ff3838;
  box-shadow: 0 0 20px #111 inset, 0 0 10px #ff3838;
}

.trafficlight .red.off,
.trafficlight .green.off {
  background: #555;
  background-image: radial-gradient(#333, transparent);
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px #333;
  box-shadow: 0 0 20px #111 inset, 0 0 10px #333;
}

.trafficlight .green {
  background: #00a700;
  background-image: radial-gradient(lime, transparent);
  background-size: 5px 5px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  top: 48px;
  left: 11px;
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px lime;
  box-shadow: 0 0 20px #111 inset, 0 0 10px lime;
}

#trafficLightSpinner {
  position: absolute;
  top: -15px;
  right: 50px;
  z-index: 110;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

@media all and (max-width: 995px) {
  #lkw-trafficlight-label {
    display: none;
  }
  #lkw-trafficlight-power {
    right: 250px;
    top: 0px;
    font-size: 1.5em;
  }
  .trafficlight:before {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: -12px;
    left: 20px;
  }
  .trafficlight {
    top: -15px;
    height: 60px;
    width: 140px;
  }
  .trafficlight .red {
    top: 5px;
    left: 12px;
    width: 50px;
    height: 50px;
  }
  .trafficlight .green {
    top: 5px;
    left: 78px;
    width: 50px;
    height: 50px;
  }
  .protector {
    width: 155px;
    height: 0;
    top: 5px;
    left: -20px;
    border-right: solid 12px transparent;
    border-left: solid 12px transparent;
    border-top: solid 42px #111;
    border-radius: 5px;
  }
  .protector:nth-child(2) {
    display: none;
  }
  .protector:nth-child(3) {
    display: none;
  }
  #trafficLightSpinner {
    right: 100px;
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00569a;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scrollTopBttn,
.scrollTopBttn:focus {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(82, 82, 82, 0.75));
  -webkit-transform: scaleY(0.95) translateX(-50%);
  -webkit-transition: all 0.75s;
  align-items: center;
  background: rgba(169, 169, 169, 0.7);
  border-radius: 30px;
  bottom: 5%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  filter: drop-shadow(0px 4px 4px rgba(82, 82, 82, 0.75));
  flex-direction: row;
  font-size: 2em;
  height: 48px;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: scaleY(0.95) translateX(-50%);
  transition: all 0.75s;
  width: 48px;
  z-index: 500;
}
.scrollTopBttn:active,
.scrollTopBttn:focus:active {
  -webkit-filter: drop-shadow(0px 2px 1px rgba(82, 82, 82, 0.75));
  -webkit-transform: translateY(4px) translateX(-50%) scaleY(0.95);
  -webkit-transition: all 0.25s;
  filter: drop-shadow(0px 2px 1px rgba(82, 82, 82, 0.75));
  transform: translateY(4px) translateX(-50%) scaleY(0.95);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (hover: hover) {
  .scrollTopBttn:hover,
.scrollTopBttn:focus:hover {
    -webkit-transition: opacity 0.9s;
    opacity: 0.8;
    transition: opacity 0.9s;
  }
}
.scrollTopBttn.gone,
.scrollTopBttn:focus.gone {
  -webkit-transition: all 0.7s;
  bottom: -100px;
  transition: all 0.7s;
}

.customerSearchFilterGroup ul {
  list-style-type: none;
}
.customerSearchFilterGroup ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
  font-size: 20px;
}
.customerSearchFilterGroup ul li label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customerSearchFilterGroup ul input[type=checkbox] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#machinelog-search-negative {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.tourRow.suppressed:not(.unsuppressed) {
  display: none;
}

.checkbox-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 5px 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-flexbox > input[type=checkbox] {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  border: 0.5px solid #333;
}
.checkbox-flexbox > label {
  margin-left: 12px;
  margin-top: -1px;
}

.last-action-info-package {
  margin: 60px 0 50px 5px !important;
  font-size: 1.2em !important;
  float: none !important;
}

.packages-creation-modifier-container {
  position: fixed;
  bottom: 50px;
  left: 25px;
}
.packages-creation-modifier-container .packages-amount-field,
.packages-creation-modifier-container .packages-hallway-field,
.packages-creation-modifier-container .packages-prop-field {
  background: rgba(66, 66, 66, 0.75);
  font-weight: bold;
  padding: 5px 10px 5px 20px;
  color: #fff;
}
.packages-creation-modifier-container .packages-amount-field > input,
.packages-creation-modifier-container .packages-hallway-field > input,
.packages-creation-modifier-container .packages-prop-field > input {
  width: 50px;
  height: 40px;
  font-size: 1.4em;
  margin: 5px 10px 5px 15px;
  padding: 1px 10px;
  font-weight: bolder;
}
.packages-creation-modifier-container .packages-amount-field > select,
.packages-creation-modifier-container .packages-hallway-field > select,
.packages-creation-modifier-container .packages-prop-field > select {
  height: 40px;
  font-size: 1em;
  margin: 5px 10px 5px 15px;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: -1px;
}

.gt-import-input {
  height: 40px;
  width: 70px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.gt-import-lkwinfo {
  font-size: 1.85em;
}

.gtsis-packnum-field {
  font-size: 1.6em;
}

.inv-undelete-button {
  background-color: #a9a9a9;
  width: 125px;
  font-weight: 600;
  text-align: center;
  padding: 6px 14px;
  margin: 4px 2px 4px 8px;
  color: #fff;
  border: 0.3px solid rgba(51, 51, 51, 0.5333333333);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.6em;
}

.foldable-table {
  margin: 2px 2px 20px 1px;
}
.foldable-table .table-register {
  margin: 2px 2px 2px 8px;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.foldable-table .table-register:active {
  -webkit-transform: scale(0.975);
  transform: scale(0.975);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.foldable-table td[title] {
  cursor: help;
}
.foldable-table .table-fold {
  margin-top: 10px;
  display: none;
}
.foldable-table .table-fold table {
  margin-left: 5px;
  border-collapse: collapse;
}
.foldable-table .table-fold table th {
  width: auto;
  padding: 4px 10px;
}
.foldable-table .table-fold table th[title] {
  cursor: help;
}
.foldable-table .table-fold table tr td.stressed {
  font-weight: bold;
  padding: 2px 2px 2px 30px;
  background: #fffffc;
}
.foldable-table .table-fold table tr:nth-of-type(even) td.stressed {
  background: #e4e4e4;
}
.foldable-table .table-fold table tr:nth-of-type(even) td {
  background: #efedec;
}
.foldable-table .table-fold table td {
  font-family: monospace;
  text-align: right;
  font-size: 1.4em;
  padding: 2px 6px 2px 15px;
}
.foldable-table .table-fold table td.divided {
  border-top: 0.5px solid rgba(51, 51, 51, 0.7764705882);
}

.storage-package-marker {
  display: inline-block;
  background: #00c370;
  padding: 0px 5px;
  height: 19px;
  min-width: 10px;
  max-width: 45px;
  border-radius: 3px;
  color: #fff;
  margin: 0 0 2px 7px;
  font-weight: bold;
  font-size: 0.95em;
  letter-spacing: 2px;
  overflow: hidden;
  vertical-align: middle;
}

.dynamic-dimension-string {
  font-size: 0.48em;
  font-weight: bold;
  letter-spacing: 0.35px;
  width: 100%;
}
.dynamic-dimension-string > svg {
  text-align: center;
  max-width: 104px;
  min-width: 45px;
}
.dynamic-dimension-string > svg > text {
  text-anchor: middle;
}

.additional-packages-lkw-headline {
  margin: 10px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.additional-packages-lkw-headline > div:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.hallwaysection-badge {
  position: absolute;
  padding: 2px 5px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 0.6em;
  top: -8px;
  left: -5px;
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  opacity: 0.9;
  z-index: 110;
}