﻿@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;600;700;900&display=swap");
body {
  font-family: "Inconsolata", monospace;
}

.wf-completed {
  color: #496d49 !important;
  background-color: #d0f2c2 !important;
  background: #d0f2c2;
  opacity: 0.8;
}
.wf-completed:hover {
  opacity: 1;
}

dl.size-normal {
  font-size: 1.25rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content auto;
}
dl.size-normal dt {
  font-size: 1rem;
  font-weight: 700;
  grid-column-start: 1;
}
dl.size-normal dd {
  font-size: 1rem;
  font-weight: 500;
  grid-column-start: 2;
  margin-left: 5px;
}

/*LOADER*/
.loader_wrap {
  position: fixed;
  display: none;
  height: 100vh;
  width: 100%;
}

.loader {
  color: #efc679;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {
  font-size: 1.3rem;
  padding-top: 0.2rem;
  bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 2.75rem;
  margin: 2px;
}
.btn:hover {
  cursor: pointer !important;
}
.btn.smaller {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 15px !important;
  width: 15px;
  min-width: 40px !important;
  max-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
}

.input-group-append .btn {
  margin: 0px;
  bottom: 0px;
  min-width: 2rem;
  padding: inherit;
}

.btn-out:hover, .btn-in:hover, .btn-primary:hover, .btn-danger:hover {
  color: #efc679 !important;
}

.btn-primary {
  background-color: #666666 !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-color: #666666 !important;
}

.btn-light {
  background-color: #b4afb4 !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-color: #666666 !important;
}
.btn-light:hover {
  background-color: #a3afa3 !important;
}

.btn-in {
  background-color: #87B6A7 !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-color: #87B6A7 !important;
}

.btn-out {
  background-color: #F79F79 !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-color: #F79F79 !important;
}

btn-outline-warning {
  background-color: #666666 !important;
}

.btn.font-small {
  min-width: 2rem !important;
}

.btn.font-smaller {
  min-width: 2.3rem !important;
}

.btn-secondary {
  background-color: black;
}

.btn-danger {
  color: white !important;
}

.btn-warning {
  background-color: #bf1d2d;
  /*background-color: #f19c05 !important;*/
  color: white;
}

.btn-filter {
  background-color: #566661;
  color: #fff !important;
}

.btn-info {
  background-color: #e2e2e2 !important;
  font-weight: 400 !important;
  color: #72a405 !important;
  border-color: #e2e2e2 !important;
}

.btn-zasilkovna {
  overflow: hidden;
  width: 38.5px;
  max-width: 38.5px;
  background-color: #BA1B02;
  border-color: #BA1B02;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-zasilkovna img {
  max-width: 25px;
}

.btn-zasilkovna:hover {
  background-color: #D52A0E;
  border-color: #D52A0E;
}

.btn-square-bigger {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
}

.btn-gls {
  overflow: hidden;
  width: 38.5px;
  max-width: 38.5px;
  background-color: #4155eb;
  border-color: #4155eb;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-gls img {
  max-width: 30px;
}

.btn-gls:hover {
  background-color: #5160eb;
  border-color: #5160eb;
}

