#body_tag {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 780px;
	margin: 0;
	overflow: hidden;
}

.testoSuPulsanteIcona {
	width: calc(100% - 45px);
	left: 40px !important;
	text-align: center;
/*	font-size: 1.1rem;*/
}

body[data-lang="es"] .testoSuPulsanteIcona {
	font-size: 1.2rem !important;
}

#contenitore_sfondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 780px;
	overflow: hidden;
}

#sfondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
}

.immagineSuPulsante {
	width: 50px !important;
}

.btnQFGenericoSchiacciato > svg {
	height: 22px !important;
}

#cronologia_chiudi_btn {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	/*background-image: url("../img/header.png");*/
	overflow: hidden;
	z-index: 145;
	background-repeat: repeat-x;
	background-size: auto 40px;
}

#skippa {
	display: none;
	position: absolute;
	height: 40px;
	z-index: 9999;
	text-align: right;
	line-height: 40px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	bottom: 180px;
	right: -40px;
	width: 140px;
}

#skippaRipeti {
	display: none;
	position: absolute;
	height: 40px;
	z-index: 9999;
	text-align: right;
	line-height: 40px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	bottom: 130px;
	right: -40px;
	width: 140px;
}

#sfondo_principale {
	position: absolute;
	left: 0;
	top: 0;
	/*width:calc(100% - 35px);*/

	/*height:calc(100% - 35px);*/
	overflow: hidden;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(-30deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 3px, rgba(255, 255, 255, 0.1) 6px);
}

#oggetto_gioco {
	position: absolute;
	left: 0;
	top: 0;
	/*width:calc(100% - 35px);*/

	/*height:calc(100% - 35px);*/
	overflow: hidden;
	width: 1024px;
	height: 780px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b8a99+0,64707c+100 */
	background: #7b8a99; /* Old browsers */
	background: radial-gradient(ellipse at center, #7b8a99 0%, #64707c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#scritta_credito {
	position: absolute;
	right: 30px;
	width: 160px;
	height: 40px;
	top: 0;
	text-align: right;
	color: white;
	font-size:1rem;
	line-height: 40px;
	text-transform: capitalize;
}

#Tistruzioni {
	display: none;
	position: absolute;
	left: 50%;
	top: 400px;
	pointer-events: none;
	font-size:1.1875rem;
	color: black;
	width: 160px;
	margin-left: -125px;
	background-color: white;
	text-align: center;
	padding: 15px;
	z-index: 112;
}

#freccia {
	z-index: 2;
	left: 85px;
	bottom: -30px;
	position: absolute;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-animation: updownFreccia 1.5s infinite;
	animation: updownFreccia 1.5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}

@-webkit-keyframes updownFreccia {
	0% {
		bottom: -40px;
		opacity: 0
	}
	4% {
		bottom: -40px;
		opacity: 0
	}

	25% {
		bottom: -40px;
		opacity: 1
	}

	80% {
		bottom: -60px;
		opacity: 1
	}
	100% {
		bottom: -60px;
		opacity: 0
	}
}

/* Standard syntax */
@keyframes updownFreccia {

	0% {
		bottom: -40px;
		opacity: 0
	}
	4% {
		bottom: -40px;
		opacity: 0
	}

	25% {
		bottom: -40px;
		opacity: 1
	}

	80% {
		bottom: -60px;
		opacity: 1
	}
	100% {
		bottom: -60px;
		opacity: 0
	}
}

#area_gioco {
	position: absolute;
	left: 0;
	top: 40px;
	height: 730px;
	width: 1024px;
	background-color: transparent;
	overflow: hidden;
}

#btnCheat {
	position: absolute;
	right: 100px;
	cursor: pointer;
	bottom: 80px;
	z-index: 9999;
}

#clipAlert {
	position: absolute;
	left: 50%;
	width: 300px;
	height: 230px;
	margin-left: -150px;
	margin-top: -200px;
	top: 50%;
	display: none;
	z-index: 123;
	/*	background-color: white;*/
}

#titolo {
	position: absolute;
	left: 1px;
	width: calc(100% - 2px);
	height: 60px;
	top: 1px;
	text-align: center;
	line-height: 60px;
	font-size:1.5625rem;
}

body:not([data-lang="it"]) #titolo {
	height: 30px;
	line-height: 30px;
}

#testo {
	position: absolute;
	left: 2%;
	width: 96%;
	height: 100px;
	top: 55px;
	font-size:1.3rem;
	text-align: center;
	color: white;
}

