.rte-autocomplete{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 10000;
	float: left;
	min-width: 160px;
    padding: 5px;
	margin: 2px 0px 0px;
	list-style: outside none none;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	max-width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
    max-height: 200px;
    overflow: auto;
}

.rte-autocomplete:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.rte-autocomplete:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.rte-autocomplete > li.loading {
	background: url("http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif") center no-repeat;
	height: 16px;
}

.rte-autocomplete > li > a {
    display: block;
    padding: 3px;
    clear: both;
    font-weight: normal;
    /*line-height: 20px;*/
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    /*height: 37px;*/
}



.rte-autocomplete li .dd-ct {
	border:0px solid blue;
	min-width: 300px;
	min-height: 45px;
    white-space: normal;
    overflow: hidden;
    border-bottom: 1px solid #E1E8ED;
    padding-bottom: 4px;
}

.rte-autocomplete li .dd-ct hr {
	display:none;
}


.rte-autocomplete li .dd-ct img {
	float: left;
    height: 40px;
    width: 40px;
    margin-right:7px;
    object-fit:cover;
}

.rte-autocomplete li .dd-name {
    border: 0px solid #FFA500;
    float: left;
    /*width: 85%;*/
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.2;
}

.rte-autocomplete li .dd-url {
    color: rgb(39, 39, 39);
    font-size: 12px;
    line-height: 13px;
    float: none;
    font-weight: normal;
    margin-top: -5px;
}

.rte-autocomplete li.dd-url-caret {
	/*float: left;*/
	width: 96.8%;
	font-size: 14px;
	margin: 2px;
    padding: 2px;
	color: #666;
    height: 13px;
    /*margin-bottom: 17px;*/
}




.rte-autocomplete > li.dd-url-caret > a > div > hr {
    margin-top: 3px;
    /*margin-bottom: 3px;*/
}

.rte-autocomplete > li.dd-url-caret > a {
    display: block;
    padding: 2px 5px 2px 1px;
    clear: both;
    font-weight: normal;
    font-family: Maven Pro;
    font-size: 14px;
    /*line-height: 15px;*/
    white-space: nowrap;
    text-decoration: none;
    /*height: 37px;*/
    border-bottom: 1px solid #E1E8ED;
    cursor: pointer;
    width:100%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
}

.rte-autocomplete >li > a:focus {
	color:#FFF;
}


.rte-autocomplete > li.dd-url-caret > a > div span.dd-mention-span-url {
    color: #444;
    font-weight: bold;
}


.rte-autocomplete > li.dd-url-caret > a > div span.dd-mention-span-linkcomment {
    color: #2a699a;

}

.rte-autocomplete > li.dd-url-caret > a > div:hover{
    color: #fff;
}


.rte-autocomplete >li > a:hover, .rte-autocomplete > li > a:focus, .rte-autocomplete:hover > a, .rte-autocomplete:focus > a {
    color: #444;
    text-decoration: none;
    background-color:#eef5fa;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft;
    /*float:left;*/
}

.rte-autocomplete >.active > a, .rte-autocomplete > .active > a:hover, .rte-autocomplete > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:#eef5fa;
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft;
    /*float:left;*/
}