.btn-sds {
    overflow: hidden;
    width: 38.5px;
    max-width: 38.5px;
    background-color: #343a40;
    border-color: #4155eb;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

    .btn-sds img {
        max-width: 30px;
    }

    .btn-sds:hover {
        background-color: #343a40;
        border-color: white;
    }

.btn-ppl img {
  max-width: 25px;
}

.btn-ppl {
  overflow: hidden;
  width: 38.5px;
  max-width: 38.5px;
  background-color: white;
  border-color: black;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-ppl:hover {
  background-color: lightblue;
  border-color: black;
}

.btn-geis img {
  max-width: 25px;
}

.btn-geis {
  overflow: hidden;
  width: 38.5px;
  max-width: 38.5px;
  background-color: white;
  border-color: black;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-geis:hover {
  background-color: lightblue;
  border-color: black;
}

@page {
  size: A4;
  margin: 15mm !important;
}
.sp-label-print {
  padding: 10mm;
  margin: 0mm;
  width: 120mm;
  height: 30mm;
  page-break-inside: avoid !important;
  border-style: solid;
}

@media print {
  @page {
    size: A4 !important;
    margin: 10mm !important;
  }
  .sp-label-print {
    padding: 5mm;
    margin: 0mm;
    width: 50%;
    height: 10%;
    page-break-inside: avoid !important;
    border-style: solid;
    /*border-width:1mm;*/
  }
}
@page {
  size: A4;
  margin: 15mm !important;
}
.sp-label-print {
  padding: 10mm;
  margin: 0mm;
  width: 120mm;
  height: 30mm;
  page-break-inside: avoid !important;
  border-style: solid;
}

@media print {
  @page {
    size: A4 !important;
    margin: 10mm !important;
  }
  .sp-label-print {
    padding: 5mm;
    margin: 0mm;
    width: 50%;
    height: 10%;
    page-break-inside: avoid !important;
    border-style: solid;
    /*border-width:1mm;*/
  }
}
/* CUSTOM WIDTHS */
.w-10, .w-xs-10 {
  width: 10% !important;
}

.w-15, .w-xs-15 {
  width: 15% !important;
}

.w-20, .w-xs-20 {
  width: 20% !important;
}

/* BREAKPOINTS */
/* SM breakpoint */
@media (min-width: 576px) {
  /* CUSTOM WIDTHS */
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
}
/* MD breakpoint*/
@media (min-width: 768px) {
  /* CUSTOM WIDTHS */
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
/* LG breakpoint */
@media (min-width: 992px) {
  /* CUSTOM WIDTHS */
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
}
.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

a.label, .btn-primary, a :hover {
  cursor: pointer !important;
}

.ui-autocomplete {
  z-index: 1050 !important;
}

.wf-infobox {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #666666;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.3rem;
  padding-top: 0.2rem;
  bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 2.75rem;
  margin: 2px;
}

.ui-menu-item > a.ui-corner-all {
  margin-left: 2px;
  padding: 2px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 25px;
  color: white !important;
  background-color: #666666;
  white-space: nowrap;
  text-decoration: none;
  text-transform: lowercase !important;
}

.ui-state-hover, .ui-state-active {
  color: #efc679 !important;
}

ul.ui-autocomplete {
  list-style: none;
}

.ui-state-highlight a {
  font-weight: bold;
  color: #002e5b !important;
}

.ui-state-highlight {
  font-weight: bold;
  color: #002e5b !important;
}

/* ::: SM (Tablets and up) */
@media (max-width: 1024px) {
  .show-xs {
    position: absolute;
    visibility: hidden;
  }
  .hide-xs {
    position: initial;
    visibility: visible;
  }
  .table {
    display: table;
    width: 100%;
    table-layout: auto !important;
    border-collapse: collapse;
  }
  .table td:first-child {
    width: 33%;
  }
}
.dropdown-menu {
  width: 250px !important;
}

h1 {
  font-weight: 600;
}

.btn-topbar img {
  width: 25px;
  max-height: 25px;
}
.btn-topbar img:hover {
  width: 20px;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.color-text {
  color: #fff !important;
}

.product-thumbnail {
  border-style: groove;
  border-radius: 5px;
  width: 75px;
  border-width: 2px;
  max-height: 120px;
}

.product-thumbnail-bigger {
  border-style: groove;
  border-radius: 5px;
  width: 75px;
  border-width: 2px;
}

dl {
  font-size: 1.2rem;
}

dd {
  font-size: 1.5rem;
}

#loader-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  position: absolute;
  justify-content: center;
  justify-items: center;
  background-color: white;
  opacity: 50%;
  z-index: 101;
  /*z-index: 0;*/
}

#loader {
  display: none;
  opacity: 100%;
  z-index: 102;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
#loader-box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  color: #666666;
  background-color: #666666;
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
#loader-shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
.font-small {
  font-size: 0.6rem !important;
}

.font-smaller {
  font-size: 0.8rem !important;
}

.font-bigger {
  font-size: 1.6rem !important;
}

@media only screen and (min-width: 800px) {
  .font-md-bigger {
    font-size: 1.6rem !important;
  }
  .font-md-medium {
    font-size: 1.4rem !important;
  }
}
.font-big {
  font-size: 2rem !important;
}

.color-direction-in {
  background-color: #87B6A7 !important;
  border-color: #87B6A7 !important;
}

.color-direction-out {
  background-color: #F79F79 !important;
  border-color: #F79F79 !important;
}

.color-storageplace {
  background-color: #F2B440 !important;
  border-color: #F2B440 !important;
}

@media (max-width: 800px) {
  .text-small-sm {
    font-size: 0.8rem;
  }
}
.dropdown-menu {
  background-color: #666666;
}

body {
  font-weight: 700 !important;
}

a {
  color: #666666 !important;
}

a label:hover {
  text-decoration: none !important;
}

a:hover {
  color: #efc679 !important;
  text-decoration: none !important;
}

.flex-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.screenbutton {
  font-weight: 900;
  font-size: 2rem;
}

a.nav-link {
  background: #666666;
  color: #fff !important;
}

a.nav-link:hover {
  color: #efc679 !important;
}

.nav-item:hover {
  color: #efc679 !important;
}

.navbar {
  background-color: #666666 !important;
  color: #efc679 !important;
}

.navbar-nav .nav-link {
  background-color: #666666 !important;
  color: #fff !important;
}

.navbar-nav:hover .nav-link:hover {
  color: #efc679 !important;
}

.revert {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
}

.toolbar {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

img.tiny-icon {
  width: 21px;
}

/*LOADER*/
/*---------------------------------------------------------------------------------*/
.loader_wrap {
  position: fixed;
  display: none;
  height: 100vh;
  width: 100%;
}

.loader {
  color: #666666;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
tr.vertical-align-middle td {
  vertical-align: middle !important;
}

/*preview*/
.jsontext {
  background-color: #f4f4f4;
  padding: 1em;
  border: 1px solid #ccc;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Consolas, monospace;
  font-size: 14px;
  max-height: 80vh;
  overflow-y: auto;
}