body:not([data-lang="it"]) #testo {
	left: 6%;
	width: 88%;
}

#pulsante {
	position: absolute;
	left: 85px;
	width: 130px;
	height: 50px;
	top: 160px;
	color: white;
	font-size:1.125rem;
	line-height: 50px;
}

#clipModGioco {
	display: none;
}

#clipCheatToolContenitore {
	position: absolute;
	left: 50%;
	MARGIN-LEFT: -350px;
	top: 20px;
	display: block;
	width: 700px;
	height: 600PX;
}

#cheatInfo {
	position: absolute;
	left: 1px;
	width: calc(100% - 22px);
	text-align: center;
	line-height: 20px;
	font-size:0.9375rem;
	top: 1px;
	padding: 10px;
}

#contenitoreCBCheat {
	position: absolute;
	right: 70px;
	bottom: 40px;
}

#testoCheatTool {
	position: absolute;
	right: 30px;
	bottom: 10px;
}

#clipCheatTool_Chiudi {
	position: absolute;
	left: 65px;
	width: 130px;
	height: 50px;
	bottom: 25px;
	font-size:1.4375rem;
	line-height: 50px;
	color: white;
}

#card_container {
	position: absolute;
	width: 520px;
	height: 445px;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: auto;
	top: 60px;
	left: 50%;
	margin-left: -260px;
}

#clipOpzioni {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: 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: -220px;
	width: 440px;
	height: 310px;
	top: 40px;
	z-index: 145;
	background-color: white;
}

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

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

#opzBox3 {
	position: absolute;
	left: 6px;
	width: 428px;
	top: 228px;
	background-color: #c2c4c6;
	height: 72px;
	display: block;
}

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

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

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

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

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

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

#anteprimaCarteScelte {
	position: absolute;
	left: 5%;
	width: 90%;
	height: 190px;
	background-color: transparent;
	top: 230px;
	display: none;
}

#indicatoreCarta0 {
	top: 130px !important;
	position: absolute !important;
	left: 50% !important;
	width: 10px !important;
	height: 10px !important;
	background-color: white;
	z-index: 20 !important;
	margin-left: -25px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 2px solid white;
}

#indicatoreCarta1 {
	top: 130px !important;
	position: absolute !important;
	left: 50% !important;
	width: 10px !important;
	height: 10px !important;
	background-color: white;
	z-index: 20 !important;
	margin-left: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 2px solid white;
}

.placeCarta {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: none
}

#frecciaSX {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 120px;;
	cursor: pointer;
}

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

#testoAggiornamentoCarte {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size:1.0625rem;
	background-color: transparent;
	bottom: 0;
}

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

#contenitoreInformazioniSulTavolo {
	position: absolute;
	right: -105px !important;
	text-align: right;
	width: 290px;
	opacity: 0.4;
	font-size:1rem;
	left: auto !important;
}

#nomeGioco {
	font-size:1.5rem;
}

#TnSessione {
	font-size:1rem;
}

#TnMossa {
	font-size:1rem;
}

#TnBiglietto {
	font-size:1rem;
}

#clipGioco {
	top: 0 !important;
}

#TpunteggioPunta {
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	top: 245px;
	text-align: center;
	font-size:1.5625rem;
	font-weight: bolder;
}

#TpunteggioBanco {
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	text-align: center;
	font-size:1.5625rem;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
	font-weight: bolder;
}

#carteBanco {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -150px;
	width: 300px;
	height: 130px;
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
	-webkit-transform: scale(1.5, 1.5); /* Safari */
	transform: scale(1.5, 1.5);
}

.importiText {
	text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
	font-size:0.75rem !important;
}

#cartePunta {
	position: absolute;
	left: 50%;
	top: 275px;
	margin-left: -150px;
	width: 300px;
	height: 130px;
}

#tooltip {
	position: absolute;
	left: -100px !important;
	top: 10px;
	width: 140px;
	height: 65px;
	background-color: white;
	margin-left: 0 !important;
}

#min {
	position: absolute;
	right: 5px;
	top: 6px;
	color: black;
	font-weight: normal;
	font-size:1.125rem;
	height: 25px;
	line-height: 25px;
}

#max {
	position: absolute;
	right: 5px;
	top: 37px;
	color: black;
	font-weight: normal;
	font-size:1.125rem;
	height: 25px;
	line-height: 25px;
}

