/*CSS HANDLER */
#center_column {
  
  position: relative;
}
#speedcouponcontainer {
  display: inline-block;
  height: 38px;
  position: relative;
  width: 100%;
}
#speedcouponcontainer #easybet_head.chead {
  background: var(--colore_principale);;
  display: block;
  float: left;
  width: 15%;
}


#speedcouponcontainer #easybet_head.chead h1 {
  color: var(--testo_gradiente);
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
	height: 40px;
	margin: 0;
}
div#speedsearch {
  background: var(--regola_gradiente);;
  color: var(--testo_gradiente);
  display: block;
  float: right;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 85%;
}

#speedcouponcontainer input[type="text"] {
  border-radius: 3px;
  height: 15px;
  padding-left: 6px;
  width: 96%;
}
#couponForm span#easybet_event {

}

div#speedsearch input#codeLenght {

  display: inline-block;
  padding: 0;

  vertical-align: middle;
}

div#speedsearch legend + label + label, div#speedsearch legend + label + label + label {
  width: auto;
}
div#speedsearch fieldset {
  height: 30px;
}
div#speedsearch legend{
	display:none;
}
div#speedsearch label {
  border: 1px solid transparent;
  color: var(--testo_gradiente);
  display: inline-flex;
  padding-left: 15px;
	line-height: 33px;
}

div#speedsearch #speedPalField, .form_container #speedPalField{
	display:none;
}




div#speedsearch br, .form_container br{
    display:none;
}
div#speedsearch input {
  margin-left: 5px;
  margin-top: 7px;
  width: 83px;
}



div#speedsearch label > span {
  padding: 0 5px 0 0;
}

.coupLarge #center_column{
  
}

#easybet_event {
  background: var(--colore_principale_dark);;
  display: block;
  position: absolute;
  right: 418px;
  text-align: center;
  top: 38px;
  white-space: normal;
  width: 250px;
  z-index: 999;
}

/* Z */

#couponForm label#codeLenght_label {
    border: 1px solid #555;
    border-radius: 4px;
    margin-left: 10px;   
}


#speedOdds {
  background: var(--bg_color);;
  box-shadow: 0 0 20px var(--colore_principale);, 0 0 0px 2px var(--colore_principale);;/*, 0 0 0 2550px rgba(0, 0, 0, 0.6);*/
  height: auto;
  margin-top: 2px;
  overflow-y: auto;
  position: absolute;
  width: 300px;
	max-height: 300px;
  z-index: 999 !important;
}

#speedOdds .header th{
  padding: 6px;
  background:var(--colore_principale_dark);;
	color:var(--testo_gradiente);
}


#speedOdds td {
  background:var(--bg_color);;
  color: var(--bg_text);;
  border-bottom: 1px solid #999;
  border-image: none;
  border-right: medium none;
  border-top: 1px solid #fff;
  padding: 4px;
  text-align: center;
  width: 40%;
}


#speedOdds td a {
  border-radius: 5px;
  color: #222;
	border: 1px solid var(--colore_principale_light);;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  width: 45px;
}

.hiddenOdd{
  display: none;
}




div#speedsearch label#codeLenght_label{
display: none;
}

