:host {
  margin-right: 55px;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.ctrl-wrapper {
  align-items: center;
  display: flex;
  height: 40px;
}

.ctrl-title {
  color: #6b6b6b;
  display: block;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 115px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.control {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}

.control.override-width{
  max-width: 200px;
}

/* droplist */

.droplist-cont,
.droplist-cont ti-widget-droplist {
  height: 100%;
  width: 100%;
}

.droplist-cont ti-widget-droplist::shadow select#selectorList {
  box-shadow: unset !important;
  border: 0.5px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  color: #98999b;
  font-family: Roboto !important;
  font-size: 11px !important;
  font-weight: bold !important;
  height: 100%;
  letter-spacing: 0;
  line-height: 13px;
  margin: unset !important;
  padding: 7px;
}

/* toggle */

ti-widget-toggle-button::shadow
  paper-toggle-button#toggleButton::shadow
  #toggleBar {
  height: 14px;
  width: 30px;
}

ti-widget-toggle-button::shadow
  paper-toggle-button#toggleButton::shadow
  #toggleButton {
  top: 1.5px;
  left: 3px;
  height: 10px;
  width: 10px;
}

ti-widget-toggle-button::shadow
  paper-toggle-button#toggleButton[checked]::shadow
  #toggleButton {
  transform: translate(14px, -0.5px);
}

ti-widget-toggle-button::shadow
  paper-toggle-button#toggleButton[checked]:not([disabled])::shadow
  #toggleBar {
  background-color: #329b46;
  opacity: 0.4;
}

ti-widget-toggle-button::shadow
  paper-toggle-button#toggleButton[checked]:not([disabled])::shadow
  #toggleButton {
  background-color: #329b46;
}

/* Numeric */

ti-widget-spinner {
  flex-grow: 1;
  height: 100%;
}

ti-widget-spinner::shadow input#spinnerWidget {
  background-color: #fff;
  border: 0.5px solid #eee;
  border-radius: 3px;
  box-shadow: unset !important;
  color: #98999b;
  font-family: Roboto !important;
  font-size: 11px !important;
  font-weight: bold !important;
  height: 100%;
  letter-spacing: 0;
  line-height: 13px;
}

.checkbox::shadow #checkbox::shadow #checkboxContainer {
  height: 13px;
  min-width: unset;
  width: 13px;
}

.checkbox::shadow #checkbox::shadow #checkbox {
  border-color: #6b6b6b;
}

.checkbox::shadow #checkbox::shadow #checkbox.checked {
  border: 1.8px solid #329b46;
  background-color: #329b46;
}

.checkbox::shadow #checkbox::shadow #ink {
  color: #329b46;
  left: -17px;
  top: -17px;
}

.checkbox::shadow #checkbox::shadow #checkmark {
  transform-origin: 86% 89%;
  width: 33%;
}

.checkbox.disabled-ui {
  /** Override disabled-ui class in global.css **/
  /** Use lower opacity due to thick checkbox border **/
  opacity: 0.3;
}

.ctrl-unit {
  color: #98999b;
  font-family: Roboto !important;
  font-size: 11px !important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 13px;
  margin-left: 10px;
}

.fault-led {
  height: 20px;
  left: -3px;
  position: relative;
  top: -3px;
  width: 22px;
  box-shadow: 0px 0px 5px 1px;
}

.led-indicator {
  border-radius: 50%;
  height: 12px;
  position: relative;
  width: 12px;
  z-index: 1;
}
.led-indicator ~ .bg-layer {
  background-color: #fff;
  border-radius: 11px;
  height: 28px;
  left: -10px;
  position: absolute;
  top: 3px;
  width: 100px;
  z-index: 0;
}
.on,
.off {
  height: 22px;
  width: 22px;
}
.off::after {
  content: "INACTIVE";
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  top: 13px;
  position: absolute;
  width: 22px;
  height: 22px;
}
.on::after {
  content: "ACTIVE";
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  position: absolute;
  top: 13px;
  width: 22px;
  height: 22px;
}
.numeric-indicator {
  color: #09f;
  font-family: Roboto !important;
  font-size: 11px !important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 13px;
  padding: 0px 20px;
}

.parent_height_width {
  height: 100%;
  width: 100%;
}
