body, html {
    text-align:center;
    height: 100%;
    width: 100%;
    margin:0px;
    padding: 0px;
}

#map-container {
    height: 100%;
    width: 100%;
    margin:0px;
    padding: 0px;
}
#map {
    width: 100%;
    height: 100%;
    margin-top: -30px;
    padding: 0px;
}
.labels {
    color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    padding: 6px;
    -webkit-border-radius: 14px;
    border-radius: 13px;
    background: rgb(0, 0, 0);
}

.jobrow {
    text-align: left;
    padding: 5px;
}
.jobrow a {
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #ccc;
}
.jobrow a:hover {
    color: #09a;
}

img[src*="//maps.gstatic.com/intl/en_us/mapfiles/iw_close.gif"], img[src*="//gmaps.gstatic.com/intl/en_us/mapfiles/iw_close.gif"] {
    display:none;
}
#search{
    background-color: rgb(0, 0, 0);
    height: 30px;
    vertical-align: middle;
    width: 230px;
    z-index: 1;
    text-align: left;
    position: relative;
    top: 25px;
    left: 25px;
}
#search form {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    top: 0;
    left: 0;
}

#map-spinner {
    color: #fff;
    line-height: 0.4em;
    margin-top: 9px;
    margin-left: -9px;
    display: none;
    position: absolute;
}

#map-magnifier {
    margin-left: -6px;
}


@media (max-width: 767px) {
    #search {
        top: 0;
        left: 0;
    }

    #map-spinner {
        margin-left: -20px;
    }

    #map-magnifier {
        margin-left: -19px;
    }

}

#search input{
    color:#FFF;
    width: 200px;
    height: 22px;
    border: none;
    margin-left: 7px;
    font-size: 13px;
    background: transparent;
    border: none;
}

.search-button{
    color:#FFF;
    font-size: 17px;
    padding-top: 5px;
    padding-left: 8px;
}

#mapsearch button {
    outline: none;
    position: absolute;
    border: 0px;
    background-color: #000;
    margin-left: -5px;
    cursor: pointer;
    cursor: hand;
}



#map-query {
    outline: none;
    width: 188px;
    max-width: 188px;
    margin-top: 3px;
}

.map-error {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.small-error {
    font-size: 24px;
}

/**
 * Custom styles for the info window
 */
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-tc::after {
    background-color: #000;
}

.gm-style-iw-d {
   scrollbar-color: #fff #000;
   padding: 0 0.75rem 0.75rem 0;
   overflow: auto !important; /* override inline style */
}

.rtl .gm-style-iw-d {
   padding: 0 0 0.75rem 0.75rem;
}

