
.wall-second-2-1-input{
	z-index:2;
	position:relative;
	background:transparent;
	
}
.highlighter {
   position: absolute;
   z-index:1;
  /*  left: 0;
    right: 0;
	bottom:0;
    color: transparent;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;*/
	height:auto !important; 
	padding:0px!important;
	color:#FFF;
}
.mentions-input{
    width: 100%!important;

}

[data-mention] {
  background-color: #a3bcea;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.ui-autocomplete{
	border:1px solid #e1e1e1;
	padding:5px;
	float:left;
	border-radius:4px;
	background:#FFF;
}
.ui-menu-item{
	list-style:none;
	width:100%;
	float:left;
	border-bottom:1px dotted #e1e1e1;
	padding:5px;
	line-height:15px;
}
.ui-menu-item a{
	color:#000;
}


.ui-helper-hidden-accessible{ display:none;}

.highlighter-content strong{ background:#a3bcea; color:#a3bcea; padding:2px 0px;}

#UpdateForm .highlighter{
    left:11px;
    top:10px;
}
.ui-menu-item strong{
	text-transform: capitalize;
}
.ui-menu-item img{
	width:35px;
	height:35px;
	float:left;
	border:1px solid #e1e1e1;
	margin-right:5px;
	border-radius:4px;
	background:#FFF !important;

}


.highlighter{
    left:0px;
}



.comment-input{
	background:#FFF !important;
	position:relative;
	border-radius:4px;
}

.comment-input .highlighter{
	left:9px;
	top:10px;
	width:100%;
}


.ui-menu-item:hover{
    background:#e1e1e1;
}

