:host {
  width: 100%;
  height: 100%;
}

.common-page-container.breadcrumb-mrg {
  margin-top: 45px;
  height: calc(100% - 45px - 50px);
}

.whole-page-container {
  background-color: white;
  margin-left: 20px;
}

.bfd-left {
  height: calc(100% - 6%);
  width: 80%;
}

.page-title {
  margin: 5px 0px 10px 2%;
  border-left: 3px solid var(--color-ti-primary-red);
  font-size: 27px;
  font-weight: 300;
  height: 35px;
  padding-left: 15px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.btn.primary.custom {
  align-self: flex-end;
  font-weight: bold;
  min-width: 160px;
}

.btn.primary.small {
  min-width: 185px;
}

.status-panel {
  position: sticky;
  top: 15px;
  right: 15px;
  margin: 15px 15px 0px 0px;
}

.title {
  color: var(--color-ti-text-grey-dark);
  font-size: 15px;
  text-align: start;
  text-transform: uppercase;
  width: 85%;
}

.main-container {
  width: 100%;
}

.individual-control {
  border: 1px dashed gray;
  margin: 10px;
  border-radius: 5px;
  width: 225px;
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
}

.individual-control > .title {
  align-items: center;
  font-size: 14px;
  width: fit-content;
  max-height: 50px;
  height: 50px;
  min-height: 50px;
}

.custom-input::shadow.input-content {
  top: -20px;
  left: 5px;
}

.custom-input::shadow paper-input-container {
  background-color: #f1f1f1;
  width: 90px;
}

.controls-container {
  flex-wrap: wrap;
  transition: top 1s ease;
  justify-content: flex-start;
}

.control-ele {
  margin: 5px;
}

.status-page-section {
  border-radius: 5px;
  border: 1px dashed gray;
  box-shadow: 0 0 7px #8080809e;
  margin: 10px 10px;
}

.controls-container > .individual-control {
  min-height: 110px;
}

.help-icon {
  width: 17px;
}

.collapse-bar {
  width: 100%;
  height: 25px;
  background-color: #118899;
  align-items: center;
  justify-content: space-around;
}

.collapse-icon {
  margin: 5px;
  width: 17px;
  min-width: 17px;
}

.section-title {
  color: white;
}

.custom-tooltip {
  width: 300px;
  --paper-tooltip: {
    background-color: var(--color-ti-primary-white);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px #999;
    color: var(--color-ti-primary-black);
    font-size: 14px;
    line-height: 20px;
  }
}

iron-pages paper-item.cstm {
  color: #6c6672 !important;
  min-height: 35px;
}

.interrupt-status {
  display: flex;
  align-items: center;
  background-color: var(--color-ti-border-grey);
  height: 26px;
  width: 64px;
  justify-content: space-around;
  border-radius: 15px;
  padding: 11px;
  font-size: 11px;
  font-weight: bold;
}
.status-circle {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.status-circle.on {
  background-color: var(--color-ti-secondary-green);
}
.status-circle.off {
  background-color: var(--color-ti-primary-red);
}
.interrupt-control {
  border: 1px dashed gray;
  border-radius: 4px;
  padding: 10px 15px;
  max-width: 450px;
  width: 100%;
  height: 70px;
  margin: 5px 0px;
}
.interrupt-control paper-toggle-button {
  margin-top: -6px;
}
.mode-page-section {
  border-radius: 5px;
  box-shadow: 0 0 7px #8080809e;
  margin: 10px 10px;
}
.collapse-bar {
  width: 100%;
  height: 40px;
  background-color: #118899;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
}
.collapse-icon {
  margin: 5px;
  width: 17px;
  min-width: 17px;
}
.section-title {
  color: white;
}
.controls-container {
  flex-wrap: wrap;
  transition: top 1s ease;
  justify-content: space-evenly;
  padding: 15px;
}
.interrupt-wrapper {
  width: 40%;
  align-items: center;
}
.ver-line {
  border-right: 1px dashed gray;
}
