/* Typeahead Starts */
.typeahead .twitter-typeahead
{
    width: 100%;
}
.typeahead .twitter-typeahead .tt-menu
{
    width: 100%;
    padding: .75rem 0; 

    border: 1px solid #aaa;
    border-radius: 5px;
    background: #fff;
}
.typeahead .twitter-typeahead .tt-menu .tt-suggestion
{
    padding: .25rem .75rem;

    cursor: pointer;
}
.typeahead .twitter-typeahead .tt-menu .tt-suggestion:hover
{
    color: #fff; 
    background-color: #967adc;
}
.typeahead .twitter-typeahead .empty-message
{
    padding: 5px 10px;

    text-align: center;
}
.typeahead .twitter-typeahead .rtl-typeahead .tt-menu
{
    text-align: left;
}
.typeahead .twitter-typeahead .league-name
{
    margin: 0 10px 5px 10px;
    padding: 7px 5px 10px;

    border-bottom: 1px solid #ccc;
}

.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu
{
    overflow-y: auto; 

    max-height: 150px;
}

/* Typeahead Ends */
/* MaxLength Starts */
.bootstrap-maxlength
{
    margin-top: .5rem;
}

/* MaxLength Ends */
