.search-area {
  align-items: center;
  justify-content: space-between;
  position: static;
  right: auto;
  bottom: auto;
}
@media (min-width: 700px) {
  .search-area {
    display: flex;
  }
}
.search-area > div {
  margin-left: 12px;
}
.search-area > div a {
  color: white;
  cursor: pointer;
}
.search-area > div i {
  color: white;
  display: block;
}
#SearchText {
  width: 150px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0 8px 0 8px !important;
  height: 1.5rem;
  border: 1px solid white;
  background-color: white;
  border-radius: 4px;
}
.search-area select {
  color: black;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}
.search-area .search-text {
  color: white;
  font-size: 1rem;
  line-height: 2rem;
}
.search-area .reset-link {
  color: white;
  font-size: 13px;
}

.link {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: inherit;
}

.text-section.:not(.help-pane) {
  overflow: hidden;
}

.cust-area {
  position: fixed;
  bottom: 5px;
  margin-top: 8px;
  margin-left: 5px;
}

.clear-float {
  overflow: hidden;
  zoom: 1;
}

.float-menu {
  width: 300px;
}

#menu-zone {
  width: 100%;
  height: 100%;
  overflow: auto; 
}

.nav-hdr-title {
  font-size: 24px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.make-hidden {
  display: none;
}

.make-visible {
  display: inline;
}

.highlight {
  background-color: yellow;
}

.td-help {
  vertical-align: top;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  word-wrap:break-word;
  border-bottom: 1px solid #BABABA;
}

.bold-max {font-size: 24px; font-weight: bold;}
.bold-max-cent {font-size: 24px; font-weight: bold; text-align: center; }
.bold-large {font-size: 16px; font-weight: bold;}
.bold-large-cent {font-size: 16px; font-weight: bold; text-align: center}
.bold-larger {font-size: 14px; font-weight: bold; }
.bold-larger-cent {font-size: 14px; font-weight: bold; text-align: center}
.bold-def {font-size: 12px; font-weight: bold; }
.bold-def-cent {font-size: 12px; font-weight: bold; text-align: center}
.norm-small {font-size: 11px; font-weight: normal}
.norm-small-cent {font-size: 11px; text-align: center; font-weight: normal;}
.norm-red { color: red; line-height: 22px; }
.norm-blue { color: blue; line-height: 22px; }
.norm-center { text-align: center; }
.bold-large-blue {font-size: 18px; font-weight: bold; text-align: center; color: blue}
.norm-small-blue {font-size: 11px; font-weight: normal; color: blue}
.norm-smaller-blue {font-size: 10px; font-weight: normal; color: blue}
.media-text {font-size: 12px; color: blue}
.line-sep {height: 10px; margin-bottom: 12px; margin-left: 15%; width: 70%; border-bottom: thin solid #B8860B}
.half-space {line-height: 22px; }
.conffield { display: none }
.highlight-color { color: #E8C8C8; }
.highlight-background { color: black; background-color: yellow; }
.error-color { color: #881010; }