﻿/* The google maps layer provides pegman, hide him. */
#gmaps_controls_ {
    display: none;
}

#map {
    width:100%; height:100%; padding:0px; margin:0px;
}
.search {
    position: absolute;
    right: 150px;
    top: 20px;
    z-index: 1;
    width: 230px;
    }
    .search span.remove {
        position: absolute;
        top: 12px;
        right: 8px;
    }
    .search input {
        border-radius: 6px;
        padding: 10px 10px;
        height: 38px;
        font-size: 12px;
        margin-bottom: 0;
    }
    #location-results-panel {
        max-height: 50%;
        overflow: auto;
        max-width: 230px;
        padding: 10px 5px;
        font-size: 14px;
        } 
        #location-results-panel ul {
            list-style: none;
            }
            #location-results-panel ul li {
                font-size: 11px;
                line-height: 16px;
                padding: 6px 6px;
            }

span.remove {
    opacity: .35;
    }
    span.remove:hover {
        opacity: 1;
        cursor: pointer;
    }

#info-trigger {
    z-index: 1000;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 20px;
    display: block;
    background-color: #4D4F53;
    color: white;
    font-size: 16px;
    padding: 8px 0 0;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    }
    #info-trigger:hover {
        background-color: #8C1515;
        box-shadow: 0 0 8px #999;
        box-shadow: 0 0 8px rgba(0,0,0,.5);
    }

#info {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 20px;
    left: 70px;
    background-color: black;
    background-color: rgba(0,0,0,.75);
    padding: 15px 0;
    min-width: 230px;
    height: 200px;
    max-width: 350px;
    color: white;
    margin-right: 20px;
    }
    #info:before {
        content: '';
        display: block;
        position: absolute;
        top: 45%;
        border-right: 10px solid black;
        border-right: 10px solid rgba(0,0,0,.75);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: -10px;
    }
    #info > div {
        overflow: auto;
        position: relative;
        height: 170px;
        padding: 0 15px;
    }
    #info h3 {
        color: white;
        font-size: 18px;
        margin: 0;
    }
    #info h5 {
        color: white;
        font-size: 12px;
        font-weight: 400;
        margin: 4px 0 4px;
    }
    #info h5 span {
        color: #AAA;
        font-size: 10px;
    }
    #info p {
        font-size: 12px;
        border-top: 1px solid #999;
        margin: 12px 0 0;
        padding-top: 10px;
    }

#map_root .simpleInfoWindow {
    width: 300px !important;
    min-height: 150px !important;
    padding: 15px;
    border: none;
    border-radius: 0;
    font-family: 'Source Sans', 'Helvetica Neue', Helvetica, Arial;
    font-size: 14px;
    }
    #map_root .simpleInfoWindow .close {
        right: -12px !important;
        left: auto !important;
    }
    #map_root .simpleInfoWindow .title {
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0.5em;
        border: none;
        padding: 0;
        color: #212323;
    }
    #map_root .simpleInfoWindow .content {
        padding: 0;
    }

#map_root .esriPopup {

    }
    #map_root .esriPopup .titlePane {
        padding: 4px 0 6px 10px;
        border: none;
        }
        #map_root .esriPopup .title {
            font-size: 12px;
        }
        #map_root .esriPopup .titleButton.maximize {
            display: none;
        }
        #map_root .esriPopup .titleButton.close {
            top: 7px;
            right: 8px;
            opacity: .5;
            }
            #map_root .esriPopup .titleButton.close:hover {
                opacity: 1;
            }

    #map_root .esriPopup .contentPane {
        border: none;
        }
        #map_root .esriPopup .contentPane .columns {
            padding-left: 0;
            }
            #map_root .esriPopup .contentPane .feature-title {
                font-size: 14px;
                color: #4d4d4d;
                display: block;
                font-weight: 400;
                margin-bottom: 8px;
            }
            #map_root .esriPopup .contentPane .feature-description {
                font-size: 11px;
                color: #4d4d4d;
                display: block;
                font-weight: 400;
                line-height: 15px;
            }

    #map_root .esriPopup .actionsPane {
        border: none;
    }

    
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #AAA;
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #AAA;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.65); 
}

div.legend {
    max-height: 75%;
}


.content .contentPane .popup-label {
    min-width: 85px;
    display: block;
    font-weight: bold;
}

.content .contentPane div {
    padding: 3px;
}