﻿.disabled_visible {
  opacity: 0.3; }

.labelConfig {
  width: 150px !important; }

.labelControlElement {
  border-style: none;
  color: #0053a3;
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  overflow: hidden;
  font-family: "Univers 57 Condensed" !important;
  text-align: left;
  font-size: 13px;
  line-height: 2em;
  width: 160px;
  float: left; }

.controlClear {
  clear: both;
  display: block;
  margin-bottom: 10px;
  overflow: hidden; }

.OptionalMenuButton {
  margin: 0px 10px 8px 10px; }
  .OptionalMenuButton .device_button {
    font-family: "Univers 57 Condensed" !important;
    font-size: 13px;
    line-height: 1.4; }

.disabled_device_buttons {
  border-style: none;
  color: #898989;
  text-decoration: none;
  background-color: #fff;
  padding: 4px;
  display: block;
  overflow: hidden;
  border: 1px solid #898989;
  padding: 4px 15px;
  font-family: "Univers 57 Condensed" !important;
  text-align: center;
  font-size: 13px;
  line-height: 1.4; }

.optional_device_buttons {
  border-style: none;
  color: #0053a3;
  text-decoration: none;
  background-color: #fff;
  padding: 4px;
  display: block;
  overflow: hidden;
  border: 1px solid #0053a3;
  padding: 4px 15px;
  font-family: "Univers 57 Condensed" !important;
  text-align: center;
  font-size: 13px;
  line-height: 1.4; }

.optional_device_buttons:hover {
  background-color: #0053a3;
  color: white;
  cursor: pointer; }

.optional_device_buttons_active {
  background-color: #00275e;
  color: white; }

