@charset "UTF-8";
/* CSS Document */

#scadenzaoggi {
	display: block;
	width: 80%;
	height: 100px;
	
	background: url(../images/scadenza.png) no-repeat, #e2e2e2; /* Old browsers */
	background: url(../images/scadenza.png) no-repeat, -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: url(../images/scadenza.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: url(../images/scadenza.png) no-repeat, -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/scadenza.png) no-repeat, -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: url(../images/scadenza.png) no-repeat, -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: url(../images/scadenza.png) no-repeat, linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #BBB;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 15px;
	padding-left: 100px;
	
	box-shadow: -1px 1px 5px #DDD;
	-moz-box-shadow: -1px 1px 5px #DDD;
	-webkit-box-shadow: -1px 1px 5px #DDD;
	
	margin-bottom: 15px;
}

#scadenzaoggi ul li {
    list-style-type: disc;
	margin-left: 20px;
}


#nlerrore {
	display: none;
	font-size: 13px;
	color: #900;
	font-style: italic;
	padding: 10px;
	border: 2px solid #900;
	background-color: #ffa8a8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0px;
}

/* CALENDARIO */
#calendario {
	font-family: 'Raleway';
	font-size: 16pt;
	border: 0px;
	width: 100%;
}

#calendario td {
	text-align:center;
	width: 14%;
	vertical-align: middle;
}
#calendario td:HOVER {
	text-align:center;
	width: 14%;
	vertical-align: middle;
	background-color: #3CF;
	color: white;
}

tr.giorni td {
	text-align:center;
	width: 14%;
	height: 30px;
	vertical-align: middle;
	font-weight: 700;
	background-color: transparent;
	color: #555;
}

tr.giorni td:HOVER {
	text-align:center;
	width: 14%;
	height: 30px;
	vertical-align: middle;
	font-weight: 700;
	background-color: transparent !important;
	color: #555 !important;
}

.today {
	background-color:#FFA;
}

.days {
	background-color:white;
}
/* FINE CALENDARIO */

/* INFORMATIVA COOKIE */
#informativaCookie {
	position: absolute;
	z-index: 9999999;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	background-color: #eeedeb;
	color: #333;
	border-bottom: 1px solid #333;
	font-family: 'Raleway', Tahoma, Helvetica,sans-serif;
	font-size: 15px;
	line-height: 20px;
	
	box-sizing: border-box;
	top: 0px;
}

#informativaCookieD1 {
	float: left;
	width: calc(100% - 150px);
	padding-top: 8px;
}


#informativaCookieD1 a:LINK {
	font-weight: bold;
	color: #333;
}
#informativaCookieD1 a:VISITED {
	font-weight: bold;
	color: #333;
}
#informativaCookieD1 a:HOVER {
	font-weight: bold;
	color: #cc083f;
}

#informativaCookieD2 {
	float: left;
	width: 150px;
	text-align: center;
}

#informativaCookieD2 a:LINK {
	-moz-box-shadow:inset 0px 1px 0px 0px #BA0713;
	-webkit-box-shadow:inset 0px 1px 0px 0px #BA0713;
	box-shadow:inset 0px 1px 0px 0px #BA0713;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee346d+0,cc083f+100 */
	background: #ee346d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee346d 0%, #cc083f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ee346d 0%,#cc083f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ee346d 0%,#cc083f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee346d', endColorstr='#cc083f',GradientType=0 ); /* IE6-9 */

	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cc083f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	line-height: 16px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc083f;
	text-align: center;
	width: 115px;
	margin: 0 auto;
	margin-top: 8px;
}

#informativaCookieD2 a:HOVER {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc083f+0,ee346d+100 */
	background: #cc083f; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc083f 0%, #ee346d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cc083f 0%,#ee346d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cc083f 0%,#ee346d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc083f', endColorstr='#ee346d',GradientType=0 ); /* IE6-9 */

	width: 115px;
	margin: 0 auto;
	margin-top: 8px;
}
#informativaCookieD2 a:ACTIVE {
	position:relative;
	top:1px;
	width: 115px;
	margin: 0 auto;
	margin-top: 8px;
}
/* FINE INFORMATIVA COOKIE */

.center {
	text-align: center;
}


/* NEWSLETTER */
.NLattendere {
    border: 1px solid #666 !important;
    background: rgba(255,255,255,0.5) !important;
    color: #333 !important;
}

.NLok {
    border: 1px solid #080 !important;
    background: rgba(50,200,50,0.4) !important;
    color: #090 !important;
}