.filters-header {
  background-color: #f0f0f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #f9f9f9;
}

.filters select {
  border:0;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 200px;
}

.filters label {
  margin-right: 1rem;
}

.filters-header input.form-submit {
  border: 0;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  font-weight: 500;
  background-color: #444871;
  height: 3rem;
  align-self: center;
}

.filters-header input.form-submit:hover {
  background-color: #595b72;
  cursor: pointer;
}

.filters-header input[id*="reset"] {
  color: #444871 !important;
  font-weight: 400;
  background-color: transparent;
  border: 2px solid #444871 !important;
  height: 3rem;
  align-self: center;
}

.filters-header input[id*="reset"]:hover {
  background-color: #fafafa;
  cursor: pointer;
}


.projects-table {
  max-height: 800px;
  overflow-y: auto;
}

.projects-table table {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.projects-table table thead tr th:first-child {
  padding-left : 1.5rem;
}

.projects-table table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.projects-table table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.projects-table table thead tr th {
  padding-right : 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: sticky;
  top: 0;
  background-color: #f0f0f0;
}

.projects-table table tbody tr td:first-child {
  padding-left : 1.5rem;
}

.projects-table table tbody tr td {
  padding-right : 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.projects-table table tbody tr:nth-child(2n+1) {
  background-color: #fafafa;
}

.projects-table th a {
  color: #444871;
}

.projects-table th a:hover {
  color: #444871;
}

.page-item.active .page-link {
  background-color: #444871;;
  border-color: #444871;;
}

.projects-export .csv-feed.views-data-export-feed {
  background-color: #fdcf41;
  border-radius: 7px;
  text-align: center;
  width: 300px;;
}

.projects-export .csv-feed.views-data-export-feed:hover {
  background-color: #f5ce58;
  border-radius: 7px;
  text-align: center;
}

.projects-export .csv-feed.views-data-export-feed a {
  display: block;
  color: #444871;
  font-weight: 400;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
}

.projects-export .csv-feed.views-data-export-feed:first-child {
  margin-right: 1rem;
}

.projects-footer {
  font-size: 14px;
}

/* SM BREAKPOINT */
@media (max-width : 640px) {
  .filters select {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 240px;
  }

  .projects-export {
    justify-content: center !important;
  }

  .projects-export .csv-feed.views-data-export-feed:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .filters {
    width: 75%;
  }
}

@media (min-width: 1024px) {

}

@media (min-width: 1200px) {
  .filters {
    width: auto;
  }

  .filters-actions-wrapper {
    flex-direction: row !important;
  }

  .filters-action-submit-wrapper {
    margin-right: 1rem !important;
    margin-bottom: 0 !important;
  }
}
