.featuredTab{
    background: #e55f36;
    background-color: #e55f36 !important;
    background: linear-gradient(to bottom, #e5f037 0%, #e5f037 100%) !important;
    color: #000 !important; 
}
.featuredTabPadre{ 
    border: 4px solid #e5f037 !important;
} 
.btn-showlines{
    border: 1px solid #000;
}
.btn-periodos.active{ 
    background: #e5f037;
    color:#000;
}
.btn-periodos:hover{ 
    color:#000;
    background-color: #e5f037;
    background: #e5f037;
    border-color: #e5f037
}
.btn-periodos:focus{ 
    outline-offset:0;
    background-color: #e5f037;
    background: #e5f037;
    border-color: #e5f037;
    color:#000;
}
.btn-periodos:active{  
    background-color: #e5f037;
    background: #e5f037;
    border-color: #e5f037;
    color:#000;
}

.addToBetslip:hover{ 
    background: #e5f037;
    border-color: #e5f037;
    color: #000;
}
.addToBetslip:hover label{  
    color: #000 !important;
}
.addToBetslip:active{ 
    outline-offset: 0 !important;
    background-color: #e5f037;
    background: #e5f037;
    border-color: #e5f037;
    color: #000;
    outline: none !important;
}
.addToBetslip:focus{ 
    outline-offset: 0 !important;
    background-color: #e5f037;
    background: #e5f037;
    border-color: #e5f037;
    color: #000;
    outline: none !important;
} 
.checkboxCheck:after { 
    border: 4px solid #ff613b;  
    border-top: none;
    border-right: none;
}
.btnAllMainBets, .btnAllProps{
    background: #e5f037;
    border: 1px solid #e5f037; 
    color:#000;
}
.btnAllMainBets:hover, .btnAllProps:hover,
.btnAllMainBets:active, .btnAllProps:active,
.btnAllMainBets:focus, .btnAllProps:focus{
    background: #e5f037;
    border: 1px solid #e5f037; 
    color:#000;
}
.futurePropsTitle{
    background: #e5f037 !important;
    background-color: #e5f037 !important; 
    color: #000 !important;
}
.detallesLineasDeportes .btn-danger, .detallesLineasDeportes .btn-danger:focus, 
.detallesLineasDeportes .btn-danger:hover, .detallesLineasDeportes .btn-danger:active {
    background-image: -webkit-linear-gradient(top,#e5f037 0,#e5f037 100%);
    background-image: -o-linear-gradient(top,#e5f037 0,#e5f037 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e5f037),to(#e5f037));
    background-image: linear-gradient(to bottom,#e5f037 0,#e5f037 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f037', endColorstr='#e5f037', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    background-color: #e5f037;
    color: #000;
} 
