#searchButtonNeshan{
	display: flex;
	justify-content: center;
	align-items: center;
	background:url('../mapir/assets/images/icon-search.svg') #fff;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #ccc;
	border-radius:2px;
	z-index: 1000;
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	font-size: 17px !important;
}

#searchButtonNeshan:hover{
	background-color: #f4f4f4;
}

#searchAddressNeshan{
	position: absolute;
	right: 48px;
	z-index: 999;
	border-radius: 2px;
	border: 2px solid #ccc;
	height: 33px;
	top: 12px;
	width: calc(100% - 100px);
	padding: 0px 7px;
	font-weight: bold;
	font-size: 13px;
	outline: none;
	display: none;
	box-sizing: border-box;
	text-align:right;
}

#searchListNeshan{
	display:none;
	position: absolute;
	right: 48px;
	z-index: 999;
	border-radius: 2px;
	border: 2px solid #ccc;
	max-height: 75%;
	top: 48px;
	width: calc(100% - 100px);
	padding: 0px 7px;
	font-weight: bold;
	overflow-y: auto;
	font-size: 13px;
	text-align:right;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);

}

#searchListNeshan li {
	border-bottom: 1px solid #e0e0e6;
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
	direction:rtl;
}

#searchListNeshan li a{
	text-decoration:none;
}

#searchListNeshan li a .title{
	font-size: 1rem;
	font-weight: 700;
	color:#3f4064;
}

#searchListNeshan li a .address{
	font-size: 1rem;
	font-weight: 400;
	color:#767790;
}