/* 
    Game.css
*/
.game {
  margin-top: 20px;
}

.slider-container .price {
	text-align: left;
	font-weight: normal;
	color: black;
	/* font-size: 16px; */
	color: #444;
	padding: 20px 0;
}

.game .slider-container {
	margin: -15px 0 0;
	padding: 0;
}

.game h3 {
	margin-bottom: 10px;
}

.game .rowcount p {
	margin-bottom: 15px;
}

.rowcount .feedback {
	font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #d10019;
	
	padding: 20px 0;
	text-align: center;
}

.rowcount .feedback .alternative {
	display: none;
}

.game .slider-bar {
	width: 574px;
}

.game .row {
	position: relative;
}

.game .section {
  position: relative;
  clear: both;
	margin: 25px 0;	
}

/* in-game dividers */
.game .divider {
  margin-left: -20px;
  width: 620px;
}

.divider-inset-bottom,
.divider-inset-top {
  display: none;
}

.rownumber {
	font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	color: #000;
	text-align: left;
}

.game .rownumber {
	position: absolute;
	top: 10px;
	left: 20px;
}

.game .expanded .rownumber {
	top: 27px;
	color: #D10019;
}

.game .number-picker {
	display: none;
}

.game .row {
  left: -20px;
  width: 620px;
  height: 50px;
  
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
		
	background: url("Lotto/images/menu/menu-button-arrow.png") no-repeat 584px 17px transparent;
}

.game .row:hover {
	background-position: 584px -33px;
	background-color: #fcfcfc;
	cursor: pointer;
}

.game .row .hr {
  border-bottom: 1px solid #eee;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 620px;
}

.game .row .hr.hr-top {
  top: 0px;
}

.game .row .hr hr {
	display: none;
}

.game .row.expanded .hr {
	display: none;
}

.row.expanded .rownumber,
.row.expanded .number-block,
.row.expanded .buttons {
	opacity: 0;
}

.row.afterexpand .rownumber,
.row.afterexpand .number-block,
.row.afterexpand .buttons {
  opacity: 1.0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.game .row.expanded {
  background: url("Lotto/images/backgrounds/background-gradient-pinstripes.png") repeat-x;
 	height: 360px;
 	
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.45), inset -1px -1px 3px rgba(0,0,0,.45);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.45), inset -1px -1px 3px rgba(0,0,0,.45);
}

.game .row.expanded .number-picker {
	display: block;
}

.game .row.expanded .selected-numbers {
	display: none;
}

.game .row .number-block {
	position: absolute;
	left: 60px;
	top: 10px;
}	

.game .row.expanded .number-block {
	top: 30px;
	width: 540px;
}

.ball,
.game .number-picker li,
.game .number-picker a,
.game .selected-numbers li {
	float: left;
	width: 33px;
	height: 35px;
	line-height: 33px;
	margin: 0 27px 0 0;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
	text-align: center !important;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 33px;
}

.game .number-picker a {
	margin: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.game .number-picker a:hover,
.game .number-picker a:link,
.game .number-picker a:active {
	outline: none;
	background: transparent;
}

.game .number-picker li {
	background: url('Lotto/images/content/game-ball-white.png') no-repeat;
	width: 39px;
	height: 40px;
	margin: -2px 23px 15px -2px;
	cursor: pointer;
	position: relative;
}

.game .number-picker li.active span {
	background: url('Lotto/images/content/game-ball-tooltip.png') no-repeat;
	position: absolute;
	top: -47px;
	left: -4px;
	width: 42px;
	height: 42px;
	color: white;
}

.game .number-picker li.active.selected span {
	background: url('Lotto/images/content/game-ball-tooltip-delete.png') no-repeat;
	text-indent: -999em;
	direction: ltr;
	overflow: hidden;
}

.row.complete .number-picker a {
	color: #ccc;
}

.row.complete .number-picker .selected a {
	color: #000;
}

.game .row .buttons {
	position: absolute;
	top: 6px;
	right: 30px;
	text-align: left;
}

.game .row.expanded .buttons {
	left: 60px;
	top: 290px;
}


.game .selected-numbers li.empty {
	background: url('Lotto/images/content/game-ball-white.png') no-repeat;
}

.ball,
.game .number-picker li.selected,
.game .selected-numbers li {
	background: url('Lotto/images/content/game-ball-yellow.png') center center no-repeat;
	color: #000;
}
.game .number-picker li.selected {
	background-position: 0 0;
}

.game .number-picker li.selected.hover {
	background: url('Lotto/images/content/game-ball-delete.png') no-repeat;
	overflow: hidden;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
}

.game .digits .selected-numbers li {
	background: url('Lotto/images/content/game-ball-grey.png') no-repeat;
}

.game .selected-numbers {
	cursor: pointer;
	overflow: hidden;
}

.well,
.playstep-well {
  margin: -10px -20px 30px;
  padding: 25px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.45);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.45);
  behavior: url(/cspublish/Lotto/images/PIE.htc);
  border: 1px solid #ccc;
}

