

/* CSS comune a tutte le skin */


[data-PTF1="CASINO-CA"] .headerWebview
{
	bottom: 0px !important;
	top: unset !important;
	position: absolute !important;
}
[data-PTF1="CASINO-CA"] .chiudiWebview
{
	bottom: 10px !important;
	top: unset !important;
	position: absolute !important;
}
[data-PTF1="CASINO-CA"] .webviewFrame
{
	top: 0px !important;
}

.obj_creato, .multi_hover, .number_hover {
	cursor: pointer;
}

body {
	background-color: #000;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: normal
}

#blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9999;
	display: block;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f7e2f;
	z-index: 999;
	display: block;
}

#loader_logo {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -250px;
}

#loader_gif {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -40px;
}

#view_central {
	backface-visibility: hidden;
	transform: translateZ(0);
	left: 0;
	top: 0;
	position: absolute;
	width: 1024px;
	height: 700px;
	border: 0;
}

#popup_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99999;
	display: none;
}

#title_popup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:2.375rem;
	line-height: 80px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

#mex_popup {
	position: absolute;
	left: 5%;
	top: 68px;
	width: 90%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:1.125rem;
	line-height: 20px;
	color: #fff;
	font-weight: 300
}

#action_pop_chiudi {
	position: absolute;
	left: 15px;
	top: 140px;
	width: 370px;
	height: 46px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

#esci_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99999;
	display: none;
}

#fondi_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99999;
	display: none;
}

#messaggio_di_conclusione {
	position: absolute;
	left: 0;
	top: 68px;
	width: 100%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:1.125rem;
	line-height: 20px;
	color: #fff;
	font-weight: 300
}

#pulsante_chiusura_finale {
	position: absolute;
	left: 15px;
	top: 140px;
	width: 370px;
	height: 46px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	display: none;
}

#loader_gif_uscita {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 140px;
}

#messsaggio_di_richiesta_importo {
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:0.875rem;
	line-height: 40px;
	color: #fff;
	font-weight: 300
}

#messaggio_di_informazione_saldo {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	color: #fff;
	font-weight: 600
}

#valore_fondi_aggiunti {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	top: 180px;
	height: 28px;
	border-radius: 5px;
	border: 0;
	text-align: center;
	font-size:1.25rem
}

#pulsante_uscita_fondi {
	position: absolute;
	left: 15px;
	top: 240px;
	width: 170px;
	height: 40px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}

#pulsante_aggiungta_fondi {
	position: absolute;
	right: 15px;
	top: 240px;
	width: 170px;
	height: 40px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}

#loader_gif_fondi {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 240px;
	display: none;
}

#view_vincita {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;;
	z-index: 1000;
	display: none;
	pointer-events: none;
}

#maschera_per_vincita {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 100px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: white;
	width: 300px;
	height: 120px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.33);
}

#immagine_di_vincita {
	color: #e70000;
	position: absolute;
	text-align: center;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	top: 15px;
}

#informazione_sul_popup_vincita {
	color: #e70000;
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 350px;
	left: 50%;
	margin-left: -175px;
	top: 80px;
	font-size:1.875rem;
}

#blocco_statistiche {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 371px;
	opacity: 10.6;
	z-index: 910;
}

.box_statistiche {
	position: absolute;
	z-index: 0;
	left: 511px;
	top: 65px;
	width: 1px;
	height: 120px;
	transform-origin: center bottom;
	opacity: 1;
}

.sottoOggettoStatistiche {
	position: absolute;
	left: 1px;
	top: -60px;
	width: 25px;
	height: 4px;
	overflow: hidden;
	transform-origin: left top;
	transform: rotate(3deg);
}

.sottoImmagineStatistiche {
	position: absolute;
	top: 40px;
	margin-top: 0;
	left: 5px;
	transform: rotate(-2.8deg);
}

.linea_statistica {
	position: absolute;
	z-index: 3;
	left: 510px;
	top: 45px;
	width: 2px;
	height: 140px;
	transform-origin: center bottom;
	background-color: white;
	pointer-events: none;
	opacity: 10.6;
}

.cerchi {
	position: absolute;
	border: 2px solid #ababab;
	border-radius: 130px;
	opacity: 1;
	POINTER-EVENTS: none;
	margin-left: 1px;
	margin-top: 1px
}

