/*
this is NOT the official Twitter/Bootstrap typeahead css (there is none)
it's a version put together from various sources, to work with Typeahead 0.10.5 & Bootstrap 3
under the constraints of BYL styles
it will break miserably with Typeahead 0.11.*
*/

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 100%;
    max-height: 333px;
    overflow: auto;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    z-index:1500 !important;
    border:1px solid rgba(0,0,0,.2);

}

#header-search span.twitter-typeahead .tt-dropdown-menu {
    min-width: 165%;
}

span.twitter-typeahead .tt-dropdown-menu .tt-suggestions{
    min-width: 100% !important;
    border:none;
    display:block;
    margin:0px;
    color:#222;
}

span.twitter-typeahead .tt-suggestions p{
    padding:0;
    margin:0;
}

span.twitter-typeahead .tt-dropdown-menu .tt-suggestion{
    padding:6px 0 6px 6px;
}

span.twitter-typeahead .tt-suggestion:hover, .tt-suggestion:focus{
    background-color: #ee237c;
    color:#fff;
    cursor:pointer;
}

span.twitter-typeahead .tt-dropdown-menu .tt-suggestion{
    width:100%;
    display:block;
}

span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    margin-bottom: 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width:100%;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ee237c;
    width:100%;
}
span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover {
    color: #fff;
    background-color: #ee237c;
}

.input-group span.twitter-typeahead {
    display: block !important;
    width:100%;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

span.twitter-typeahead .tt-header-msg {
    padding: 10px 30px 0px 35px;
    color:#ee237c;

}

/* styles specific to the dual typeahead search form */
span.loc-cat-picker .tt-dropdown-menu .tt-suggestion{
    padding:6px 0 6px 50px;
    font-size:2rem;
}