#btn-address-search-widget-clear,
#btn-address-search-widget-submit
{
    z-index: 3 !important;
    outline:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#btn-address-search-widget-submit {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.twitter-typeahead
{
    width: 100%;
}

.twitter-typeahead .tt-menu
{
    width: 100%;
    margin: -1px 0 0 0;
    border-color: #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.twitter-typeahead .tt-menu .tt-suggestion {
    color: #0f0f0f;
    padding: 6px 5px 6px 16px;
}

.twitter-typeahead .tt-menu.tt-open {
    border-color: #ebebeb !important;
}

.twitter-typeahead .tt-menu .tt-suggestion.tt-cursor, .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable:hover {
    color: #0f0f0f;
    cursor: pointer;
}

.twitter-typeahead .tt-hint {
    color: #c8c8c8;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.twitter-typeahead .tt-input
{
    border-color: #cfcfcf;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 1px solid transparent !important;
}

.twitter-typeahead .tt-input.loading[name="address_search"]
{
    background: transparent url('/images/loading/load.gif') no-repeat scroll right center content-box !important;
    background-position-x: calc(100% - 15px) !important;
    background-size: 20px !important;
}

.twitter-typeahead .tt-highlight {
    color: #2e3e4e;
    font-family: "Open Sans", sans-serif !important;
}

.tt-input:focus {
    border-style: solid !important;
    /* border-right: 1px solid transparent !important; */
}