.mascheraScura {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,303030+100 */
	background: #45484d; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #303030 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #303030 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #45484d 0%, #303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#303030', GradientType=1); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 210px;
	top: 190px;
	border: 1px solid white;
}

.titoloSuPoPup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	border: 0;
	text-align: center;
	font-size:1.25rem;
	line-height: 40px;
	font-weight: 600;
	color: #fff
}

.mascheraNera {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: black
}

.blurrable {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 700px;
	overflow: hidden;
}

#view_unity {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	background-color: transparent;
	height: 350px;
	overflow: hidden;
}

#cerchio_centrale {
	position: absolute;
	left: 473px;
	width: 71px;
	height: 71px;
	border: 1px solid white;
	top: 149px;
	border-radius: 35px;
	background-color: #1f531d;
	z-index: 10;
	POINTER-EVENTS: none;
	margin-left: 2px;
	opacity: 10.6;
}

#stat_numero {
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: white;
	text-align: center;
	font-size:1.3125rem;
}

#stat_volte {
	position: absolute;
	left: 0;
	top: 28px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: white;
	text-align: center;
	font-size:0.8125rem;
}

#stat_percentuale {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: white;
	text-align: center;
	font-size:0.8125rem;
}

#maschera_statistiche_superiore {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 371px;
	z-index: 11;
	opacity: 10.5;
	pointer-events: none;
}

#blocco_statistiche_dx_1 {
	position: absolute;
	left: 50%;
	margin-left: 210px;
	width: 145px;
	height: 100px;
	top: 55px;
	z-index: 12;
	color: white;
	font-size:0.75rem;
	line-height: 16px;
	margin-top: -40px;
}

#stat_dx_1_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_dx_1_percent {
	position: absolute;
	left: 100px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_dx_2 {
	position: absolute;
	left: 50%;
	margin-left: 210px;
	width: 145px;
	height: 229px;
	top: 162px;
	z-index: 12;
	color: white;
	font-size:0.75rem;
	line-height: 16px;
	margin-top: -40px;
}

#stat_dx_2_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_dx_2_percent {
	position: absolute;
	left: 100px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_sx_1 {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 135px;
	height: 40px;
	top: 50px;
	z-index: 12;
	color: white;
	font-size:0.875rem;
	line-height: 20px;
	margin-top: -40px;
}

#stat_sx_1_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_sx_1_percent {
	position: absolute;
	left: 80px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_sx_2 {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 135px;
	height: 40px;
	top: 105px;
	z-index: 12;
	color: white;
	font-size:0.875rem;
	line-height: 20px;
	margin-top: -40px;
}

#stat_sx_2_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_sx_2_percent {
	position: absolute;
	left: 80px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_sx_3 {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 135px;
	height: 40px;
	top: 160px;
	z-index: 12;
	color: white;
	font-size:0.875rem;
	line-height: 20px;
	margin-top: -40px;
}

#stat_sx_3_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_sx_3_percent {
	position: absolute;
	left: 80px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_sx_4 {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 135px;
	height: 63px;
	top: 215px;
	z-index: 12;
	color: white;
	font-size:0.875rem;
	line-height: 20px;
	margin-top: -40px;
}

#stat_sx_4_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_sx_4_percent {
	position: absolute;
	left: 80px;
	width: 45px;;
	text-align: left;
}

#blocco_statistiche_sx_5 {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 135px;
	height: 60px;
	border-bottom: 0 solid white;
	top: 290px;
	z-index: 12;
	color: white;
	font-size:0.875rem;
	line-height: 20px;
	margin-top: -40px;
}

#stat_sx_5_uscite {
	position: absolute;
	left: 65px;
	width: 35px;;
	text-align: left;
}

#stat_sx_5_percent {
	position: absolute;
	left: 80px;
	width: 45px;;
	text-align: left;
}

#radio_stat_0 {
	position: absolute;
	left: 50%;
	top: 100px;
	color: white;
	z-index: 33;
	margin-left: -490px;
	font-size:0.875rem;
	text-decoration: underline;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: white;
	border-radius: 7px;
}

#radio_stat_1 {
	position: absolute;
	left: 50%;
	top: 120px;
	color: white;
	z-index: 33;
	margin-left: -490px;
	font-size:0.875rem;
	text-decoration: underline;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: white;
	border-radius: 7px;
}

