h1,
h2,
h3,
h4,
h5,
h6,
.Title {
  font-family: Arial, Helvetica, sans-serif;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget,
body,
input,
textarea,
select,
button {
  font-family: Arial, Helvetica, sans-serif;
}

body.ui-layout-container {
  background-image: none !important;
}
/* Header */
#Header {
  background: #fff;
  border-bottom: 4px solid #c2c600;
}
#Header li a {
  color: #134094;
  transition: all ease 0.2s;
  opacity: 1;
}
#Header li a:hover {
  opacity: 0.7;
}
#Header li a.current {
  color: #134094;
}
#Header .HeaderLink.UploadButton a {
  background-color: #c2c600;
  color: #134094;
}

/* Login Page */
#login_box {
  background-color: #fff;
  border: 1px solid #134094;
}
#login_box a,
#login_box p,
#login_box h1,
#login_box label {
  color: #134094;
}

button,
input[type="submit"],
input[type="button"],
.RecordPanel .RecordDownloadSpace .DownloadDBlend a {
  background-color: #c2c600;
  color: #134094;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.RecordPanel .RecordDownloadSpace .DownloadDBlend a:hover {
  background-color: #b2b52f;
}

/* Center Screen Boxes */
#CentralSpace #HomeSiteText.dashtext,
.HomePanelIN {
  background-color: #fff;
  color: #134094;
  border: 1px solid #134094;
}
#CentralSpace #HomeSiteText.dashtext h1,
#CentralSpace #HomeSiteText.dashtext p,
#CentralSpace #HomeSiteText.dashtext a,
.HomePanel a:link,
.HomePanel a:visited,
.HomePanel a:active,
.HomePanel a:hover,
.HomePanel h2 {
  color: #134094;
}

/* Sitebar Panel */
/* .SearchSpace .tick, 
.SearchSpace .SearchItem, 
.ListviewStyle, 
.RecordPanel .SearchSimilar, 
.RecordPanel .item p, 
.RecordPanel .itemNarrow p, 
.BasicsBox h1, 
.BasicsBox h2, 
.BasicsBox p, .OxColourWhite, 
.Selected, 
.Selected a, 
.Question,  */
#SearchBox,
#SearchBoxPanel a:link,
#SearchBoxPanel a:visited,
#SearchBoxPanel a:hover,
#ResearchBoxPanel a:link,
#ResearchBoxPanel a:visited,
#ResearchBoxPanel a:hover,
#ResearchBoxPanel a:active,
.SearchSpace a:link,
.SearchSpace a:visited,
.SearchSpace a:hover,
.SearchSpace a:active,
.RecordPanel .Title {
  color: #134094;
}
#SearchBox {
  background: rgb(65, 182, 230);
  background: linear-gradient(90deg, rgba(118, 220, 244, 0.3) 0%, rgba(65, 182, 230, 0.6) 100%);
}

.HomePanelDynamicDash p,
.HomePanelThemes p,
.HomePanel .HomePanelDynamicDash h2 {
  text-shadow: none;
}

.PoweredByPanel {
  display: none;
}
@media (max-width: 1200px) {
  #Header .HorizontalNav ul li a {
    color: #134094 !important;
  }

  #Header .HorizontalNav ul li.UploadButton a {
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    color: #134094;
    border: none;
    padding: 10px;
    background: #c2c600 !important;
  }
}
@media (max-width: 600px) {
  #login_box .Question .stdwidth {
    width: 100%;
    max-width: 100%;
  }
}

.HomePanel h2 {
  color: #fff;
}

.NewFlag {
  background-color: #ffcc02;
  color: #134094;
  text-shadow: none;
}

.HomePanel .tool a {
  color: #fff;
}

button,
input[type="submit"],
input[type="button"],
.RecordPanel .RecordDownloadSpace .DownloadDBlend a,
#Header .HeaderLink.UploadButton a {
  background-color: #134094;
  color: #fff;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.RecordPanel .RecordDownloadSpace .DownloadDBlend a:hover,
#Header .HeaderLink.UploadButton a:hover {
  background-color: #081e47;
}
