﻿#inputGoogleMapsSearchBox_I {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 350px;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: black !important;
    height: 30px;
    border-radius: 8px;
    box-shadow: 1px 2px #808080;
}

    #inputGoogleMapsSearchBox_I:focus {
        border-color: #4d90fe;
    }

#inputGoogleMapsSearchBox{
    visibility: hidden;
}

.pac-container {
    z-index: 100000 !important;
}