@charset "utf-8";

article h1{
    font-family: "FjallaOne";
    font-weight: normal;
    font-size: 18pt;
    color: #00a859;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#divTop5{
    width:504px;
    float:left;
    margin-bottom: 20px;
}

    #containerTop5{
        width:504px;
        height: 289px;
        background-color: #212121;
    }
    
        #containerTop5Content{
            width: 268px;
            height: 289px;
            float:left;
            position: relative;
        }
        
            .top5Content{
                position: absolute;
                left:0;
                top:0;
                opacity: 0;                
                transition: all 0.7s linear;
            }                        
            
            .top5Content.active{
                opacity: 1;
            }
            
                .containerTop5Info{
                    position: relative;
                }
            
                .top5ContentData{
                    position: absolute;
                    top:194px;
                    left:10px;
                    width: 268px;
                    z-index: 1;
                }
                
                    .top5Position{
                        display: block;
                        float:left;
                        width:43px;
                        height: 36px;
                        line-height: 36px;
                        background-color: rgba(0,0,0,0.8);
                        font-family: "FjallaOne";
                        font-size: 14pt;
                        color:#fff;
                        text-align: center;
                    }
                    
                    .top5PlayerName{
                        float:left;
                        background-color: #324285;
                        width: 185px;
                        height: 36px;
                        line-height: 36px;
                        padding: 0 10px; 
                        font-family: "FjallaOne";
                        font-size: 14pt;
                        color:#fff;
                        text-transform: uppercase;
                        font-weight: normal;
                        letter-spacing: 1px;
                        white-space: nowrap;
                        overflow: hidden;
                    }                                        
                    
                    .top5Points{
                        display: block;
                        float:left;
                        height: 25px;
                        line-height: 25px;
                        padding: 0 8px;
                        margin: -4px 0 0 48px; 
                        background-color: #252525;
                        font-family: "FjallaOne";
                        text-transform: uppercase;
                        color:#fff;
                        font-size: 8pt;
                    }
                    
                    .containerTop5Label{
                        margin-top: 6px;
                    }
                    
                        .top5Label{
                            display: inline-block;
                            width: 77px;
                            height: 25px;
                            line-height: 25px;
                            background-color: rgba(0,0,0,0.8);
                            font-family: "FjallaOne";
                            text-transform: uppercase;
                            font-size: 8pt;
                            text-align: center;
                            color:#fff;                        
                            white-space: nowrap;
                            overflow: hidden;
                        }
                        
        #Top5List{
            width: 236px;
            height: 289px;
            float:right;
        }
        
            #Top5List li{
                width: 236px;
                height: 57px;
                float:right;
                border-bottom: 1px solid #000;
                color: #fff;
                cursor: pointer;
                position: relative;
            }
            
            #Top5List li:nth-child(5){
                border: none;
            }
            
            #Top5List li.active{
                background-color: #324285;
            }
            
            #Top5List li.active:before {
                content: "";
                position: absolute;
                top:1px;
                left:-8px;
                display: inline-block;
                width: 0; 
                height: 0;                 
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent; 
                border-right: 8px solid #324285; 
              }
            
                .listTop5Pos{
                    display: block;
                    float:left;
                    width:40px;
                    line-height: 57px;
                    font-family: "FjallaOne";
                    font-size: 15pt;
                    color:#ccc;                    
                    text-align: center;
                }
                
                .listTop5NamePoints{
                    float:left;
                    width: 180px;
                    overflow: hidden;
                }
                
                    .listTop5Name{
                        font-family: "FjallaOne";
                        font-size: 15pt;
                        white-space: nowrap;
                        display: block;
                        margin-top: 8px;
                    }
                    
                    .listTop5Points{
                        font-family: "FjallaOne";
                        font-size: 8pt;
                        white-space: nowrap;
                        display: block;
                    }
                    
                    
