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

body
{
    max-width: device-width;
    margin: 0 auto;
}

.divCont
{
    max-width: device-width;
    width: 100%;
    position: relative;
}

.imgBack {
	width: 100%;
}

.messaggi {
  color: white;
  font-family: Arial-Round-Bold, arial, helvetica;
  font-size: 22px;
  height: 79px;
  left: 22px;
  position: absolute;
  text-align: center;
  top: 237px;
  width: 597px;
}

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

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

.divCont .numeri {
  cursor: pointer;
  left: 28px;
  position: absolute;
  width: 585px;
}

.firstTable {
  border-spacing: 8px;
  height: 437px;
  top: 354px;
}

.divCont .numeri td {
  background-color: white;
  border-radius: 4px;
  color: #eb0044;
  font-family: "Arial-Round-Bold",arial,helvetica;
  font-size: 33px;
  font-weight: normal;
  height: 41px;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 51px;
}

/*.divCont .numeri td:hover
{
	background-color: #eb0044;
	color: white;
}*/

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

.costoComb {
  color: white;  
  height: 40px;
  left: 43px;
  position: absolute;
  top: 975px;
  width: 557px;
}
.valore {
	 float: left;
	 font-size: 45px;
	 text-align: center;
	 width: 50%;
	 font-family: "CoconOT-Bold" , arial, helvetica;
}

.titolo {
  float: left;
  font-family: "Arial-Round-Bold",arial,helvetica;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 50%;
}

.divButton {
  color: white;
  cursor: pointer;
  font-family: "omnes_semiboldroman",helvetica;
  font-size: 22px;
  height: 118px;
  left: 71px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 835px;
  width: 497px;
}

.divButton #btnCompila {
  float: left;
  width: 311px;
}

#pulisci {
  background: rgba(0, 0, 0, 0) url("/schedine-web/images/svt/mobile/cancella.png") no-repeat scroll 0 50%;
  border-radius: 8px;
  float: right;
  height: 57px;
  line-height: 51px;
  width: 169px;
  background-size: 100%;
}

#compila {
  background: url("/schedine-web/images/svt/mobile/compila.png") no-repeat scroll 0 0;
  float: left;
  height: 57px;
  line-height: 57px;
  width: 311px;
  background-size: 100%;
}


.divLinkButton {
  color: white;
  cursor: pointer;
  font-family: Arial-Round-Bold, arial, helvetica;
  height: 76px;
  left: 56px;
  position: absolute;
  top: 1080px;
  width: 528px;
}


#vincita {
  background: url("/schedine-web/images/svt/mobile/qav.png") no-repeat scroll 0 0;
  border-radius: 10px;
  font-size: 32px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  width: 528px;
}

/* Evita l' "hightlight" sul touch dei div*/
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
