:host {
  background-color: #fff;
  left: 0 !important;
  right: 0 !important;
  overflow: auto;
  top: 0 !important;
  width: 100%;
  height: calc(100% - 16px);
}

.bdr-rds-4 {
  border-radius: 4px !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: 23px;
  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;
}

.button-2 {
  align-items: center;
  background-color: #CC1C00;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  justify-content: center;
  height: 25px;
  line-height: 13px;
  width: 88px;
}

.button-2:active {
  font-size: 10px;
}

.button-2.unchanged {
  cursor: not-allowed;
  font-size: 11px !important;
  opacity: 0.5;
}

.button-3 {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #02688C;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  height: 23px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: .1s;
  -webkit-transition: .1s;
}

.button-3:active {
  font-size: 10px;
}

.button-3.unchanged {
  cursor: not-allowed;
  font-size: 11px !important;
  opacity: 0.5;
}

.ctrl-hdr {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 145px;
}

.current-graphs {
  width: 100%;
}

.current-graphs>* {
  height: 200px;
  margin-bottom: 10px;
  width: 850px;
}

.decay-button-cntr {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 5px;
  width: 400px;
}

.decay-config {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: calc(100% - 28px);
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.decay-config-panel {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 591px;
  width: 952px;
}

.decay-config-panel>.header {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: 950px;
}

.decay-config-panel>.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 30px;
  width: 951px;
}

.decay-config-panel>.content>.cnt-1 {
  display: flex;
  height: 75px;
  width: 100%;
}

.device-connection-warning {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.device-connection-warning-panel {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 250px;
  width: 550px;
}

.device-connection-warning-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);
}

.device-connection-warning-panel>.content>* {
  height: 60px;
  width: 50%;
}

.device-connection-warning-panel>.header {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  color: #C00;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.device-connection-warning-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);
}

.disabled-panel {
  background: #FFF;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}

.drop-down-cntr {
  height: 46px;
  width: 180px;
}

.drop-down-cntr .hdr {
  color: #999999;
  font-family: Roboto;
  font-size: 11px;
  line-height: 13px;
}

.fault {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 106px;
}

.fault-button {
  display: flex;
  justify-content: space-between;
  width: 126px;
}

.fault-config {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.fault-config-panel {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 455px;
  width: 550px;
}

.fault-config-panel>.header {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.fault-config-panel>.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 30px;
  width: calc(100% - 1px);
}

.fault-config-panel>.content>.toggle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 500px;
}

.fault-config-panel>.content>* {
  height: 60px;
  width: 430px;
}

.fault-ctr {
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 100%;
}

.fault-led {
  height: 20px;
  left: -3px;
  position: relative;
  top: -3px;
  width: 22px;
}

.fault-led-2 {
  height: 20px;
  position: relative;
  top: -5px;
  width: 26px;
}

.fault-name {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  width: 250px;
}

.fault-status {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: -1px;
  width: 75px;
}

.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;
}

.fnt-10 {
  font-size: 10px;
}

.graph-disabled-panel {
  background: #FFF;
  cursor: not-allowed;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.graph-label {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.hdr-1 {
  display: flex;
  justify-content: space-between;
  width: 230px;
}

.hdr-1-name {
  color: #1C99C4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  height: 20px;
  position: relative;
  top: 11px;
}

.hdr-2-name {
  color: #1C99C4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  height: 20px;
}

.hght-26 {
  height: 26px;
}

.hght-125 {
  height: 125px !important;
}

.hght-230 {
  height: 230px;
}

.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-ctr-1 {
  width: 100%;
}

.left-ctr-1-cnt {
  width: 100%;
}

.left-ctr-1-cnt-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px 20px 3px;
}

.left-ctr-1-cnt-2 {
  display: flex;
  height: 230px;
  margin-top: 10px;
  width: 100%;
}

.left-ctr-1-cnt-2-1 {
  height: 200px;
  padding: 0 20px 0 0;
  width: 480px;
}

.left-ctr-1-cnt-2-2 {
  width: 280px;
}

.left-ctr-1-cnt-2-2-1 {
  display: flex;
  flex-wrap: wrap;
  height: 175px;
  justify-content: space-between;
  width: 100%;
}

.left-ctr-1-cnt-2-2-2 {
  display: flex;
  height: 25px;
  justify-content: center;
  width: 100%;
}

.left-ctr-1-cnt-3 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 20px 3px;
}

.left-ctr-1-cnt-4 {
  display: flex;
  height: 175px;
  margin-top: 10px;
  width: 100%;
}

.left-ctr-1-cnt-4-1 {
  height: 150px;
  padding: 0 20px 0 0;
  position: relative;
  width: 480px;
}

.left-ctr-1-cnt-4-2 {
  max-width: 430px;
  min-width: 350px;
  padding-right: 20px;
  width: calc(100% - 480px);
}

.left-ctr-1-cnt-4-2-1 {
  display: flex;
  flex-wrap: wrap;
  height: 130px;
  justify-content: space-between;
  width: 100%;
}

.left-ctr-1-cnt-4-2-2 {
  display: flex;
  height: 25px;
  justify-content: center;
  width: 100%;
}

.left-ctr-1-hdr {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px 0;
  width: 100%;
}

.left-hdr {
  border-bottom: 1px solid #E6E6E6;
  color: #c00;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  line-height: 19px;
  padding: 18px 27px;
  width: 100%;
}

.learn-threshold-cntr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.learn-threshold-message {
  color: #555555;
  font-family: Roboto;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  top: 3px;
  width: calc(100% - 46px);
}

.learn-threshold-message-cntr {
  align-items: flex-start;
  display: flex;
  width: calc(100% - 130px);
}

.learn-threshold-message-cntr>img {
  margin-right: 6px;
}

.main-cntr {
  display: flex;
  height: 100%;
  width: 100%;
}

.mar-top-20 {
  margin-top: 20px !important;
}

.mirror {
  background-color: #fff;
  border-color: #02688C;
  color: #02688C;
}

.motor-state {
  margin-left: 5px;
}

.rght-cntr {
  background-color: #F1F1F1;  
  width: 280px;
}

.rght-ctr-1 {
  height: 115px;
  padding: 15px 14px 0px 14px;
}

.rght-ctr-2 {
  height: calc(100% - 115px);  
}

.rght-ctr-2-cnt {
  height: calc(100% - 45px);
  padding: 20px 20px 0px 20px;
  position: relative;
}

.rght-ctr-2-hdr {
  align-items: center;
  background-color: #B9E5FB;
  display: flex;
  height: 45px;	
  justify-content: space-between;
  padding: 15px 18px;
  width: 100%;	
}

.slider-cntr {
  width: 100%;
}

.toggle-switch-cntr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 165px;
}

.toggle-switch-cntr.cntr-2 {
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 275px;
}

.toggle-switch-cntr>.disable {
  background: #FFF;
  cursor: not-allowed;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  width: calc(100% + 10px);
  z-index: 2;
}

.toggle-switch-cntr>.toggle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top-3 {
  position: relative;
  top: 3px;
}

.unchanged {
  cursor: not-allowed;
  opacity: 0.5;
}

.wid-50 {
  width: 50px !important;
}

.wid-70 {
  width: 70px !important;
}

.wid-100 {
  width: 100px !important;
}

.wid-130 {
  width: 130px !important;
}

.wid-150 {
  width: 150px !important;
}