@font-face {
    font-family: DejaVuSans;
    src: url(/assets/ttf/DejaVuSans.ttf) format('truetype');
}

html {
  margin: 0;
  padding: 0 1cm;
  background: #3b3a30;
}

body {
  font-family: 'DejaVuSans', sans-serif;
  font-size: 14px;
  max-width: 1000px;
  min-width: 720px;
  margin: 0 auto;
  padding-top: 1em;
  text-align: justify;
  background: #efefef;
  color: #111;
}

h1 {
  margin: 0;
  font-family: 'Roboto Slab', sans-serif;
}

h2 {
  margin-top: 0.5em;
  font-family: 'Roboto Slab', sans-serif;
}

.pageTitle {
    text-align: center;
}

h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
}

figure {
  margin: 0 auto;
}

figcaption {
  text-align: center;
}

code {
  background: #3b3a30;
  color: #efefef;
  padding: 2px;
}

#erd {
  width: 100%;
}

nav {
  background: #1C6677;
}

.navItem {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #efefef;
  text-shadow:2px 2px 2px #090909;
}

.navItem a {
  display: inline-block;
  padding: 0.75em 2em;
}

.navItem a, .navItem a:active, .navItem a:visited {
  color: #efefef;
  outline: 0;
  text-decoration: none;
}

.navItem a:hover {
  background: #70a43f;
}

main {
  padding: 0 1em 1em 1em;
}

.lineNum {
  font-weight: bold;
  color: #111;
}
.reservedWord {
  font-weight: bold;
  color: #D25D28;
}
.php {
    font-weight: bold;
    color: #3d93b6;
}

.bibRecord {
  margin: 1em 0;
  padding: 1em;
  border: 2px solid #3b3a30;
  border-radius: 10px;
}

.bibHeader {
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #efefef;
  color: #111;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}

.bibHeader:hover {
  color: #70a43f
}

.titleAuthor {
    float: left;
}

.toggleIndicator {
    text-align: right;
    align-self: center;
    font-size: 1.5em;
}

.bibRecord:last-child {
  margin-bottom: 0;
}

.bibCover {
  height: 150px;
  float: left;
  margin: 1em 1em 0 0;
}

.bibDetails {
  font-size: 0.9em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.bibDetails > div {
  padding-top: 1em;
}

.detailsTitle {
  font-weight: bold;
}

#filters {
  margin-top: 1em;
  border: 2px solid #D25D28;
  border-radius: 5px;
  padding: 15px;
}

#filters div {
  margin-bottom: 10px;
}

#filters div:last-of-type {
  margin-bottom: 0;
}

#filters div label {
  font-weight: bold;
}

#filterLabel {
  border: 2px solid #D25D28;
  background: #D25D28;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px;
}

#apply {
  margin-top: 1em;
}

#apply,
select,
option,
button,
input[type='submit'] {
  cursor: pointer;
}

#pagination {
  margin-top: 1.5em;
  text-align: center;
}

.pagItem {
  font-size: 1.3em;
  margin: 0 10px;
}