:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
  user-select: none;
  -webkit-user-select: none;
}

.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;
}

.import-link {
  color: #CC0000;	
  cursor: pointer;
  font-family: Roboto;	
  font-size: 15px;	
  font-weight: bold;
  line-height: 15px;
  text-decoration: underline;
}

.import-link.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.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 > .channel-info {
  color: #555555;
  display: flex;
  flex-wrap: wrap;
  font-family: Roboto;
  font-size: 18px;
  justify-content: space-between;
  line-height: 21px;
  padding-top: 20px;
  width: calc(100% - 30px);
}

.lft-cntr > .cnt > .channel-info > * {
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  line-height: 15px;
  margin-bottom: 20px;
  text-align: center;
  width: 120px;
}

.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%;
  overflow: auto;
  width: calc(100% - 320px);
}

.rght-cntr > .bottom-cntr {
  align-items: center;
  display: flex;
  height: 10%;
  justify-content: center;
  width: 100%;
}

.rght-cntr > .hdr {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 10%;
  padding-right: 20px;
  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;
}