﻿.twitter-typeahead {
    width: 100%;
}

.tokenfield .twitter-typeahead {
    width: auto;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    min-width: 100%;
    /*max-width: 100%;*/
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion,
.tt-empty,
.tt-pending {
    padding: 5px 15px;
}
.tt-suggestion {
    cursor:pointer;
}
.tt-suggestion:hover { /* Same as Bootstrap DropDown Item Hover */
    background-color: #f8f9fa;
    color: #16181b;
}

.tt-profile {
    min-width: 500px;
}
.tt-profile:not(:last-child) {
    border-bottom: 2px solid #eee;
}

.tt-cursor { /* Bootstrap DropDown Active Item */
    color: #fff;
    background-color: #007bff; 
}

.tt-highlight {
    font-weight: bold;
}

.tt-header{
    font-weight:bold;
    padding-left:2px;
    background: #000;
    margin-top:0 !important;
    color: #fff;
    line-height: 50px;
}