:host {
  display: block;
  height: 40px;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
}

.ctrl-hdr {
  color: #555555;	
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 115px;
}

.ctrl-cnt {
  align-items: flex-start;
  display: flex;
  color: #63666A;
  width: 115px;
}

.image-cntr {
  margin-right: 5px;
}

.image-cntr.disabled {
  cursor: not-allowed !important;
  opacity: 0.3;
}

.lft-rght-cntr {
  display: flex;
  width: 210px;
}

.lft-rght-cntr > .ctrl-hdr {
  margin: 0;
  position: relative;
  top: 3px;
  width: 110px !important;
}

.lft-rght-cntr * {
  width: 100px;
}

.switch-status {
  color: #555555;	
  display: inline-block;
  font-family: Roboto;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  top: 3px;
  width: 40px !important;
}

.wid-145 {
  width: 145px !important;
}

.disabled * {
  cursor: not-allowed !important;
  color: rgba(128, 128, 128, 0.3) !important;
}