/*Typeahead start*/
#consortia .twitter-typeahead {
    display: block !important;
}

#consortia .tt-input {
    background: url('../img/Icon_Caret.png') 99% no-repeat;
    cursor: pointer;
}

 #consortia .tt-input:focus {
    background: url('../img/Icon_Caret.png') 99% no-repeat;
    cursor: text;
}

#consortia .typeahead,
#consortia .tt-query,
#consortia .tt-hint {
    width: 100%;
}

#consortia .typeahead {
    background-color: #fff;
}

#consortia .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#consortia .tt-hint {
    color: #999;
}


#consortia .tt-menu {
    width: 100%;
    padding: 5px 0;
    margin: 2px 0px 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-clip: padding-box;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* #consortia .tt-dropdown-menu {
    width: 100%;
    padding: 5px 0;
    margin: 2px 0px 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-clip: padding-box;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}
 */
#consortia .tt-suggestion {
    padding: 2px 12px;
}

    #consortia .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #428bca;
        cursor: pointer;
    }

    #consortia .tt-suggestion p {
        margin: 0;
    }

#consortia .gist {
    font-size: 14px;
}

/*Typeahead ends*/

/*Error*/
.pqe-common-below_input_error {
    clear: both;
    color: #ff0000;
    display: block;
    padding-left: 5px;
    width: 100%;
}