/* =========================
   General
   ========================= */

a,
.btn-link {
  color: #0f4aa4;
}

a:hover,
.btn-link:hover {
  color: #092d63;
  text-decoration: none;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.padding-delete {
  padding-left: 0;
  padding-right: 0;
}

.margin-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.deposit-search {
  font-size: 18px;
}

.textCenter {
  text-align: center;
}

img {
  max-width: 100%;
}

label {
  font-weight: normal;
}

/* =========================
   Main
   ========================= */

#main {
  /* Permalink - use to edit and share this gradient:
     https://colorzilla.com/gradient-editor/#eaf1fc+0,ffffff+51,ffffff+100
  */
  background: #eaf1fc; /* Old browsers */
  background: -moz-linear-gradient(top, #eaf1fc 0%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eaf1fc 0%, #ffffff 51%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eaf1fc 0%, #ffffff 51%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf1fc", endColorstr="#ffffff", GradientType=0); /* IE6-9 */
  padding-top: 20px;
}

#main:focus {
  outline: none;
}

#mainContent.container {
  background: #fff;
  padding-bottom: 90px;
}

#mainContent > .container.inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/* =========================
   Alert message (Archonnex)
   ========================= */

.archonnex-alert-message-wrapper {
  background: #fff6ec;
  color: #000;
}

.archonnex-alert-message-wrapper.addABorder {
  border: 1px solid #ff9e1b;
}

.archonnex-alert-message-wrapper .container {
  padding: 15px;
  font-size: 15px;
}

/* Font Awesome icon in warning message */
.archonnex-alert-message-wrapper .container div i.fas {
  color: #ff9e1b;
  font-size: 18px;
}

.archonnex-alert-message-wrapper .container div p {
  display: inline-block;
  padding-left: 10px;
}

.archonnex-alert-message-wrapper a:link,
.archonnex-alert-message-wrapper a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}

/* =========================
   Home / getting started
   ========================= */

.tryDemoMode,
.beforeYouRegister,
.getting-started a {
  color: #344462;
  margin-bottom: 25px;
}

.getting-started {
  text-align: right;
}

.try-demo {
  text-align: center;
  padding-top: 15px;
}

.try-demo i {
  color: #7fabff;
}

.beforeRegistration,
.announcements {
  width: 48%;
  border-radius: 4px;
  border: 3px solid #edf4fc;
  min-height: 281px;
  padding: 15px 20px;
  margin: 2px;
}

.announcements h2,
.beforeRegistration h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

#read-more {
  float: right;
}

/* =========================
   DView search / DataTables
   ========================= */

#dviewSearch a,
#dviewSearch a:link,
#dviewSearch a:visited {
  color: #5273ff;
}

#dviewSearch table.dataTable thead .sorting_asc:after,
#dviewSearch table.dataTable thead .sorting:after {
  opacity: 1;
  color: #fff;
}

#dviewSearch table.dataTable th {
  vertical-align: top;
  border-right: 4px solid #dddddd;
}

#dviewSearch table.dataTable td {
  border: none;
}

#dviewSearch #report_wrapper thead th {
  background: #cdd0d3;
}

#dviewSearch #term {
  width: 245px;
  max-width: 100%;
}

#dviewSearch .deposit-filters h2 {
  border-bottom: 4px solid #cdd0d3;
  padding-bottom: 4px;
}

#searchTotalResults {
  font-size: 18px;
  margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin-bottom: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background-color: #e0e0e0;
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.paginate_button.previous.disabled,
.paginate_button.next.disabled {
  display: none;
}

#entriesDatatable_wrapper .odd {
  background-color: #efefef;
}

#entriesDatatable_length {
  display: none;
}

table.dataTable tbody tr.oddRowColor {
  background-color: #e8effc;
}

table.dataTable tbody tr.evenRowColor {
  background-color: #fff;
}

table.dataTable tbody tr.registryRow {
  background-color: #bce8f1;
}

/* =========================
   Buttons
   ========================= */

.btn-default,
.btn-primary {
  background: #2f6de0;
  color: #fff;
  border: none;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #1d2f51;
  background: #e9f0fc;
}

.btn-start-deposit {
  background: #365069;
  border-radius: 0;
  border: none;
  padding: 10px 40px;
  margin: 10px 0 20px;
}

