/* Custom Biblioteca*/

#anni {
  margin-left: 0;
}

#anni li a,
#anni li a:link,
#anni li a:visited {
  color: #504f4f;
}

#anni li {
  list-style: none;
  font-family: 'Montserrat', Sans-serif;
  font-size: 13px;
  color: #044a7e;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 10px 0px;
  padding: 15px 20px 15px 20px;
  line-height: 3.5;
  cursor: pointer;
  align-items: center;
  background-color: #f2f2f2;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d4d4d4;
  /*height: 46px; */
}

#anni li a:hover {
  color: white;
}

#back {
  color: white;
  padding: 12px 24px;
  font-family: 'Raleway', Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: #044a7e;
  border-radius: 0px 0px 0px 0px;
}

#back:hover {
  background-color: #009fe3;
}
#godocument {
  color: #044a7e;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
}

.year {
  text-align: center;
}

summary {
  height: 4.5rem;
  background-color: #f6f6f6;
  color: #044a7e;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 0.2fr;
  grid-template-columns: 1.5fr 0.2fr;
  font-size: 15px;
  padding-left: 10px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: '+';
  margin: 0 auto;
  font-size: 20px;
  color: #044a7e;
}

#back a {
  color: white;
}

#annidoc {
  list-style: none;
  font-size: 17px;
  margin: 0 auto;
}

#annidoc li {
  margin: 0 auto;
  padding: 10px 0 10px 25px;
}

#annidoc li a {
  color: grey;
}

#annidoc li:hover {
  background-color: #f6f6f6;
}

@media screen and (max-width: 500px) {
  summary,
  #annidoc li {
    text-align: center;
  }
  summary::after {
    display: none !important;
  }
  summary::before {
    display: none !important;
  }
  #godocument {
    display: none;
  }
  #anni li {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.biblio-filter-box {
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 10px 25px 10px 25px;

  background-color: #f2f2f2;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d4d4d4;
}

.biblio-filter-box h6 {
  padding-top: 1rem;
  margin: 0;
}

.biblio-filter-box-inner {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  /* flex-wrap: nowrap; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  gap: 1rem;
  margin-top: 1rem;
}
/* .biblio-filter-box-inner * {
  width: 100%;
} */
.biblio-filter-box-inner select,
.biblio-filter-box-inner input {
  width: 100%;
  outline: none;
  height: 5rem;
  padding: 1rem;
  border: 1px solid lightgray;
}

.bibliofooter {
  display: flex;
  flex-direction: row-reverse;
}

#filterapplybtn {
  /* width: 100%; */
  width: auto;
  align-self: flex-end;
  background-color: #044a7e;
  margin-top: 8px;
  font-size: 14px;
}
