.filtered-documents {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.filtered-documents .filter {
  background-color: #F2F5F7;
  color: #003366;
  margin-bottom: 60px;
}
.filtered-documents .filter .label {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.filtered-documents .filter .label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #003366;
  border-top: none;
  border-right: 0;
  transform: rotate(-45deg);
  top: 2px;
  right: 0;
  transition: all 200ms ease;
}
.filtered-documents .filter .counter {
  width: 30px;
  height: 30px;
  background-color: #003366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -5px 0 -5px 30px;
}
.filtered-documents .filter .reset {
  position: absolute;
  right: 20px;
  font-weight: 500;
  cursor: pointer;
}
.filtered-documents .filter__top {
  position: relative;
  border: solid 1px #7994AF;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .filtered-documents .filter__top {
    padding: 15px;
  }
}
.filtered-documents .filter__container {
  display: none;
  padding: 20px;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .filtered-documents .filter__container {
    grid-template-columns: 1fr;
  }
}
.filtered-documents .filter__container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filtered-documents .filter__container ul li label {
  color: black;
  font-weight: 400;
  margin-bottom: 10px;
}
.filtered-documents .filter__container ul li label .jcf-checkbox {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.filtered-documents .filter__container ul li label .jcf-checkbox span {
  width: 13px;
  height: 8px;
}
.filtered-documents .filter__container ul li label .jcf-checkbox.jcf-focus {
  border-color: black !important;
}
.filtered-documents .filter__container ul li label .jcf-checkbox.jcf-focus span {
  border-color: black !important;
}
.filtered-documents .filter__name {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.filtered-documents .filter.open span::after {
  transform: rotateX(180deg) rotateZ(-45deg);
  top: 8px;
}
.filtered-documents .filter.open .filter__container {
  display: grid;
}
.filtered-documents .filter .col-terms .filter__name.multiple {
  margin-top: 30px;
}
.filtered-documents .filter .col-terms .filter__name.multiple:first-child {
  margin-top: 0;
}
.filtered-documents .fund-list .fund {
  border-top: 1px solid #7F7F7F;
  padding: 30px 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund {
    padding: 20px 0 60px;
  }
}
.filtered-documents .fund-list .fund .fund-tags {
  display: flex;
  margin-bottom: 20px;
}
.filtered-documents .fund-list .fund .fund-tags .tag {
  border: solid 1px gray;
  color: gray;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund .fund-tags .tag {
    padding: 8px;
    margin-right: 20px;
  }
}
.filtered-documents .fund-list .fund .fund-title {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund .fund-title {
    font-size: 28px;
  }
}
.filtered-documents .fund-list .fund .fund-title::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: solid 2px #003366;
  border-top: none;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 200ms ease;
  top: 8px;
  right: 0;
}
.filtered-documents .fund-list .fund .hidden-fund-content {
  display: none;
  position: relative;
}
.filtered-documents .fund-list .fund .hidden-fund-content .share-class {
  display: block;
  margin-bottom: 30px;
}
.filtered-documents .fund-list .fund .hidden-fund-content .share-class .ISIN {
  margin-left: 6px;
  color: #003366;
  font-weight: 600;
}
.filtered-documents .fund-list .fund .hidden-fund-content .share-class-select-container {
  position: absolute;
  top: -70px;
  right: 0;
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund .hidden-fund-content .share-class-select-container {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund .hidden-fund-content .share-class-select-container .jcf-select {
    width: 100%;
  }
}
.filtered-documents .fund-list .fund .document-list {
  margin-top: 30px;
}
.filtered-documents .fund-list .fund .document-list .button-group {
  position: absolute;
  top: 7px;
  right: 40px;
}
.filtered-documents .fund-list .fund .document-list .button {
  margin-left: 10px;
  padding: 8px 10px;
  font-size: 14px;
}
.filtered-documents .fund-list .fund .document-list .show-more .open-text {
  display: none;
}
.filtered-documents .fund-list .fund .document-list .show-more.open .open-text {
  display: inline;
}
.filtered-documents .fund-list .fund .document-list .show-more.open .close-text {
  display: none;
}
.filtered-documents .fund-list .fund .document-list .factsheet-year-select-wrapper, .filtered-documents .fund-list .fund .document-list .factsheet-language-select-wrapper {
  display: inline;
}
.filtered-documents .fund-list .fund .document-list .document {
  background-color: white;
  padding: 14px 40px 14px 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.filtered-documents .fund-list .fund .document-list .document.collapsable {
  display: block;
}
.filtered-documents .fund-list .fund .document-list .document .collapsable-text {
  display: none;
}
.filtered-documents .fund-list .fund .document-list .document.showing-older {
  padding-right: 0;
}
.filtered-documents .fund-list .fund .document-list .document.showing-older .button-group {
  right: 10px;
}
.filtered-documents .fund-list .fund .document-list .document.showing-older > .download {
  display: none;
}
.filtered-documents .fund-list .fund .document-list .document.showing-older .parent-doc {
  display: none;
}
.filtered-documents .fund-list .fund .document-list .document.showing-older .collapsable-text {
  display: inline-block;
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .filtered-documents .fund-list .fund .document-list .document .show-more, .filtered-documents .fund-list .fund .document-list .document .year-select, .filtered-documents .fund-list .fund .document-list .document .jcf-select-year-select {
    display: none !important;
  }
}
.filtered-documents .fund-list .fund .document-list .document a {
  color: black;
  font-weight: 500;
}
.filtered-documents .fund-list .fund .document-list .document a:hover {
  color: #003366;
}
.filtered-documents .fund-list .fund .document-list .document:nth-child(odd) {
  background-color: #F2F5F7;
}
.filtered-documents .fund-list .fund .document-list .document .download {
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../../images/document.png) center no-repeat;
  background-size: 100%;
}
.filtered-documents .fund-list .fund .document-list .document .jcf-select {
  min-width: 100px;
  margin-left: 12px;
}
.filtered-documents .fund-list .fund .document-list .document .jcf-select .jcf-select-text {
  line-height: 22px;
}
.filtered-documents .fund-list .fund .document-list .collapsed-docs {
  display: none;
  margin-top: 20px;
  padding-left: 20px;
}
.filtered-documents .fund-list .fund .document-list .collapsed-docs a {
  display: block;
}
.filtered-documents .fund-list .fund .document-list .collapsed-docs .document {
  background-color: transparent;
}
.filtered-documents .fund-list .fund .document-list .collapsed-docs.open {
  display: block;
}
.filtered-documents .fund-list .fund.open .fund-title::after {
  transform: rotateX(180deg) rotateZ(-45deg);
  top: 14px;
}
.filtered-documents .fund-list .fund.open .hidden-fund-content {
  display: block;
}
.filtered-documents .fund-list .fund.loading .hidden-fund-content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.filtered-documents .hide {
  display: none !important;
}
.filtered-documents.admin {
  background-color: lightgrey;
  text-align: center;
  font-size: 20px;
}
