/* Sample */

.dropdown-menu {
    border: 1px solid #ddd;
    background-color: white;
}

.dropdown-menu li {
    border-top: 1px solid #ddd;
    padding: 2px 5px;
}

.dropdown-menu li:first-child {
    border-top: none;
}

.dropdown-menu li:hover,
.dropdown-menu .active {
    background-color: rgb(110, 183, 219);
}


/* SHOULD not modify */

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu a:hover {
    cursor: pointer;
}


/* custom */
.dropdown-menu  {  background: #f4f4f4; border: 1px solid #e8e8e8;}
.dropdown-menu li a { color: #666666; }
.dropdown-menu li { background: #ffffff; }
/* .dropdown-menu li:hover, .dropdown-menu .active { background: #ffffff; color: #000000; }   */
/* .dropdown-menu li:hover a , .dropdown-menu .active a { color:#000000; text-decoration: none;} */
.textoverlay .mentions.user , .textoverlay .mentions.hash { background: #d8dfea; color: #d8dfea; font-size: 16px; } /* Ar 08-Dec'16 Commented */ 

.textcomplete-dropdown { width:300px; }
.textcomplete-dropdown .textcomplete-item { width:100%; position:relative; float:left; border-top:1px solid #e8e8e8; text-decoration:none; font-size:16px; color:#000000; padding:11px 20px 14px 20px; cursor:pointer; box-sizing:border-box; display:inline-block;} 
.textcomplete-dropdown .textcomplete-item:hover,.textcomplete-dropdown .textcomplete-item.active { background:#f0f0f0; }
.textcomplete-dropdown .textcomplete-item  a .name { color:#000000; }
.textcomplete-dropdown .textcomplete-item .companyIc { width:25px; height:25px; position:absolute; left:18px; top:12px  }
.textcomplete-dropdown .textcomplete-item .aboutIc { width:25px; height:27px; position:absolute; left:18px; top:12px }
.textcomplete-dropdown .textcomplete-item img { width:40px; height:40px; position:absolute; left:10px; top:10px;}
.textcomplete-dropdown.auto_icon .textcomplete-item { padding-left:61px; } 
.textcomplete-dropdown .textcomplete-item img + .name { line-height:14px; } 

/*.textoverlay .mentions.user, .textoverlay .mentions.hash { background:#e3e8f1; } Ar 08-Dec'16 Commented */ 

.textoverlay-wrapper { width:100%; }
.postCnt .textoverlay-wrapper  .textarea { width:100%;  } /* MS 02/05/16 */