#testoMin {
	position: absolute;
	left: 10px;
	top: 6px;
	color: black;
	font-weight: bold;
	font-size:1.125rem;
	height: 25px;
	line-height: 25px;
}

#testoMax {
	position: absolute;
	left: 10px;
	top: 37px;
	color: black;
	font-weight: bold;
	font-size:1.125rem;
	height: 25px;
	line-height: 25px;
}

#TimportoPuntato {
	position: absolute;
	top: 430px;
	left: 440px;
	width: 200px;
	height: 40px;
	z-index: 111;
	line-height: 40px;
	font-size:1.5625rem;
	color: white;
	font-weight: bolder;
}

#clipPunto {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	width: 540px;
	height: 160px;
	background-color: transparent;
	bottom: 20px;
	z-index: 111;
}

#clipPunto_btnRipeti {
	left: 100px;
	top: 100px;
}

#clipPunto_btnRipeti_2 {
	right: 100px;
	top: 100px;
}
#clipPunto_btnAnnulla {
	left: 100px;
	top: 100px;
}

#btnPunto {
	right: 100px;
	top: 100px;
}

#clipStoTiro {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 160px;
	background-color: transparent;
	bottom: 0;
	z-index: 111;
}

#btnSto {
	left: 250px;
	top: 70px;
}

body[data-lang="es"] #btnSto svg {
	left: -5px !important;
}

body[data-lang="es"] #btnSto span {
	left: 30px !important;
	font-size: 1.2rem;
}

#btnTiro {
	right: 250px;
	top: 70px;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 14px 0;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #3071a9;
	border-radius: 1px;
}

input[type=range]::-webkit-slider-thumb {
	border: 1px solid #000;
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #367ebd;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #3071a9;
	border-radius: 1px;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #2a6495;
	border-radius: 3px;
}

input[type=range]::-ms-fill-upper {
	background: #3071a9;
	border-radius: 3px;
}

input[type=range]::-ms-thumb {
	border: 1px solid #000;
	width: 16px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	height: 8px;
}

input[type=range]:focus::-ms-fill-lower {
	background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
	background: #367ebd;
}

#wrapper_m_resize1 {
	height: 1370px;
}

.footer {
	top: 0;
}

.footerGiocoResponsabile {
	left: 820px;
}

.footerTutelaMinori {
	left: 880px;
}

.footerAams {
	left: 900px;
}

.footerGiocoLegale {
	left: 980px !important;
}

#chips_container {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	width: 540px;
	height: 160px;
	background-color: transparent;
	bottom: 20px;
	z-index: 13;
	pointer-events: none;
}

#box_footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
}

.headerBtn {

/*	position: absolute;*/
	height: 40px;
	line-height: 40px;
	width: 120px;
	color: white;
	text-align: center;
	font-size:0.875rem;
	cursor: pointer;
	display: inline;
}

body {
	user-select: none;
	font-family: "Dosis";
	font-weight: 100;
	color: white;
}

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

.btnQFGenericoSchiacciato {
	position: absolute;
	width: 130px;
	height: 30px;
	/*background-color: #ffffff;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*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.25rem;
	line-height: 30px;
	/*color: #241223;*/
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	overflow: hidden;
}

#chips_container {
	pointer-events: none;
}

.chips {
	top: 0;
	cursor: pointer;
}

.cartaGenerica {
	height: 120px;
	left: 50%;
	margin-left: -45px;
	text-align: center;
}

.cartaGenerica > img {
	height: 120px;
}

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

* {

	/*border:1px solid yellow;*/
}

.infoPuntaResoconto {
	font-weight: bolder;
	display: none;
	text-transform: capitalize;
	text-align: center;
	font-size:1.375rem;
	line-height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 40px;
	z-index: 113;
	top: 320px;
}

body[data-lang="es"] .infoPuntaResoconto {
	width: 100px !important;
	margin-left: -50px !important;
}

.infoBancoResoconto {
	font-weight: bolder;
	display: none;
	text-transform: capitalize;
	text-align: center;
	font-size:1.375rem;
	line-height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 40px;
	z-index: 113;
	top: 60px;
}

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 */
}

#contenitore_iframe_cronologia {
	position: fixed;
	z-index: 9333;
	overflow-y: hidden;;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
}

#titolo_cronologia {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	font-size:2.1875rem;
	text-align: center;
	/*color: blacK;*/
	line-height: 60px;
	border-bottom: 1px solid lightgray;
}

