:host {
  background-color: #fff;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
  height: calc(100% - 16px);
}

:host::after {
  content: "";
  clear: both;
  display: table;
}

.button-1 {
  align-items: center;
  background-color: #02688c;
  border: 1px solid #02688c;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  height: 23px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
}

.button-1.disabled {
  background: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: not-allowed;
}

.button-1.disabled:active {
  font-size: 11px;
  user-select: none;
}

.button-1.unchanged {
  cursor: not-allowed;
  font-size: 10px !important;
  opacity: 0.5;
  pointer-events: none;
}

.button-1:active {
  font-size: 10px;
}

.cross-outer {
  height: 15px;
  width: 18px;
  background-color: #dd0000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.cross-inner {
  color: #ffffff;
  position: absolute;
  font-size: 10px;
  font-family: Roboto;
}

.custom-hght-hvariant {
  height: calc(100% - 118px);
}

.disabled {
  cursor: not-allowed !important;
  color: rgba(128, 128, 128, 0.3) !important;
}

.disabled * {
  cursor: not-allowed !important;
  color: rgba(128, 128, 128, 0.3) !important;
}

.fault {
  align-items: center;
  display: flex;
  width: 126px;
}

.fault-button {
  display: flex;
  justify-content: flex-end;
  margin-left: 6px;
  width: calc(100% - 140px);
}

.fault-ctr {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 95%;
}

.fault-name {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  width: 250px;
}

.fault-status {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 16px;
  position: relative;
  top: -1px;
  width: 33px;
}

.hght-230 {
  height: 230px;
}

.popup-panel > .header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  color: #c00;
  display: flex;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.popup-position {
  position: absolute;
}

.popup-panel {
  background-color: #ffffff;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 250px;
  width: 550px;
}

.popup-panel > .content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: roboto;
  font-size: 16px;
  justify-content: center;
  padding: 20px 20px 0 30px;
  width: calc(100% - 1px);
  text-align: justify;
}

.popup-panel > .content > * {
  height: 60px;
  width: 50%;
}

.popup-panel > .footer {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 21px;
  height: 70px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.popup-panel.firmware-warning > .content {
  line-height: 24px;
  padding: 20px 20px 20px 30px;
  word-spacing: 1px;
}

.custom-hght-hvariant {
  height: calc(100% - 118px);
}

.popup-footer-btn {
  align-items: center;
  background-color: #63666a;
  border: 1px solid #63666a;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  margin: 0 20px;
  width: 125px;
  height: 35px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
}

.popup-footer-btn:active {
  font-size: 13px;
}

.hdr-1 {
  color: #118899;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  height: 13px;
  line-height: 14px;
  width: max-content;
}

.lft {
  height: 100%;
  width: calc(100% - 255px);
}

.lft-cntr {
  height: 100%;
  padding: 20px 0px 0px 20px;
  overflow: auto;
}

.lft-cntr-inpt {
  display: flex;
  flex-wrap: wrap;
  min-height: 420px;
  height: 100%;
  min-width: 900px;
  padding: 10px 0px;
  width: 100%;
}

.lft-cntr-inpt-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 240px;
}

.lft-cntr-inpt-2 {
  border-left: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 370px;
  width: calc(100% - 240px);
}

.lft-cntr-inpt-2-1 {
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  overflow: auto;
  padding: 20px 0px 0px 20px;
}

paper-tabs {
	background-color: #fff !important;
  border-bottom: 1px solid #eee;
  box-shadow: none !important;
	color: inherit !important;
  flex-shrink: 0;
  font: inherit;
	font-size: 12px;
	font-weight: 500;
  height: 25px;
	line-height: 14px;
}

paper-tabs::shadow #tabsContent #selectionBar {
  background-color: #cc0000;
}

paper-tab {
  border-right: 1px solid #eee;
  color: #999999;
}

paper-tab.iron-selected {
  color: #cc0000;
}

paper-tab::shadow paper-ripple {
  display: none;
}

.widgets-cntr {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  min-width: 870px;
}

.widgets-cntr > * {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 137px;
  min-height: 46px;
}

.widgets-cntr > ti-widget-custom-toggle {
  height: unset;
}

.widgets-cntr > ti-widget-custom-toggle::shadow .on-off-switch,
.widgets-cntr > ti-widget-custom-toggle::shadow .switch-status {
  top: unset;
}

.widgets-cntr > ti-widget-custom-select::shadow .main-cntr {
  width: 100%;
}

