/* General styles */

.underline {
    text-decoration: underline;
}

.hidden {
    display: none;
}

/* Element styles */

p.unit-attributes {
    margin-bottom: 0;
}

p.unit-attributes:last-child {
    margin-bottom: 1rem;
}

p.species-title {
    margin-bottom: .5rem;
}

.wrapper-family {
    margin-bottom: 2rem;
}

.wrapper-family:last-child {
    margin-bottom: 0;
}

/* Google Maps styles */

#collection-map {
    height: 500px;
}

.gm-infowindow {
    padding: .5em;
}

.gm-infowindow h1 {
    font-size: 1rem;
}

.gm-infowindow ul {
    margin: 0;
    padding: 0;
}

.gm-infowindow li {
    list-style-type: none;
}

/* Project metadata styles */

#tab-coll-meta-projects .accordion h6 {
    font-weight: 700;
}

/* AJAX loader */

.loader,
.loader-export {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #606060;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

.loader-export {
    position: absolute;
    top: .425rem;
    right: .75rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin-left: .5rem;
}

.tab-content .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Filter styles */

.filter-option {
    margin-bottom: 1rem;
}

.filter-option select,
.filter-option input,
.filter-option .awesomplete {
    width: 100%;
}

.filter-option .awesomplete ul[id^="awesomplete"] {
    min-width: 150%;
}

.counter-wrap {
    margin-bottom: 1em;
    text-align: center;
}

.species-counter,
.meta-projects-counter {
    display: none;
}

@media screen and (min-width: 992px) {
    .counter-wrap {
        position: absolute;
        top: .5rem;
        right: 15px;
    }
}

/* Pagination styles */

.btn.pagination-link {
    display: none;
}

/* Export button styles */

.btn.export {
    display: none;
    position: relative;
}