.btn-home {
  background: #2f6de0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  padding: 10px;
  width: 420px;
  margin: 10px 0 0;
  max-width: 100%;
}

.btn-home:first-child {
  margin-top: 33px;
}

.btn-home-small {
  background: #2f6de0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  width: 220px;
  margin: 10px 0 0;
  max-width: 100%;
}

.btn-home-small.active,
.btn-home-small.focus,
.btn-home-small:active,
.btn-home-small:focus,
.btn-home-small:hover,
.btn-home.active,
.btn-home.focus,
.btn-home:active,
.btn-home:focus,
.btn-home:hover {
  color: #1d2f51;
  background: #e9f0fc;
}

#depositViewerSearch input#depositSubmit,
#depositViewerSearch button#viewAllButton {
  background: #365069;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.btn-default.googleLoginBtn,
.btn-default.linkedInLogInBtn {
  display: block;
  margin: 15px 0;
  max-width: 45rem;
  width: 100%;
  height: 5.5rem;
  font-size: 16px;
  line-height: 14px;
  background-color: rgb(227, 227, 227);
  background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238), rgb(255, 255, 255));
  color: #000;
  border: 1px solid #ccc;
}

.myDataDashCard > .btn.btn-default {
  background-color: rgb(227, 227, 227);
  background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238), rgb(255, 255, 255));
  color: #000;
  border: 1px solid #ccc;
}

/* =========================
   Headings & typography
   ========================= */


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
	font-family: IBM Plex Sans, sans-serif;
	color: #252525;
	font-weight: 600;
}


h1,
.h1 { 
 font-size: 30px;
}


.h2,
h2 {
  font-size: 24px;
}

.h3,
h3 {
  font-size: 22px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}



.home-text p {
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  color: #212121;
  letter-spacing: 0;
  line-height: 33px;
  text-align: left;
}

.attributeLabel,
.attributeLabel label,
.attributeLabel span {
  font-weight: 700;
}

.attributeSubLabel label {
  font-weight: 600;
}

/* =========================
   Links in content areas
   ========================= */

article a {
  text-decoration: underline;
}

ul.dropdown-menu li a,
article .panel-heading .panel-title a {
  text-decoration: none;
}

.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

article .breadcrumb {
  margin-top: 20px;
}

/* =========================
   Download controls
   ========================= */

.row.downloadControls {
  padding: 20px 0;
}

.row.downloadControls .dropdown {
  display: inline-block;
}

.row.downloadControls .dropdown-menu {
  margin-top: 0;
}

/* =========================
   Status pills
   ========================= */

.dep-rejected span,
.dep-published span,
.dep-progress span,
.dep-submitted span {
  padding: 5px 5px 10px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}

.dep-rejected span {
  background: #aaa;
}

.dep-published span {
  background: #40e0d0;
}

.dep-progress span {
  background: #f2deb2;
}

.dep-submitted span {
  background: #8afdd1;
}

/* =========================
   Misc UI
   ========================= */

.image-spacing {
  margin-top: 50px;
}

.actionButton a {
  padding: 2px;
}

legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #212121;
  border: none;
}

.bulkDeleteBtn {
  margin-bottom: 10px;
}

.busyModal {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/ajax-busy.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.highlight {
  background: #fac0a3;
  color: #000;
}

.fileDropZone {
  border: 1px dashed;
  height: 50px;
  vertical-align: bottom;
  text-align: center;
  padding: 0;
}

.ownerFilterBody {
  overflow-y: scroll;
  max-height: 300px;
}

/* =========================
   Alerts
   ========================= */

.alert-info {
  color: #1d2f51;
}

.alert-info a {
  text-decoration: underline;
  color: #1d2f51;
}

.alert-info a:hover,
.alert-info a:focus {
  text-decoration: none;
  font-weight: bold;
}

/* =========================
   Accessibility: skip nav
   ========================= */

#skip a,
#skip a:hover,
#skip a:visited,
.skipNav a,
.skipNav a:hover,
.skipNav a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:active,
#skip a:focus,
.skipNav a:active,
.skipNav a:focus {
  position: static;
  width: auto;
  height: auto;
}

/* =========================
   Registration app styles
   ========================= */

#instructions label {
  padding: 0 4px;
}

