@import url(/schedine-web/css/fonts.css);

body {
  background-color: #e7e7e6;
  margin: 0 auto;
  max-width: 1024px;
  min-width: 768px;
}

.divCont
{
    max-width: 1024px;
   	min-width:768px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

div {
	width: 50%;
}

/*img {
	width: 100%;
	height: 100%;
}*/
    
.firstTable {
  	border-spacing: 4px 10px;	  
  	top: 272px;
}

.secondTable { 
  	border-spacing: 4px 10px;
	top: 272px;
}


.divCont .numeri 
{
	left: 111px;
	position: absolute;
	width: 375px;
	height: 166px;	
	cursor: pointer;
}

.divCont .secondTable.numeri {
	left: 500px;
}

.divCont .numeri td {
	background-color: white;
	border-radius: 4px;
	color: #eb0044;
	font-family: Arial-Round-Light, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 19px;
	height: 16px;	
}


.divCont .numeri td:hover
{
	background-color: #ef3f44;
	color: white;
}

.divCont .numeri td.selected
{
	background-color: #ef3f44;
	color: white;
}

.btnSuperstar {
  cursor: pointer;
  height: 52px;
  left: 882px;
  position: absolute;
  top: 261px;
  width: 52px;  
}

.btnSuperstar img{
	width: 100%;
}



.divButton {
  color: white;
  cursor: pointer;
  font-family: "omnes_semiboldroman",helvetica;
  font-size: 13px;
  height: 50px;
  left: 90px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 486px;
  width: 840px;
}


#compila {
  background: url("/schedine-web/images/svt/compila.png") no-repeat scroll 0 50%;
  border-radius: 8px;
  float: left;
  height: 36px;
  line-height: 30px;
  width: 188px;
  background-size: 100%;
}


#pulisci {
  background: url("/schedine-web/images/svt/cancella.png") no-repeat scroll 0 50%;
  border-radius: 8px;
  display: block;
  float: left;
  height: 36px;
  line-height: 30px;
  margin-left: 2.5%;
  width: 103px;
  background-size: 100%;    
}

#stampa {
  background: url("/schedine-web/images/svt/stampa.png") no-repeat scroll 0 50%;
  display: block;
  float: left;
  height: 40px;
  margin-left: 2%;
  width: 40px;
  background-size: 100%;      
}

.divLinkButton {
  color: white;
  cursor: pointer;
  font-family: "Arial-Round-Bold" , arial, helvetica;
  height: 47px;
  left: 564px;
  position: absolute;
  top: 564px;
  width: 289px;
}

#vincita {
  background: url("/schedine-web/images/svt/qav.png") no-repeat scroll 0 0;
  border-radius: 10px;
  color: white;
  font-size: 21px;
  height: 47px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 289px;
}

.messaggi {
  color: white;
  font-family: Arial-Round-Bold, arial, helvetica;
  font-size: 15px;
  height: 66px;
  left: 116px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 177px;
  width: 493px;
}

.messaggi table {
  width: 100%;
  height: 100%;
}

.messaggi table td {
  vertical-align: middle;
}

.costoComb {
  color: white;
  font-family: "Arial-Round-Bold" , arial, helvetica;
  height: 50px;
  position: absolute;
  top: 570px;
  width: 250px;
}

.divComb {
  left: 100px;
}

.divCosto {
  left: 365px;
}

.valore {
	font-family: "CoconOT-Bold" , arial, helvetica;
	float: left;
	font-size: 30px;
	line-height: 50px;
	width: 130px;
}

.titolo{
  float: left;
  font-size: 14px;
  line-height: 19px;	
}

.divCosto .titolo {
  width: 87px;
}

.divComb .titolo {
  width: 100px;
}

.preload-img{
	background: url("/schedine-web/images/svt/Visual-SE-Schedina_over_ss.png") repeat-x scroll 0 0;
	display: none; 
}


/* .titolo 
{
	font-size: 12px;
	color: white; 
	width: 100px;
	height: 15px;
}

.divCostoCombinazioni 
{
	position: absolute;
	top: 380px;
	left: 740px;
	width: 300px;
	text-align: center;
	font-family: 'omnes_semiboldroman', helvetica;	
}

.valore
{
	font-size: 24px;
	color: white; 
	height: 20px;
	width: 100px;
} */

/*@media print{
	
	img {
		width: auto;
		height: auto;
	}
}*/
