:host {
  height: 103px;
  position: relative !important;
  width: 100%;
}

.bdr-lft-1 {
  border-left: 2px solid #1C99C4 !important;
}

.bdr-lft-2 {
  border-left: 2px solid #F4B821 !important;
}

.bdr-lft-3 {
  border-left: 2px solid #990000 !important;
}

.bdr-lft-4 {
  border-left: 2px solid #9B59B6 !important;
}

.bdr-lft-5 {
  border-left: 2px solid #03CEA4 !important;
}

.bdr-lft-6 {
  border-left: 2px solid #F0EC57 !important;
}

.bdr-lft-7 {
  border-left: 2px solid #6D2B9E !important;
}

.bdr-lft-8 {
  border-left: 2px solid #207251 !important;
}

.bdr-rght-1 {
  border-right: 2px solid #1C99C4 !important;
}

.bdr-rght-2 {
  border-right: 2px solid #F4B821 !important;
}

.bdr-rght-3 {
  border-right: 2px solid #990000 !important;
}

.bdr-rght-4 {
  border-right: 2px solid #9B59B6 !important;
}

.bdr-rght-5 {
  border-right: 2px solid #03CEA4 !important;
}

.bdr-rght-6 {
  border-right: 2px solid #F0EC57 !important;
}

.bdr-rght-7 {
  border-right: 2px solid #6D2B9E !important;
}

.bdr-rght-8 {
  border-right: 2px solid #207251 !important;
}

.btn-1 {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;	  
  font-size: 11px;
  font-weight: 500;
  height: 35px;
  justify-content: center;  
  line-height: 15px;
  padding: 1px 25px;
  position: relative;
  transition: .1s;
  -webkit-transition: .1s;
  text-align: center;
  width: 120px;
}

.btn-1-close {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 15px;
  right: -7px;
  top: -8px;
  width: 15px;
}

.btn-1-close > * {
  color: #FFF;
  font-size: 8px;
  position: relative;
  right: -0.5px;
}

.channel-container {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 103px;
  position: relative !important;
  width: 100%;
}

.channel-container.channel-left  {
  justify-content: flex-start;
}

.channel-container.channel-right {
  justify-content: flex-end;
}

.channel-container.hide {
  visibility: hidden;
}

.channel-control {
  background: #EEE;
  border: 1px solid #DADADA;
  border-radius: 4px;
  color: #999;
  font-family: Roboto;
  font-size: 14px;
  height: 87px;
  line-height: 16px;  
  padding: 8px 15px;
  position: relative;
  width: calc(100% - 55px);
}

.channel-control.channel-left {
  left: 30px;
}

.channel-control.channel-right {
  right: 30px;
}

.channel-control.configure {
  background-color: rgba(83,197,220,0.25);
}

.channel-control > .btm-row {
  align-items: center;
  display: flex;
  height: 50%;
}

.channel-control > .btm-row > .pwm {
  align-items: center;
  display: flex;
  height: 100%;
}

.channel-control > .btm-row > .pwm > * {
  height: 100%;
}

.channel-control > .btm-row > .pwm > .chk {
  background-color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  height: 15px;
  margin-right: 5px;
  width: 16px;
}

.channel-control > .btm-row > .pwm > .chk.active {
  background-color: #02688C;
}

.channel-control > .btm-row > .pwm > .chk > .chk-mark {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  cursor: pointer;
  height: 35%;
  left: 4px;
  position: relative;
  top: 4px;
  transform: rotate(-45deg);
  width: 55%;
}

.channel-control > .btm-row > .pwm > .disp {
  align-items: center;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  line-height: 15px;
  margin-right: 10px;
}

.channel-control > .btm-row > .pwm > .channel {
  margin-right: 10px;
  position: relative;
  top: 4px;
  width: 80px;
}

.channel-control > .btm-row > .pwm > .freewheel {
  display: flex;
  position: relative;
  top: 6px;
}

.channel-control > .btm-row > .pwm > .freewheel > .hdr {
  align-items: center;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  height: 24px;
  line-height: 15px;
  margin-right: 10px;
}

.channel-control > .top-row {
  align-items: center;
  display: flex;
  height: 50%;
}

.channel-control > .top-row > .fault {
  display: flex;
  justify-content: space-between;
  width: 15%;
}

.channel-control > .top-row > .rad {
  display: flex;
  width: 85%;
}

.channel-control > .top-row > .rad > .hdr {
  color: #555555;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  margin-right: 10px;
}

.channel-control > .top-row > .rad > .val {
  display: flex;  
}

.channel-control > .top-row > .rad > .val > .cir {
  background-color: #FFFFFF;
  border: 1px solid #98999B;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 14px;
}

.channel-control > .top-row > .rad > .val > .cir.active {
  border: 4px solid #02688C;
  border-radius: 50%;
  height: 14px;
  width: 14px;

}

.channel-control > .top-row > .rad > .val > .disp {
  color: #555555;
  font-family: Roboto;
  font-size: 11px;
  line-height: 14px;
  margin-right: 5px;
}

.channel-fet {
  display: flex;
  height: 103px;
  position: absolute;  
  width: 30px;
}

.channel-fet-left{
  right: 0px;
}

.channel-fet-right{
  left: 0px;
}

.channel-fet-svg {
  height: 100%;
  width: 10px;
}

.channel-info-left {
  align-items: center;
  color: #999999;
  display: flex;
  flex-wrap: wrap;    
  font-family: Roboto;
  font-size: 9px;
  justify-content: flex-end;
  left: -5px;
  position: absolute;
  text-align: right;
  top: 40px;
  width: 30px;
}

.channel-info-right {
  align-items: center;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  font-family: Roboto;
  font-size: 9px;
  justify-content: flex-start;
  position: absolute;
  right: -5px;
  text-align: left;
  top: 40px;
  width: 30px;
}

.channel-line-svg {
  height: 100%;
  width: 23px;
}