﻿.tt-query, .tt-hint {
    width: 450px;
    padding: 8px 12px;
    /*border: 2px solid #ccc;*/
    border-radius: 8px;
    outline: none;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*.tt-hint {
    color: #999
}*/

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}


.totolocation-keyboard img, .totolocation-list img {
    width: 24px;
    max-height: 24px;
    cursor: pointer;
    transform: translateY(30%);
    position: relative;
    margin: 0 2px;
}


.totolocation-container-select-simple, .totolocation-container-select-advanced {
    display: inline-block;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.totolocation-container-select {
    display: inline;
    font-size: medium;
}

#totolocation_country, #totolocation_city, #totolocation_change, .totolocation-goto {
    margin: 2px;
}

#totolocation_advanced_go, #totolocation_country_advanced {
    margin: 2px;
}

.totolocation-advanced-search {
    
}

#totolocation_advanced_search, .tt-hint {
    font-size: small;
    margin: 2px;
}

@media only screen and (orientation : portrait)
{
    .totolocation-goto {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;    
    }

    .totolocation-advanced-search {
    }

    .twitter-typeahead {
        max-width: 100% !important;
        width: 100% !important;
    }

    #totolocation_advanced_search {
        margin: 0;
    }

    #totolocation_country, #totolocation_city, #totolocation_change, .totolocation-goto, #totolocation_country_advanced {
        display: block;
        margin: 4px 0;
        min-width: 100% !important;
    }

    .totolocation-container-select {
        overflow-x: scroll;
    }

}