:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
  width: 100%;
}

.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;
}

.page-bdy {
  height: calc(100% - 55px);
  width: 100%;
}

.page-hdr {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 3px 9px 0 rgba(85,85,85,0.08);
  display: flex;
  justify-content: space-between;
  height: 55px;
  padding: 0 30px;
}

.page-hdr > .txt {
  color: #CC0000;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.page-hdr > .header-route {
  display: flex;
}

.page-hdr > .header-route > .button {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.page-hdr > .header-route > .separator {
  margin: 0 10px;
}

.page-hdr > .header-route > .button > .chk {
  background-color: rgba(204,204,204,0.8); 
  border-radius: 50%;
  height: 24px;
  width: 24px;	
}

.page-hdr > .header-route > .button.active * {  
  color: #329b46 !important;
}

.page-hdr > .header-route > .button.disabled * {  
  cursor: not-allowed;
  opacity: 0.3;
}

.page-hdr > .header-route > .button.active > .chk {
  background-color: rgba(50, 155, 70, 0.8);
}

.page-hdr > .header-route > .button > .chk > .chk-mark {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 35%;
  left: 6px;
  position: relative;
  top: 6px;
  transform: rotate(-45deg);
  width: 55%;
}

.page-hdr > .header-route > .button > .chk-txt {  
  align-items: center;
  color: #02688C;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  height: 100%;
  line-height: 15px;
  padding-left: 10px;
}

.visibility-hide {
  height: 0;
  visibility: hidden;
  width: 0;
}