/* (c) 2014-2015 Business Collaborator Ltd */
/* auto complete */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Ticket#7655 drop down height is now set for IE
        as IE6 doesn't understand max-height */
    *height:expression(this.scrollHeight>199?"200px":"auto");
}

.ui-autocomplete-message {
    border-top: 1px solid #aaaaaa;
    float: left;
    width: 100%;
    color: #aaaaaa;
}

.rich-form-data .ui-metadata-autocomplete {
    white-space: nowrap;
}

.ui-metadata-autocomplete .input-group-btn .btn.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

span.simple-filter .ui-metadata-autocomplete {
    max-width: 175px; /*Fix for Chrome rendering this too wide.*/
}

/* IE10, 11 scrollbar issues with combobox in bootstrap - override */

@-ms-viewport{
    width: auto!important
}
