.autocomplete-suggestions {
    text-align: left; cursor: default; /*border: 1px solid #ccc;*/ /*border-top: 0;*/ background: #fff; /*box-shadow: -1px 1px 3px rgba(0,0,0,.1);*/

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #666666; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


/* Custom CSS Started */
.autocomplete-suggestions {width:100%; box-sizing:border-box; padding:0 20px; left:inherit !important;}
#autosuggest .autocomplete-suggestions{padding:0; border:1px solid #e8e8e8; box-sizing:unset; left:-1px !important;}
#autosuggest .autocomplete-suggestions .autocomplete-suggestion{border-left:none; border-right:none;}
#autosuggest .autocomplete-suggestions .autocomplete-suggestion:first-child{border-top:none;}
.autocomplete-suggestions .autocomplete-suggestion { width:100%; position:relative; float:left; border-bottom:1px solid #e8e8e8; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; text-decoration:none; font-size:16px; color:#666666; padding:9px 10px 6px 10px; cursor:pointer; box-sizing:border-box; display:inline-block;} /* MS 31/03/16 Padding left& right: 20px; */
.autocomplete-suggestions .autocomplete-suggestion:first-child{border-top:1px solid #e8e8e8;}
.autocomplete-suggestions .autocomplete-suggestion .companyIc { width:18px; height:18px; position:absolute; left:14px; top:10px; background-position:0.397219% 36.4896%; font-size: 20px; line-height:18px; }
.autocomplete-suggestions .autocomplete-suggestion:hover .companyIc { background-position:26.91161867% 67.09006928%; }
.autocomplete-suggestions .autocomplete-suggestion .aboutIc { position:absolute; /*left:18px;*/ left:13px; top:12px; font-size: 20px; line-height: 20px; }
.autocomplete-suggestions .autocomplete-suggestion img { position:absolute; left:10px; top:7px;  height:25px; width:25px; }
.autocomplete-suggestions.auto_icon .autocomplete-suggestion  { padding-left:46px; }
.autocomplete-suggestions.auto_icon{padding:0; top:39px; border-bottom:1px solid #e8e8e8; border-top:1px solid #e8e8e8;}

/* Custom CSS End */

.ios .textoverlay .mentions.user,.ios .textoverlay .mentions.hash{/*margin-left:3px;*/} /* MK 01/03/2016 for iphone */
