.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: #1f8dd6;*/ color:#666666; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/* Custom CSS Started */
.autocomplete-suggestions { width:300px !important; }
#network_rhs_search { position:relative; } /* MS 22/08/16 */
.rigWp .autocomplete-suggestions { /* width:96.36% !important; */ width:100% !important; } /* MS 22/08/16 */
#network_rhs_search .frmfield_srclinks .autocomplete-suggestions { top:59px; } /* MS 22/12/16 */
#network_rhs_search .search_selector_container .autocomplete-suggestions {top:45px;} /* MS 22/12/16 */
.autocomplete-suggestions .autocomplete-suggestion { width:100%; position:relative; float:left; border-top:1px solid #e8e8e8; text-decoration:none; font-size:16px; color:#000000; /* padding:9px 20px 6px 20px; */ padding:11px 20px 14px 20px; cursor:pointer; box-sizing:border-box; display:inline-block; line-height:normal;} /* MS 26/07/16 */

.autocomplete-suggestions .autocomplete-suggestion .companyIc { width:25px; height:25px; /* width:18px; height:18px; */ position:absolute; left:18px; top:12px; font-size: 20px; line-height:18px;   }
/* .autocomplete-suggestions .autocomplete-suggestion:hover .companyIc { background-position:26.91161867% 67.09006928%; } MS 14/03/16 */
.autocomplete-suggestions .autocomplete-suggestion .aboutIc { width:25px; height:27px; position:absolute; left:18px; top:12px; font-size: 20px; line-height: 20px; }
.autocomplete-suggestions .autocomplete-suggestion img { width:40px; height:40px; position:absolute; left:10px; top:10px;  /* height:25px; width:25px;  */}
.autocomplete-suggestions.auto_icon .autocomplete-suggestion  { /* padding-left:46px; */ padding-left:61px; } /* MS 14/03/16 */
.autocomplete-suggestions .autocomplete-suggestion img + .name { line-height:14px;  } /* MS 14/03/16 */

.autocomplete-suggestions  .autocomplete-suggestion.auto_img { line-height:35px; } /* MS 26/07/16 */
.autocomplete-suggestions  .autocomplete-suggestion.auto_img  img + .name { line-height:normal; vertical-align:middle; display:inline-block;  } /* MS 26/07/16 */
.autocomplete-suggestions .name  { width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis } /* MS 26/07/16 */
/* Custom CSS End */

/* MS 10/03/16 Start*/
.autocomplete-suggestion.intl-tel-input .flag { position:absolute; left:14px; margin-top:4px; }
.tagList.intl-tel-input { display:inherit; border-bottom:none; } /* MS 22/12/16 border-bottom:none; added */
.tagList.intl-tel-input .flag { float:none; display:inline-block; vertical-align:middle; margin:-1px 10px 0 0;}
/* MS 10/03/16 end */

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


@media	only screen and (min-width:0) and (max-width:767px) {
    .autocomplete-suggestions .autocomplete-suggestion .aboutIc { left: 13px;}   
}