/* Overriding bootstrap default typeahead appearance */

.search-input-container > ul {
    padding-top: 2px!important;
}

.typeahead > ul {
    padding-top: 2px!important;
}

.typeahead.dropdown-menu {
    border-color: #d9d9d9;
    box-shadow: #d9d9d9;
    padding-top: 5px!important;
    width: 110%!important;
}

.dropdown-menu > .active >a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #09294f;
}

.dropdown-menu > li > a {
    white-space: pre-wrap!important;
}

.dropdown-menu.typeahead li a strong {
    color: #09294f;
}

.dropdown-menu.typeahead li.active a strong{
    color: #fff;
}
