#search-page {
  display: none;
  margin: auto;
  background-color: #ffffff;
  padding: 0px 16px 0px 16px;
}

.search-header {
  padding: 10px 0px 15px 00px;
  cursor: default;
  position: fixed;
  width: 100%;
  height: 15px;
  z-index: 1000;
  background-color: #ffffff;
  color: #1967d2;
  border-bottom: solid 1px #e0e0e0;
}

.search-menu {
  padding: 0;
  display: inline;
}

.search-menu li {
  font-size: 14px;
  display: inline;
  margin-right: 15px;
  padding-left: 0px;
  cursor: pointer;
  padding: 2px;
}

.search-page-container {
  padding-top: 40px;
  padding-bottom: 10px;
}

#search-page-search-container {
  display: block;
}

#search-page-help-container {
  display: none;
}

.search-page-container h3 {
  color: #940302;
  padding: 8px 0px 8px 0px;
  margin: 0px 0px;
}

#search-page-help-container p {
  padding: 2px 0px 2px 0px;
  margin: 2px 0px 2px 0px;
}

.search-spacer {
  height: 7px;
}

.larger {
  font-size: 110%;
}

@media only screen and (min-width: 700px) {
  #search-page {
    width: 650px;
  }
}

@media only screen and (min-width: 1100px) {
  #search-page {
    width: 750px;
  }
}

/*-------------------------------------------------------------- */

#search-status {
  color: #777;
}

.search-result {
  padding-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result-text {
  display: inline;
  line-height: 1.5;
}

.search-result-text:lang(ar) {
  font-size: 21px;
  font-family: "Uthmani", "sans-serif";
  word-spacing: 2px;
  line-height: 1.8;
}

.search-result-info-a {
  font-size: 16px;
  display: inline;
  cursor: pointer;
}

.not-visited {
  color: #1967d2;
}

.visited {
  color: #551a8b;
}

.search-result-info-b {
  color: #006621;
  font-size: 15px;
  display: block;
}

.search-result-info-a:link,
.search-result-info-a:visited,
.search-result-info-b:link,
.search-result-info-b:visited {
  text-decoration: none;
}

.search-result-info-a:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------- */

#search-controls {
  margin: auto;
  width: 100%;
  padding-top: 60px;
}

#search-lang-sel {
  position: relative;
  width: calc(100% - 36px);
}

#search-form {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

#search-input-wrapper {
  display: block;
  overflow: hidden;
}

#search-input {
  font-size: 20px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #3775dd;
  height: 38px;
  width: 100%;
  border-radius: 0; /* iOS needs this */
  -webkit-appearance: none; /* legacy iOS needs this */
}

#search-button3 {
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  height: 38px;
  width: 36px;
  text-align: center;
  color: #fafafa;
  border: 1px solid #3775dd;
  background-color: #3775dd;
  float: right;
  cursor: pointer;
}

#search-input::-webkit-search-cancel-button {
  margin-left: 7px;
  margin-right: 7px;
}

#ms {
  width: 100%;
}

/* overwrite multiple-select */
.selected {
  background-color: #3775dd;
  color: #fafafa;
}

.ms-choice {
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 15px;
  background-color: #efefef;
  border: solid #b0b0b0 1px;
}

.ms-choice:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #e8e8e8;
  border: solid #a8a8a8 1px;
}

.ms-drop ul > li {
  padding: 3px 8px;
}

/*-------------------------------------------------------------- */

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 25px 0px 20px 0px;
}
.table-row {
  display: table-row;
}

.table-row p {
  padding: 2px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
}

.table-cell,
.table-head {
  display: table-cell;
  padding: 6px 8px 6px 8px;
  border: 1px solid #ddd;
}
.table-head {
  font-weight: bold;
  background-color: #eee;
}

.table-caption {
  display: table-caption;
  color: #940302;
  padding: 7px 7px 7px 2px;
}

.table-symbol {
  color: #060;
  font-weight: bold;
}

.table-example {
  color: #060;
}
/*-------------------------------------------------------------- */

#search-buttons {
  padding-top: 15px;
  text-align: center;
  padding-bottom: 25px;
}

.search-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  color: #ffffff;
  padding: 7px 2px 7px 2px;
  text-decoration: none;
  text-align: center;
  width: 75px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
  text-align: center;
  background-color: #1967d2;
}

.search-btn:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #2674df;
}

.search-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* non-prefixed version, currently
                                  not supported by any browser */
}
