﻿
/*
    typeahead styling
*/
.twitter-typeahead input.search-typeahead {
    background-color: #fff !important;
}

.tt-menu {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 2px;
}


    .tt-menu .tt-dataset {
        margin: 5px;
    }

        .tt-menu .tt-dataset .tt-suggestion,
        .tt-menu .tt-dataset .tt-selectable {
            padding: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .tt-menu .tt-dataset .tt-suggestion.tt-cursor,
            .tt-menu .tt-dataset .tt-selectable.tt-cursor {
                background-color: rgba(1, 157, 160, 1);
                color: #eee;
            }

/*.tt-menu .tt-dataset .tt-selectable .tt-highlight {

}*/

.edit-person .twitter-typeahead, 
.edit-person .tt-hint,
.edit-person .tt-input,
.edit-person .tt-menu {
    width: 100%;
}