.hidesuggestion
{
	display: none !important;
}
.showSuggestionList
{
	position: absolute;
	z-index: 1000;
	background-color: #fff;

	margin-bottom: 14px !important;
  margin-top: 29px !important;

	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 32px;
	text-align: center;


	padding-top: 25px;
    padding-bottom: 25px;

	margin: 0 auto;
	
}
.showSuggestionListItem
{
	padding: 15px;
	cursor: pointer;
	background-color: #fff;
    margin-left: 35px;
    margin-right: 35px;
    border-bottom: 1px solid #d1d0d0;
	text-align: left;
	font-size: 15px;
	
}
.showSuggestionListItemActive
{
	background-color: #50a8d1;
	color: #fff;
	
}
.showHighSuggestionList
{
	font-weight: bold;
}