#divNoticias{
    float:right;
    width:420px;
    height: 289px;
    margin-bottom: 20px;
}

    #newsList li{
        margin-bottom: 10px;        
    }
    
        #newsList li a{            
            color:#212121;
        }

            .news-title{
                display: block;
                width: 420px;
                max-height: 40px;
                font-family: "FjallaOne";
                font-weight: normal;
                font-size: 12pt;
                text-transform: uppercase;
                margin-bottom: 1px;
                letter-spacing: 1px;
                overflow: hidden;
            }   

            .news-date{
                display: block;
                font-size: 10pt;
                padding-bottom: 10px;
            }
            
            #newsList .borderH{
                display: block;
                height: 0;
                width:380px;
                border-bottom: 1px solid #ccc;
                margin-left: 20px;
            }
            
#divEventos{
    width: 270px;
    height: 320px;
    float:left;
    margin: 0 30px 20px 0;
}

    #divEventos a:hover{
        text-decoration: none;
    }

    #evento-title{
        display: block;
        font-family: "FjallaOne";                    
        color:#212121;
        max-height: 40px;
        font-size: 13pt;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 1px;
        overflow: hidden;
    }
    
    #n-fotos{
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 6px;         
        background-color: #252525;        
        text-align: center;
        text-transform: uppercase;
        color:#fff;        
        font-size: 7pt;
        box-shadow: 0 0 6px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,0.75);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.75);
    }
    
    #evento-date{
        color:#212121;
        margin-left: 10px;
    }

    
#bannerSquare{
    float:left;
    margin: 35px 30px 0 0;
}


#divVideo{
    width: 270px;
    height: 320px;
    float:left;
    margin: 0 0 20px 0;
}

    #divVideo a{
        position: relative;
        display: block;
    }
    
        #divVideo a:hover{
            text-decoration: none;
        }
        
        #videoCover{
            background-color: rgba(0,0,0,0.7);
            position: absolute;
            top:0;
            left:0;
            z-index:1;
            width: 100%;
            height: 197px;
        }
        
        #videoCover:hover{
            background-color: rgba(0,0,0,0.5);
        }
        
            #videoCover .fa-play{
                width: 100%;
                color:#fff;
                text-align: center;
                line-height: 197px;
                font-size: 20pt;
            }

        #video-title{
            display: block;
            font-family: "FjallaOne";                    
            color:#212121;
            max-height: 40px;
            font-size: 13pt;
            font-weight: normal;
            text-transform: uppercase;
            margin-bottom: 10px;
            letter-spacing: 1px;
            overflow: hidden;
        }

#listaTenistasTorneios{
    width: 100%;
    height: 186px;
    padding: 7px 4px;
    background-color: #747474;
}

    #listaTenistasTorneios li{        
        position: relative;
        float:left;
        width: 184px;
        height: 187px;
        background-color: #3d3d3d;
        margin: 0 4px;
    }
    
        #listaTenistasTorneios li a:hover{
            text-decoration: none;
        }
        
        #listaTenistasTorneios .tenista-name{
            display: block;
            height: 30px;
            line-height: 30px;
            background-color: #242424;
            font-family: "FjallaOne";
            font-size: 14pt;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
        }
        
        .container-torneio-name{
            position: absolute;
            left: 50%;
            top: 155px;
            z-index: 1;
        }
        
        #listaTenistasTorneios .torneio-name{            
            position: relative;
            left: -50%;
            display: block;                        
            max-width: 170px;
            height: 26px;
            line-height: 26px;
            padding: 0 2px;
            background-color: #2b2b2b;
            white-space: nowrap;
            color: #fff;
            overflow: hidden;
            margin: 0 auto;
            font-family: "US101";
            font-size: 10pt;
            letter-spacing: 1px;
            box-shadow: 0 0 6px rgba(0,0,0,0.75);
            -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.75);
            -moz-box-shadow: 0 0 6px rgba(0,0,0,0.75);
        }


#wrap-calendario-jogos{
    float: left;
    width: 280px;
}    

#wrap-jogosFDS{
    float: right;
    width: 650px;
    position: relative;
    overflow: hidden;
    height: 320px;
}

    .partidas-tenistas{
        display: block;        
    }
        