#div_iframe_cronologia {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 720px;
	border: 0;
	overflow-y: scroll;
}

#pulsante_chiusura_cronologia {
	position: absolute;
	right: 5px;
	top: 5px;
	/*color: black;*/
	text-align: center;
	cursor: pointer;
	width: 48px;
	height: 48px;
	z-index: 9992;
}

.mascheraScura {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 780px;
	background-color: rgba(0, 0, 0, 0.6);
}

#clipFondi {
	position: absolute;
	left: 50%;
	margin-left: -190px;
	width: 380px;
	height: 330px;
	display: block;
	top: 100px
}

.titoloSuPoPup {
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: 80px;
	line-height: 80px;
	font-size:1.875rem;
	font-weight: bold;
	text-align: center;
}

body:not([data-lang="it"]) .titoloSuPoPup {
	height: 50px;
	line-height: 50px;
}

#messaggio_di_informazione_saldo {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size:1.5625rem;
	text-align: center;
	color: white;
}

#messsaggio_di_richiesta_importo {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 30px;
/*	line-height: 40px;*/
	font-size:1.25rem;
	text-align: center;
	color: white;
}

#valore_fondi_aggiunti {
	position: absolute;
	left: 15%;
	width: 70%;
	top: 170px;
	height: 40px;
	font-size:1.25rem;
	text-align: center;
}

#pulsante_uscita_fondi {
	position: absolute;
	width: 150px;
	height: 50px;
	bottom: 30px;
	left: 20px;
	line-height: 50px;
	text-align: center;
	font-size:1.25rem;
	background-color: #a0a0a0;
}

#pulsante_aggiungta_fondi {
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:1.25rem;
}

#fondi_block {
	z-index: 999;
}

#loader_gif_fondi {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -40px;
	display: none;
}

#card_container > .cartaGenerica {
	height: 64px !important;
	margin-top: 25px;
}

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

.cartaGenerica {
	height: 80px !important;
	margin-left: -55px;
}

.cartaGenerica > img {
	height: 80px;
}

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

.assicurazionePlaceholder > .fPunta > img {
	height: 34px;
	width: 34px;
}

.freccia {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-color: #f2b800 transparent transparent transparent;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -15px;
	-webkit-animation: downUPFreccia 1.5s infinite;
	animation: downUPFreccia 1.5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	display: none;
}

.frecciaD {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-color: #f2b800 transparent transparent transparent;
	-ms-transform: rotate(225deg) scale(1.2, 1.2);
	-webkit-transform: rotate(225deg) scale(1.2, 1.2);
	transform: rotate(225deg) scale(1.2, 1.2);
	margin-left: -15px;
	-webkit-animation: updownFreccia 1.5s infinite;
	animation: updownFreccia 1.5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	display: none;
}

