:host {
  display: block;
  height: 32px;
  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: center;
  display: flex;
  color: #63666A;
  width: 115px;
}

.lft-rght-cntr {
  display: flex;
  width: 240px;
}

.lft-rght-cntr > .ctrl-hdr {
  margin: 0;
  position: relative;
  top: 3px;
  width: 135px;
}

.lft-rght-cntr * {
  width: 100px;
}

.on-off-switch {
	background: rgba(221,0,0,0.2);
  border: 1px solid rgba(221,0,0,0.3);
	border-radius: 12px;
	box-sizing: border-box;
  cursor: pointer;
  margin-right: 5px;
	height: 16px;
	position: relative;
  top: 3px;
	width: 30px !important;
}

.on-off-switch:before {
  background: #c00;
	border-radius: 10px;
	content: '';
	height: 12px;
	left: 2px;
	position: absolute;
	top: 10%;
	transition: left 0.2s linear;
	width: 13px !important;
}

.on-off-switch:after {
	display: none;
}

.switch-active {
	background: rgba(76,175,80,0.2);
  border: 1px solid rgba(76,175,80,0.3);
}

.switch-active:before {
	background: #4caf50;
	left: calc(100% - 15px);
	transition: left 0.2s linear;
}

.switch-disable {
	background: rgba(204,204,204,0.2);
  border: 1px solid rgba(204,204,204,0.3);
}

.switch-disable:before {
	background: #cccccc;
}

.switch-status {
  color: #555555;	
  display: inline-block;
  font-family: Roboto;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  top: 3px;
  width: 40px !important;
}

.wid-85 {
  width: 85px !important;
}


.wid-145 {
  width: 145px !important;
}

.wid-300 {
  width: 300px !important;
}

.disabled * {
  color: rgba(128, 128, 128, 0.3) !important;
}

.disabled .on-off-switch {
  cursor: not-allowed !important;
}

.mgn-0 {
  margin: 0 !important;
}

.bg-blue {
  background: #02688C !important;
}

.bg-blue:before {
  background: #FFF;
}