@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    src: local('Avenir Next LT Pro Demi'), url(fonts/AvenirNextLTPro-Demi.ttf) format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    src: local('Avenir Next LT Pro Bold'), url(fonts/AvenirNextLTPro-Bold.ttf) format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    src: local('Avenir Next LT Pro Regular'), url(fonts/AvenirNextLTPro-Regular.ttf) format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Thin';
    src: local('Avenir Next LT Pro Thin'), url(fonts/AvenirNextLTPro-Thin.ttf) format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Heavy';
    src: local('Avenir Next LT Pro Heavy'), url(fonts/AvenirNextLTPro-Heavy.ttf) format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Medium';
    src: local('Avenir Next LT Pro Medium'), url(fonts/AvenirNextLTPro-Medium.ttf) format('woff');
}

.custom-tooltip {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-weight: 900 !important;
    font-size: 18px;
}
.leaflet-tooltip-left.custom-tooltip::before {
    border-left-color: none !important;
}
.leaflet-tooltip-right.custom-tooltip::before {
    border-right-color: none !important;
}

.leaflet-interactive {
    fill-opacity: 1;
}

.leaflet-bottom {
    bottom: 0;
    display: none;
}

.dropzone-file-bhg {
    height: 100px;
}

.bhg-download-icon {
    color: #004699;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-inverse-10 {
    margin-top: -10px;
}

.mt-inverse-20 {
    margin-top: -20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-0 {
    margin-bottom: 0px
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-20 {
    margin-left: 20px;
}

.amsterdam-input {
    width: 300px;
}

.right-float {
    float: right;
}

.pt-5 {
    padding-top: 5px;
}

.pr-5 {
    padding-right: 5px;
}

#header {
    z-index: 2;
    background-color: #fff;
}

label {
    font-weight: 500 !important;
    font-family: Avenir Next LT Pro Demi;
}