.optional_device_buttons_red {
  border-color: #ae0909;
  background-color: #ae0909;
  color: white; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.jqx-listmenu li input {
  width: 50px;
  line-height: 24px; }

.configUnit {
  font-size: 10px;
  padding-left: 2px; }

.config_save_btn {
  background-color: #58b358 !important;
  border: none !important;
  color: white !important;
  border-radius: 0px !important; }

.config_save_btn:hover {
  background-color: #8be48b !important; }

.config_back_btn {
  background-color: #b74a4a !important;
  border: none !important;
  color: white !important;
  border-radius: 0px !important; }

.config_back_btn:hover {
  background-color: #b56969 !important; }

.generic_back_btn {
  background-color: #b74a4a !important;
  border: none !important;
  color: white !important;
  border-radius: 0px !important;
  width: 70px; }

.generic_back_btn:hover {
  background-color: #b56969 !important; }

.breadcrumb {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.configSelect {
  width: 80px !important;
  height: 30px !important;
  background-color: #2196F3;
  color: white; }

.config_sent_text {
  color: #58b358 !important;
  float: right;
  margin-top: 7px; }

.config_error_text {
  color: #b74a4a !important;
  float: right;
  margin-top: 7px; }

.onlineStatus {
  float: left;
  font-size: 13px;
  color: white;
  padding: 4px 12px 1px 6px;
  margin-right: 6px; }

.onlineStatusIcon {
  float: left;
  padding: 1px 4px 0px 0px; }

.connectingIcon {
  float: left;
  padding: 1px 4px 0px 0px; }

.onlineStatusText {
  float: left; }

.showConnecting {
  border: 2px solid #ed8d07;
  background-color: #ed8d07; }

.showOffline {
  border: 2px solid #c32e2e;
  background-color: #c32e2e; }

.showOnline {
  border: 2px solid #2cc253;
  background-color: #2cc253; }

.showFirmware {
  border: 2px solid #2196F3;
  background-color: #2196F3; }

.firmwareStatus {
  float: left;
  font-size: 13px;
  color: white;
  padding: 4px 12px 1px 6px;
  margin-right: 6px; }

.stagnationStatus {
  float: left;
  font-size: 13px;
  color: white;
  padding: 4px 12px 0px 6px;
  margin-right: 6px; }

.showStagnation {
  border: 2px solid #2196F3;
  background-color: #2196F3; }

.HWErrorDiv {
  width: 100%;
  height: auto;
  background-color: rgba(217, 92, 92, 0.95);
  color: white;
  font-size: 13px;
  font-family: "Univers 57 Condensed" !important; }

.HWErrorSensor {
  border-top: 2px solid white;
  padding-top: 3px;
  padding-bottom: 3px; }

.errorNotification {
  float: left;
  background-color: #ffe0e0;
  width: 304px;
  height: 36px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 0px; }

.alertNotification {
  float: left;
  background-color: #feecc5;
  width: 304px;
  height: 36px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 0px; }

.additionalInfoIcon_Wrapper {
  float: left;
  background-color: #0053a3;
  width: 22px;
  height: 100%; }

.additionalInfoIcon_Wrapper:hover {
  background-color: #2196F3; }

.additionalInfoIcon_Wrapper_Inactive {
  float: left;
  background-color: #4a4a4a;
  width: 22px;
  height: 100%;
  opacity: 0.3; }

.additionalInfoIcon {
  margin-left: 7px;
  margin-top: 7px;
  height: 20px;
  cursor: pointer; }

.errorText {
  float: left;
  width: 270px;
  font-size: 13px;
  line-height: 14px;
  padding-left: 5px;
  padding-top: 3px;
  color: #262626;
  font-family: "Univers 57 Condensed" !important; }

.alertText {
  float: left;
  width: 250px;
  font-size: 13px;
  line-height: 14px;
  padding-left: 5px;
  padding-top: 3px;
  color: #262626;
  font-family: "Univers 57 Condensed" !important; }

.errorCloseIcon {
  float: right;
  height: 14px;
  width: 14px;
  margin-top: 12px;
  margin-right: 5px;
  cursor: pointer; }

.errorInfoIcon {
  float: right;
  height: 14px;
  width: 14px;
  margin-top: 12px;
  cursor: pointer; }

.alertify_wrapper {
  position: absolute;
  bottom: 3px;
  background-color: white;
  width: 303px;
  border-top: 2px solid #fff; }

.alertify_default {
  max-height: 350px;
  overflow: hidden; }

.alertify_minimized {
  max-height: 31px;
  overflow: hidden;
  transition: max-height 0.2s ease; }

.alertify_maximized {
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.2s ease; }

.alertify_content {
  width: 100%;
  padding-top: 5px; }

.alertify_button {
  width: 100%;
  padding: 6px 0px 6px 0px !important;
  border-radius: 0px;
  font-family: "Univers 57 Condensed" !important;
  font-size: 15px;
  background-color: #c32e2e;
  border: none !important;
  color: white;
  text-align: center; }

.alertify_toggle {
  cursor: pointer; }

.no_alertify_button {
  width: 100%;
  padding: 6px 0px 6px 0px !important;
  border-radius: 0px;
  font-family: "Univers 57 Condensed" !important;
  font-size: 15px;
  background-color: #b7b1b1;
  border: none !important;
  color: white;
  text-align: center; }

.jqx-popover-title {
  background-color: white;
  font-family: "Univers 57 Condensed" !important;
  color: white; }

.topContentWrapper {
  margin-bottom: 5px; }

#divSimulation {
  padding-left: 10px; }

#divManualMode {
  padding-left: 10px;
  padding-right: 10px; }

#configMenu {
  padding-left: 10px; }

#divSettingsHeader {
  position: absolute;
  width: 293px;
  padding-left: 10px;
  z-index: 99; }

.divSettings {
  margin-top: 40px; }

.gwtecBadge {
  overflow: auto;
  display: inline-block;
  font-size: 13px;
  border-radius: 6px;
  padding-right: 8px;
  margin-right: 4px; }
  .gwtecBadge .onlineStatusIconWrapper {
    float: left;
    overflow: auto;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px; }
  .gwtecBadge .onlineStatusTextWrapper {
    float: left;
    padding-top: 5px;
    font-weight: 600; }
  .gwtecBadge.isOnline {
    border: 2px solid #008000;
    color: #008000; }
    .gwtecBadge.isOnline .onlineStatusIconWrapper svg {
      height: 24px;
      color: #008000; }
  .gwtecBadge.isNeutral {
    border: 2px solid #0053a3;
    color: #0053a3; }
    .gwtecBadge.isNeutral .onlineStatusIconWrapper svg {
      height: 24px;
      color: #0053a3; }
  .gwtecBadge.isOffline {
    border: 2px solid #c32e2e;
    color: #c32e2e; }
    .gwtecBadge.isOffline .onlineStatusIconWrapper svg {
      height: 24px;
      color: #c32e2e; }
  .gwtecBadge.isConnecting {
    border: 2px solid #ed8d07;
    color: #ed8d07; }
    .gwtecBadge.isConnecting .onlineStatusIconWrapper svg {
      padding: 2px;
      height: 20px;
      color: #ed8d07; }

.gwtecStyledBtn {
  background-image: none !important;
  background-color: #0053a3 !important;
  color: #fff !important; }
  .gwtecStyledBtn .rbDecorated {
    border: 1px solid white; }
    .gwtecStyledBtn .rbDecorated:hover {
      background-color: #0b295f !important; }
  .gwtecStyledBtn input {
    background-image: none !important;
    background-color: #0053a3 !important;
    color: #fff !important; }

.onlineStatusText {
  font-size: 13px; }
  .onlineStatusText .onlineStatusIconWrapper {
    float: left;
    overflow: auto;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px; }
  .onlineStatusText .onlineStatusTextWrapper {
    float: left;
    padding-top: 5px;
    font-weight: 600; }
  .onlineStatusText .isOnline {
    color: #008000; }
    .onlineStatusText .isOnline .onlineStatusIconWrapper svg {
      height: 22px;
      color: #008000;
      padding-top: 2px; }
  .onlineStatusText .isNeutral {
    color: #0053a3; }
    .onlineStatusText .isNeutral .onlineStatusIconWrapper svg {
      height: 24px;
      color: #0053a3; }
  .onlineStatusText .isOffline {
    color: #c32e2e; }
    .onlineStatusText .isOffline .onlineStatusIconWrapper svg {
      height: 22px;
      color: #c32e2e;
      padding-top: 2px; }
  .onlineStatusText .isConnecting {
    color: #ed8d07; }
    .onlineStatusText .isConnecting .onlineStatusIconWrapper svg {
      padding: 3px;
      height: 18px;
      color: #ed8d07; }

.cardWrapper {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0 9px 16px rgba(159, 162, 191, 0.18), 0 2px 2px rgba(159, 162, 191, 0.32); }

.cardHead {
  background-color: #0053a3;
  color: #fff;
  padding: 15px 0px 8px 15px;
  border-bottom: 1px solid #ccc; }

.cardFooter {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ccc;
  padding: 3px 0px 5px 15px; }
