/*CSS HANDLER */
#the_bet {
    
    
       
    }

@media screen and (min-width: 400px){
    
}



@media screen and (min-width: 1500px){
   
    
}



#the_bet_container>p{
    color: var(--colore_principale);;
    display: block;
    font-size: 20px;
    padding: 10px;
}


#the_bet .max{
    margin: 0 auto;
    width: 99%;
    
    
    
}

.clubs {
  background: none repeat scroll 0 0 #222222;
  display: inline-block;
  float: right;
  text-align: center;
  width: 22%;
}

.clubs .club{
    
  display: block;
    height: 71px;
    padding: 4px;
}

.home{
    margin-bottom: 2px;
}
.away{    
    
}

.clubs img{
    height: 50px;
    
}
.clubs .club h2 {
  color: #fff;
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.minCont, .maxCont, .clubs .club{
    
    background: rgb(56,56,56); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(38,38,38,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(99%,rgba(38,38,38,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(38,38,38,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(38,38,38,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(38,38,38,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(38,38,38,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#262626',GradientType=0 ); /* IE6-9 */

border: 1px solid #444444;
}

.maxCont{
    display: inline-block;
    padding: 11px 6px;
    width: 74%;
}
    #the_bet table {
        width: 100%;
    }
    
    
    #the_bet table td{        
        background: none repeat scroll 0 0 #252525;
        border: 1px solid #333333;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    #the_bet  td.oddTd{
        min-width: 34px;
    }
    #the_bet  td.oddTd a{
        
        display: inline-block;
        float: none;        
        height: 28px;
    }
 
    #the_bet  td.oddTd a:hover{
        
        background: var(--colore_principale);;
        
        
        
    }
     #the_bet .minCont td.oddTd a{
        
        font-size: 13px;
        
     }
    
    #the_bet td.bar{
       padding: 2px 4px;
        width: 70%;
    }
    
    #the_bet .maxCont  td.bar{
        padding-right: 20px;
    }
    
    #the_bet .bar div{
        background-image: url("../img/bars2.png");
        color: #000000;
        height: 30px;
        line-height: 60px;
        
        position: relative;
    }
    
    .bar .color0{
        background-position: 0 0px;
    }
    .bar .color1{
        background-position: 0 -38px;
    }
    .bar .color2{        
        background-position: 0 -75px;
    }
    
     #the_bet .maxCont .bar div{
        min-width: 8px;
        transition: all 0.5s ease 0s;
        
     }
    
    #the_bet .minCont .bar div{
        
        background-image: url("../img/bars3.png");
        max-width: 100%;
        
    }
    .minCont .bar .color0{        
        background-position: 0 0px;  
    }
     .minCont .bar .color1{        
          background-position: 0 -75px;        
    }
     .minCont .bar .color2{        
         
    }
    
    
    
    
    
    .minCont h2, .club h2 {        
        
        font-size: 15px;
        padding: 8px;
        text-shadow: 0 0 1px #000000, 0 0 6px;
    }
    .minCont h2{
        color: #fff;
        margin: 0
    }
    
    #the_bet .rate{
        color: #fff;
        font-size: 20px;
        text-shadow: 0 0 1px #222222, 0 0 4px;
        transition: all 500ms;
    }
    #the_bet .rate:after{
        
        content: "%";
        padding-left: 2px;
    }
    #the_bet .minCont td.bar {
    border-right: medium none;
  }
    
    
    #the_bet .minCont td.rate {
        border-left: medium none;
        border-right: medium none;
        font-size: 16px;
    }
    
    
    
    
    #the_bet .minCont{
        
        
        margin-top: 6px;
        text-align: center;
        
    }
    
#the_bet .minCont>div{    
    display: inline-block;
    padding: 1%;
    width: 33.3%;
}




#the_bet  td.oddTd a, #the_bet .maxCont .rate{
    
        background: #4f4f4f; /* Old browsers */
        background: -moz-linear-gradient(top,  #4f4f4f 0%, #3d3d3d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#3d3d3d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4f4f4f 0%,#3d3d3d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4f4f4f 0%,#3d3d3d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4f4f4f 0%,#3d3d3d 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4f4f4f 0%,#3d3d3d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
    
}



 
#the_bet .maxCont .bar div:after {
  background-image: url("../img/bars2.png");
    background-origin: padding-box;
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: " ";
    height: 30px;
    position: absolute;
    right: -13px;
    top: 0;
    width: 13px;
}
#the_bet .maxCont .bar .color0:after {
  
}
#the_bet .maxCont .bar .color1:after {
  background-position: right -38px;
}
#the_bet .maxCont .bar .color2:after {
  background-position: right -75px;
}
  
.club .bg_logo {
    border-radius: 0 0 30px 30px;
    height: 50px;
    margin: 0 auto;
    width: 42px;
    box-shadow: 0px 0px 2px 0px #000;
}

.club .bg_logo span {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    text-transform: uppercase;
    width: 100%;
}

.club .glyphicon {
    font-size: 25px;
    margin-top: 3px;
}


.club.home .bg_logo {
    background-color: var(--colore_principale);;
}

.club.home .bg_logo span {
    background-color: var(--colore_principale2);;
    color: var(--testo_gradiente2);;
}

.club.home .glyphicon {
    color: var(--testo_gradiente);;
}



.club.away .bg_logo {
    background-color: var(--colore_principale2);;
}

.club.away .bg_logo span {
    background-color: var(--colore_principale);;
    color: var(--testo_gradiente);;
}

.club.away .glyphicon {
    color: var(--testo_gradiente2);;
}






/*ottimizzazioni risoluzioni*/



@media screen and (max-width:1700px) and (min-width:1500px){
    #the_bet .minCont .rate{
        
        font-size: 12px;
        
        
    }
    #the_bet td.oddTd a{
        
        font-size: 12px;
        
    }
    
    
    
}