.pagets__xapp-1 .frame.frame-type-list {
  padding: 0;
}

.pagets__xapp-1 #main-wrapper {
  min-height: calc(100vh - var(--header-height));
}

.tx-eks-mapapp .filter-title{
    font-size: 1rem;
    font-style: italic;
}

.tx-eks-mapapp .filter-box{
    padding-left: 1rem;
}

.tx-eks-mapapp .filter-form-heading {
  margin-bottom: 0.125rem;
}

.tx-eks-mapapp .accordion-body,
.tx-eks-mapapp .filter-form-heading {
  font-size: 1rem;
}

.tx-eks-mapapp .accordion-button {
  font-size: 1.25rem;
}

.tx-eks-mapapp .accordion-body.map-legend h4 {
  margin-bottom: 0;
}

.tx-eks-mapapp .map-legend h5,
.tx-eks-mapapp .metadata h5 {
  font-size: 1rem;
}

.tx-eks-mapapp .metadata p{
    font-size: 1rem;
    color: var(--color-grey);
}

.tx-eks-mapapp .accordion-body.map-legend h4:nth-child(n + 2) ,
.tx-eks-mapapp .accordion-body.map-legend h5:nth-child(n + 2) {
  margin-top: 1rem;
}

.tx-eks-mapapp .map-legend > img {
  max-width: 100%;
}

.tx-eks-mapapp .map-description{
    padding-top: var(--section-gap);
}

.tx-eks-mapapp .filter-section ul{
    font-size: 0.8rem;
    list-style: '- ';
    padding-left: 10px;
}

.tx-eks-mapapp .ol-popup-content a{
    padding-left: 0;
}
.btn-primary:hover,
.btn-outline-primary:hover{
    background-color: var(--color-blue);
}
.btn-primary:focus{
    background-color: initial;
    color: var(--color-blue);
}

.btn-outline-primary{
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.tx-eks-mapapp #regionallevels .level-buttons .btn{
    border-radius: 0;
}

.tx-eks-mapapp .statistic-select label{
    font-size: 0.75rem;
    color: var(--color-grey);
    font-style: italic;
    padding-left: 5px;
}
.tx-eks-mapapp .form-control{
    border-color: var(--color-blue);
}
.tx-eks-mapapp table{
    font-size: 0.9rem;
    text-align: right;
    margin-bottom: 2rem;
}

.tx-eks-mapapp table th,
.tx-eks-mapapp table td {
    text-align: right;
}
.tx-eks-mapapp table th:first-child,
.tx-eks-mapapp table td:first-child {
    text-align: left;
}

.tx-eks-mapapp h5.caption{
    text-align: right;
    padding: 0.5rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 0.9rem;
    color: var(--color-grey);
    border-bottom: 2px solid var(--color-grey);
    font-style: italic;
}
