/*******************************************************************************
 * Copyright (c) 2018 or the year of first publication, if earlier, HighQ Solutions Limited or its licensors
 *******************************************************************************/
ul.as-selections {
	overflow-y: auto; 
	max-height:100px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 999;
	margin: 0;
	padding: 0;
	background-color: #fff;
	list-style-type: none;
	/*clear: left;*/
	width:100%;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: ${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue};
}

ul.as-selections.loading {
	background-color: #eee;
}
ul.as-selections li.as-selection-item {
	position:relative;
	height: auto !important; 
	margin: 3px;
	padding: 1px 16px 1px 3px;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 0 #cccccc;*/
	cursor: default;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	font-weight:bold;
	white-space: nowrap;
}
ul.as-selections li.as-selection-item, li.GroupTitle{
	color: ${SystemProperties.AUTOSUGGEST_DEFAULT_TEXT_COLOR.propertyValue};
	background: ${SystemProperties.AUTOSUGGEST_BACKGROUND_COLOR.propertyValue};
}
ul.as-selections li.as-selection-item{
	border: 1px solid ${SystemProperties.AUTOSUGGEST_BORDER_COLOR.propertyValue};
}
ul.as-selections li.as-input {
	border: 0;
	width: 100px;
	padding: 3px 8px;
	background-color: white;
	margin: 2px 0;
	-webkit-appearance: caret;
}
ul.as-selections li.as-selection-item:hover, ul.as-selections li.as-selection-item.selected  {
	filter:none;
	background: ${SystemProperties.AUTOSUGGEST_HOVER_BACKGROUND_COLOR.propertyValue};
	border-color:${SystemProperties.AUTOSUGGEST_HOVER_BORDER_COLOR.propertyValue};
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
}
ul.as-selections li.as-selection-item a.as-close {
	position:absolute;
	right:2px;
	*top:2px;
	font-weight:bold;
	font-size:14px;
	text-shadow: 0 1px 0 rgba(244,244,244,0.5);
	cursor:pointer;
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_COLOR.propertyValue};
}
ul.as-selections li.as-selection-item a.as-close:hover, ul.as-selections li.as-selection-item:hover a.as-close {
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_HOVER_COLOR.propertyValue};
	text-decoration: none;
}

ul.as-selections li.as-selection-item a.as-close:active {
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_HOVER_COLOR.propertyValue};
}
/*---- for typing input area ----*/
ul.as-selections li.as-original input {
	border: 0;
	width: 125px;
	padding:2px;
	margin:3px 0;
	font-size:12px;
	-webkit-appearance: caret;
	outline: none;
	min-height:inherit;
	color:${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue}!important;
}
/*-------- For Drop down lists ---------*/
ul.as-list {
	background-color: #fff;
	margin:-1px 0 0;
	padding:0;
	position: absolute;
	list-style-type: none;
	z-index: 20;
	border:1px solid #CCC;
	overflow-y: auto;
	overflow-x:hidden;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
	max-height: 200px;
}
li.GroupTitle{
	font: bold 13px/25px Arial, Helvetica, sans-serif;
	padding:0 0 4px 6px;
	border-bottom:solid 1px #bdbdbd;
	height:22px !important;
}

li div.userEmail{
	color: #4a4a4a;
	font-size: 12px;
	line-height: normal;
}
li.as-result-item.active div.userEmail, li.as-result-item:hover div.userEmail{
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
}

li.as-result-item.strip{
	background:#f9f9f9;
} 

li.as-result-item, li.as-message {
	margin:0;
	/* padding:2px 5px 2px 15px; */
	padding:2px 5px 2px 5px;
	background-color: #fff;
	height:20px;
	font:13px/20px Arial, Helvetica, sans-serif;
	cursor: pointer;
	overflow: hidden;
	color:${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue};
}
.modal-footer ul.as-list li{
	text-align: left; /* Get list on left align when use in modal-footer area */
}
li:first-child.as-result-item {
	margin: 0;
}
li.as-message {
	margin: 0;
	font-weight: bold;
}
li.as-result-item.active {
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
	text-shadow:none;
	background-color: ${SystemProperties.AUTOSUGGEST_HOVER_BACKGROUND_COLOR.propertyValue};
}
/*------ To Highlight search result text ------*/
li.as-result-item .searchedTxt{
	font-weight:bold;
	font-style:normal;
	color:${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue};
}
li.as-result-item.active .searchedTxt{
	font-weight:bold;
	font-style:normal;
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
}
ul.as-selections li.hasExternalUser, ul.as-selections li.hasExternalUser:hover, ul.as-selections li.hasExternalUser.selected {	
	background: #d9534f; 
	color:#fff; 
	border-color:#b32e2f
}
ul.as-selections li.hasExternalUser a.as-close{
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_COLOR.propertyValue};
	text-shadow: 0 1px 0 rgba(244,244,244,0.5);
}
li.noResult{
	height: auto;
	font-size: 12px;
	padding-top: 3px;
} 

