

#filter_ranking_list { position: relative; width: 100%; padding:0; margin: 20px auto; text-align: center; }
#filter_ranking_list .fleft, .fright { margin: 10px 5px 0 5px; }
#filter_ranking_list select { min-width: 40px; padding: 2px; }
#filter_ranking_list input[type=text] { min-width: 160px; padding: 2px; }
#submit_filters { padding: 2px 5px; border-width: 1px; border-style: solid; font-size: 10pt; cursor: pointer; }
#clean_filters { padding: 2px 5px; border-width: 1px; border-style: solid; font-size: 10pt; cursor: pointer; }

#goToTop { display: none; position: fixed; bottom: 5px; right: 5px; font-size: 46px; color: rgba(100, 100, 100, 0.8); cursor: pointer; }

#message_no_results { display: none; position: absolute; width: 100%; margin:0; top: 80px; left: 0; padding: 10px 0; color: #FFFFFF; background: rgba(255, 50, 50, 0.8); text-align: center; }

.item i { font-size: 16px; color: rgba(50, 50, 50, 0.8); cursor: pointer; }


.podium_div { float: left; width: 39%; margin: 2vh 2% 2vh 8%; padding: 10px 0; background-color: rgba(0, 0, 0, 0.2); border: 0; border-radius: 5px; }
.podium_div:nth-child(even) { margin: 2vh 8% 2vh 2%; }
.podium_div div { padding: 5px 20px; }
.podium_div .ptitle span { display: inline-block; padding-bottom: 8px; border-bottom-width: 2px; border-bottom-style: solid;  }

#tableRankingList table { width: 100%; padding: 0; border-collapse: collapse; }
#tableRankingList table thead th { border-bottom: 2px solid #b7b7b7; font-weight: bold; padding-left: 5px; padding-right: 5px; padding-top: 20px; padding-bottom: 20px; }
#tableRankingList table thead .controlHeader { border-bottom: none; }
#tableRankingList table tbody tr { border-bottom: 1px solid #f0f0f0; }
#tableRankingList table tbody tr td { border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; padding-bottom: 15px; padding-top: 15px; }
table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before { background-color: #828282; }
table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before { background-color: #CECECE; }

#rkSearch {
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
}
#rkSearch .event-title {
    font-size: 1.7rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: oblique;
    padding: 10px;
    color: #444444;
}
#rkSearch .rk-info {
    color: #666666;
    font-size: 1rem;
}
#rkSearch #filter_dorsal { 
    width: 90%;
    margin: 50px auto 0;
    max-width: 300px; 
    padding: 4px; 
    border: 1px solid #cccccc;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
@media only screen and (max-width: 600px) {
    #rkSearch {
        font-size: 16px;
    }
}

#athleteInfo { display: none; position: absolute; z-index: 999; top: 0; left: 0; width: 100%; height: 99vh; background: #fafafa; }

#athleteInfo .w35 { float: left; width: 35%; height: 20vh; margin-left: 9%; margin-right: 5%; padding: 5vh 0; font-size: 24px; text-align: center; font-weight: 600; }
#athleteInfo .w35 span { display: block; }
#athleteInfo .w35:nth-child(even) { margin-left: 5%; margin-right: 9%; }
#athleteInfo .w80 { float: left; width: 80%; height: auto; margin-left: 9%; margin-right: 9%; text-align: center; font-size: 1.7rem; line-height: 1.75rem; font-weight: 400; padding: 10px 0; letter-spacing: 1px; font-style: oblique; color: #444444; }
#athleteInfo .w35 label { display: inline-block; border-bottom: 2px solid #FFF; min-width: 100px; text-align: center; padding: 0 20px 8px 20px; margin-bottom: 5px; text-transform: uppercase; font-size: 16px; font-weight: normal; color: #666666; }
#athleteInfo .w35 span { color: #222222; }
#athleteInfo .position { width: 160px; height: 160px; line-height: 24px; margin: 0 auto; text-align: center; border-radius: 90px; border-width: 6px; border-style: solid; border-color: #999999; color: #444; background-color: #FFF; font-weight: normal; }
#athleteInfo .position label { display: inline-block; font-size: 14px; margin-top: 10px; color: #666666; margin-bottom: 5px; border-width: 0; }
#athleteInfo .position .p2  { display: inline-block; font-size: 12px; margin-top: 15px; color: #666666; margin-bottom: 4px; border-width: 0; border-top: 2px solid #999999; }
#athleteInfo .position span { display: block; font-size: 48px; letter-spacing: -2px; color: #444444; font-weight: 900; border-width: 0; }
#athleteInfo .position .s2 { display: block; font-size: 32px; letter-spacing: -2px; color: #444444; font-weight: 900; border-width: 0; }
#athleteInfoTemplate { display: none; }
#athleteErrorTemplate { display: none; }

@media only screen and (max-width: 400px) {
    #athleteInfo .w80 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }
    #athleteInfo .w35 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 0;
    }
    #athleteInfo .w35 label {
        padding: 0 20px;
    }
    #athleteInfo .w35:nth-child(even) {
        margin: 0;
    }
}

#teamClassification { padding-left: 2%; }
#teamClassification .raceTitle { dispaly: block; padding: 40px 0 10px 0; clear: both; color: #666; text-align: center; text-transform: uppercase; }
.tableTeamRanking { float: left; width: 30%; padding:0; margin: 10px 2% 10px 0; border-spacing: 0; border-width: 1px; border-style: solid; border-radius: 4px; color: #444; border-colapse: colapse; }
.tableTeamRanking tr:first-child th:first-child { border-top-left-radius: 2px; }
.tableTeamRanking tr:first-child th:last-child {  border-top-right-radius: 2px; }
.tableTeamRanking tr:nth-child(even) { -webkit-filter: opacity(90%); filter: opacity(90%); /*background-color: rgba(200, 200, 200, 0.1); */ }
.tableTeamRanking th, td { padding: 5px; }
.tableTeamRanking th { font-weight: normal; font-size: 80%; text-transform: uppercase; }
.tableTeamRanking .position { border-radius: 24px; width: 40px; height: 40px; display: inline-block; text-align: center; font-size: 20px; line-height: 40px; font-weight: bold; }
