html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 70px;
}

@media (min-width: 768px) {
    body {
        margin-bottom: 90px;
    }
}

.navbar-brand img {
    margin-top: -4px;
    height: 30px;
}

.large-icon {
    font-size: 500%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

.collapse-toggle {
    cursor: pointer;
    padding-top: 10px;
}

.clickable {
    cursor: pointer;
}

.spacer {
    height: 20px;
}

.piechart {
    display: inline-block !important;
}

.sum:before {
    content: "Σ";
    opacity: 0.1;
}

.sum:after {
    content: "Σ";
    visibility: hidden;
}

.average:before {
    content: "Ø";
    opacity: 0.1;
}

.average:after {
    content: "Ø";
    visibility: hidden;
}

.label-unknown {
    background-color: #6f5499;
}

.modal-buttons-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.dp-modal-tab-links {
    margin-bottom: 10px;
}

.faq-marker {
    height: 2em;
}

.map-small {
    height: 400px;
    width: 100%;
}

.white {
    color: #fff !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

.dropdown-menu-padding {
    min-width: 200px;
    padding: 15px;
}

a.current {
    font-weight: bold;
    background-color: #eee !important;
}

.leaflet-interactive {
    cursor: pointer;
}

div.bootstrap-select button, div.bootstrap-select button:hover, div.bootstrap-select button:active {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.like-form-control{
    line-height: calc(2.25rem + 2px);
}
