:host {
  width: 100%;
  height: 100%;
}

.block-one,
.block-two,
.block-three {
  padding: 1% 1% 2% 1%;
  width: 100%;
}

.block-title {
  color: var(--color-ti-text-grey-dark);
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2%;
  text-transform: uppercase;
  width: 100%;
}

.block-footer {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 13%;
  min-height: 100px;
  width: 100%;
}

.btn.primary.small {
  height: 42px;
  font-size: 11px;
  min-width: 180px;
}

.control-block {
  background-color: var(--color-ti-bg-grey-03);
  border: 0.5px dashed var(--color-ti-secondary-grey);
  border-radius: 4px;
  padding: 0% 2%;
}

.control-block.enable {
  height: 117px;
  width: 300px;
}

.control-block.event-error {
  height: 80px;
  width: 45%;
  max-width: 350px;
}

.control-block.qa-config-controls {
  height: 80px;
  width: 45%;
  max-width: 295px;
  margin: 0px 20px 20px 0px;
}

.control-block.qa-config-controls .control-info {
  margin-right: 5px;
}

.control-block.qa-config-controls paper-toggle-button {
  align-items: unset;
  height: 27px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.control-block.error-action {
  height: 80px;
  width: 50%;
}

.control-block.limp {
  min-width: 220px;
  height: 80%;
}

.control-block.reset {
  height: 60px;
}

.control-block.timer {
  height: 42%;
  min-height: 60px;
  min-width: 230px;
  width: 100%;
}

.control-desc {
  color: var(--color-ti-text-grey-dark);
  font-size: 13px;
  font-weight: lighter;
  line-height: 20px;
}

.control-info {
  width: max-content;
  height: 100%;
}

.control-title {
  color: var(--color-ti-text-grey-dark);
  font-size: 12px;
  font-weight: bold;
}

.control-title.fixed {
  width: 95px;
}

.control-title.with-help {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-tooltip {
  width: 300px;
  --paper-tooltip: {
    background-color: var(--color-ti-primary-white);
    border-radius: 5px;
    /* border: 1px solid #999; */
    box-shadow: 0px 0px 15px 1px #999;
    color: var(--color-ti-primary-black);
    font-size: 14px;
    line-height: 20px;
  }
}

.dashed-border-bottom {
  border-bottom: 0.7px dashed var(--color-ti-border-grey-dark);
}

.grid-option {
  background-color: var(--color-ti-bg-grey-04);
  border-radius: 2.4px;
  color: var(--color-ti-text-grey-dark);
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  min-width: 75px;
  width: 100%;
  text-align: center;
}

.grid-option:hover {
  font-weight: bold;
}

.grid-option.selected {
  background-color: var(--color-ti-secondary-green);
  color: var(--color-ti-primary-white);
  pointer-events: none;
}

.grid-selection {
  display: grid;
  grid-column-gap: 5%;
  grid-row-gap: 10%;
  grid-template-columns: auto auto;
  height: 70%;
  padding: 5%;
}

.help-icon {
  color: var(--color-ti-text-grey-dark);
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.light-font {
  font-weight: lighter;
}

.limp-block {
  width: 40%;
  height: 100%;
}

.limp-controls {
  height: 70%;
}

.main-container {
  flex-grow: 1;
  padding: 50px 0px 2% 0;
}

.margin-two {
  margin: 0% 2%;
}

.multiple-controls {
  width: 100%;
}

.pad-two {
  padding: 2%;
}

.reset-block {
  height: 100%;
  margin: 0 1%;
}

.single-control {
  padding: 5%;
}

.timer-block {
  width: 50%;
}

.status-panel-container {
  background-color: var(--color-ti-primary-white);
  height: 95%;
  width: 25%;
}

.timer-block-one {
  height: 100%;
  width: 50%;
}

.timer-block-two {
  height: 100%;
  width: 45%;
}

.timing-block {
  height: 100%;
  width: calc(100% - 40% - 4%);
}

.timing-controls {
  height: 80%;
}

.vertical-line {
  border-right: 0.5px dashed var(--color-ti-secondary-grey);
  height: 100%;
  opacity: 0.4;
  width: 1px;
}

.watchdog-container {
  background-color: var(--color-ti-primary-white);
  box-shadow: 5px 5px 30px 0 var(--color-ti-bg-grey-dark);
  margin: 25px 25px 0px 25px;
  padding: 0 2% 1% 2%;
  position: relative;
  width: calc(100% - 29%);
}

paper-dropdown-menu.custom-dropdown {
  width: 290px;
  --paper-dropdown-menu-button: {
    width: 100%;
  }
}

paper-dropdown-menu.custom-dropdown-2 {
  width: 350px;
  --paper-dropdown-menu-button: {
    width: 100%;
  }
}

paper-dropdown-menu.small-dropdown-bottom {
  width: 45%;
  min-width: 95px;
  --paper-dropdown-menu-button: {
    width: 100%;
  }
  --paper-menu-button-content : {
    max-width: 120px !important;
    max-height: 500px !important;
    margin-top: 25px !important;
    width: 110px !important;
  }
}

paper-dropdown-menu.small-dropdown-top {
  width: 45%;
  min-width: 95px;
  --paper-dropdown-menu-button: {
    width: 100%;
  }
  --paper-menu-button-content : {
    max-width: 120px !important;
    bottom: 52px !important;
    max-height: 500px !important;
    width: 105px !important;
  }
}

paper-dropdown-menu.medium-dropdown {
  min-width: 130px;
  width: 67%;
  --paper-dropdown-menu-button: {
    width: 100%;
  }
  --paper-menu-button-content : {
    margin-top: -18px !important;
    max-height: 500px !important;
    bottom: 45px !important;
  }
}

paper-tooltip {
  --paper-tooltip-opacity: 1;
}

paper-dropdown-menu.bottom {
  --paper-menu-button-content : {
    margin-top: 30px !important;
    max-height: 500px !important;
  }
}

paper-dropdown-menu.top {
  --paper-menu-button-content : {
    margin-top: -18px !important;
    max-height: 500px !important;
  }
}

.toggle-mg {
  margin-top: 12%;
}

.wd-timing-toast {
  position: absolute;
  bottom: 0;
  left: 0;
}

.wd-timing-toast.prescale-change-popup {
  bottom: 50px;
}

.trigger-icon {
  height: 17px;
  width: 30px;
}

.grid-selection.disable-true {
  opacity: 0.2;
  pointer-events: none;
}

.trigger-info {
  color: var(--color-ti-primary-red-dark);
  font-size: 13px;
  margin: 4% 4% 2% 4%;
}

.footer-controls {
  height: 70%;
  width: 425px;
}

.enable-controls {
  height: 50%;
  width: 100%;
}

.wd-enable-info {
  align-self: flex-start;
  color: var(--color-ti-primary-red-dark);
  font-size: 12px;
}

.sw-config-dropdown::shadow.input-content {
  top: -22px;
}

ti-tile-status-panel {
  height: unset;
  margin: 25px 25px 0px 0px;
}
