.simboloFlicker
{
	animation-name: flickerS;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;

}

@keyframes flickerS {
	0%   {opacity: 1}
	25%   {opacity: 1}

	50%  {opacity: 0}
	75%   {opacity: 1}
	100% {opacity: 1}
}

.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: #ffffff; /* 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;
}


.circle-loader {
	width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-top: 8px solid rgba(235, 169, 23, 0.2);
	border-right: 8px solid rgba(235, 169, 23, 0.2);
	border-bottom: 8px solid rgba(235, 169, 23, 0.2);
	border-left: 8px solid rgba(235, 169, 23, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: circle-loader-spin 1s infinite linear;
	animation: circle-loader-spin 1s infinite linear;
	position:absolute;left:50%;top:50% !important;margin: -64px auto auto -50px;z-index:9999;
}


@keyframes circle-loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.stoppa_spinna_low_space
{
	position: absolute;
	top: -22px;
	right: -116px;
	width: 200px;
	border: 4px solid red;
	height: 200px;
	z-index: 13;
	transform: scale(0.7);
}
.menu_barra_mobile_low_space
{
	margin-top: -450px !important;
}