.autoSuggestLoading{
	padding: 3px 5px 2px;
	font-weight: bold;
}
li.CKhasResult{
	line-height: 25px;
	height: auto;
}

/*
 =================================================================================
 include "textautosuggest.css" to decreased the no. of SYLESHEET count in IE8
 =================================================================================
 */

ul.Tauto_Container {
	overflow-y: auto; 
	max-height:100px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 999;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	list-style-type: none;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: ${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue};
}
li.Tauto_tags {
	position:relative;
	height: auto; 
	margin: 2px;
	padding: 1px 16px 1px 3px;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 0 #cccccc;*/
	cursor: default;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
	white-space: nowrap;
}
ul.Tauto_Container li.Tauto_tags:hover, ul.Tauto_Container li.Tauto_tags.selected {
	filter:none;
	background: ${SystemProperties.AUTOSUGGEST_HOVER_BACKGROUND_COLOR.propertyValue};
	border-color:${SystemProperties.AUTOSUGGEST_HOVER_BORDER_COLOR.propertyValue};
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
}

li.Tauto_tags, li.GroupTitle{
	color: ${SystemProperties.AUTOSUGGEST_DEFAULT_TEXT_COLOR.propertyValue};
	background: ${SystemProperties.AUTOSUGGEST_BACKGROUND_COLOR.propertyValue};
}
ul.Tauto_Container li.Tauto_tags{
	border: 1px solid ${SystemProperties.AUTOSUGGEST_BORDER_COLOR.propertyValue};
}
li.GroupTitle{
	font: bold 13px/25px Arial, Helvetica, sans-serif;
	padding:0 0 4px 6px;
	border-bottom:solid 1px #bdbdbd;
	height:22px;
}
ul.Tauto_Container li.Tauto_tags a.Tauto_close {
	position:absolute;
	right:2px;
	*top:2px;
	font-weight:bold;
	font-size:14px;
	text-shadow: 0 1px 0 rgba(244,244,244,0.5);
	cursor:pointer;
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_COLOR.propertyValue};
}
ul.Tauto_Container li.Tauto_tags a.Tauto_close:hover, ul.Tauto_Container li.Tauto_tags:hover a.Tauto_close  {
	color:${SystemProperties.AUTOSUGGEST_CLOSE_ICON_HOVER_COLOR.propertyValue};
	text-decoration: none;
}

/*---- for typing input area ----*/
li.Tauto_txtHolder {
	display:inline-block;
	margin: 1px;
	*display:inline;
	*zoom:1;
}
li.Tauto_txtHolder input {
	border: 0;
	padding:2px;
	margin:0;
	font-size:12px;
	outline: none;
	min-height:inherit;
	height:18px;
}
li.Tauto_txtHolder input, li.Tauto_txtHolder input:focus{
 box-shadow: 0 0 0;
 -webkit-box-shadow: 0 0 0;
 -moz-box-shadow: 0 0 0;
}
/*-------- For auto-suggest drop down lists ---------*/
ul.Tauto_result {
	background-color: #fff;
	margin:-1px 0 0;
	padding:0;
	position: absolute;
	list-style-type: none;
	z-index: 20;
	border:1px solid #CCC;
	overflow-y: auto;
	overflow-x:hidden;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
li.Tauto_result_item, li.Tauto_resultMsg {
	margin:0;
	padding:2px 5px 2px 5px;
	background-color: #fff;
	min-height:20px;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:${SystemProperties.GENERAL_BODY_TEXT_DEFAULT_COLOR.propertyValue};
	cursor: pointer;
	overflow: hidden;
	height:38px;
}
li.Tauto_resultMsg {
	font-weight: bold;
}
li.Tauto_result_item.Tauto_strip{
	background:#f9f9f9;
} 
li.Tauto_result_item.active {
	color:${SystemProperties.AUTOSUGGEST_HOVER_TEXT_COLOR.propertyValue};
	text-shadow:none;
	background-color: ${SystemProperties.AUTOSUGGEST_HOVER_BACKGROUND_COLOR.propertyValue};
}
.Tauto_loadMsg{
	padding: 3px 5px;
	font-weight: bold;
}
.Tauto_userEmail{
	color: #4a4a4a;
	font-size: 12px;
	line-height: normal;
}
.modal-footer ul.as-list li{
	text-align: left; /* Get list on left align when use in modal-footer area */
}


/*------ To Highlight search result text ------*/
li.Tauto_result_item .searchedTxt{
	color:#000;
	font-weight:bold;
	font-style:normal;
}
li.Tauto_result_item.active .searchedTxt{
	color:#000;
	font-weight:bold;
	font-style:normal;
}
li.noResult{
	height: auto;
	font-size: 12px;
	padding-top: 3px;
} 




@media screen and (max-width: 640px) 
{
	li.as-original input{
		width: 170px;
	}
	#demo-local_container li.as-original input{
		width: 190px;
	}
	li.as-original input:focus, #demo-local_container li.as-original input:focus{
		width: 90px;
	}
	
}