/* DATEPICKER */

#dataContainer .ui-datepicker {
    width:350px;
}

#dataContainer #datepicker .ui-datepicker-calendar td{
    padding: 1px;
    border: none;
}

#dataContainer #datepicker .possuiPartida{
    background: #184b91;
    color:#fff;
}

#dataContainer #datepicker .ui-state-default{
    text-align: center;
}


/*CALENDARIO*/

#calendarioLegenda{
    background-color: #01391e;
    width:250px;
    height:25px;   
    padding-top: 7px;
    color: #fff;
}

#calendarioLegenda span{
    display: block;
    font-size: 90%;
    float:left; 
}

.legBranco{
    background-color: #fff;
    width:10px;
    height: 10px;
    margin: 2px 5px 0 10px;    
}

.legAzul{
    background-color: #184b91;    
    width:10px;
    height: 10px;    
    margin: 2px 5px 0 15px;
}

/*DATEPICKER*/
#datepicker{
    position: relative;
    width:250px;
}

.ui-datepicker-header{
    background-color: #01391e;
    color:#fff; 
    height: 25px;
    border-radius: 3px 3px 0 0;
}

.ui-datepicker-prev{
    float:left;    
    cursor: pointer;
}
.ui-datepicker-prev span{
    color:#fff;    
    font-size: 90%;
    line-height: 25px;
    display: block; 
    padding-left: 5px;    
}

.ui-datepicker-prev:hover{
    text-decoration: none;
}

.ui-datepicker-next{
    float:right;
    cursor: pointer;
} 

.ui-datepicker-next span{
    color:#fff;        
    font-size: 90%;
    line-height: 25px;
    display: block;
    padding-right: 5px;
}
.ui-datepicker-next:hover{
    text-decoration: none;
}

.ui-datepicker-title{
    text-align: center;
    font-family: Arial;
}

.ui-datepicker-calendar{
    width:100%;
    border: 1px solid #eee9d6;
    border-collapse: collapse;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th{    
    border: 1px solid #eee9d6;
    border-collapse: collapse;
    text-align: center;        
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar th span{
    line-height: 20px;
}

#conteudo .ui-datepicker-calendar td a{
    display: block;
    color:#ec1c24;    
}

#conteudo .ui-datepicker-calendar td .possuiPartida{
    background-color: #184b91;
    color:#fff;
}

.ui-datepicker-title{
    padding-top: 3px;
}

.loading2{
    position: absolute;
    top:30px;
    left:60px;   
}

/* CLASSES */
.text-center{
    text-align: center;
}



.table{
    width:100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
    .table thead tr{
        border-bottom: 1px solid #e8edf1;
    }
    
    .table th{
        text-transform: uppercase;
        font-size: 13pt;
        color: #6f7b8a;
        font-family: "US101";
        font-weight: normal;
        text-align: left;
        padding: 0 10px 10px 0px;
    }

    .table td{
        padding: 7px;
        border-bottom: 1px solid #ccc;
    }
    
    .table-bin tr:nth-child(even){
        background-color: #f2f2f2;
    }
    
    .table .tdVerde{
        background-color: #01391e;
        color: #fff;
        border-radius: 3px;
        padding: 9px 10px;
    }
    
.tbBorder{
    border:1px solid #c0c0c0;
}


/* POPUP */

#popUpChamada{
    position: fixed;
    box-sizing: border-box;
    width:400px;
    height: 270px;
    top:50%;
    left:50%;    
    margin-left: -200px;
    margin-top: -125px;
    background-color: #fcfcfc;
    padding: 20px;
    box-shadow: 1px 1px 15px rgba(0,0,0,1);
    border-radius: 3px;
}

    #popUpChamadaFechar{
        display: block;
        color:#bc0000; 
        margin: -10px -10px 0 0;       
        text-align: right;
        cursor: pointer;
        font-weight: bold;
    }

    #popUpChamada a{
        color: #00a859;
    }