.playstep-well {
	padding: 25px 20px 0px;
}

.playstep-well.picknumbers .digits-container {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url(/cspublish/Lotto/images/PIE.htc);
}


/* buttons */
.game .buttons {
	text-align: center;
}

.game .row .buttons button {
  margin-right: 20px;
  margin-top: 0;
  behavior: none;
}
.game .row.expanded .buttons button {
  margin-right: 10px;
  /*behavior: url(/cspublish/Lotto/images/PIE.htc);*/
  /* button-random is wrong size + wrong color */
}

.game .color-picker {
	margin-top: 5px;
}

.game .color-picker-container {
	margin-bottom: 10px;
}
.game .color-picker-container h2 {
	margin-bottom: 0;
}

.game .color-picker-container.has-error h3 {
	color: #d10019;
}

.game .color-picker {
	position: relative;
	height: 80px;
}


.game .error {
	display: none;
}

.color-picker ul {
	/* background: url('Lotto/images/backgrounds/arrow-black-right.png') right center no-repeat; */
	padding-right: 0;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 70px;
	margin-right: 20px;
}

.color-picker li {
	float: left;
}

.color-picker .selected-color {
	float: left;
	height: 70px;
	width: 70px;
	background: url('Lotto/images/content/game-colors-big.png') 0 0 no-repeat;

  overflow: hidden;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
}

.color-picker a:link,
.color-picker a:visited,
.color-picker a {
  float: left;
  top: 0;
  left: 0;
  margin-top: 10px;
  height: 54px;
  width: 50px;
  margin-right: 0;
  background-color: transparent;
  background-image: url('Lotto/images/content/game-colors-hover.png');
  background-repeat: no-repeat;
  background-position: inherit inherit;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* no visual effect, so no PIE */
  outline: 0;
  overflow: hidden;
  font: 0/0 serif;
  color: transparent;
}


.color-picker .purple {   background-position: -66px -65px; }
.color-picker .red    {   background-position: -127px -65px; }
.color-picker .blue {     background-position: -187px -65px; }
.color-picker .green {    background-position: -246px -65px; }
.color-picker .orange  {  background-position: -307px -65px; }
.color-picker .yellow   { background-position: -366px -65px; }



.color-picker.has-hover .purple:hover {   background-position: -65px -2px; }
.color-picker.has-hover .red:hover    {   background-position: -126px -2px; }
.color-picker.has-hover .blue:hover {     background-position: -186px -2px; }
.color-picker.has-hover .green:hover {    background-position: -246px -2px; }
.color-picker.has-hover .orange:hover  {  background-position: -306px -2px; }
.color-picker.has-hover .yellow:hover   { background-position: -365px -2px; }

.color-picker a:hover {
  -webkit-border-radius: 35px;
  border-radius: 35px;
  /* no visual effect, so no PIE */
}

.color-picker a:hover {
  cursor: default;
}
.game .color-picker a:hover,
.color-picker.has-hover a:hover {
	cursor: pointer;
}