#radio_stat_2 {
	position: absolute;
	left: 50%;
	top: 140px;
	color: white;
	z-index: 33;
	margin-left: -490px;
	font-size:0.875rem;
	text-decoration: underline;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: white;
	border-radius: 7px;
}

#pulsante_stat_0 {
	position: absolute;
	left: 50%;
	top: 98px;
	color: white;
	z-index: 33;
	margin-left: -465px;
	font-size:0.875rem;;
	cursor: pointer;
}

#pulsante_stat_1 {
	position: absolute;
	left: 50%;
	top: 118px;
	color: white;
	z-index: 33;
	margin-left: -465px;
	font-size:0.875rem;;
	cursor: pointer;
}

#pulsante_stat_2 {
	position: absolute;
	left: 50%;
	top: 138px;
	color: white;
	z-index: 33;
	margin-left: -465px;
	font-size:0.875rem;;
	cursor: pointer;
}

.pallino_radio {
	position: absolute;
	left: 4px;
	top: 4px;
	color: white;
	z-index: 33;
	font-size:0.875rem;
	text-decoration: underline;
	cursor: pointer;
	width: 6px;
	height: 6px;
	background-color: #0fab33;
	border-radius: 3px;
}

#pulsante_chiudi_stat {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
	z-index: 111;
	color: white;
	background-color: darkgray;
	line-height: 28px;
	text-align: center;
	font-size:1.25rem;
	border-radius: 15px;
}

[data-PTF1="CASINO-CA"] #pulsante_chiudi_stat {
	top: unset;
	bottom: 76px;
}

#primo_contenitore_roulette {
	width: 1024px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url("../img/sfondo_nero.jpg") no-repeat;
	background-size: 1024px 350px;
}

#box_pulsanti_audio_turbo {
	position: absolute;;
	bottom: 30px;
	width: 280px;
	left: 16px;
	height: 80px;
}

#scritta_turbo {
	color: #c49b24;
	position: absolute;
	border: 0;
	text-align: left;
	top: 0;
	line-height: 30px;
	left: 25px;
}

#scritta_audio {
	color: #c49b24;
	position: absolute;
	border: 0;
	text-align: left;
	top: 0;
	line-height: 30px;
	left: 105px;
}

#chk_t {
	position: absolute;
	left: 0;
	top: 4px;
	cursor: pointer;
}

#chk_a {
	position: absolute;
	left: 80px;
	top: 4px;
	cursor: pointer;
}

#logo_roulette {
	position: absolute;
	left: 16px;
	width: 200px;
	border: 0;
	top: 25px;
}

#link_crono_rego {
	position: absolute;
	left: 16px;
	top: 135px;
	font-size:0.9375rem;
	font-weight: 300;
	text-align: center;
	color: white;
	width: 200px;
	border: 0;
	height: 45px
}

#box_riepilogo_soldi {
	position: absolute;
	right: 15px;
	top: 16px;
	width: 170px;
	height: 138px;
}

#t_p_corso {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 72px;
	height: 30px;;
	color: #cba528;
	line-height: 30px;
	font-size:1.0625rem;
}

#t_vincita {
	position: absolute;
	right: 15px;
	top: 70px;
	width: 72px;
	height: 30px;;
	color: #cba528;
	line-height: 30px;
	font-size:1.0625rem
}

#t_credito {
	position: absolute;
	right: 15px;
	top: 120px;
	width: 72px;
	height: 30px;;
	color: #cba528;
	line-height: 30px;
	font-size:1.0625rem
}

#pulsante_aggiungi_fondi {
	height: 30px;
	width: 170px;;;
	position: absolute;
	right: 15px;
	bottom: 140px;
	cursor: pointer;
}

#pulsante_presenta_esci {
	height: 30px;
	width: 170px;;;
	position: absolute;
	right: 15px;
	bottom: 100px;
	cursor: pointer;
}

#pulsante_vedi_stat {
	height: 30px;
	width: 170px;;;
	position: absolute;
	right: 15px;
	bottom: 30px;
	cursor: pointer;
}

#canvas {
	position: absolute;
	width: 555px;
	height: 555px;
	z-index: -11;
}

#roulette_bordo {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: -106px;
	z-index: 4;
	width: 730px;
	opacity: 10.6;
	pointer-events: none
}

#roulette_bordo_basso {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: -106px;
	Z-INDEX: 99999910;
	width: 730px;
	opacity: 10.6;
	pointer-events: none
}

