: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);
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  position: relative;
}

.left-ctr {
  border-bottom: 1px solid rgba(152, 153, 155, 0.1);
  min-width: 850px;
  padding-left: 20px;
  width: 100%;
}

.left-hdr {
  border-bottom: 1px solid #E6E6E6;
  color: #c00;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  justify-content: space-between;
  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;
}

ti-widget-custom-toggle-switch::shadow label.switch-2 {
  height: 34px;
  margin: unset;
  width: 225px;
}

.visible_hide {
  visibility: hidden;
}