:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
  width: 100%;
}

.btn-strct-2 {
  min-width: 120px;
  padding: 5px;
}

.btn-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: 18px;
  height: 40px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 25px;
  transition: .1s;
  -webkit-transition: .1s;
}

.btn-1.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ctr {
  text-align: center;
}

.fault {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  height: calc(100% + 55px);
  justify-content: center;
  overflow: auto;
  position: absolute;
  width: 100%;
  top: -55px;
}

.fault>.fault-panel {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 160px;
  left: 50%;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 5;
}

.fault>.fault-panel>.device-poup-cont {
  line-height: 1.4;
  margin-bottom: 10px;
  width: 80%;
  text-align: center;
}

.import-link {
  color: #CC0000;
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-decoration: underline;
}

.main-cntr {
  height: calc(100% - 28px);
  position: relative;
  width: 100%;
}

.main-cntr>.bottom-cntr {
  display: flex;
  height: 10%;
  justify-content: center;
  width: 100%;
}

.main-cntr>.middle-cntr {
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  justify-content: center;
  width: 100%;
}

.main-cntr>.middle-cntr>.cntr {
  display: flex;
  justify-content: center;
  width: 100%;
}


.main-cntr>.middle-cntr>.ctrl-cntr {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-cntr>.middle-cntr>.ctrl-cntr>* {
  margin: 0 20px;
  visibility: hidden;
  width: 231px;
}

.main-cntr>.middle-cntr>.ctrl-cntr>.active {
  visibility: visible !important;
}

.main-cntr>.middle-cntr>.cntr>.img-cntr {
  background-color: #FFFFFF;
  border: 3px solid rgba(230, 230, 230, 0.7);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(112, 112, 112, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 252px;
  justify-content: center;
  margin: 0 20px;
  width: 228px;
}

.img-cntr-1 {
  display: flex;
  height: 191px;
  justify-content: space-evenly;
  width: 231px;
}

.main-cntr>.middle-cntr>.cntr>.img-cntr.active {
  border: 3px solid rgba(204, 0, 0, 0.7) !important;
}

.main-cntr>.middle-cntr>.cntr>.img-cntr>.img-legend {
  align-items: center;
  background-color: #EEEEEE;
  color: #02688C;
  display: flex;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.main-cntr>.middle-cntr>.cntr>.img-cntr>img {
  height: calc(100% - 55px);
  padding: 50px;
}

.main-cntr>.middle-cntr>.hdr {
  border-bottom: 1px solid #1C99C4;
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  height: 25px;
  line-height: 21px;
  margin-bottom: 20px;
  text-align: center;
  width: 429px;
}

.main-cntr>.top-cntr {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 10%;
  padding-right: 20px;
  width: 100%;
}

.wid-55 {
  width: 55px;
}

.wid-100 {
  width: 100px;
}

.wid-140 {
  width: 140px;
}