#RT_allineamento_A {
	position: absolute;
	left: 4px;
	top: -1px;
	overflow: hidden;
	width: 680px;
	height: 445px;
	opacity: 10;
	pointer-events: none
}

#RT_allineamento_B {
	position: absolute;
	width: 555px;
	height: 555px;
	z-index: 21;
	opacity: 1;
	top: -59px;
	left: 46px;
}

#canvas_middle {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	z-index: 0;
	left: 2px;
	top: 2px;
}

#canvas_top {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	z-index: 29;
}

#RT_allineamento_C {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	transform: perspective(2200px) rotateX(45deg) scaleY(0.95);
	z-index: 20;
}

#ghiera_A {
	position: absolute;
	top: 56px;
	left: 57px;
	z-index: 211;
	width: 446px;;
	height: 451px;
	opacity: 10.51;
}

#ghiera_B {
	position: absolute;
	top: 136px;
	left: 137px;
	z-index: 211;
	width: 285px;;
	height: 288px;
	opacity: 10.7;
}

#ruotagrande {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 555px;
	height: 555px;
	z-index: 100;
}

#contro_ombra {
	position: absolute;
	top: 49px;
	left: 58px;
	width: 442px;
	height: 449px;
	z-index: 100;
	opacity: 1.6;
}

#RT_pomello {
	position: absolute;
	top: 156px;
	left: 250px;
	z-index: 130;
	opacity: 1;
}

#maschera_speciali {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 371px;
}

#centratore_div_speciali {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	height: 350px;
	width: 400px;
}

#pulsante_chiudi_spec {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
	z-index: 111;
	color: white;
	background-color: darkgray;
	line-height: 28px;
	text-align: center;
	font-size:1.25rem;
	border-radius: 15px;
}

.classe_fiches {
	margin-top: 0;
	background-size: 100px 100px;
	position: absolute;
}

#blocco_speciali {
	position: absolute;
	width: 1024px;
	background-color: #1c1c1c;
	height: 298px;
	z-index: 910;
	top: 0;
	display: none;
	/*transform: scale(0.5, 0.5); -webkit-transform: scale(0.5, 0.5);*/
}

.f_obj {
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

#resoconto {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 230px;
	height: 260px;
	z-index: 999;
	background: transparent;
	background-size: 100% 100%;
}

#res_numero {
	position: absolute;
	left: 0;
	top: 15px;
	height: 49px;
	border: 0;
	line-height: 49px;
	width: 220px;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size:1.5625rem
}

#res_pd {
	position: absolute;
	left: 20px;
	top: 68px;
	height: 49px;
	border: 0;
	line-height: 49px;
	width: 218px;
	text-align: left;
	color: black;;
	font-weight: 500;
	font-size:1.25rem;
}

#res_ab {
	position: absolute;
	left: 20px;
	top: 110px;
	height: 49px;
	border: 0;
	line-height: 49px;
	width: 218px;
	text-align: left;
	color: black;;
	font-weight: 500;
	font-size:1.25rem
}

#res_do {
	position: absolute;
	left: 20px;
	top: 145px;
	height: 49px;
	border: 0;
	line-height: 49px;
	width: 218px;
	text-align: left;
	color: black;;
	font-weight: 500;
	font-size:1.25rem;
}

#res_co {
	position: absolute;
	left: 20px;
	top: 180px;
	height: 49px;
	border: 0;
	line-height: 49px;
	width: 218px;
	text-align: left;
	color: black;;
	font-weight: 500;
	font-size:1.25rem;
}

#view_tavolo {
	position: absolute;
	left: 0;
	top: 350px;
	width: 1024px;
	height: 350px;
	border: 0;
	background: url("../svg/Sfondo-Panno.svg") no-repeat;
	z-index: 4;
	background-size: 1040px 350px;
}

#box_per_ultimi {
	position: absolute;
	width: 994px;
	height: 43px;
	background: transparent url("../svg/Sfondo-ultimi.svg") no-repeat;
	left: 15px;
	top: -21px;
}

#testo_ultimi {
	color: #c49b24;
	position: absolute;
	border: 0;
	text-align: left;
	left: 10px;
	top: 10px;
}

#ultime_uscite {
	border: 0;
	position: absolute;
	left: 66px;
	top: 0;
	background-color: transparent;
	width: 318px;
	height: 46px;
}

