﻿#header .switchbutton {
    float: right;
    margin: 5px;
    margin-top: 12px;
    z-index: 40;
}

a.rondekiezer {
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding-top: 25px;
    padding-bottom: 25px;
}
a.rondekiezer span.datum {
    font-size: 11px;
    clear:both;
    float: left;
    width: 100%;
    text-align: center;
}
a.rondekiezer:hover, .rondekiezer.tour span.datum:hover {
    color: #000;
}

.rondekiezer.giro {
    background: #f35f9b;
}
.rondekiezer.tour {
    background: #ffc425;
    color: #666;
}
.rondekiezer.tour span.datum {
    color: #666;
}
.rondekiezer.vuelta {
    background: #e1011b;
}

.rondekiezer.giro:hover {
    background: #f13f87;
}
.rondekiezer.tour:hover {
    background: #f2b614;
}
.rondekiezer.vuelta:hover {
    background: #ce041c;
}
#confirmationwrapper.vuelta, #confirmationwrapper.giro, #confirmationwrapper.tour, #confirmationwrapper.wk, #errorwrapper.vuelta, #errorwrapper.giro, #errorwrapper.tour, #errorwrapper.wk {
    background-color: #e1011b;
    background-image: url(../images/icons/winner.png);
}
#confirmationwrapper.giro, #errorwrapper.giro {
    background-color: #f35f9b;
}
#confirmationwrapper.tour, #errorwrapper.tour {
    background-color: #ffc425;
}
#confirmationwrapper.wk, #errorwrapper.wk {
    background-color: #36d450;
}
.hofwinnaar {
    max-width: 90%;
}
table.stand {
    border-collapse: collapse;
}
table.stand td, table.stand th {
    padding: 0px 10px;
    color: #333;
    border-collapse: collapse;
}
table.stand td
{
    border: 1px solid #bbb;
}
table.stand th {
    font-weight: bold;
    background-color: #b72020;
    border: 1px solid #b72020;
    border-bottom: 3px solid #644;
    color: #fff;
}
.rank, .points {
    width: 15px;
    text-align: right;
}
.points 
{
    width: 56px;
}
.delta {
    width: 24px;
}
.name {
    width: 250px;
}
.flagicon {
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0px;
}
td.rankup img, td.rankdown img {
    float: left;
    margin-top: 7px
}
td.rankdown img {
    margin-top: 8px
}
td.rankup span, td.rankdown span {
    display: block;
    float: right;
    text-align: right;
    color: #36d450;
    font-size: 11px;
}
td.rankdown span {
    color: #e1011b;
}
tr.joker td {
    background: #ffc425;
}
tr.abandon td {
    background: #ffe1e1;
    color: #b72020;
}

span.scoreicon {
    color: #333;
    font-weight: bold;
    font-size: 46px;
    line-height: 55px;
    overflow: hidden;
}
.iconlink table {
    width: 100%
}
.iconlink table tr td.col1, .iconlink table tr td.col2 {
    font-size: 12px;
    color: #333;
    max-width: 186px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
.iconlink table tr td.col2 {
    width: 27px;
    text-align: right;
}
img.meester, img.cyclist {
    float: right;
    margin: 10px;
    margin-top: 0px;
    max-height: 250px;
}
img.cyclist {
    margin-right: 20px;
    clear: left;
}
@media only screen and (max-width: 650px) {
    img.meester {
        width: 40%;
        min-width: 160px;
    }
}
ul.hof li span {
    display: inline-block;
    /*float: left;*/
    width: 100px;
    font-weight: bold;
    color: #333;
}
.rennerlijst {
    margin: 0px;
    padding: 0px;
}
.rennerlijst strong {
    display: inline-block;
    width: 22px;
}
select {
    max-width: 325px;
}
button.select2-container--default, button.select2-selection--single, button.select2-selection__clear {
    height: 20px !important;
}
#content, .teampage {
    overflow: visible !important;
}


a.info {
    /*/float: left;/*/
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    color: #b72020;
    background: #ccc;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-decoration: none;
    margin-left: 5px;
}

.koers span.titel {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}
.koers span.datum {
    display: block;
    font-style: italic;
    color: #666;
}

.sidenote, .sidenote a {
    font-size: 11px;
    line-height: 18px;
}

.totoresult {
    display: block;
    float: left;
    width: 260px;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 60px;
    line-height: 40px;
    /*/border: 1px solid #ccc;/*/
    margin: 6px;
    background-position: 4px 3px;
    background-image: url('../images/icons/medal_x.png');
}
    .totoresult.medal_1 span.positie, .totoresult.medal_2 span.positie, .totoresult.medal_3 span.positie {
        font-size: 15px;
        font-weight: bold;
        top: 32px;
    }
.totoresult.medal_1 {
    background-image: url('../images/icons/medal_1.png');
}
.totoresult.medal_1 .positie {
    color: #d3891a;
    font-size: 12px;
    font-weight: bold;
}
.totoresult.medal_2 {
    background-image: url('../images/icons/medal_2.png');
}
    .totoresult.medal_2 .positie {
        color: #9d9797;
        font-size: 12px;
        font-weight: bold;
    }
.totoresult.medal_3 {
    background-image: url('../images/icons/medal_3.png');
}
    .totoresult.medal_3 .positie {
        color: #a95e11;
    }
.totoresult .positie {
    display: block;
    float: left;
    top: 33px;
    left: 9px;
    text-align: center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
}
.totoresult .grandtour {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: left;
    /* width: 180px; */
    margin-left: 30px;
}