:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
}

.btn-1 {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #02688C;	
  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.active {
  background-color: #02688C;
  color: #FFF;
}

.btn-1.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.device-popup {
	font-size: 16px !important;
	height: 300px !important;
	padding: 0 25px !important;
	width: 700px !important;
}

.device-popup-hdr {
	align-items: center;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	width: 100%;
}

.fault-config {
	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;
}

.lft-cntr {
  background-color: #F7F7F7;
  box-shadow: 3px 0 10px 0 rgba(217,217,217,0.5);
  height: 100%;
  width: 320px;
}

.lft-cntr > .hdr {
  align-items: center;
  background-color: #EEEEEE;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  height: 57px;
  line-height: 18px;
  padding-left: 30px;
  width: 100%;
}

.lft-cntr > .cnt {
  width: 100%;
  padding: 20px 0px 0px 30px;
}

.lft-cntr > .cnt > .cnt-msg {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 0 0 30px 0;
  width: calc(100% - 30px);
}

.lft-cntr > .cnt > .load-configure {
  width: calc(100% - 30px);
}

.lft-cntr > .cnt > .load-configure > .cnf {
  margin-top: 10px;
  width: 100%;
}

.lft-cntr > .cnt > .load-configure > .cnf > .hdr{
  color: #999999;	
  font-family: Roboto;	
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 4px;
  width: 100%;
}

.lft-cntr > .cnt > .load-configure > .cnf > .cnt {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lft-cntr > .cnt > .load-configure > .cnf > .cnt > * {
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  line-height: 15px;
  text-align: center;
  width: 120px;
}


.lft-cntr > .cnt > .load-info {
  color: #555555;
  display: flex;
  flex-wrap: nowrap;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
  padding-top: 20px;
  width: calc(100% - 30px);
}

.lft-cntr > .cnt > .load-info > .load {
  display: flex;
  flex-wrap: nowrap;
  height: 22px;
  margin-right: 15px;
  width: 75px;
}

.lft-cntr > .cnt > .load-info > .load > .val {
  color: #CC0000;
  margin-left: 5px;
}

.lft-cntr > .cnt > .load-select {
  margin-top: 10px;
  width: calc(100% - 30px);
}

.main-cntr {
  display: flex;
  height: calc(100% - 28px);
}

.mar-lft-10 {
  margin-left: 10px;
}

.mar-rght-10 {
  margin-right: 10px;
}

.rght-cntr {
  background-color: #FFF;
  height: 100%;
  width: calc(100% - 320px);
}

.rght-cntr > .bottom-cntr {
  align-items: center;
  display: flex;
  height: 10%;
  justify-content: center;
  width: 100%;
}

.rght-cntr > .top-cntr {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 468px;
}

.rght-cntr > .top-cntr > .channel-pair {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}

.rght-cntr > .top-cntr > .channel-pair > .lft-channel-cntr {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 225px;
}

.rght-cntr > .top-cntr > .channel-pair > .rght-channel-cntr {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 225px;
}

.rght-cntr > .top-cntr > .channel-pair > .load-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 175px;
}

.rght-cntr > .top-cntr > .channel-pair > .load-container > .lft-side {
  height: 100%;
  width: 50%;
}

.rght-cntr > .top-cntr > .channel-pair > .load-container > .rght-side {
  height: 100%;
  width: 50%;
}

.rght-cntr > .top-cntr > .left-channel-cntr {
  height: 78px;
  width: 225px;
}

.rght-cntr > .top-cntr > .load-cntr {
  height: 78px;
  width: 225px;
}

.rght-cntr > .top-cntr > .right-channel-cntr {
  height: 78px;
  width: 225px;
}

.wid-140 {
  width: 140px;
}

.wid-150 {
	width: 150px;
}