﻿.themap {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
    
}

body {
    color: #404040;
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
}

a {
    color: #404040;
    text-decoration: none;
}

    a:hover {
        color: #101010;
    }

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #00853e;
    color: #fff;
}


::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #00853e;
    border-radius: 0;
}

.marker {
    width: 0;
    height: 0;
}

    .marker span {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        color: #fff;
        background: #003A96;
        border: solid 2px;
        border-radius: 0 70% 70%;
        box-shadow: 0 0 2px #000;
        cursor: pointer;
        transform-origin: 0 0;
        transform: rotateZ(-135deg);
    }

    .marker b {
        transform: rotateZ(135deg)
    }

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.mapboxgl-ctrl-geocoder {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #c6cbd2;
}

.mapboxgl-ctrl-geocoder--input {
    height: 2.5rem !important;
    padding-left: 18px !important;
    /*font-family: "Source Sans Pro", "Helvetica Neue", "sans-serif" !important;*/
    /*font-weight:400 !important;*/
    font-size: 16px !important;
    color: #1B1D20 !important;    
}

.mapboxgl-ctrl-geocoder--icon-search {
    top: 4px !important;
    display:none !important;
}



/*radzen overrides*/
.rz-datalist-data > li {
    border: none !important;
    padding: 0px !important;
}

.top-row[b-rt6bliosl1], article[b-rt6bliosl1] {
    padding-left: 0px !important;
}


#geocoder {
    z-index: 1;
}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
}
