:host {
  background-color: #fff;
  left: 0 !important;
  right: 0 !important;
  overflow: auto;
  top: 0 !important;
  width: 100%;
  height: calc(100% - 16px);
}

.main-cntr {
  display: flex;
  height: 100%;
  width: 100%;
}

.left-cntr {	
  background-color: #fff;	
  box-shadow: 2px 0 7px 0 rgba(80,80,80,0.25);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  position: relative;
}

.left-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.left-ctr {
  border-bottom: 1px solid rgba(152, 153, 155, 0.1);
  min-width: 850px;
  padding-left: 20px;
  width: 100%;
}

.left-hdr {
  color: #c00;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  line-height: 19px;
  margin-bottom: 20px;
  padding: 18px 27px;
  width: 100%;
}

.hdr-1-name {
  color: #1C99C4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  padding: 15px;
}

.control-cont {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
}

.control-cont > * {
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 15px;
}

.rght-cntr {
  background-color: #F1F1F1;  
  width: 280px;
}

.rght-ctr-1 {
  height: 90px;
  padding: 22px 14px 0px 14px;
}

.firmware-version {
  display: flex;
  width: 100%;
}

.firmware-version>.hdr {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 145px;
}

.firmware-version>.value {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 115px;
}

.rght-ctr-1 > ti-widget-custom-toggle {
  margin-top: 10px;
}

.rght-ctr-2 {
  height: calc(100% - 160px);  
}

.rght-ctr-2-hdr {
  align-items: center;
  background-color: #B9E5FB;
  display: flex;
  height: 45px;	
  justify-content: space-between;
  padding: 15px 18px;
  width: 100%;	
}

.fault {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 106px;
}

.fault-status {	
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 16px;	
  line-height: 16px;
  position: relative;
  top: -1px;
  width: 75px;
}

.fault-led-2 {
  height: 20px;
  position: relative;
  top: -5px;
  width: 26px;
}

.rght-ctr-2-cnt {
  height: calc(100% - 45px);
  padding: 20px 20px 0px 20px;
  position: relative;
}

.fault-ctr {
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 100%;
}

.fault-name {
  color: #555555;	
  font-family: Roboto;	
  font-size: 12px;	
  line-height: 14px;
  width: 250px;	
}

.fault-led {
  height: 20px;
  left: -3px;
  position: relative;
  top: -3px;
  width: 22px;
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.popup-position {
  position: absolute;
}

.popup-panel>.header {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  color: #C00;
  display: flex;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.popup-panel {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 250px;
  width: 550px;
}

#load_connection_warning_popup .popup-panel {
  height: auto;
}

.popup-panel>.content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: roboto;
  font-size: 16px;
  justify-content: center;
  padding: 20px 20px 0 30px;
  width: calc(100% - 1px);
  text-align: justify;
}

.popup-panel.firmware-warning>.content {
  line-height: 24px;
  padding: 20px 20px 20px 30px;
  word-spacing: 1px;
}

.popup-panel>.content>* {
  height: 60px;
  width: 50%;
}

.popup-panel>.footer {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 21px;
  height: 70px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.popup-footer-btn {
  align-items: center;
  background-color: #63666a;
  border: 1px solid #63666a;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  margin: 0 20px;
  width: 125px;
  height: 35px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: .1s;
  -webkit-transition: .1s;
}

.popup-footer-btn:active {
  font-size: 13px;
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.custom-hght-hvariant {
  height: calc(100% - 118px);
}

.hght-230 {
  height: 230px;
}

.margin-top-20 {
  margin-top: 20px;
}

ti-widget-custom-slider {
  width: 300px;
}

.long-num-slider::shadow input#numberbox {
  padding: 6px 0px 6px 6px;
}

.visible_hide {
  visibility: hidden;
}

paper-tabs {
  background-color: #fff !important;
  box-shadow: none;
  color: inherit !important;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

paper-tabs::shadow #selectionBar {
  background-color: #cc0000 !important;
}

paper-tabs.tab-cont-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

paper-tabs.tab-cont-disabled::shadow #selectionBar, paper-tabs.tab-cont-disabled::shadow * {
  pointer-events: none;
}

paper-tab {
  color: #999999;
}

paper-tab.iron-selected {
  color: #cc0000;
}

ti-widget-custom-toggle-switch::shadow label.switch-2 {
  height: 34px;
  margin: unset;
  width: 225px;
}

.button-widget {
  align-items: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto !important;
}

.button-1 {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #FFFFFF;	
  cursor: pointer;
  display: flex;
  font-family: Roboto;	
  font-size: 11px;	
  height: 26px;
  justify-content: center;
  line-height: 13px;	
  padding: 1px 10px;
  transition: .1s;
  -webkit-transition: .1s;
}

.button-1.disabled {
  background: #FFF;
  border: 1px solid #CCC;
  color: #CCC;
  cursor: not-allowed;
  font-size: 11px !important;
}

.button-1.unchanged {
  cursor: not-allowed;
  font-size: 11px !important;
  opacity: 0.5;
}

.button-1:active {
  font-size: 10px;
}

.motor-state {
  margin-left: 5px;
}

.mirror {
  background-color: #fff;
  border-color: #02688C;
  color: #02688C;
}