.freA {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(135deg, #f2b800 10%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(135deg, #f2b800 10%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(135deg, #f2b800 10%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(135deg, #f2b800 10%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(135deg, #f2b800 10%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.freB {
	position: absolute;
	width: 16px;
	top: 1px;
	left: 1px;
	height: 16px;
	margin: 0 auto;
	opacity: 0.3;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(135deg, #fff 10%, #fff 30%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(135deg, #fff 10%, #fff 30%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(135deg, #fff 10%, #fff 30%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(135deg, #fff 10%, #fff 30%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(135deg, #fff 10%, #fff 30%, #f2b800 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

@-webkit-keyframes downUPFreccia {
	100% {
		bottom: -50px;
		opacity: 0;
	}
	89% {
		bottom: -50px;
		opacity: 0
	}

	25% {
		bottom: -50px;
		opacity: 1
	}

	4% {
		bottom: -60px;
		opacity: 1
	}
	0% {
		bottom: -60px;
		opacity: 0
	}
}

/* Standard syntax */
@keyframes downUPFreccia {

	100% {
		bottom: -50px;
		opacity: 0
	}
	89% {
		bottom: -50px;
		opacity: 0
	}

	25% {
		bottom: -50px;
		opacity: 1
	}

	4% {
		bottom: -60px;
		opacity: 1
	}
	0% {
		bottom: -60px;
		opacity: 0
	}
}

.contenitorePuntate {
	position: absolute;
	z-index: 99;
	width: 50px;
	height: 40px;
	color: white;
	/*	font-weight: bold;*/
	border: 1px solid #689783;
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
	-webkit-transform: scale(1.5, 1.5); /* Safari */
	transform: scale(1.5, 1.5);
}

.classeImportoPP {
	position: absolute;
	right: 60px;
	width: 50px;
	height: 30px;
	top: 2px;
	text-align: right;
	line-height: 30px;
	font-size:0.875rem;
	display: block;
	text-shadow: none;
	/*opacity: 0 !important;*/
}

.classeImportoSplit {
	position: absolute;
	right: 52px;
	width: 50px;
	height: 30px;
	top: 5px;
	text-align: right;
	line-height: 30px;
	font-size:0.875rem;
	text-shadow: none;
}

.classeImportoBase {
	position: absolute;
	left: 53px;
	width: 50px;
	height: 30px;
	top: 5px;
	text-align: left;
	line-height: 30px;
	font-size:0.875rem;
	text-shadow: none;
}

.boxPerfectPair {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 299;
	width: 52px;
	height: 30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #7fae99;
	font-size:1.25rem;
	text-align: center;
	line-height: 30px;
	color: #005f35;
	display: none;
}

.puntaPP {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 299;
	width: 52px;
	height: 30px;
	cursor: pointer;
}

.posizionamentoFreccia {
	margin-left: 0;
	position: absolute;
	bottom: 247px;
	left: 50%;
	pointer-events: none;
}

.contenitoreCarteBase {
	position: absolute;
	left: -5px;
	top: -90px;
	width: 60px;
	height: 84px;
}

.infoPuntaResoconto {
	width: 64px;
	margin-left: -31px;
	z-index: 2000;
	font-size:0.9375rem;
	height: 30px;
	line-height: 30px;
}

.assicurazioni {
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: transparent;
	display: none;
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
	-webkit-transform: scale(1.5, 1.5); /* Safari */
	transform: scale(1.5, 1.5);
}

.importoAssicurazione {
	position: absolute;
	right: 45px;
	width: 50px;
	height: 30px;
	top: 3px;
	text-align: right;
	line-height: 30px;
	font-size:0.875rem;
	text-shadow: none
}

.segnalitoAssi {
	position: absolute;
	left: 0;
	top: 0;
}

.assicurazionePlaceholder {
	position: absolute;
	left: 10px;
	top: 0;
	width: 30px;
	height: 30px
}

.radioEXT {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: white;
	cursor: pointer;
	position: absolute;
	top: 260px;
}

.radioIN {
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: black;
	position: absolute;
	left: 7px;
	top: 7px;
}

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

#clipAlertVentuno {
	position: absolute;
	left: 50%;
	width: 300px;
	height: 230px;
	margin-left: -150px;
	margin-top: -200px;
	top: 50%;
	z-index: 123;
	/*	background-color: white;*/
}

#titoloVentuno {
	position: absolute;
	left: 1px;
	width: calc(100% - 2px);
	height: 60px;
	top: 1px;
	text-align: center;
	line-height: 60px;
	font-size:1.5625rem;
}

#testoVentuno {
	position: absolute;
	left: 2%;
	width: 96%;
	height: 100px;
	top: 80px;
	font-size:1.3125rem;
	line-height: 22px;
	text-align: center;
	color: white;
}

.pulsanteVentuno {
	position: absolute;
	left: 85px;
	width: 110px;
	height: 40px;
	top: 160px;
	color: white;
	font-size:0.9375rem;
	line-height: 40px;
}

.punteggiSegnalino {
	position: absolute;
	left: 12px;;
	width: 46px;
	line-height: 17px;
	height: 25px;
	text-align: center;
	top: -45px;
	margin-top: -10px;
}

.segnalinoAcceso {
	overflow: hidden;
	/* border-radius: 4px;*/
	background: url("../img/triangolo_segnalino.png") no-repeat;
	-webkit-animation: updownFreccia2 1s infinite;
	animation: updownFreccia2 1s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	background-size: 46px 25px;
}

@keyframes updownFreccia2 {

	0% {
		margin-top: -10px;
		opacity: 0
	}
	4% {
		margin-top: -10px;
		opacity: 0
	}

	25% {
		margin-top: -10px;
		opacity: 1
	}

	80% {
		margin-top: 0;
		opacity: 1
	}
	100% {
		margin-top: 0;
		opacity: 0
	}
}

.footerConcessione
{

	left:140px !important;
	height:15px;
	line-height:15px;
	bottom: 0px !important;

}
.footerLegalInfo
{

	width:580px;

}

.footerLegalInfo > br {
	display: inline;
	content: ' ';
	clear:none;
}
