.header {
  align-items: center;
  box-shadow: 0px 0px 10px 1px #ccc;
  display: flex;
  height: 60px;
  justify-content: space-between;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.header-left {
  align-items: center;
  display: flex;
  height: 100%;
  width: 740px;
}

.page-title {
  color: #388697;
  font-size: 15px;
  font-weight: 600;
  margin: 0px 10px;
}

.slave-txt {
  font-weight: 500;
  color: var(--color-ti-primary-blue);
  font-size: 15px;
  padding: 5px;
  margin-right: 5px;
}

.vertical-line {
  background-color: #c8dae3;
  height: 38px;
  width: 2px;
}

.chip-enable {
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  width: 142px;
  padding: 0px 15px;
  cursor: pointer;
}

.power-button-cont {
  height: 23px;
  width: 23px;
  cursor: pointer;
}

.power-button {
  height: 23px;
  width: 23px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.power-button.green,
.power-symbol-line-cont.green {
  background-color: #67a651;
}

.power-button.grey,
.power-symbol-line-cont.grey {
  background-color: #ccc;
}

.power-symbol {
  height: 20px;
  width: 20px;
}

.power-symbol-circle {
  border-radius: 10px;
  border: 2px solid #ffffff;
  height: 15px;
  width: 15px;
}

.power-symbol-line-cont {
  width: 6.5px;
  height: 8px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 4px;
  left: 8.5px;
}

.power-symbol-line {
  height: 8px;
  width: 2px;
  background-color: #ffffff;
}

.label {
  align-items: center;
  background-color: #98999b;
  border-radius: 15px;
  color: #ffffff;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-left: 15px;
  width: 85px;
}

.label.enabled {
  background-color: #67a651;
}

.reset-btn {
  border: 1px solid var(--color-ti-primary-red);
  border-radius: 4px;
  background-color: var(--color-ti-primary-red);
  color: var(--color-ti-white);
  height: 34px;
  width: 100px;
  cursor: pointer;
  margin-right: 15px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset-img {
  height: 16px;
  width: 18px;
  margin-bottom: 1%;
  margin-right: 5px;
  color: #cc1c00;
}

.header-right {
  align-items: center;
  display: flex;
  height: 100%;
  width: 590px;
}

.faults-container {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 290px;
}

.faults-title {
  color: #999999;
  font-size: 15px;
  height: 13px;
  width: 45px;
}

.faults-list {
  align-items: center;
  border: 1px dashed #979797;
  display: flex;
  height: 30px;
  column-gap: 14px;
  padding: 0px 10px;
  width: 225px;
}

.fault-open,
.fault-short {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  column-gap: 4px;
}

.fault-open {
  color: #555555;
}

.open-circuit {
  color: #555555;
  height: 15px;
  width: 15px;
}

.check-icon {
  height: 12px;
  width: 12px;
}

.fault-short {
  color: #555555;
}

.flash-icon {
  color: #555555;
  height: 15px;
  width: 15px;
}

.fault-count,
.fault-open-check {
  align-items: center;
  background-color: #555555;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 11px;
  height: 16px;
  justify-content: center;
  margin: 0px 3px;
  width: 16px;
}

.device-state {
  color: #999999;
  margin-left: 15px;
  font-size: 12px;
  height: 13px;
  width: 83px;
}

.faults-popup-container {
  height: 40px;
  position: absolute;
  right: 280px;
  top: 41px;
  width: 255px;
  z-index: 10;
}

.faults-popup {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: -7px 7px 3px -5px var(--color-ti-indicator-grey);
  display: flex;
  height: 45px;
  justify-content: space-between;
  padding: 10px 10px;
  position: absolute;
  top: 10px;
  width: 100%;
}

.faults-report {
  color: #999999;
  height: 17px;
}

.view-faults-button {
  border: 1px solid #388697;
  border-radius: 3px;
  color: #388697;
  cursor: pointer;
  font-size: 13px;
  height: 26px;
  width: 100px;
}

.faults-popup-arrow {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 20px;
  position: absolute;
  right: 50%;
  transform: rotate(135deg);
  width: 20px;
}

.cursor-ptr {
  cursor: pointer;
}

.matrix-title {
  font-size: 24px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.clear-faults-operations {
  display: flex;
}

.overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: flex;
  height: calc(100% - 60px);
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}


.faults-view-popup {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: 82%;
  position: absolute;
  width: 900px;
  z-index: 100;
}

.faults-operations {
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: space-around;
  width: 130px;
}

.clear-fault-button {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 5px;
  color: #388697;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 130px;
}

.clear-fault-button:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.faults-view-popup-header {
  align-items: center;
  border-bottom: 1px dashed #388697;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 10px 25px 0px 25px;
  width: 100%;
}

.faults-view-popup-title {
  color: #4b91a3;
  font-size: 16px;
  font-weight: 500;
  height: 20px;
  width: 90px;
}

.faults-view-popup-content {
  display: flex;
  padding: 20px 50px;
  overflow: auto;
}

.led-matrix-block {
  background-color: #ffffff;
  margin-left: -65px;
  margin-right: 35px;
  margin-top: 10px;
  margin-bottom: auto;
}

.close-icon {
  color: #388697;
  height: 25px;
  cursor: pointer;
  width: 25px;
}

.fault-open.faulty,
.fault-short.faulty,
.flash-icon.faulty {
  color: #ce3b27;
}

.fault-open-check.faulty,
.fault-count.faulty {
  background-color: #ce3b27;
}

.cmd-button {
  background-color: #67a651;
  color: white;
  height: 28px;
  font-size: smaller;
  margin-left: 30px;

}



.paper-button-1[animated] {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.paper-button-1 {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 5.14em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  text-transform: uppercase;
  outline-width: 0;
  border-radius: 3px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 0;
  padding: 0.7em 0.57em;
  font-family: 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased;

}

.update-cmd {
  border: var(--border-change);
  margin-right: 5px;
}

.toast-widget {
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 2;
  min-width: 200px;
  height: 45px;
  font-size: 18px;
}

.header>.header-right>.inner-content>ti-widget-toast::shadow #toast {
  display: flex;
  align-content: center;
  text-align: center;

}

header>.header-right>.inner-content>ti-widget-toast::shadow #toast #closeIcon {
  cursor: pointer;
}


iron-icon {
  cursor: pointer;
}