:host {
  display: block;
  height: 47px;
  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: 4px;
  width: 100%;
}

.ctrl-cnt {
  background-color: #FFF;
  border: 1px solid rgba(223,223,223,0.75);
  border-radius: 2px;
  display: flex;
  height: 28px;
  margin-right: 15px;
  width: 145px;
}

.disabled * {
  color: rgba(128, 128, 128, 0.3) !important;
}

.disabled input {
  cursor: not-allowed !important;
}

.extend-width {
  width: 180px !important;
}

.numberbox-max {
  background: #FFF;
  border: none;
  color: #555;
  font-family: Roboto;
  font-size: 12px !important;
  outline: none;
  padding: 6px 0px 6px 12px;
  width: 100%;
}

.numberbox-min {
  background: #FFF;
  border: none;
  color: #555;
  font-family: Roboto;
  font-size: 12px !important;
  outline: none;
  padding: 6px 0px 6px 12px;
  width: 75px;
}

.unit {
  align-items: center;
  background-color: #EEE;
  border-left: 1px solid rgba(223,223,223,0.75);
  color: #98999B;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  height: 100%;
  justify-content: center;
  line-height: 13px;
  opacity: 0.8;
  width: 69px;
}