.highlighted{
	color:red;
	font-weight:bold;
}

.ul_search{
	list-style-type:none;
}

.img_search{
	margin:10px;
	width:100px;
}

.search{
	background-color:transparent;
	background-image:url("../images/icons/icon_magnifier_clean.png");
	background-repeat:no-repeat;
	border:none;
	outline:none;
	padding-right:15px;
	position:relative;
	font-size:19px;
	text-align:right;
	transition:0.5s background-size, 1s background-position, 0.5s width;
	z-index:2;
}

.search_click{
	background-size:60%;
	background-position:center;
	cursor:pointer;
	height:40px;
	width:40px
}

.search_clicked{
	background-size:0%;
	background-position:right;
	border-bottom:1px solid black;
	height:40px;
	width:100px
}

.search_hovered{
	background-color:beige;
}

#vastus{
	background:white;
	border-radius:10px;
	border-bottom:1px solid black;
	font-size:15px;
	margin-right:10px;
	max-height:100%;
	max-width:800px;
	opacity:0.9;
	overflow:auto;
	padding:10px;
	position:absolute;
	z-index:9
}

.notification{
	background-color:white;
	border-bottom:1px solid black;
	border-radius:10px;
	cursor:pointer;
	left:90px;
	padding:5px;
	position:fixed;
	width:150px;
	z-index:9999;
	-webkit-box-shadow: 5px 4px 21px -9px rgba(0,0,0,1);
	-moz-box-shadow: 5px 4px 21px -9px rgba(0,0,0,1);
	box-shadow: 5px 4px 21px -9px rgba(0,0,0,1);
}