header {
  margin-bottom: 30px; }

h1 {
  font-size: 30px;
  margin: 0 0 30px; }

h2 {
  font-size: 23px;
  margin: 30px 0 15px;
  border-bottom: 1px white solid;
  padding-bottom: 8px; }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1800px; } }
.navbar-default .navbar-brand {
  color: #ff8b3e;
  font-weight: bold; }
  .navbar-default .navbar-brand img {
    height: 1.5em;
    margin-top: -5px;
    opacity: 0.8; }

navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ff8b3e;
  font-weight: bold;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #ff8b3e; }

.navbar-default {
  background-color: #151e26; }

.filter-block {
  background: #4d5a68;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
  border: 0; }

.kv-table-header {
  background: none;
  border: 0; }

.modal-content h2 {
  margin: 0;
  font-size: 20px; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #495766; }

.table td {
  vertical-align: middle !important; }

table, .table {
  font-size: 12px; }

svg {
  width: 1.2em;
  height: 1.2em;
  margin: 0 2px -3px 0;
  vertical-align: 0 !important; }

.navbar-info {
  font-size: 11px;
  background: #000;
  padding: 7px 13px;
  color: #ff8b3e; }
  .navbar-info > div:first-child {
    margin-bottom: 5px; }

@media (min-width: 992px) {
  .navbar-info {
    padding: 3px 13px; }
    .navbar-info > div:first-child {
      margin-bottom: 1px; } }
.current-session-info {
  background: #0d1822;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 19px; }
  .current-session-info div {
    margin-bottom: 15px; }
  .current-session-info div:last-child {
    margin-bottom: 0; }
  .current-session-info label {
    display: block;
    margin: 0;
    opacity: 1;
    color: #ff8b3e; }

.highcharts-root {
  width: auto;
  height: auto; }

.color-block {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px; }

.info-question {
  border: 2px black solid;
  padding: 20px;
  text-align: center;
  margin: 0 0 30px;
  animation: pulse 1s infinite; }
  .info-question h3 {
    margin: 0;
    color: black; }

@keyframes pulse {
  0% {
    background-color: #ff8b3e; }
  50% {
    background-color: #cc6c2e; }
  100% {
    background-color: #ff8b3e; } }
.btn {
  white-space: initial; }

.btn-default {
  background-color: #55718c; }

#task-update-form {
  background: #2b4c6a;
  padding: 15px 15px 0;
  margin: 0px 0px 10px;
  border: 2px white solid; }

#task-update-form-submit {
  margin-top: 10px;
  display: none; }

.task-form-row {
  display: flex;
  align-items: center; }
  .task-form-row .form-group {
    flex: 1; }

.dashboard-row-compact {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px; }
  .dashboard-row-compact > div {
    position: relative; }
    .dashboard-row-compact > div label {
      position: absolute;
      font-size: 11px;
      font-weight: normal;
      top: 0; }
  .dashboard-row-compact a.device-name {
    width: 220px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease; }
  .dashboard-row-compact a:hover, .dashboard-row-compact a:focus {
    text-decoration: none;
    background: black; }
  .dashboard-row-compact div.temp {
    width: 60px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row-compact div.temp button {
      font-size: 12px;
      border-radius: 0;
      background: #ffffe1;
      color: #000;
      border: 0;
      padding: 3px;
      width: 100%;
      box-shadow: 1px 1px 10px 1px #0000003b; }
  .dashboard-row-compact div.temp-ok {
    background: green; }
  .dashboard-row-compact div.temp-error {
    background: #8F0000;
    animation: pulse 1s infinite; }
  .dashboard-row-compact div.device-state {
    width: 170px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row-compact div.device-state span {
      font-size: 12px;
      display: block; }
  .dashboard-row-compact div.device-loading {
    width: 50px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #ff8b3e;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold; }
    .dashboard-row-compact div.device-loading span {
      font-size: 12px; }
  .dashboard-row-compact div.device-timer {
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #31dd64;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-weight: bold; }
  .dashboard-row-compact div.device-timer.timer-alert {
    background: red;
    color: white;
    animation: pulse 1s infinite; }
@keyframes pulse {
  0% {
    background-color: red; }
  50% {
    background-color: #ff8b3e; }
  100% {
    background-color: red; } }
  .dashboard-row-compact div.device-chart {
    flex: 1;
    margin-right: 5px; }
  .dashboard-row-compact .red {
    background: #8F0000 !important; }
  .dashboard-row-compact .green {
    background: green !important; }
  .dashboard-row-compact .yellow {
    background: #ff8b3e !important;
    color: black !important; }
  .dashboard-row-compact .device-control {
    flex: 1; }
    .dashboard-row-compact .device-control div.temp-alert {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%;
      background: yellow;
      display: flex;
      justify-content: center;
      align-items: center; }
    .dashboard-row-compact .device-control > button {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%; }
    .dashboard-row-compact .device-control > button.timer-stop {
      background: #ff8b3e; }
    .dashboard-row-compact .device-control > button.green {
      background: green;
      color: white;
      font-size: 20px; }

.device-chart-graph {
  width: 100%;
  height: 100%;
  background: #151e26;
  position: relative;
  display: flex; }
  .device-chart-graph > div {
    height: 100%;
    position: absolute;
    width: 10px;
    top: 0; }
    .device-chart-graph > div b {
      display: block;
      position: absolute;
      height: 100%;
      width: 3px;
      background: yellow;
      z-index: 100; }
    .device-chart-graph > div span {
      position: absolute;
      z-index: 100;
      bottom: 0;
      left: 0;
      font-weight: bold;
      font-size: 10px;
      background: #00000063;
      padding: 0 2px; }

.dashboard-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px; }
  .dashboard-row > div {
    position: relative; }
    .dashboard-row > div label {
      position: absolute;
      font-size: 11px;
      font-weight: normal;
      top: 0; }
  .dashboard-row a.device-name {
    width: 170px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease; }
  .dashboard-row a:hover, .dashboard-row a:focus {
    text-decoration: none;
    background: black; }
  .dashboard-row div.temp {
    width: 130px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row div.temp button {
      font-size: 12px;
      border-radius: 0;
      background: #ffffe1;
      color: #000;
      border: 0;
      padding: 3px;
      width: 100%;
      box-shadow: 1px 1px 10px 1px #0000003b; }
  .dashboard-row div.temp-ok {
    background: green; }
  .dashboard-row div.temp-error {
    background: #8F0000;
    animation: pulse 1s infinite; }
  .dashboard-row div.device-state {
    width: 170px;
    white-space: nowrap;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row div.device-state span {
      font-size: 12px;
      display: block; }
  .dashboard-row div.device-loading {
    width: 120px;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #ff8b3e;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-weight: bold; }
  .dashboard-row div.device-timer {
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #31dd64;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-weight: bold; }
  .dashboard-row div.device-timer.timer-alert {
    background: red;
    color: white;
    animation: pulse 1s infinite; }
@keyframes pulse {
  0% {
    background-color: red; }
  50% {
    background-color: #ff8b3e; }
  100% {
    background-color: red; } }
  .dashboard-row div.device-chart {
    flex: 1;
    margin-right: 5px; }
  .dashboard-row .red {
    background: #8F0000 !important; }
  .dashboard-row .green {
    background: green !important; }
  .dashboard-row .yellow {
    background: #ff8b3e !important;
    color: black !important; }
  .dashboard-row .device-control {
    flex: 1; }
    .dashboard-row .device-control div.temp-alert {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%;
      background: yellow;
      display: flex;
      justify-content: center;
      align-items: center; }
    .dashboard-row .device-control > button {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%;
      white-space: nowrap; }
    .dashboard-row .device-control > button.timer-stop {
      background: #ff8b3e; }
    .dashboard-row .device-control > button.green {
      background: green;
      color: white;
      font-size: 20px; }

.dashboard-row-timer {
  justify-content: space-between;
  margin: 0 0 15px; }
  .dashboard-row-timer > div {
    width: 100%;
    display: flex;
    margin: 0 0 5px; }
    .dashboard-row-timer > div > div {
      position: relative; }
      .dashboard-row-timer > div > div label {
        font-size: 11px;
        font-weight: normal; }
  .dashboard-row-timer a.device-name {
    flex: 1;
    background: #151e26;
    color: white;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: background-color 0.3s ease; }
  .dashboard-row-timer a:hover, .dashboard-row-timer a:focus {
    text-decoration: none;
    background: black; }
  .dashboard-row-timer div.temp {
    font-size: 19px;
    margin-left: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row-timer div.temp button {
      font-size: 12px;
      border-radius: 0;
      background: #ffffe1;
      color: #000;
      border: 0;
      padding: 3px;
      width: 100%;
      box-shadow: 1px 1px 10px 1px #0000003b; }
  .dashboard-row-timer div.temp-ok {
    background: green; }
  .dashboard-row-timer div.temp-error {
    background: #8F0000;
    animation: pulse 1s infinite; }
  .dashboard-row-timer div.device-state {
    white-space: nowrap;
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: white;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .dashboard-row-timer div.device-state span {
      font-size: 12px;
      display: block; }
  .dashboard-row-timer div.device-loading {
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #ff8b3e;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bold; }
  .dashboard-row-timer div.device-timer {
    margin-right: 5px;
    text-align: center;
    background: #151e26;
    color: #31dd64;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-weight: bold; }
  .dashboard-row-timer div.device-timer.timer-alert {
    background: red;
    color: white;
    animation: pulse 1s infinite; }
@keyframes pulse {
  0% {
    background-color: red; }
  50% {
    background-color: #ff8b3e; }
  100% {
    background-color: red; } }
  .dashboard-row-timer div.device-chart {
    flex: 1;
    margin-right: 5px; }
  .dashboard-row-timer .red {
    background: #8F0000 !important; }
  .dashboard-row-timer .green {
    background: green !important; }
  .dashboard-row-timer .yellow {
    background: #ff8b3e !important;
    color: black !important; }
  .dashboard-row-timer .device-control {
    flex: 1; }
    .dashboard-row-timer .device-control div.temp-alert {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%;
      background: yellow;
      display: flex;
      justify-content: center;
      align-items: center; }
    .dashboard-row-timer .device-control > button {
      width: 100%;
      border-radius: 0;
      color: black;
      border: 0;
      height: 100%;
      white-space: nowrap; }
    .dashboard-row-timer .device-control > button.timer-stop {
      background: #ff8b3e; }
    .dashboard-row-timer .device-control > button.green {
      background: green;
      color: white;
      font-size: 20px; }

.sp-hidden {
  display: none !important; }

.date-divider {
  position: absolute;
  margin: -3px 0 0px -21px;
  font-weight: bold;
  font-size: 30px; }

.current-states {
  display: flex;
  margin: 0 0 20px 0;
  background: #151e26; }
  .current-states > div {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-right: 2px #2b3e50 solid; }
    .current-states > div span {
      display: block;
      font-size: 40px; }
  .current-states > div:last-child {
    border-right: 0; }

#quality-control .current-states {
  display: flex;
  margin: 0 0 20px 0;
  background: #151e26; }
  #quality-control .current-states > div {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-right: 2px #2b3e50 solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #quality-control .current-states > div span {
      display: block;
      font-size: 30px; }
  #quality-control .current-states > div:last-child {
    border-right: 0; }

#task-finish-info {
  display: none; }

.select2-container--krajee-bs3 .select2-selection--single {
  border-radius: 0 !important;
  min-height: 39px !important;
  height: auto !important; }

.input-group-addon {
  background: #233c55; }

.progress-bar {
  text-align: left;
  max-width: 100%;
  white-space: nowrap; }

#device-workdays {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.lk-session-buttons {
  color: black; }
  .lk-session-buttons button:hover {
    color: black;
    font-weight: bold; }

#imageButton {
  padding: 0;
  border: 0; }
  #imageButton img {
    width: 100%; }

#imageButton.full {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 100vh;
  box-shadow: 0 0 90px 130px black;
  z-index: 10; }

.product-type-table {
  background: #6d8399;
  text-align: center; }
  .product-type-table th, .product-type-table td {
    text-align: center; }
  .product-type-table input {
    text-align: center; }

tr.weekend {
  background-color: #751b1b8c; }

tr.workday {
  background-color: #0d690d59; }

.table-power {
  font-size: 16px; }
  .table-power td, .table-power th {
    text-align: right; }
  .table-power th {
    font-size: 14px; }
  .table-power th:first-child, .table-power td:first-child {
    text-align: left; }

.kv-expand-detail-row .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #384957; }
.kv-expand-detail-row > td {
  padding: 0 !important;
  background-color: #495766 !important; }
  .kv-expand-detail-row > td table {
    margin: 0; }
    .kv-expand-detail-row > td table td, .kv-expand-detail-row > td table th {
      text-align: center;
      font-weight: bold; }
    .kv-expand-detail-row > td table td:first-child {
      text-align: left; }

.label {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  padding: 4px 0 0 2px; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-control-feedback {
  color: #ff9e9b; }

tr.income {
  background-color: #0d690d59; }

tr.outcome {
  background-color: #751b1b8c; }

/*# sourceMappingURL=site.css.map */