.game .color-picker .selected-color.blue   { background-position: 0 -69px; }
.game .color-picker .selected-color.purple { background-position: 0 -138px; }
.game .color-picker .selected-color.red    { background-position: 0 -207px; }
.game .color-picker .selected-color.orange { background-position: 0 -275px; }
.game .color-picker .selected-color.yellow { background-position: 0 -344px; }
.game .color-picker .selected-color.green  { background-position: 0 -414px; }


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .color-picker .selected-color {
    background: url('Lotto/images/content/game-colors-big-hd.png') 0 0 no-repeat;
    background-size: 70px;
  }
  .color-picker a:link,
  .color-picker a:visited,
  .color-picker a {
    background-image: url('Lotto/images/content/game-colors-hover-hd.png');
    background-size: 420px;
  }
}

.color-picker .colorname {
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin: 15px 10px;
	vertical-align: middle;
	font-weight: bold;
}

.color-picker .buttons {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 140px;
  height: 70px;
}

.color-picker .buttons button {
  margin-right: 20px;
}


/*
	promotion code
*/
.promocode-container .message {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}
.promocode-container.form input.promocode {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  margin: 0;
}
.promocode-container .captcha-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.promocode-container .captcha {
  display: inline-block;
  vertical-align: middle;
}
.promocode-container .captcha img {
  margin: 0;
}
.captcha-code,
.promocode-container.form input.captcha-code {
  font-family: monospace;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-top: 0;
  vertical-align: middle;
}

/*
    digits (cijferspel)
*/

.game .digits-container {
  background-color: #FFD500;
  margin: 0 -20px;
  padding: 15px 20px 20px 20px;
  position: static;
}

.game .digits-container .divider,
.game .digits-container .yellow2transparent  {
  margin-left: -20px;
  margin-right: -20px;
  width: 620px;
}
.game .digits-container .yellow2transparent  {
  top: 10px;
}

.digits {
	position: relative;
}

.digits .helpbutton {
	top: 50%;
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin-top: -25px;
	right: 10px;
	text-align: center;
}

.digits .digits-view {
  position: relative;
  display: none;
  padding: 7px 40px;
  width: 170px;
  height: 40px;
}

.digitsgame-numbers,
#digitsgame-numbers {
	height: 30px;
	width: 120px;
	font-family: 'Arial', sans-serif;
	font-size: 22px;
  font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px;
	border: 1px solid #999;
	line-height: 30px;
}

.digits .digits-numbers {
	position: absolute;
	top: 8px;
	padding: 0;
}

.digits button {
  position: absolute;
  top: 2px;
  right: 10px;
}

.game .chzn-container {
	min-width: 200px;
	font-size: 13px;
}
.game .chzn-drop {
	min-width: 200px;
}

.startdate {
	line-height: 30px;
}

/* sports */
.radiobuttons {
	margin-left: -10px;
}

.radiobuttons li {
	float: left;
	margin: 10px;
	height: 40px;
	width: auto;
	background: white;
	cursor: pointer;
	padding: 10px;
}

.radiobuttons li input {
	display: none;
}

.radiobuttons li label {
	display: block;
	cursor: pointer;
	line-height: 40px;
}


.bundle .slider-bar.xlarge a.ui-slider-handle .slider-amount {
	left: -35px;
}


.game .startdate-container .startdate {
  padding: 10px 0 0;
}

.game .startdate-container #select-startdate,
.game .startdate-container #select-startdate_chzn {
  min-width: 260px;
}
.game .startdate-container #select-startdate li,
.game .startdate-container #select-startdate_chzn li{
  line-height: 120%;
}


.game .startdate-container .chzn-drop {
  min-width: 258px;
}

/* Bundle/Abo upsell */

.promotions-container {

}

.promotions-container .block-promo.hidden {
	display: none !important;
}

.promotions-container .subtotal {
	display: none;
}
.promotions-container .block header h3 {
  font-family: 'NimbusSansNovusCond-Bold', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}
.promotions-container .block h2 {
	clear: none;
}

.promotions-container .block-promo {
	min-height: 210px;
}

.promotions-container .block .promo-from,
.promotions-container .block .promo-for,
.promotions-container .block h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
}
.promotions-container .block h2 strong {
  font-weight: normal;
  font-size: 130%;
}

