.chips {
	position: absolute;
	top: 110px;
	height: 100px;
}

.gradientBG {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,efefef+30,ffffff+100,ffffff+100 */
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#sfondoOpzioni {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.biancoSuPulsante {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+30,ffffff+100,ffffff+100 */
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 40%, #fff 100%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #fff 40%, #fff 100%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.testoSuPulsanteIcona {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.73);
}

.indicatorePostazioneBordoAttivo {
	/*
	 -webkit-animation: bordoPostazione 1s infinite;
	 animation: bordoPostazione 1s infinite;
	 -webkit-animation-timing-function: linear;
	 animation-timing-function: linear;
	 -webkit-animation-fill-mode: initial;
	 animation-fill-mode: initial;
	 */
}

@keyframes bordoPostazione {
	/*
	 100% {opacity: 0 }
	 50% {opacity: 1 }
	 0% {opacity: 0 }
	 */
}

.btnQFGenerico {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	color: #120054 !important;
	background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
}

.btnQFGenericoSchiacciato {
	color: #120054 !important;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
}

.testoSuPulsanteIcona {
	color: #120054;
	text-shadow: none;
	font-weight: 600;
}

.immagineSuPulsante {
	color: #120054;
	fill: #120054;
	stop-color: #120054;
}

.fillColoreB00 {
	color: #120054;
	fill: #120054;
	stop-color: #120054;
}

.aloniFiches_interno {
	-webkit-animation: fichesSelezionata 1.5s infinite;
	animation: fichesSelezionata 1.5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	z-index: 1;
}

.aloniFiches {
	-webkit-animation: fichesSelezionata 1.5s infinite;
	animation: fichesSelezionata 1.5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	z-index: 1;
}

@-webkit-keyframes fichesSelezionata {
	100% {
		bottom: -50px;
		opacity: 0;
		z-index: 1;
	}
	89% {
		bottom: -50px;
		opacity: 0;
		z-index: 1;
	}

	25% {
		bottom: -50px;
		opacity: 1;
		z-index: 1;
	}

	4% {
		bottom: -60px;
		opacity: 1;
		z-index: 1;
	}
	0% {
		bottom: -60px;
		opacity: 0;
		z-index: 1;
	}
}

/* Standard syntax */
@keyframes fichesSelezionata {

	100% {
		bottom: -50px;
		opacity: 0;
		z-index: 1;
	}
	89% {
		bottom: -50px;
		opacity: 0;
		z-index: 1;
	}

	25% {
		bottom: -50px;
		opacity: 1;
		z-index: 1;
	}

	4% {
		bottom: -60px;
		opacity: 1;
		z-index: 1;
	}
	0% {
		bottom: -60px;
		opacity: 0;
		z-index: 1;
	}
}

svg {
	fill: #120054;
}

.mascheraGenerica {
	background-color: black;
}

.postazioneIlluminata {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31aa74+0,337c5d+100 */
	background: #31aa74; /* Old browsers */
	background: -moz-linear-gradient(top, #31aa74 0%, #337c5d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #31aa74 0%, #337c5d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #31aa74 0%, #337c5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31aa74', endColorstr='#337c5d', GradientType=0); /* IE6-9 */
}

#cronologia_chiudi_btn {
	pointer-events: none;
}