.wwc-registry td {
  padding: 5px;
}

.border-top {
  border-top: 1px solid rgba(224, 222, 208, 0.8);
  margin-top: 40px;
  padding-top: 40px;
}

.faqEntry {
  margin-bottom: 20px;
}

.faqEntry > p,
.aboutHeading {
  margin-bottom: 2px;
}

.aboutHeading {
  margin-top: 25px;
}

.faqAnswer,
.aboutAnswer {
  margin-left: 15px;
}

span.requiredField {
  color: #ce0505;
}

/* =========================
   Facets / filters
   ========================= */

#facets.sidenav a.dviewFilterTitle.collapsed:after {
  font-family: "Font Awesome 5 Free";
  content: "\25bc"; /* down */
  float: right;
  color: grey;
}

#facets.sidenav a.dviewFilterTitle:after {
  font-family: "Font Awesome 5 Free";
  content: "\25b2"; /* up */
  float: right;
  color: grey;
}

#dviewSearch a.dviewFilterTitle {
  color: #212121;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.dviewFilteWrapper {
  border-bottom: 1px solid #404040;
  margin-bottom: 20px;
}

a.generalLink {
  color: #212121;
  text-decoration: none;
  border-bottom: solid #404040 0.5px;
}

a[aria-expanded="false"] .fa-minus {
  display: none;
}

a[aria-expanded="true"] .fa-plus {
  display: none;
}

div#citationStudyFacet {
  display: none;
}


/* =========================
   Responsive
   ========================= */

@media (min-width: 768px) {
  /* makes the main nav menu work on hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .main-nav .navbar-nav > li > a {
    padding: 25px 15px;
  }
  

}

@media (max-width: 992px) {
  .topbar .nav > li {
    display: inline-block;
  }

  .center-mobile {
    text-align: center;
  }

  .top-footer .text-center {
    padding: 10px 0;
  }

  .topbar .nav .dropdown-menu li a {
    color: #fff;
  }

  .try-demo,
  .beforeRegistration {
    text-align: center;
  }

  .beforeRegistration {
    padding-bottom: 20px;
  }

  .beforeRegistration,
  .announcements {
    margin-top: 20px;
  }

  .announcements {
    min-height: 306px;
  }
  
  .buttonText {
  	font-size: 80%;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #1d2f51;
  }

  #home h1 {
    font-size: 24px;
  }

  .siteLogo {
    max-width: 60%;
    padding: 4px;
  }

  .btn-home {
    font-size: 16px;
  }

  .actionButtons button {
    display: block;
    width: 60%;
    min-width: 300px;
    margin: 0 auto;
  }

  .beforeRegistration,
  .announcements {
    width: 100%;
  }


  .navbar-toggle:hover span {
    cursor: pointer;
  }


  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
}

/* =========================
   New CSS 2026
   ========================= */

html {
  font-size: 100%;
}

body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 16px;
  color: #252525;
}

body form#ddf .label {
  color: #000;
  font-size: 100%;
  text-align: left;
  display: inline-block;
}

body form#ddf p.label {
  display: block;
}

.form-check-input:checked,
.btn-primary,
.active > .page-link,
.page-link.active {
  background-color: #0071bc;
  border-color: #0071bc;
}

.nav-link,
.page-link {
  color: #0071bc;
}

.topbar * {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.topbar {
  background: #1d2f51;
  height: 36px;
}

.topbar a {
  color: #fff;
  vertical-align: middle;
}

.topbar #newLoginDropdown {
  z-index: 100000;
  text-align: right;
}

.topbar #newLoginDropdown .dropdown-menu a {
  color: #000;
  padding: 4px;
}

.dropdown-menu li {
  font-size: 1rem;
}

header {
  margin-bottom: 20px;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background: transparent;
}


header .navbar-inverse .navbar-nav > li > a {
  color: #424242;
  border-radius: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-top: 0;
}

header .navbar-inverse .navbar-nav > li > a:hover,
header .navbar-inverse .navbar-nav > li > a:focus {
  background: #424242;
  color: #fff;
  text-decoration: none;
}

header #newLoginDropdown .dropdown-menu a {
  background: none;
  padding: 4px;
  color: #000;
}

header #newLoginDropdown .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

header .navbar-inverse a.navbar-brand img {
  width: 93px;
}

