.listpage-hero {
  padding: 80px 20px;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,.45) 1%,rgba(0,0,0,.05) 60%),url(../assets/graphics/datahub-hero-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.listpage-hero .hero-text {
  padding: 0 45px;
  margin-top: 80px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.listpage-hero h1 {
  font-size: 5rem;
  font-weight: 300;
}

.listpage-hero h1.aav {
  line-height: 5rem;
  letter-spacing: 5px;
}

.reports-table-section, .search-filters {
  position: relative;
  top: -95px;
}

#reports-table-filter {
  background-color: #fff;
  border: 1px solid var(--datahub-gray-border);
  padding: 2.625rem 2.8125rem 2.8125rem;
  border-radius: var(--addgene-panel-border-radius);
}

#reports-table-filter .input-wrapper {
  border-radius: var(--addgene-panel-border-radius);
  background: var(--addgene-light-gray);
}

#reports-table-filter input[type=text] {
  color: var(--addgene-dark-gray);
  display: block;
  font-size: 1.125rem;
  height: 3.5em;
  box-shadow: none;
  border: none;
  padding-left: 3em;
  background: transparent url(../assets/common-icons/icon-search.svg) no-repeat left calc(.775em + .2875rem) center;
  background-size: calc(1.05em + .375rem) calc(1.05em + .375rem);
}

#reports-table-filter #btn-reset:hover {
  text-decoration: none;
}

#reports-table-filter #btn-search {
  margin-right: .78125rem;
}

/* Toggle Filters button */
#reports-table-filter .btn-toggle-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  color: var(--addgene-dark-blue);
  border-color: var(--addgene-dark-blue);
}

#reports-table-filter .btn-toggle-filters:before {
  content: url(../assets/common-icons/icon-filter-dark-blue.svg);
  height: 1.125rem;
  margin-right: .625rem;
}

#reports-table-filter .btn-toggle-filters:hover {
  color: #fff;
  border-color: #fff;
  background-color: var(--addgene-dark-gray);
}

#reports-table-filter .btn-toggle-filters:hover:before {
  content: url(../assets/common-icons/icon-filter-white.svg);
}

#reports-table-filter .btn-toggle-filters.active {
  color: #fff;
  border-color: var(--addgene-dark-gray);
  background-color: var(--addgene-dark-gray);
}

#reports-table-filter .btn-toggle-filters.active:before {
  content: url(../assets/common-icons/icon-filter-white.svg);
}

/* Reset Filters button */

#reports-table-filter .btn-reset-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: var(--addgene-dark-blue);
  text-decoration: none;
  font-weight: 500;
  background-color: var(--addgene-dark-blue-5);
}

#reports-table-filter .btn-reset-filters:hover {
  background-color: var(--addgene-dark-blue-25);
}

#reports-table-filter .close-icon {
  height: 14px;
  width: 14px;
}

#reports-table_info {
  font-size: 2em;
}

div.pagination-controls {
  margin-top: 2rem;
}

.pagination-controls select {
  display: inline;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  color: var(--addgene-dark-gray);
  border: 1px solid var(--datahub-gray-border);
  border-radius: 0.375rem;
  -webkit-appearance: none;
  appearance: none;
}

.pagination {
  --bs-pagination-border-color: var(--datahub-gray-border);
  --bs-pagination-disabled-border-color: var(--datahub-gray-border);
}

.pagination li.disabled a.page-link {
  color: var(--addgene-dark-gray);
}

.pagination li a.page-link,
.pagination li.active a.page-link {
  color: var(--addgene-dark-blue);
}

.pagination li.active a.page-link {
  color: #fff;
  background-color: var(--addgene-dark-blue);
  border-color: var(--addgene-dark-blue);
}

.pagination li a.page-link:hover {
  text-decoration: none;
  border-color: var(--datahub-gray-border);
}

.pagination li.active a.page-link:hover {
  text-decoration: none;
  border-color: var(--addgene-dark-blue);
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

div.dataTables_scroll {
  overflow-x: auto;
}

table.dataTable {
  --bs-table-border-color: var(--datahub-gray-border);
}

table.dataTable thead {
  font-size: 14px;
  color: var(--addgene-dark-gray);
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  font-family: bootstrap-icons;
  padding-left: 12px;
}

table.dataTable thead .sorting:after {
  opacity: .6;
  content: "\F127";
}

table.dataTable thead .sorting_asc:after {
  opacity: 1;
  content: "\F574";
}

table.dataTable thead .sorting_desc:after {
  opacity: 1;
  content: "\F575";
}

div.dataTables_scroll table#reports-table td.dataTables_empty {
  text-align: center;
}

table.dataTable thead,table.dataTable thead tr {
  border-style: none;
  border-width: 0;
}

#reports-table {
  color: var(--addgene-dark-gray);
}

#reports-table tbody {
  border-top: 0;
}

#reports-table .table>tbody>tr {
  height: 150px;
}

#reports-table>tbody>tr>td:not(:last-child) {
  border-right: thin solid var(--datahub-gray-border);
}

#reports-table>tbody>tr>td:first-child {
  border-right: none;
  text-align: right;
}

#reports-table>tbody>tr>td>.clip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#reports-table>tbody>tr:last-child {
  border-bottom: thin solid var(--datahub-gray-border);
}

#reports-table>tbody>tr>td {
  padding: 20px;
}

#reports-table>tbody>tr.even {
  background: var(--addgene-light-gray);
}

#reports-table>tbody>tr>td:not(:first-child) {
  padding-top: 35px;
}

#reports-table>tbody>tr>td>a.view-details-link {
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  color: var(--addgene-dark-blue);
}

#reports-table>tbody>tr>td>a.view-details-link:hover {
  text-decoration: underline;
}

#reports-table>tbody>tr>td>.catalog-item-text {
  white-space: pre-line;
}

#reports-table>tbody>tr>td img {
  background-color: unset;
  padding: 0;
  height: 112px;
  min-width: 112px;
  border-radius: 50%;
}

.thank-contributors {
  margin-top: 5.938rem;
}

.thank-contributors p.h2 {
  margin-top: 0;
  margin-bottom: 1.563rem;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--addgene-dark-blue);
}

@media (max-width: 767px) {
  #reports-table-filter input[type=text] {
    padding-left:2em;
    background: transparent url(../assets/common-icons/icon-search.svg) no-repeat left calc(.075em + .2875rem) center;
    background-size: calc(.85em + .375rem) calc(.85em + .375rem);
  }
  #reports-table-filter #btn-search {
    margin-right: 0;
  }
  #reports-table-filter .filter-toggle-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #reports-table-filter .btn-toggle-filters {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .listpage-hero .hero-text {
    padding:0;
    flex-direction: column;
    align-items: start;
  }
  #reports-table-filter {
    padding: 2rem 1.5rem 2.2rem;
  }
  #reports-table-filter input::placeholder {
    font-size: .95rem;
  }
}

@media (min-width: 992px) {
  #reports-table-filter .btn-toggle-filters {
    display: none;
  }
}
