#pageSecondaryWrapper {
  /*Region: Secondary Page:*/
  position: fixed;
  top: 26px;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 32px;
  display: none;
  z-index: 1;
}

#pageSecondaryWrapper.small {
  top: 0;
  height: 50%;
  width: 40%;
  margin: auto;
  min-width: 520px;
  min-height: 350px;
}

#pageSecondaryWrapper::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: darkgray;
  opacity: 0.5;
  z-index: -1;
}

#pageSecondaryWrapper .close-it {
  content: '';
  display: block;
  background: #4f7fd5;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  cursor: pointer;
}

#pageSecondaryWrapper .page-second-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  background: #6495ed;
  border: 1px solid #6495ed;
  border-bottom: none;
}

#pageSecondaryWrapper .page-second-content {
  overflow: auto;
  height: 100%;
  background-color: white;
  border: 1px solid #6495ed;
  border-top: none;
}

#pageSecondaryWrapper .page-second-content .page-style {
  height: 100%;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