.promotions-container .block .action {
  margin: 20px 0 0 0;
}
.promotions-container .block label {
  font-family: 'NimbusSansNovusCond-Bold', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.block-promo .description-selected {
	display: none;
	margin: 12px 0;
}

.block-promo .validuntil {
	margin: 10px 0 0;
}

.block-promo.selected .description-selected {
	display: block;
	height: auto;
}


/* Summary */
.summary {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #ccc;
	/* overflow: hidden; */
  zoom: 1;
}
.summary:after { content: ""; display: table; clear: both; }

.summary.grandtotal,
.summary.first {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

.summary.drawdates {
	border-left: 2px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 12px;
}

.summary.drawdates dt {
	display: none;
}
.summary.drawdates dd {
	float: left;
	margin-left: 10px;
}

.summary.drawdates dd span {
	display: block;
}

.game .summary.discount {
	display: none;
}

.summary-container .blocks {
  position: relative;
  margin: 0;
  width: 580px !important;
  height: auto;

  -webkit-border-radius: 10px;
   border-radius : 10px;
  -webkit-box-shadow: inset 0px -1px 5px rgba(0,0,0,.2);
  box-shadow: inset 0px -1px 5px rgba(0,0,0,.2);

  behavior: url(/cspublish/Lotto/images/PIE.htc);

  background: #ccc url("Lotto/images/backgrounds/background-gradient-pinstripes.png") repeat-x;
}

.summary-container .blocks .column1 {
	margin: 0;
	position: relative;
	clear: left;
}

.summary-container .divider.white2white {
	position: absolute;
}

.summary-container button {
	width: 260px;
}

.summary dt {
	float: left;
	clear: both;
}
.summary dd {
	float: right;
}

.summary.grandtotal {
	position: absolute;
	width: 248px;
	height: auto;
	left: 310px;
	bottom: 20px;
}

.summary.grandtotal dt {
	vertical-align: bottom;
	font-size: 18px;
	height: 40px;
	line-height: 60px;
	font-family: 'NimbusSansNovusCond-Bold', 'Impact', 'Arial', sans-serif;
	color: #444;
}

.summary.grandtotal dd {
	vertical-align: bottom;
	font-size: 33px;
	height: 40px;
	line-height: 50px;
	font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
	color: black;
}

.mainvisual .playnow {
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 70px;
	margin: 20px 20px;
}

.playnow h2 {
	font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
	font-size: 40px;
	text-shadow:  0 1px 0 #F9FBA1;
	line-height: 1em;
}
.playnow h2 strong {
	display: block;
  
	font-size: 48px;
  
	margin: 18px -20px 0 -10px;
}
.playnow .sticker {
	display: block;
  position: absolute;
	margin: 0;
	top: 0;
	right: -31px;
	width: 85px;
	height: 28%;
	background: transparent url('Lotto/images/content/sticker-per-lot.png') center center no-repeat;
  font: 0 / 0 serif;
  color: transparent;
}

	
.playnow .buttons {
	margin: 30px 0 0;

	position: absolute;
	bottom: 20px;
	left: 20px;
}
.playnow .buttons button,
.playnow .buttons .button {
      width: 258px;
}
		
.playnow .buttons button span,
.playnow .buttons .button span {
  padding-right: 0;
  padding-left: 0;
}
.playnow nav a {
	color: #444;
	font-size: 18px;
	line-height: 24px;
}
	

  
/* 
    Draw Results:
    De Uitslag-pagina('s)
*/

section.draw-results {
  position: relative;
  padding-top: 225px;
  background: #fff url('Lotto/images/backgrounds/page-drawresults.jpg') center top no-repeat;
}
.draw-selecter {
  margin: 0 0 48px 0;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/cspublish/Lotto/images/PIE.htc);
}
section.draw-results css3-container {
 z-index: 0 !important;
}

.draw-selecter select,
.draw-selecter .chzn-container {
  width: 260px;
}

#draw-select-draw_chzn {
  z-index: 10;
  margin-right: 10px;
}
#draw-select-month_chzn {
  z-index: 5;
}




/* Lotto-trekking */

