#card_container > .cartaGenerica {
	margin-left: -50px;
	height: 70px !important;
	width: 40px !important;;
}

#card_container > .cartaGenerica > img {
	height: 70px !important;
}

.fPunta > img {
	height: 100px;
	width: 100px;
}

.chips {
	position: absolute;
	top: 110px;
	height: 100px;
	z-index: 20;
}

.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, #ffffff 0%, #ffffff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 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;
}

.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%);
}

svg {
	fill: #120054;
}

.testoSuPulsanteIcona {
	color: #120054;
	text-shadow: none;
	font-weight: 600;

}

.immagineSuPulsante {
	color: #120054;
	fill: #120054;
	stop-color: #120054;

}

.mascheraGenerica {
	background-color: black;
}

#clipPuntoPostazione {
	position: absolute;
	z-index: 110;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.aloniFiches {
	z-index: 0 !important;
}

@-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;
	}
}
