/*
* @Author: anchen
* @Date:   2017-04-02 20:30:40
* @Last Modified by:   anchen
* @Last Modified time: 2017-04-25 14:16:10
*/

.autocomplete-suggestions{
    background:white;
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #92b9a6;
    border-top: none;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}
.autocomplete-suggestion{
    background: inherit;
    /*border-color: #92b9a6;*/
    border-image: none;
   /* border-style: solid;
    border-width: 0 1px;*/
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;

/*    border-color: #92b9a6;
*/    font-family: inherit;
/*    font-size: 16px;
*/    font-weight: 300;
    padding: 6px 12px;
    padding-left: 22px;
    transition: all 0.4s ease 0s;
}

.autocomplete-suggestions div.autocomplete-selected{
background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
}

.autocomplete-suggestions strong { font-weight: bold; color: #000; }


.autocomplete-suggestions div:last-child{
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
}

.autocomplete-suggestion:before {
    font-family: 'Glyphicons Halflings';
    content:'\e062';
    padding-right: 5px;
    position: absolute;
    left: 5px;
}