:host {
    width: 100%;
}

.flex-r {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-c {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.desc-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.align-start {
    align-items: start;
}

.align-center {
    align-items: center;
}

.space-around {
    justify-content: space-around;
}

.cntr {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    background-color: white;
    padding: 3%;
    margin: 15px 0px;
    height: 60%;
}

.header {
    width: 100%;
    height: 100px;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(105, 105, 105, 0.3);
    margin-bottom: 5px;
}

.header .title {
    width: 250px;
    text-align: center;
    color: #CC0000;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}

.vrtcl-divider {
    box-sizing: border-box;
    height: 80%;
    width: 1px;
    border: 1px solid #98999B;
    opacity: 0.35;
}

.auto-read-cntr {
    width: 30%;
    padding-left: 10px;
}

.fault-status-cntr {
    width: calc(100% - 570px);
    padding-left: 30px;
}

.fault-status {
    justify-content: space-around;
}

.hdr-rght {
    margin: 20px;
}

.reset-btn {
    border: 1px solid #CC1C00;
    border-radius: 4px;
    background-color: white;
    color: #CC1C00;
    height: 34px;
    width: 100px;
    cursor: pointer;
    margin-right: 15px;
    outline: none;
}

.reset-btn.blue {
    border: 1px solid #02688C;
    background-color: white;
    color: #02688C;
}

.reset-img {
    height: 16px;
    width: 18px;
    margin-bottom: 1%;
    margin-right: 5px;
    color: red
}

.red-btn {
    border: 1px solid #CC1C00;
    border-radius: 4px;
    background-color: #CC1C00;
    color: white;
    height: 34px;
    width: 152px;
    cursor: pointer;
    font-family: "roboto";
}

.red-btn.small {
    width: 100px;
    background-color: #02688C;
    border-color: #02688C;
    color: white;
}

.btn-cont {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.shutdown-img {
    height: 16px;
    width: 18px;
    margin-bottom: 1%;
    margin-right: 5px;
}

.main-container {
    width: 100%;
    height: calc(100% - 75px);
    background-color: #F7F7F7;
}

.left-container {
    width: 67%;
    height: 100%;
    padding: 2%;
    background-color: white;
}

.voltage-cntr {
    width: 100%;
    height: calc(100% - 200px);
    justify-content: space-evenly;
}

.volt-selection {
    width: 100%;
}

.title {
    justify-content: space-between;
    color: #555555;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.title-large {
    font-size: 18px;
}

.title-largewithpadding {
    font-size: 18px;
    padding: 0px 0px 3% 0px;
}

.selec-cntrl {
    padding: 20px 0px;
}

.volt-label {
    color: #555555;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.pale-bg {
    margin: 0px 10px;
    height: 32px;
    width: 75px;
    font-family: "roboto";
    color: #02688C;
    font-weight: bold;
    line-height: 32px;
}

.blue-btn {
    height: 32px;
    width: 125px;
    border-radius: 3px;
    background-color: #02688C;
    border: 1px solid #02688C;
    color: white;
    font-family: "roboto";
    cursor: pointer;
}

.info .msg {
    color: #98999B;
    font-family: Roboto;
    font-size: 13px;
    line-height: 1.5;
    padding: 3px;
}

.info .info-img {
    height: 18px;
    width: 18px;
    margin: 5px;
}

.vout {
    width: 100%;
    height: 40%;
}

.vout .vout-label {
    color: #02688C;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.vout .slider {
    width: calc(100% - 110px);
    padding: 10px;
    cursor: pointer;
    --paper-slider-height: 5px;
}

.highlight-cntr {
    background-color: rgba(237, 247, 248, 0.8);
}

.vout .volt-spinner {
    width: 90px;
    margin: 10px;
}

.horizontal-divider {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 1px solid #EFEEEE;
    margin: 5px;
}

.device-power-cntr {
    width: 100%;
    height: 200px;
    padding-top: 30px;
}

.grey-card {
    width: 100%;
    padding: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    background-color: #F7F7F7;
}

.rght-container {
    width: 33%;
    height: 100%;
    background-color: #F7F7F7;
    box-shadow: -1px 0 0 0 rgba(152, 153, 155, 0.3);
}

.title-block {
    height: 50px;
    padding-left: 25px;
    border: 1px solid #DADADA;
    background-color: #EEEEEE;
    margin-top: -4px
}

.rght-body {
    height: calc(100% - 50px);
}

.mode-inst {
    margin: 10px 10px;
    height: 90%;
    justify-content: stretch;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.cntrl-reg {
    margin: 10px 10px;
    height: 50%;
}

.fill-half {
    width: 170px;
    height: 45px;
    margin: 10px;
}

.lrg-wd {
    width: 202px;
}

.mar-rt {
    margin-right: 15px !important;
}

.droplist {
    height: 35px;
    width: 80%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-right: 7%;
    margin-top: 8px;
}

.title-sml {
    justify-content: flex-start;
    color: #555555;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.8;
}

.toggle-btn {
    cursor: pointer;
    --paper-toggle-button-checked-bar-color: #329b46;
    --paper-toggle-button-checked-button-color: white;
    --paper-toggle-button-checked-bar: {
    opacity: 1 !important;
  }
    margin-left: 15px;
}

.toggle-btn ::shadow #container #toggleButton .toggle-container #toggleButton {
    top: 2px;
    left: 4.5px;
    height: 12px;
    width: 12px;
}

ti-widget-toggle-button ::shadow #container .paper-toggle-button-0[checked]:not([disabled]) .toggle-bar.paper-toggle-button {
    opacity: 1.5;
}

.toggle-btn ::shadow #container #toggleButton .toggle-container {
    height: 16px;
}

.pointer {
    cursor: pointer;
}

.controls {
    justify-content: space-around;
    height: 55%;
}

.control-info {
    margin-top: 5px;
    height: 30%;
}

.overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2001;
    background: rgba(0, 0, 0, 0.5);
}

.shutdown-steps {
    height: 213px;
    width: 399px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.controlsNEW {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: 10%;
}

iron-icon {
  width: 17px;
  position: relative;
  bottom: 2px;
}

.device-setup iron-icon {
  top: 0px;
  right: 4px;
}

.control-warn iron-icon {
  width: 13px;
}

paper-toggle-button.green {
  cursor: pointer;
  --paper-toggle-button-checked-bar-color: #329b46;
  --paper-toggle-button-checked-button-color: white;
  --paper-toggle-button-checked-ink-color: white;
  --paper-toggle-button-checked-bar: {
    opacity: 1 !important;
  }
}

paper-toggle-button.custom-toggle {
  --paper-toggle-button-unchecked-button: {
    height: 16px;
    top: 1.5px;
    left: 1px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  }
  --paper-toggle-button-unchecked-bar: {
    width: 33px;
    height: 19px;
    border-radius: 10.5px;
    font-weight: 500;
    background-color: #a3a3a3;
  }
  --paper-toggle-button-checked-button: {
    transform: translate(16px, 0);
  }
  --paper-toggle-button-checked-bar: {
    opacity: 1;
    width: 33px;
    height: 19px;
    border-radius: 10.5px;
  }
  margin-bottom: 7px;
  margin-right: 10px;
  padding-top: 1px;
}

paper-toggle-button ::shadow.toggle-label {
  position: relative;
  top: 3px;
  right: 3px;
  color: #555555 !important;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
}

paper-toggle-button ::shadow #toggleButton {
  width: 15px;
}

paper-button.btn {
  padding: 7px 20px 27px 20px;
  outline: none;
}

.read-all-reg-btn,
.reset {
  box-sizing: border-box;
  height: 30px;
  color: #1c99c4;
  border: 1px solid #1c99c4;
  border-radius: 20px;
  background-color: #02678c1c;
  font-size: 12px;
  font-weight: 800;
}

.auto-read-option {
  width: 200px;
  font-weight: 600;
  font-size: smaller;
}

.select-interval-autoread {
  padding-left: 10px;
}

.interval-text {
  height: 13px;
  width: 50px;
  color: #555555;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
}

.select-interval {
  height: 31px;
  width: 122px;
  background-color: #f1f1f1;
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  padding: 8px 0px 8px 13px;
}

.select-interval-autoread {
  padding-left: 10px;
}

.control-details {
  display: flex;
  flex-direction: column;
}

.control-name {
  font-weight: 600;
  color: #636262;
  padding-bottom: 10px;
}

.control-interface {
  align-self: center;
  cursor: pointer;
  font-weight: 600;
  margin-left: 50px;
}

.control-interface-pwm {
  align-self: center;
  cursor: pointer;
  font-weight: 600;
}

.cntr-pwm {
    background-color: white;
    margin: 2% 0px 0px 0px;
    height: 20%;
}

.text-margin {
    margin: 5% 0px 0px 0px;
}









