/* ---------------
 * SUGGEST CSS
 * copyright Bueroparallel
 * SKZ Website
 * ---------------
 */

span.twitter-typeahead
{
    width: 100%;
}

#searchbar form span.twitter-typeahead input
{
    padding: 0;
    margin: 0;
    border: none;
}

.tx-indexedsearch-searchbox .tt-menu
{
    margin-top: 0;
    border: 1px solid #ededed;
    border-top: 1px solid white;
}

.tx-indexedsearch-form-nosuggest .tt-menu.tt-open {
    display: none !important;
}

.tt-menu {
     width: 100%;
     /* position: static !important; */
 }

.tt-dataset {
    background-color: white;
    cursor: pointer;
    line-height: 40px;
    padding-left: 5px;
}

.tt-selectable {
    padding: 0 45px;
    font-size: 0.833rem;
    text-align: left;
}

.tt-highlight {
    color: #007FBA;
}