header .navbar-brand {
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #252525;
  font-weight: bold;
  padding-top: 33px;
  padding-bottom: 33px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #424242;
}

.navbar-header {
  margin: 10px;
}

.siteLogo {
  margin-left: 15px;
}

.footer-copyright {
  margin-bottom: 0;
  color: #fff;
}

footer {
  border-top: none;
  margin-bottom: 0;
  background-color: #424242;
  color: #fff;
}

footer.site-footer {
  margin-top: 0;
}

footer.site-footer .footer-content * {
  color: #fff;
}

.p-top {
  padding-top: 12px;
}

.mb-0 {
  margin-bottom: 0;
}

.topbar a.contactUs {
  display: block;
  margin-top: 10px;
}

.topbar a.contactUs:hover {
  color: #fff;
  background-color: #696969;
  padding: 10px;
  margin-top: 0;
}

.topbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 5px;
  margin: 8px 15px 8px 0;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

}

.topbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.topbar .navbar-toggle:hover,
.topbar .navbar-toggle:focus {
  background-color: #333;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  text-align: center;
}

.topbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.topbar .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

header .topbar .navbar-nav > li.nav-item a.contactUs {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  line-height: 1;
  font-weight: normal;
}

header .navbar-nav li a:hover,
header .navbar-nav li a:focus,
.topbar .contactUs:hover,
.topbar .contactUs:focus {
  color: #fff;
  background-color: #696969;
}

.searchbox {
  background: #fff;
  border: 1px solid #424242;
  padding: 3px 7px;
  font-size: 110%;
  vertical-align: middle;
}

.fa.fa-2x {
  font-size: 0.8em;
}

.share-study .fa.fa-2x {
  font-size: 2em;
}

.navbar-inverse .navbar-nav > li > a {
  color: #696969;
}

.navbar.navbar-expand-lg {
  margin-right: 15px;
}

ul.navbar-nav li.nav-item a.nav-link {
  color: #424242;
  border-radius: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  padding: 24px 16px;
  line-height: 32px;
}

header #newLoginDropdown a.dropdown-toggle,
header #newLoginDropdown li a#login {
  background: #757575;
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

header #newLoginDropdown li a:not(.dropdown-toggle) {
	background: #fff;
	color: #424242;
}

header #newLoginDropdown li a:not(.dropdown-toggle):hover,
header #newLoginDropdown li a:not(.dropdown-toggle):focus {
	background: #424242;
	color: #fff;
}

.navbar-collapse {
  max-height: none;
}

#background-image {
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-action-bar {
  background: #1d2f51;
  color: #fff;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-action-bar li {
  display: inline-block;
  list-style: none;
  padding: 8px 4px;
  color: #fff;
}

.footer-action-bar li a:link,
.footer-action-bar li a:visited {
  color: #fff;
  text-decoration: underline;
}

header .navbar {
  padding: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  border: 1px solid #000;
  z-index: 100;
}

.breadcrumb,
.view-series-citations {
  display: none;
}

.container-fluid {
  --bs-gutter-x: 0;
}

.footer-links {
  font-size: 1rem;
  flex-flow: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-links a {
  color: #fff;
}

footer div {
  padding: 10px;
}

footer.site-footer .footer-archive-logos img {
  height: 40px;
}

footer.site-footer .footer-social a svg {
  fill: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  padding: 0.1rem 0.5rem;
  transition: all 0.5s, background-position;
}

ul.footer-social {
  padding-left: 15px;
  margin: 0 0 0 15px;
}

.no-padding {
  padding: 0;
}

.col-lg-4.text-center.no-padding {
  margin-top: 10px;
}

.navbar-right {
  margin-top: -1px;
}

.topbar > .navbar-right {
  margin-right: -15px;
  text-align: right;
}

#bs-example-navbar-collapse-1 {
  float: right;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }

  header .topbar {
    height: auto;
    padding-bottom: 0;
  }

  header #newLoginDropdown .dropdown-menu a {
    color: #fff;
    padding: 15px;
  }
  
  ul.footer-social {
  	text-align: center;
  	padding-left: 0;
  }
  
  .text-right.footer-archive-logos {
  	text-align: center;
  }
}

@media (min-width: 1499px) {
  .container {
    width: 1320px;
  }
}