.dan-select-outer {
    margin-top: 50px;
    background: #00407a;
    white-space: normal;
    padding: 12px 10px 5px 10px;
}

#dan_map_outer {
    white-space: normal;
}

#dan_routemap {
    height: 500px;
}
.info-window-link,
.info-window-link:hover,
.info-window-link:active,
.info-window-link:visited {
    color: #00407a;
    font-weight: 700;
}

.dan-location-map-infowindow-caption {
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.gm-style-iw.gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
    display: none;
}


@media screen and (max-width: 48em) { /* phoneLandscapeViewportWidth */
    .selectize-dropdown-content {
        max-height: 165px !important;
    }
}

.leaflet-tooltip-pane, .leaflet-popup-pane {
    font-size: 16px;
}
.dan-map-blue-dot {
    height: 25px;
    width: 25px;
    background-color: #5a90f4;
    border-radius: 50%;
    display: inline-block;
}

#dan_routemap {
    min-height: 200px;
    text-align: center;
    background-color: #cccccc;
    background-image: url('/wp-content/plugins/dan-location-map/img/maps-blurred.jpg');
    background-size: cover;
}

.osm-blocking-inner {
    top: 50%;
    left: 0;
    position: relative;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    background: hsla(0, 0%, 0%, .8);
    color: #fff;
    padding: 10px;
}
.osm-blocking-inner a {
    color: #00cc00
}