#tabellone {
	position: absolute;
	background: transparent url("../svg/Panno_F_Desktop.svg") no-repeat;;
	left: 85px;
	top: 44px;
	width: 754px;
	height: 257px;
	background-size: 754px 257px;
}

#box_footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #1b5623;
}

#footer_div {
	top: 0;
}

#blocco_tavolo_centrale {
	position: absolute;
	left: 85px;
	top: 44px;
	width: 760px;
	height: 257px
}

#tool_tip {
	position: absolute;
	left: 775px;
	top: 12px;
	width: 147px;
	height: 117px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2999;
	font-size:0.85rem;
	line-height: 19px;
	margin-top: 0;
	margin-left: 0;
	display: none;
}

#oggetto_sotto_tooltip {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 141px;
	height: 18px;
	border: 0;
}

#tt_paga {
	position: absolute;
	left: 6px;
	top: 27px;
	width: 117px;
	height: 18px;
	border: 0;
}

#tt_puntato {
	position: absolute;
	left: 6px;
	top: 48px;
	width: 117px;
	height: 18px;
	border: 0;
}

#tt_min {
	position: absolute;
	left: 6px;
	top: 69px;
	width: 117px;
	height: 18px;
	border: 0;
}

#tt_max {
	position: absolute;
	left: 6px;
	top: 90px;
	width: 117px;
	height: 18px;
	border: 0;
}

#griglia_centrale {
	left: 45px;
	top: 0;
	position: absolute;
	width: 715px;
	background-color: transparent;
}

#colonna_dx {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 155px;;
	height: 284px;
}

#pulsante_per_ripeti {
	position: absolute;
	left: 05px;
	top: 98px;
	width: 144px;
	height: 33px;
	cursor: pointer;;
}

#pulsante_per_indietro {
	position: absolute;
	left: 5px;
	top: 155px;
	width: 68px;
	height: 35px;
	cursor: pointer;
}

#pulsante_per_annulla {
	position: absolute;
	right: 5px;
	top: 155px;
	width: 68px;
	height: 35px;
	cursor: pointer;
}

#pulsante_per_speciali {
	position: absolute;
	left: 05px;
	top: 195px;
	width: 144px;
	height: 33px;
	cursor: pointer;
}

#p_gira {
	position: absolute;
	right: 30px;
	top: 0;
	width: 90px;
	height: 90px;
	cursor: pointer;
}

#box_preferiti {
	position: absolute;
	left: 5px;
	width: 144px;
	border: 0;
	top: 200px;
	height: 65px;
	margin-top: 14px;
}

#puntata_animazione {
	position: absolute;
	left: 20px;
	top: 230px;
	width: 50px;
	height: 28px;
	cursor: pointer;
	z-index: 2;
	margin-top: 14px;
}

#secondoPunta {
	/*	position: absolute;
		left: 20px;
		top: 230px;
		width: 50px;
		height: 28px;
		cursor: pointer;
		z-index: 0;
		margin-top: 14px;
	 */
}

#punta_preferita {
	position: absolute;
	right: 20px;
	top: 230px;
	width: 50px;
	height: 28px;
	cursor: pointer;
	z-index: 2;
	margin-top: 14px;
}

#contenitore_iframe_cronologia {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
}

#div_iframe_cronologia {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 30px;
	font-size:1.5625rem;
	text-align: center;
	border: 0
}

#titolo_cronologia {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 30px;
	font-size:1.5625rem;
	text-align: center;
	text-transform: uppercase;
}

#pulsante_chiusura_cronologia {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size:1.375rem;
}

#view_central_0 {
	position: absolute;
	width: 650px;
	height: 410px;
	left: 50%;
	top: 50%;
	margin-left: -326px;
	margin-top: -226px;
	z-index: 11;
	backface-visibility: hidden;
	transform: translateZ(0) scale(0.9, 0.9);
	-webkit-transform: scale(0.85, 0.85);
	overflow: hidden;
}