.draw-current {
  position: relative;
  /* margin: 0 0 40px 0; */
  padding-bottom: 30px;
  padding-top: 20px;
}
.loading .draw-current {
  background: transparent url('Lotto/images/content/loading-yellow.gif') center center no-repeat;
}
.homepage .draw-current > .button {
  float: right;
  top: 36px;
}
.draw-current-error,
.draw-current-error.hidden {
  display: none;
}
.draw-current-error.show {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
.draw-current-lotto,
.draw-current-digits {
  position: relative;
  float: left;
  margin-top: 20px;
}
.draw-current-lotto {
  width: 335px;
  height: 120px;
}
.homepage .draw-current-lotto {
  height: auto;
  margin: 0;
  border-right: 0px solid;
}
.homepage .draw-current-lotto h3 {
  clear: left;
}
.draw-current h3 {
  margin: 0 0 16px 0;
  color: #000;
}
.draw-balls ol {
  display: block;
  clear: both;
}
.draw-balls .ball {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin: 0 -1px;
  text-align: center;
}
.ie7 .draw-balls .ball {
  display: inline;
}
.draw-balls .ball-color,
.color-picker .ball-color {
  position: relative;
  margin: 0 4px;
  width: 34px;
  text-decoration: none;
  background-color: transparent;
  background-image: url('Lotto/images/content/draw-balls.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

.draw-balls .ball-color.yellow { background-position: 0 center }
.draw-balls .ball-color.blue {   background-position: -34px center }
.draw-balls .ball-color.green {  background-position: -68px center }
.draw-balls .ball-color.orange { background-position: -102px center }
.draw-balls .ball-color.purple { background-position: -136px center }
.draw-balls .ball-color.red {    background-position: -170px center }


@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .draw-balls .ball-color,
  .color-picker .ball-color {
    background-image: url('Lotto/images/content/draw-balls.hd.png');
    background-size: 204px;
  }

  
}

.draw-balls .ball-color span {
  position: absolute;
  top: 1px;
  /*start bonchange*/
  left: 42px;
  /*enf of bonchange*/
  color: #444;
}

.oldie .animating .ball,
.ie7 .animating .ball,
.ie8 .animating .ball {
  background-image: none;
} 


.draw-jackpot-result {
  clear: both;
  width: 260px;
  padding-top: 10px;
  text-align: center;
}
.homepage .draw-jackpot-result {
  padding-top: 2px; 
}
.draw-current-digits {
  width: 180px;
  height: 120px;
  padding-left: 20px;
  border-left: 1px solid rgba(51,51,51, 0.3);
}
.draw-current-digits-output {
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  letter-spacing: 10px;
}


.draw-more {
  position: relative;
}
.draw-previous,
.draw-next {
  position: absolute;
  top: -64px;
}
.draw-previous button i,
.draw-next button i {
  position: relative;
  top: 1px;
  left: 0;
}
.draw-previous button span,
.draw-next button span {
  display: none;
}
.draw-previous {
  left: -40px;
}
.draw-next {
  right: -40px;
}



/* Sections + Section-toggles */

.draw-sections {
  position: relative;
  margin: 0;
}
.draw-sections small {
  font-family: 'NimbusSansNovusCond-Bold', 'Arial', sans-serif;
  font-size: 18px;
}
.draw-sections small a {
  color: #D10019;
}


.draw-section {
  position: relative;
  margin: 0;
  padding: 20px;
  background: #fff;
}
.draw-section.active {
  /* display: block; */
}
.draw-section.inactive {
  display: none;
}
.draw-sections-toggle {
  margin-left: -20px;
  margin-right: -20px;
  
  height: 42px;
  
  border-bottom: 1px solid #e0e0e0;
}
.draw-toggle {
  position: relative;
  width: 280px;
  height: 45px;
  float: left;
  display: block;
  
  margin: 0 0 0 20px;
}
.draw-toggle a {
  display: block;
  padding: 10px 20px;

  font-family: 'NimbusSansNovusCond-Bold', 'Arial', sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /* PIE breaks positioning to parent -> wrong border(color) */
  
  color: #999;
  background: #efefef url('Lotto/images/backgrounds/button-grey.png') center top repeat-x;
}

.draw-toggle a:focus,
.draw-toggle a:active {
  outline: none;
}
.draw-toggle.active a,
.draw-toggle.active a:active {
  cursor: default;
  color: #333;
  background: #fff;
  outline: none;
  top: 1px;
}

.draw-step {
  clear: both;
  margin: 10px 0;
}


/* Input */
.draw-row-input {
  position: relative;
  margin: 20px -40px;
  text-align: center;
  z-index: 11;
}
.homepage .draw-row-input {
  clear: both;
  margin: 20px 0 0 0;
}
.homepage .draw-row-input h2 {
  text-align: left;
  padding-top: 26px;
}
.form .draw-row-input .number {
  width: 30px;
  padding: 7px 0;
  text-align: center;
  margin: 0 2px 0 0;
  z-index: 12;
  position: relative;
}
.number::-webkit-outer-spin-button, 
.number::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.number::outer-spin-button, .number::inner-spin-button { appearance: none; margin: 0; }
/* Hack for Opera number-up/down-buttons: */
noindex:-o-prefocus, .form .number {
  padding-right: .5em !important;
}

.draw-row-input select,
.draw-row-input .chzn-container {
  font-size: 13px;
  min-width: 75px;

}
.draw-row-input .chzn-results {
  max-height: 220px;
}
.draw-row-input .chzn-container-single .chzn-single {
  padding: 3px 0 3px 8px;
}
.draw-row-input .chzn-container .chzn-results .result-selected {
  font-weight: bold;
}
.draw-row-input .chzn-container .chzn-results .highlighted {
  font-weight: bold;
}
.chzn-container .chzn-results .chzn-noshow {  display: none; }
.chzn-green {  background-color: #008745 !important; color: #fff !important; }
.chzn-red {    background-color: #D10019 !important; color: #fff !important; }
.chzn-blue {   background-color: #003F8A !important; color: #fff !important; }
.chzn-yellow { background-color: #FFED00 !important; color: #444 !important; }
.chzn-purple { background-color: #512179 !important; color: #fff !important; }
.chzn-orange { background-color: #EE7F00 !important; color: #fff !important; }

.draw-row-input button {
  vertical-align: middle;
}

.draw-row-input #digits {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 15px;
}

/*
	for PIE:
	breaks section-transition :( ;
*/
.ie8 .draw-section .content,
.ie7 .draw-section .content {
  position: relative;
}
.ie8 .draw-section .content > css3-container,
.ie7 .draw-section .content > css3-container {
  z-index: 1 !important;
  display: none !important;
}

.draw-price {
  margin: 10px auto;
  padding: 20px 10px;
  min-height: 80px;
  z-index: 10;
  position: relative;
}
.ie7 .draw-section .content .draw-price,
.ie8 .draw-section .content .draw-price {
  border: 1px solid #ccc;
  behavior: none !important;
}
.draw-price.loading {
  background: transparent url('Lotto/images/content/loading.gif') center center no-repeat;
}
.draw-price .draw-price-message {
  text-align: center;
  margin: 0;
}

.draw-price-guy-left,
.draw-price-guy-right {
  position: absolute;
  z-index: 11;
}
.draw-price-guy-left {
  width: 100px;
  height: 100px;
  top: 0;
  left: -150px;
  pointer-events: none;

}
.anim-happyguy {
  width: 270px;
  height: 610px;
  top: -150px;
  left: -230px;
  background-color: transparent;
  background-image: url('Lotto/images/sprites/happyguy-anim-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bummer .draw-price-guy-left {
}
.anim-sadguy {
  width: 275px;
  height: 250px;
  top: 165px;
  left: -220px;
  background-color: transparent;
  background-image: url('Lotto/images/sprites/sadguy-anim-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}


.draw-price-guy-right {
  width: 100px;
  height: 100px;
  top: 0;
  right: -50px;
}
.draw-price-guy-right.bummer {
  top: 150px;
  right: -220px;
  width: 278px;
  height: 241px;
  background: transparent url('Lotto/images/content/ball-sportsbag.png') 0 0 no-repeat;
}


.draw-price .amount {
  font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #ccc;
  text-align: center;
}
.draw-price .amount .euro,
.draw-price .amount .node,
.draw-price .amount .single-digit {
  padding: 10px 0;
}
.jackpot-amount sup,
.draw-price .amount sup {
  vertical-align: baseline;
  position: relative;
  top: -0.25em;
  padding: 0;
  font-size: 80%;
}
.draw-price .amount sup .single-digit {
  padding: 0;
}
.draw-price .amount .euro {
  margin-right: 5px;
}
.draw-price .amount .winning-match {
  color: #D10019;
}
.draw-digits .draw-price .amount {
  margin-left: 42px;
}



.draw-price-notice {
  clear: both;
}

.draw-next-action {
  min-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.draw-next-action p {
  text-align: left;
}
.draw-next-action .button {
  margin-left: 9px;
}

/* Cijferspel */

.draw-digits-current {
  margin-left: -40px;
  margin-right: -40px;
  width: 640px;
  height: 220px;
  
  text-align: center;
  
  background: transparent url('Lotto/images/draw/digits_draw_background.png') center top no-repeat;
}
.draw-digits-current ol {
  display: block;
  margin: 0 0 0 80px;
}
.draw-digits-current li {
  display: block;
  float: left;
  
  font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
  font-size: 70px;

  margin: 65px 20px;
}

/* 
  end Trekkings-uitslag
*/



#playstep-draws {
	position: relative;
	padding-bottom: 25px;
}

.shader {
	opacity: 0.5;
	position: absolute;
	width: 110%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;
	z-index: 400;
}

.gamebuttons {
  text-align: right;
  width: 580px;
  min-height: 46px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.gamebuttons button,
.gamebuttons .button {
  text-align: center;
	width: 100%;
}
.gamebuttons .right,
.gamebuttons .left {
	width: 280px;
	float: left;
}

.gamebuttons .right {
	float: right;
}

.gamebuttons .subtotal {
	width: 100%;
	padding: 10px 0px;
	margin: 0;
}

.subtotal {
  float: left;
  width: 578px;
  margin-left: -20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/cspublish/Lotto/images/PIE.htc);
  border: 1px solid #e0e0e0;
  font-family: 'NimbusSansNovusCond-Bold', 'Arial', sans-serif;
  font-size: 18px;
  text-align: center;
}

.subtotal span.display-perdraw {
	font-size: 24px;
}

.promotext,
.summary .discount {
	color: #d10019;
}

.display-toggle-subscriber {
	display: none;
}

.is-subscriber .display-toggle-subscriber {
	display: block;
}

.is-subscriber .display-toggle-no-subscriber {
	display: none;
}

.ticket-container .balls {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.ticket-container {
	position: relative;
	padding: 10px 20px 0;
  margin: 0 0 10px 0;
}

.ticket-container .section-digits h3 {
	margin: 20px 0 15px;
}

.ticket-container .section-color-digits {
	position: relative;
}

.ticket-container .section-color {
	position: relative;
	height: 115px;
}

.ticket-container .section-digits {
	position: absolute;
	left: 300px;
	width: 200px;
	height: 125px;
	bottom: 10px;
}

.balls .rownumber {
	float: left;
	width: 32px;
}

.section-special {
  position: relative;
  margin: 0 -20px;
  padding: 15px 20px 20px 20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url(/cspublish/Lotto/images/PIE.htc);
  background-color: #FFD500;
}

.game-overview-container {
    margin-bottom: 20px;
}

.game-overview-container .block {
	padding: 10px 20px;
}

.game-overview-container .block h3 {
	margin-bottom: 15px;
}

.order-overview .section {
	margin-bottom: 20px;
}

.order-overview #overview .overview-list {
	padding: 20px;
	margin: 0 -20px;
}

.buttons.widebutton-right,
.submit-container.widebuttons {
	margin: 0 -20px 60px -40px;
	overflow: hidden;
}

.buttons.widebutton-right button {
	float: right;
	width: 300px;
	margin-right: 40px;
}

.submit-container.widebuttons button {
	width: 300px;
	margin-left: 20px;
	float: left;
}

.subscription-container .content {
	padding-bottom: 20px;
}


/* 
.subscription-container .fromdate {
	display: block;
	margin: 10px 0px;
	text-align: left;
	font-size: 24px;
}
*/

.subscription-container h3 {
	margin-top: 0;
	display: inline;
}

.subscription-container .block-promo {
	padding: 20px;
}

.subscription-container .block-promo h3 {
	margin-bottom: 10px;
}

.subscription-container {
	text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.sport-container {
  margin-left: 0;
  margin-right: 0;
}
.sport-container h3 {
	margin-top: 0;
}