/*
	INIZIO RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
form { display: inline; }
a, a:hover { border: 0px; text-decoration:none; }
a:visited { border: 0px; text-decoration:none; color: black;}
table { border-collapse:collapse; border-spacing:0; }
td { vertical-align: top; padding: 0px; }   

/*
	FINE RESET
*/

/*
	INIZIO STILI PREDEFINITI
*/
.pulsante { cursor: pointer; }
.clearout { clear: both; }
.clearout_h0 { height: 0px; clear: both; }
.loading { margin: 0px auto; text-align: center; width: inherit; }
.marginet5 { margin-top: 5px; }
.marginet10 { margin-top: 10px; }

.parallax {
	position: 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	margin: 0px auto;
	margin-top:auto;
	padding: 0;
	overflow: hidden;
}
.flex {
    max-width: 100%;
    max-height: 100%;
}
/*
	FINE STILI PREDEFINITI
*/

/*
	INIZIO AVVISI DI SISTEMA
*/
.avviso_verde, .avviso_rosso {
    text-align: center;
    padding: 10px;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 10px;
}
.avviso_rosso {
	color: red;
    border: 1px red solid;
}
.avviso_verde {
    color: green;
    border: 1px green solid;	
}
.avviso_cookie {
    position: fixed;
    width: 100%;
   	padding: 5px;
    top: 0px;
    z-index: 1999;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    display: none;
    background: rgba(255,255,255,0.9);;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.avviso_cookie .avviso_cookie_bottone {
	display: block;
	background-color: #f1f1f1;
	border: 1px black solid;
	padding: 5px;
	margin: 0px auto;
	width: 220px;
	margin-top: 10px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	-o-transition:0.2s background linear;
	transition:0.2s background linear;
}
.avviso_cookie .avviso_cookie_bottone:hover {
	background: #8CC63E;
	color: white;
	border: 1px white solid;
	cursor: pointer;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	-o-transition:0.2s background linear;
	transition:0.2s background linear;
}
.avviso_cookie a {
	color: black; 
	text-decoration: underline;	
}
.avviso_manutenzione {    
    display: table;
    left: 12.5%;
    width: 75%;
    height: 50%;
    top: 25%;
    position: absolute;
    text-align: center;
    font-size: 1.0em;
    color: black;
}
.avviso_manutenzione div {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}
.avviso_manutenzione img {
    max-width: 100%;
    max-height: 100%;
}
.avviso_manutenzione div a {
    display: block;
    margin-bottom: 30px;
}
/*
	FINE AVVISI DI SISTEMA
*/