/*Tutti i diritti riservati */ 
#searchevents {
	
	top: 0;
	left: 128px;
}
#searchevents form,#searchevents .input {display:inline}
#searchevents .input input {
	margin-top: 2px;
	height: 26px;
	border: 1px solid #5e697a;
}
#searchevents .input input[type="text"] {
	color: #000;
	background: #fff;
	padding: 4px 6px;
	    width: 125px;
}
#searchevents .input input[type="submit"] {
color: #000;
background: #3324ea;
font-size: 15px;
text-align: center;
width: 58px;
/*border-radius: 0 6px 6px 0;*/
border-left: 0;
position: relative;
top: 1px;
left: -3px;
height: 35px;

}
#searchevents .results {
	z-index: 3;
	position: relative;
	color: #000;
	display: none;
}
/*
#searchevents .results.filled,#searchevents .results.nomatch {display:block}
*/
#searchevents .results.filled {display:block}

#searcheventsres {
	width: 700px;
	max-height: 480px;
	overflow: auto;
	margin-top: -1px;
	border: 1px solid #5e697a;
	border-top: 0;
	background: [BG_OFFERWIDGET];
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
#searcheventsres > span {
	padding: 6px 0 4px 6px;
	display: block;
}
#searcheventsres table {width:100%}
#searcheventsres table td {
	padding: 0;
	border: 1px solid #3324ea; 
}
#searcheventsres table td span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 10px;
}
#searcheventsres table .group td span {
	color: #fff;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#searcheventsres table .group td span::before {
	content: "•";
	margin-right: 6px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
#searcheventsres table .event {cursor:pointer}
#searcheventsres table .event:hover {background-color:#3324ea}
#searcheventsres table .event td:nth-child(1) span {
	width: 160px;
}
#searcheventsres table .event td:nth-child(2) span {
	width: 326px;
	text-align: right;
}
#searcheventsres table .event td:nth-child(3) span {
	width: 80px;
	text-align: center;
}
#searcheventsres table .event td:nth-child(4) span {
	width: 50px;
	text-align: center;
}
