:host {
  height: 100%;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 17px;
  width: 100%;
}

.checkbox-cont {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 5px;
  margin: auto 0px;
  min-height: 70px;
}

.checkbox-cont .led-checkbox::shadow #checkboxContainer {
  height: auto;
  width: auto;
}

.checkbox-cont .led-checkbox::shadow #checkbox,
.checkbox-cont .led-on-off {
  border: 1px solid #388697;
  border-radius: 3px;
  background-color: #e5e5e5;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.checkbox-cont .led-checkbox::shadow #checkmark {
  width: 25%;
  height: 60%;
  transform-origin: 75% 110%;
}

.checkbox-cont .led-checkbox::shadow #checkbox.checked {
  background-color: #02688c;
  border-color: #02688c;
}

.checkbox-cont .led-on-off {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 5px;
  position: relative;
}

.checkbox-cont .led-on-off::before {
  background-color: #388697;
  border-radius: 2px;
  content: "";
  height: 3px;
  position: absolute;
  width: 15px;
}

.checkbox-cont .led-text {
  color: #63666a;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
}

.checkbox-cont .led-on-off-info-cont {
  align-items: center;
  border: 1px dashed #979797;
  border-radius: 3px;
  background-color: #f7f7f7;
  display: flex;
  color: #63666a;
  font-size: 12px;
  flex-grow: 1;
  line-height: 14px;
  height: 60px;
  max-width: 600px;
  margin-left: 25px;
  padding: 15px 15px 15px 20px;
  position: relative;
}

.checkbox-cont .led-on-off-info-cont::before {
  align-items: center;
  border: 1px solid #3f98c2;
  background-color: #3f98c2;
  border-radius: 50%;
  content: "i";
  color: #fff;
  display: flex;
  font-weight: bolder;
  font-size: 12px;
  font-style: italic;
  height: 14px;
  justify-content: center;
  left: -8px;
  position: absolute;
  width: 14px;
}

.color-picker {
  margin: 0;
}

.color-picker-cont {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 10px 0px auto 0px;
}

.color-picker-cont {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 15px;
}

.header-text {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  /* margin-top: 15px; */
  height: 45px;
  display: flex;
  padding: 0px 15px;
  align-items: center;
}
.color-picker-cont .color-picker-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.color-picker-cont ti-custom-led-color-picker {
  margin: 0px 10px;
}

.color-picker-cont .color-indicator {
  border-radius: 4px;
  background-color: #cf5353;
  height: 35px;
  margin: 0px 10px;
  width: 34px;
}

.color-picker-cont .hex-value-input {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
}

.color-picker-cont .hex-value-header-text {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.color-picker-cont .hex-value-input-cont {
  align-items: center;
  border: 1px dashed #979797;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
}

.color-picker-cont .hex-value-input-cont .color-input {
  display: flex;
  flex-direction: row;
  width: 150px;
  align-items: center;
  justify-content: space-evenly;
  margin: 5px 8px;
}

.color-picker-cont .hex-value-input-cont .color-input-txt {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}

.color-picker-cont .hex-value-input-cont .color-input-value {
  border: 1px solid #388697;
  border-radius: 3px;
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  height: 27px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 51px;
}

.dot-constant-value,
.color-input-value-read-only {
  border: 1px solid var(--color-ti-border-grey-dark);
  background-color: var(--color-ti-border-grey-dark);
  color: var(--color-ti-primary-blue);
  font-weight: 500;
  border-radius: 3px;
  font-family: Roboto;
  font-size: 12px;
  height: 27px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}

.header {
  display: grid;
  grid-template-columns: 10% 20% 20% 20%;
  grid-gap: 20px;
}

.dot-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 140px;
}

.dot-section {
  display: grid;
  grid-template-columns: 10% 20% 20% 20%;
  grid-gap: 20px;
}

.dot-field {
  display: flex;
  align-items: center;
  justify-content: center;
}

.led-brightness-cont {
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 10px 0px auto 0px;
  padding: 15px;
}

.led-brightness-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 4px 0px;
}

.led-brightness-header .header-text {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.btn-small {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 5px;
  background-color: #388697;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 20%;
}

.btn-small:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.led-brightness-header .settings-icon {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 5px 4px 15px;
  display: flex;
  align-items: center;
}

.settings-icon {
  margin-right: 10px;
}

.led-brightness-header .settings-icon iron-icon {
  color: #777;
  height: 20px;
  width: 45px;
}

.led-brightness-slider-cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0px;
  width: auto;
  height: 80px;
}

.led-brightness-slider-cont.disabled {
  opacity: 0.3;
  pointer-events: none !important;
}

.led-brightness-slider-cont .numberbox-cont {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.led-brightness-slider-cont .numberbox-txt {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
}

.numberbox-value {
  box-sizing: border-box;
  border: 1px solid #388697;
  border-radius: 3px;
  color: #555555;
  font-size: 12px;
  height: 28.05px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 65px;
}

.led-brightness-slider-cont.disabled .numberbox-value {
  border: 1px solid #999;
}

.card-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 140px;
}

.table {
  width: 160px;
}

.splitter {
  width: 0.5px;
  background-color: var(--color-ti-primary-black);
}

.table-header,
.sub-header,
.value-cell,
.splitter {
  height: 35px;
}

.sub-header-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-header-text,
.value-cell {
  width: 87px;
}

.table-header.red {
  background-color: var(--color-ti-bg-red);
}

.table-header.green {
  background-color: var(--color-ti-bg-green);
}

.table-header.blue {
  background-color: var(--color-ti-bg-blue);
}

.sub-header {
  background-color: var(--color-ti-bg-grey);
}

.table-header,
.value-cell,
.sub-header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sub-header,
.value-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ti-widget-slider {
  width: 400px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderBar
  #progressContainer {
  height: 7px;
  border-radius: 5px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderBar
  #secondaryProgress {
  border-radius: 5px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderBar
  #primaryProgress {
  background-color: #388697;
  border-radius: 5px;
  border-bottom-left-radius: 35%;
  border-top-left-radius: 35%;
}

.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderBar
  #primaryProgress {
  background-color: #999;
}

ti-widget-slider::shadow #divContainer #ruler {
  left: 1px;
  top: 25px;
  width: calc(100% - 1px);
}

ti-widget-slider::shadow #divContainer #ruler::shadow .tick {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  height: 5px;
}

ti-widget-slider::shadow #divContainer #ruler::shadow .tickLabel {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob {
  top: -1.5px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob
  .slider-knob-inner {
  border: 1px solid #388697;
  background-color: #388697;
  height: 20px;
  width: 20px;
}

.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob
  .slider-knob-inner {
  border: 1px solid #999;
  background-color: #999;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob
  .slider-knob-inner::before {
  background-color: #388697;
}

.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  #sliderOuterDiv_1,
.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  paper-single-range-slider#sliderMax,
.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  paper-single-range-slider#sliderMax::shadow
  #sliderContainer,
.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  paper-single-range-slider#sliderMax::shadow
  .bar-container,
.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  paper-single-range-slider#sliderMax::shadow
  #sliderKnob,
.led-brightness-slider-cont.disabled
  ti-widget-slider::shadow
  paper-range-slider#slider::shadow
  paper-single-range-slider#sliderMax::shadow
  paper-progress#slideBar {
  pointer-events: none !important;
}

.back-button {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 25px;
  justify-content: space-evenly;
  padding: 4px;
  width: 69px;
}

.back-button iron-icon {
  color: #388697;
  height: 15px;
  width: 15px;
}

.back-button .back-button-text {
  color: #388697;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
