: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;
}

.error-cont{
  color:#CC1C00;
  font-family: Roboto;	
  font-size: 12px;
  font-weight:600;
  display:flex;
  align-items: flex-start;
  height:20px;
}

.err-msg {
  font-style: italic;
}

.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: 75px;
    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;
}

.fault-status-cntr {
    width: calc(100% - 570px);
    padding-left: 10px;
}

.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% - 80px);
    background-color: #F7F7F7;
}

.left-container {
    width: 67%;
    height: 100%;
    padding: 2%;
    background-color: white;
}

.voltage-cntr {
    width: 100%;
    height: calc(100% - 215px);
    min-height: 420px;
    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;
}

.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 .droplist{
  width: 400px;
  margin-top:0px ;
}

.vout .flex-r{
  justify-content: space-between;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.vout .vout-label {
    color: #02688C;
    font-family: Roboto;
    font-size: 14px;
    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 10px 10px 20px;
}

.horizontal-divider {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 1px solid #EFEEEE;
    margin: 15px 0px 20px 0px;
}

.device-power-cntr {
    width: 100%;
    height: 200px;
}

.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: 256px;
    justify-content: space-around;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.cntrl-reg {
    margin: 10px 10px;
    height: calc(100% - 256px);
}

.fill-half {
    width: 170px;
    height: 45px;
    margin: 10px;
}

.lrg-wd {
    width: 202px;
}

.mar-rt {
    margin-right: 15px !important;
}

.droplist {
    height: 35px;
    width: 250px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-right: 15%;
    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;
    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: 40%;
}

.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;
}