@charset "utf-8";
/* CSS Document */
.arancione {
	color:#D57C1C;
		}
.font16 {
	font-size: 16px;
	}

.font11 {
	font-size: 11px;
	}
		
.fontBold {
	font-weight:bold
}

.small {
	font-size:small;
}


/* webapp */
@font-face {
	font-family: Baloo;
	src: local("Baloo"), local("Baloo-Regular"), url(https://fonts.gstatic.com/s/baloo/v1/vi7PMxrcqrWOBYSFqU_EgA.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

	.lottery-ball {
	background-color:#2259A3; /* aggiunto per bug versioni obsolete browser */
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 33% 33% , #1175e8 2%, #0c51a1 30%, #052142 90%, black) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: "Baloo";
    font-size: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
	width:50px;
	height:50px;
  
   }
   
    .lottery-ball-extra {
	background-color:#FFFFFF; /* aggiunto per bug versioni obsolete browser */
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 33% 33% , #FFFFFF 2%, #FFFFFF 30%, #FFFFFF 90%, black) repeat scroll 0 0;
    border-radius: 50%;
    color: #0C51A1;
    font-family: "Baloo";
    font-size: 1.3em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
	width:30px;
	height:30px;
	border:1px solid #D57C1C;
  
   }
   
   	.item-statistica {
    color: #fff;
    font-family: "Baloo";
    margin: 0 auto;
    position: relative;
    text-align: center;
	height:50px;
   }
   
   
   .lottery-ball--yellow {
	background-color:#fadc5c;   /* aggiunto per bug versioni obsolete browser */
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 33% 33% , #fceca6 2%, #fadc5c 30%, #b79606 90%, #231d01) repeat scroll 0 0;
    color: #0c51a1;
}
   
   .number {
	   text-align: center;
		vertical-align: middle;
line-height: 50px;
	   
	   }
	   
	 .number-extra {
	   text-align: center;
		vertical-align: middle;
		line-height: 30px;
	   
	   }     
	   
	   
	   
	   .white-shadow {
    text-shadow: -2px 0 2px #fff, 0 2px 2px #fff, 2px 0 2px #fff, 0 -2px 2px #fff;
}
.orange, a.orange {
    color: #ffa300;
}

.hr_separatore_estrazioni {
	
	border:2px solid #D57C1C;
	
	
	}





.lottery-ball-grey {
	background-color:#E1E1E1;
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 33% 33% , #D3D3D3 2%, #D3D3D3 30%, #D3D3D3 90%, black) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: "Baloo";
    font-size: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
	width:50px;
	height:50px;
  
   }


.lottery-ball--yellow-grey {
	background-color:#CACACA;
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 33% 33% , #B9B9B9 2%, #B9B9B9 30%, #B9B9B9 90%, #B9B9B9) repeat scroll 0 0;
    color: #fff;
}
	
.titolo {
	text-align:center;
	font-weight:bold;
	color:#D57C1C;
	}
.sottotitolo {
	text-align:center;
	font-weight:normal
	color:#000;
	}
	
.titolo_estrazione {
display:table;
margin:0 auto;
color:#D57C1C;
}		

.sfondo_celestino { background-color:#DEFEFE;}
.sfondo_bianco { background-color:#FFFFFF;}
	