@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');

body {
  font-family: 'Open Sans', sans-serif;
}

p {
  line-height: 1.65em
}

#header {
  background: #069;
}

#header h1 {
  padding: 0;
  text-align: center;
}

#header h1 img {
  max-width: 100%;
}

#headerTitle {
  max-width: 1400px;
}

#body {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#topBar {
  padding: 0;
}

#rightSidebar {
  width: 19%;
  margin-right: 5%;
  margin-top: 40px;
}

#customblock-ADDITIONAL-MENU table,
#customblock-ISSN-BARCODE table {
  width: 100%;
}

#navbar {
  position: absolute;
  top: 160px;
  background: #e8e8e8;
  width: 100%;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#breadcrumb {
  text-align: left;
  padding: 0.4em 0.5em 0.5em 0.5em;
  font-size: 0.75em;
}

#main {
  width: 68%;
  margin-left: 5%;
  margin-top: 36px;
}

#main h2,
#main h3,
#content h3,
#content h4 {
  font-family: 'Open Sans';
  text-transform: none;
  font-weight: bold;
  color: rgba(0,0,0,0.87);
}

#navbar a {
  font-size: 0.9em;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding: 12px 22px 8px 22px;
}

#navbar a:hover {
  border-bottom: solid 3px #007ab7;
  background: #dfdfdf;
  color: #007ab7;
}

#navbar ul.menu li {
  padding-right: 0.25em;
}

#navbar .menu #about {
  display: none;
}

#content {
  font-size: 0.85em;
}

#authorString::before {
  content: url(https://i.ibb.co/RgjCy0C/author16.png);
  margin-right: 4px;
}

table.tocArticle {
  border-bottom: dashed 1px #ccc;
  margin-bottom: 0.5em;
  padding: 5px 0 10px 0;
}

.tocArticleTitleAuthors {
  width: 90%;
}

.tocTitle {
  font-weight: bold;
  font-size: 1.1em;
}

.tocTitle a:hover {
  background: inherit;
  color: #0091d9;
}

.tocAuthors::before {
  content: url(https://i.ibb.co/RgjCy0C/author16.png);
  margin-right: 4px;
}

.tocGalleys {
  margin-bottom: 0.5em;
}

.tocGalleys a.file,
#articleFullText a.file {
  border: solid 1px #069;
  padding: 0.3em 0.6em;
  border-radius: 5px;
  color: #ff2424;
  font-size: 0.93em;
}

.tocGalleys a.file::before,
#articleFullText a.file::before {
  content: "\f1c1\0020";
  font-family: "Line Awesome Free";
  font-size: 1.25em;
}

.tocGalleys a.file:hover,
#articleFullText a.file:hover {
  color: #fff;
  background: #ff2424;
  border: solid 1px #ff2424;
}

.tocGalleys, .tocPages {
  color: rgba(0,0,0,0.54);
}

#sidebar div.block {
  font-size: 1.25em;
}

#sidebar div.block span.blockTitle {
  padding: 0.75em 1.25em;
  font-size: 1.1em;
  background: #ececed;
  font-weight: bold;
  color: rgba(0,0,0,0.54);
  margin-bottom: 0.9em;
}

ul.adidas-menu {
  display: flex;
  flex-direction: column;
}

ul.adidas-menu li {
  background: #069;
  margin-bottom: 1px;
}

ul.adidas-menu a {
  text-decoration: none;
  color: #FFF;
  padding: 0.5rem 1rem;
  display: block;
  text-align: center;
}

ul.adidas-menu a:hover {
  background: #005179;
}

#customblock-DOWNLOAD-TEMPLATE a:hover {
  background: inherit;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
  border: 1px solid #b7b7b7;
  border-radius: .25rem;
  padding: .375rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
}

input.button {
  padding: .375rem .75rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