.widgets-cntr > ti-widget-custom-select::shadow select#select.selectbox {
  width: calc(100% - 10px);
}

.red-txt {
  color: #c00;
}

.rght {
  height: 100%;
  width: 255px;
}

.rght-cntr {
  background-color: rgba(242, 244, 247, 0.85);
  height: calc(100% - 50px);
  padding-top: 5px;
  width: 100%;
}

.rght-cntr0 {
  background-color: rgba(242, 244, 247, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 20px;
}

.rght-cntr .hdr-1 {
  margin: 0px 12px;
}

.rght-cntr0-1 {
  display: flex;
  width: 100%;
}

.rght-cntr0-1 > .hdr {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 145px;
}

.rght-cntr0-1 > .value {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 1px 0px;
  width: 115px;
}

.rght-ctr-2-cnt {
  padding: 15px 5px 0px 20px;
  overflow-y: auto;
}

.rght-ctr-2-hdr {
  align-items: center;
  background-color: #b9e5fb;
  display: flex;
  height: 45px;
  justify-content: space-between;
  padding: 15px 13px;
  width: 100%;
}

.rght-hdr {
  align-items: center;
  background-color: #b9e5fb;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  justify-content: space-between;
  line-height: 19px;
  padding: 0px 13px;
  width: 100%;
}

.tick-outer {
  background-color: #4caf50;
  border-radius: 20px;
  height: 14px;
  position: relative;
  width: 18px;
}

.tick-inner {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  height: 8px;
  left: 7px;
  position: absolute;
  transform: rotate(45deg);
  top: 4px;
  width: 4px;
}

.command-config-popup-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 250px;
  max-height: 90%;
  width: 850px;
}

.command-config-popup-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: unset;
  min-height: 0;
  overflow: auto;
  padding: 30px 30px 15px 30px;
  width: unset;
}

.close-icon {
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.close-icon:hover {
  background-color: #ddd;
}

ti-widget-custom-select.dropdown-wid-100::shadow select#select {
  width: 100px;
}

ti-widget-custom-select.dropdown-cont-wid-auto::shadow .main-cntr,
  ti-widget-custom-select.dropdown-cont-wid-auto::shadow select#select.selectbox {
  width: auto;
}

ti-widget-custom-toggle.toggle-custom-style[is-left-right-alignment] {
  align-items: center;
  display: flex;
}

ti-widget-custom-toggle.toggle-custom-style[is-left-right-alignment]::shadow .ctrl-hdr {
  padding-right: 12px;
  width: auto;
}

ti-widget-custom-toggle.toggle-custom-style[is-left-right-alignment]::shadow .lft-rght-cntr {
  width: auto;
}

ti-widget-droplist.custom-droplist::shadow select#selectorList {
  box-shadow: unset;
  color: #555;
  font-size: 13px !important;
  margin: unset;
  padding: 6px 3px;
}

ti-widget-custom-numberbox {
  height: unset;
}

ti-widget-custom-numberbox::shadow input[type=number]::-webkit-inner-spin-button, 
ti-widget-custom-numberbox::shadow input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  height: 26px;
}

.border-top-section-separation-line {
  border-top: 1px solid #dadada;
  padding-top: 25px;
}

.heading-txt {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}

.read-only-widget {
  display: flex;
  flex-direction: column;
}

.read-only-widget .hdr {
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 4px;
  padding: 1px 0px;
  width: 125px;
}

.read-only-widget .hdr ti-widget-custom-tooltip {
  margin-left: 5px;
}

.read-only-widget .cnt {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  font-size: 12px;
  padding: 4px 10px;
}

.wid-75 {
  width: 75px;
}

.wid-100 {
  width: 100px;
}

.wid-12 {
  width: 12px;
}

.wid-140 {
  width: 140px;
}

.wid-210 {
  width: 210px;
}

.wid-100-per {
  width: 100% !important;
}

.wid-auto {
  width: auto;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-auto {
  margin-left: auto;
}

.padding-left-2 {
  padding-left: 2px;
}

.pad-top-10 {
  padding-top: 10px;
}

.disp-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-right
{
border-right: 1px solid #dadada;
}


@media only screen and (max-width: 1500px){
  .widgets-cntr {
    display: grid;
    grid-template-columns: auto auto auto auto;
    min-width: 0px;
  }
  .widgets-cntr > * {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 148px;
    min-height: 46px;
  }
  .border-right{
    border-right: 0px solid #dadada;;
  }
}