@keyframes lampeggio {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes lampeggio {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes lampeggio {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes lampeggio {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.animate-flicker {
	-webkit-animation: lampeggio 1s infinite;
	-moz-animation: lampeggio 1s infinite;
	-o-animation: lampeggio 1s infinite;
	animation: lampeggio 1s infinite;
}

#peso {
	pointer-events: none;
}

#risorse_text {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 50px;
	color: white;
	text-align: center;
	top: 450px
}

#maschera_dei_fondi {
	height: 300px;
}

.speciali_nuoveL {
	cursor: pointer; background-image: url("../svg/Pulsante-Puntate-Speciali.svg"); background-size: 106px 26px; color: white; position: absolute;
	left: 50%; margin-left: -320px; width: 106px; z-index: 10;
	height: 26px; text-align: center; font-size:0.8125rem;
	line-height: 26px;
}

.speciali_nuoveR {
	cursor: pointer; background-image: url("../svg/Pulsante-Puntate-Speciali.svg"); background-size: 106px 26px; color: white; position: absolute;
	left: 50%; margin-left: 220px; width: 106px; z-index: 10;
	height: 26px; text-align: center; font-size:0.8125rem;
	line-height: 26px;
}

#loader_gif_errore {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 140px;
}

.blocchetto_grigio {
	position: absolute; left: 0; top: 0; width: 100%; height: 50%; background-color: #515151;
}

.blocchetto_nero {
	position: absolute; left: 0; top: 50%; width: 100%; height: 50%; background-color: #3c3c3c;
}

#titolo_per_statistiche {
	position: absolute; left: 0; top: 10px; width: 180px; z-index: 111; height: 20px; color: #cba528; text-align: center; font-size:1.5rem
}

#sottotitolo_per_statistiche {
	position: absolute; left: 0; top: 35px; width: 180px; z-index: 111; height: 20px; color: #fff; text-align: center; font-size:0.875rem;
}

#linee_per_statistiche {
	position: absolute; left: 10px; top: 90px; width: 160px; border-top: 1px solid white;; border-bottom: 1px solid white; z-index: 32; height: 70px; color: #fff; text-align: center; font-size:0.875rem;
}

.f_disegnata {

	/*pointer-events:none;*/
}

#clipOpzioni {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

#sfondoOpzioni {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 203px;
	top: 180px;
	z-index: 145;
	background-color: white;
}

#opzBox1 {
	position: absolute;
	left: 6px;
	width: 388px;
	top: 6px;
	background-color: #c2c4c6;
	height: 190px;
}

#opzBox2 {
	position: absolute;
	left: 6px;
	width: 388px;
	top: 162px;
	background-color: #c2c4c6;
	height: 60px;
}

#opzBox3 {
	position: absolute;
	left: 6px;
	width: 388px;
	top: 228px;
	background-color: #c2c4c6;
	height: 160px;
	display: none;
}

#contenitore_opz1 {
	position: absolute;
	right: 40px;
	top: 30px;
}

#contenitore_opz2 {
	position: absolute;
	right: 40px;
	top: 86px;
}

#contenitore_opz3 {
	position: absolute;
	right: 40px;
	top: 142px;
}

#testo_opz1 {
	position: absolute;
	left: 40px;
	top: 30px;
	font-size:1.5625rem;
}

#testo_opz2 {
	position: absolute;
	left: 40px;
	top: 86px;
	font-size:1.5625rem;;
}

#testo_opz3 {
	position: absolute;
	left: 40px;
	top: 142px;
	font-size:1.5625rem;;
}

.angoliArrotondati14 {
	-webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.angoliArrotondati10 {
	-webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.angoliArrotondati10NoOmbra {
	-webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btnQFGenerico {
	position: absolute;
	width: 130px;
	height: 50px;
	/*background-color: #ffffff;*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	/*border: 1px solid #808081;*/
	-webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
	font-size:1.5625rem;
	line-height: 50px;
	/*color: #241223;*/
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	overflow: hidden;
}

#indietro {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 50px;
	top: 240px;
	color: white;
}

input[type="checkbox"].ios8-switch {
	position: absolute;
	margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch + label {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 2.0em;
	cursor: pointer;
}

input[type="checkbox"].ios8-switch + label:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px; /* x*5 */
	height: 24px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: lightgray;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 24px; /* x*3 */
	height: 24px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:hover:after {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked + label:after {
	margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked + label:before {
	background: #f82;
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
	margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg + label {
	position: relative;
	padding: 7px 0 0 60px;
	line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg + label:before {
	width: 50px; /* x*5 */
	height: 30px; /* x*3 */
	border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + label:after {
	width: 30px; /* x*3 */
	height: 30px; /* x*3 */
	border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + label:hover:after {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-lg:checked + label:after {
	margin-left: 20px; /* x*2 */
}