root {
    display: block;
}

.sfygmap_infowindow {
    min-width: 50px;
    min-height: 30px;
}

.sfygmap_mapbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.sfygmap_legendbox {
    margin: auto;
    font-size: 16px;
    line-height: 16px;
    color: #292929;
}

.sfygmap_legendbox h2 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.color1 {
    color: #ffffff;
    font-size: 14px !important;
}

.sfygmap_legendbox ul {

    margin: 0px;
    padding: 0px;
    /*float: right;*/
    text-align: left;

}

.sfygmap_legendbox ul li {
    list-style: none;
    vertical-align: middle;

    display: inline-block;
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
    cursor: pointer;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

/*.gm-style img+div{
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}  */
.mapTooltip {
    white-space: nowrap;
    margin: -50px 0 0 30px;
    padding: 10px;
    min-width: 50px;
    min-height: 20px;
    background-color: rgb(57, 57, 57);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgb(44, 44, 44);
}

.sfygmaplegendcat {
    float: left;
}

.sfygmapLegendCat {
    text-transform: uppercase;
}

.sfygmapLegendText {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.gmap-labels {
    background: #41c0fb;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
}

.sfygmap_legendbox h1 {
    color: #1f365b;
    font-weight: normal;
    font-size: 26px;
    line-height: 2em;
    font-family: 'Old Standard TT', serif;
}

.sfygmap_findroutebox {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffc80b;
    width: 375px;
    padding: 20px;
    font-size: 1.3rem;
    color: #483737;
    display: none;
}
.sfy_directionsboxWrapper{
    /*display: none;*/
}

.sfygmap_findroutebox input[type=text] {
    padding: 3px;
    width: 100%;
    color: #483737;
    box-sizing: border-box;
    margin-top: 10px;
    border: none;
    -moz-box-sizing: border-box;
}

.sfygmap_findroutebox input[type=submit] {
    background: none;
    border: 1px solid #483737;
    color: #483737;
    margin-top: 10px;
    padding: 5px 10px;
    outline: none !important;
    box-shadow: none !important;
}

.sfy_directionsbox {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

.sfy_directionsbox table,
.sfy_directionsbox,
.sfy_directionsbox div {
    color: #777 !important
}

.adp-placemark {
    background: none !important;
}

@media (max-width: 767px) {
    .sfygmap_findroutebox {
        left: 0px;
        z-index: 1000;
        right: 0px;
        width: auto;
        display: none;
    }
}