﻿.tt-hint, .tt-input {
    border-radius: 4px;
}

.tt-menu {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-image: linear-gradient(to bottom, #F5F5F5 0px, #E8E8E8 100%);
        background-repeat: repeat-x;
        background-color: #E8E8E8;
    }

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #428bca;
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
    top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu {
    top: 28px !important;
}

.tt-highlight {
    color: #1995dc;
}
