/* Bootstrap3 is required for default styling */

.mentiony-container [contenteditable=true]:empty:not(:focus):before{
	content:attr(data-placeholder);
	color:#5c9dff;
}

.mentiony-container{ position:relative;height:auto; border:1px solid #cecece;
	/* NOTE: All top-right-bottom-left must be equal */
	padding:10px;
}
.mentiony-container .pl0{ padding-left:0;}
.mentiony-container .mention-input-hidden{float:left; display:inline-block; visibility:hidden; width:0!important;height:0!important; margin:0!important; padding:0!important;opacity:0!important;}

.mentiony-container .mentiony-popover{
	position:absolute;
	z-index:1000;
	top:100%; left:0; /* Default */
	width:400px;
	height:auto;
	max-height:400px;
	display:none;
	border:1px solid #eee;
	border-radius:4px;
	padding:0;
	background:#fefefe;
	overflow: auto;
}

.mentiony-container .mentiony-content {
	outline: none;
}

.mentiony-list{list-style:none; width: 100%; padding:0;margin: 0;}
.mentiony-item{
	border-top:1px solid #eee; height: 65px; width: 100%; padding: 5px 10px; cursor:pointer; overflow: hidden; margin-top: 5px;
}
.mentiony-item:first-child{border:none}
.mentiony-item:hover{ background:#e6f3ff;color: black;}
.mentiony-item.active{ background:#ddd;}
.mentiony-item img{ width:40px; height:40px; }

.mentiony-item .title, .mentiony-item .help-block{ margin:0;}
.mentiony-item .title{}
.mentiony-item .help-block{}
.mention-area .highlight span.mentiony-link{color:white; background:#002396; padding: 1px 4px; border-radius: 3px;}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

  /* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
	-ms-overflow-style: none;
	scrollbar-width: none; /* Firefox */
}