@font-face {
    font-family: "Soleil";
    src: url("../../Content/fonts/Soleil.otf") format("opentype");
}

@font-face {
    font-family: "Soleil-Bold";
    font-weight: bold;
    src: url("../../Content/fonts/Soleil-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Soleil-Mono";
    font-weight: bold;
    src: url("../../Content/fonts/SoleilSb_Mono.ttf") format('truetype');
}

:root {
    --title-grey: #CACACA;
    --subtitle-grey: #949494;
    --link-blue: #11A6A0;
    --text-black: #1F1F1F;
    --UCI-blue: #0468A9;
    --UCI-green:rgb(50,180,50);
    --UCI-yellow:rgba(250,255,0);
    --red-Tissot: #e10019;
    --yellow-highlight: rgb( 255, 220, 57);
    /*PODIUM COLOR*/
    --gold: #FEC702;
    --silver: #CCCCCC;
    --bronze: #CC8E42;
    /*-----SPORT COLORS------*/
    --bmx-freestyle: #FFC700;
    --bmx-racing: #FF8F1C;
    --indoor-cycling: #7356BF;
    --mountain-bike: #00BAB6;
    --road: #1A6FEF;
    --road-10: #5291F3;
    --track: #DC0914;
    --track-10: #E33A43;
    --trials: #3DBB61;
    --road-alt: #23529b;
    --mountain: #00ADA9;
    --bmx-racing-alt: #ED851A;
    --bmx-freestyle-alt: #EDB900;
    --indoor-cycling-alt: #6B50B2;
    --trials-alt: #39AE5A;
    --track-alt: #CD0813;
}

/*-------GENERAL UNSET THINGS TO MAKE IT IFRAME COMPATIBLE---------*/
.debugInfo {
    display: none;
}

* {
    font-family: "Soleil", sans-serif;
    /*font-weight: 100;*/
    transition: 0.2s;
    letter-spacing:0px;
}

body {
    font-family: "Soleil", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
    background-image: none;
}

    body .container {
        background: none;
        width: 100%;
        max-width: unset;
    }

    body footer {
        position: unset;
        margin-top: auto;
    }

    body .container .breadcrumb {
       /* display: none*/
    }

#uci img {
    max-height: 20px;
}
.rider.row{
    background:none;
}

*/

::-webkit-scrollbar-track {
    margin-top: 0 !important;
}

.container.sticky {
    height: unset !important;
}

.TissotAds {
    display: none;
}
/*------------------------------MEDAL PAGE--------------------------------*/
#eventsContainer .container {
    max-width: unset;
    padding: 2%;
}

    #eventsContainer .container h2 {
        color: var(--title-grey);
        font-size: 42px;
        font-weight: bold;
    }

    #eventsContainer .container table {
        border-collapse: collapse;
        border-spacing: 0;
    }

.medals-standings td {
    padding: 0;
}

#eventsContainer .container table thead {
    height: unset;
    position:sticky!important;
    top:0px!important;
    background-color:white;
    z-index:100;
}

#eventsContainer .container table tbody:before {
    height: 13px;
    content: "";
    display: block;
}

#eventsContainer .container table thead tr td {
    color: var(--subtitle-grey);
    font-weight: bold;
}

.medals-standings thead td:nth-child(3), .medals-standings thead td:nth-child(4), .medals-standings thead td:nth-child(5), .medals-standings td:nth-child(6) {
    font-weight: normal;
}

#eventsContainer .container table thead tr {
    line-height: 53px;
    font-size: 12px;
}

#eventsContainer .container table td.Gold span, #eventsContainer .container table td.Silver span, #eventsContainer .container table td.Bronze span {
    border: 2px solid yellow;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 0;
}

#eventsContainer .container table td.Gold span {
    border-color: var(--gold);
}

#eventsContainer .container table td.Silver span {
    border-color: var(--silver);
}

#eventsContainer .container table td.Bronze span {
    border-color: var(--bronze);
}

    #eventsContainer .container table td.Gold span:first-letter, #eventsContainer .container table td.Silver span:first-letter, #eventsContainer .container table td.Bronze span:first-letter {
        font-size: 12px;
        font-weight: bold;
    }

table.medals-standings thead td {
    transform: none;
}

    table.medals-standings thead td.country {
        padding-left: 8%;
    }

    table.medals-standings thead td:last-of-type {
        line-height: normal;
    }

#eventsContainer .container table tbody tr {
    height: 114px;
}

    #eventsContainer .container table tbody tr td.rank span,
    #eventsContainer .container table tbody tr td.country span, .main .rank span {
        font-size: 24px;
        font-weight: bold;
        color: var(--text-black) !important;
        background: none;
        border: none;
        line-height:unset;
    }

    #eventsContainer .container table tbody tr td.rank span {
        font-size: 36px;
    }

    #eventsContainer .container table tbody tr td.rankByTotal, #eventsContainer .container table tbody tr td.rank {
        display: table-cell;
    }

#eventsContainer .container .medals-standings tbody td.country {
    display: flex;
    align-items: center;
    height: inherit;
    min-width: unset;
    max-width: unset;
    width: unset;
}

#eventsContainer .container .medals-standings td.country img {
    height: 38px;
}

#eventsContainer .medals-standings td.country span.showMore {
    position: relative;
    margin: 0;
    margin-top: -8px;
    margin-left: 8px;
    top: unset;
    color: var(--link-blue) !important;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 42px;
}

#eventsContainer .medals-standings td.country span.full, #eventsContainer .medals-standings td.country span.diminutif {
    margin-top: -3px;
    margin-left: 2%;
    min-width: 60%;
}

#eventsContainer .container table tbody tr td.rankByTotal span {
    background: none;
    border: none;
    color: var(--text-black) !important;
    font-weight: bold;
}

#eventsContainer .container table tbody tr {
    vertical-align: baseline;
    border-bottom: 1px solid var(--title-grey);
    background: none;
}

.medals-standings tbody td {
    vertical-align: middle;
}

#eventsContainer .container table tbody tr td span {
    font-size: 16px;
    color: #1A2434;
    font-weight: 300;
    letter-spacing: 0;
}

#eventsContainer .container .medals-standings tr.toggle {
    border: none
}

    #eventsContainer .container .medals-standings tr.toggle ul {
        padding: 0;
        margin-top: 0.5%
    }

        #eventsContainer .container .medals-standings tr.toggle ul li {
            width: 100%;
            margin-bottom: 10px;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-top: 0;
            margin-left: 0;
            border-bottom: 1px solid var(--title-grey);
        }

            #eventsContainer .container .medals-standings tr.toggle ul li .pictoMedal {
                text-align: center;
            }

#eventsContainer .medals-standings tr.toggle li div.nameMedal.BRONZE span {
    color: var(--bronze);
}

#eventsContainer .medals-standings tr.toggle li div.nameMedal.SILVER span {
    color: var(--silver);
}

#eventsContainer .medals-standings tr.toggle li div.nameMedal.GOLD span {
    color: var(--gold);
}

#eventsContainer .container .medals-standings tr.toggle ul li p span {
    font-weight: bold;
}

#eventsContainer .medals-standings tr.toggle li.BMF p span {
    color: var(--bmx-freestyle);
}

#eventsContainer .medals-standings tr.toggle li.BMX p span:last-of-type {
    color: var(--bmx-racing);
}

#eventsContainer .medals-standings tr.toggle li.CRD p span:last-of-type, #eventsContainer .medals-standings tr.toggle li.GDF p span:last-of-type, #eventsContainer .medals-standings tr.toggle li.PCRD p span:last-of-type {
    color: var(--road);
}

#eventsContainer .medals-standings tr.toggle li.INC p span:last-of-type {
    color: var(--indoor-cycling);
}

#eventsContainer .medals-standings tr.toggle li.CTR p span:last-of-type, #eventsContainer .medals-standings tr.toggle li.PCTR p span:last-of-type {
    color: var(--track);
}

#eventsContainer .medals-standings tr.toggle li.MTB p span:last-of-type, #eventsContainer .medals-standings tr.toggle li.XCM p span:last-of-type, #eventsContainer .medals-standings tr.toggle li.DHI p span:last-of-type {
    color: var(--mountain-bike);
}

#eventsContainer .medals-standings tr.toggle li.TRA p span:last-of-type {
    color: var(--trials);
}

#eventsContainer .container table tbody tr:last-of-type {
    height: 90px;
    border: none;
}

#eventsContainer .medals-standings tr .loadMore {
    text-align: right;
    vertical-align: middle;
}

    #eventsContainer .medals-standings tr .loadMore a {
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 1px;
        margin-right: 5px;
    }

        #eventsContainer .medals-standings tr .loadMore a:hover {
            color: var(--link-blue);
        }

        #eventsContainer .medals-standings tr .loadMore a::after {
            color: var(--link-blue);
            content: "+";
            font-size: 30px;
            font-weight: normal;
            padding-left: 10px;
            vertical-align: -9%;
        }

@media only screen and (max-width: 750px) {
    table.medals-standings thead td.country {
        text-align: left;
    }
    
    #eventsContainer .container .medals-standings tr.toggle ul li {
        justify-content: center;
        align-items: center;
        max-height: 80px;
        margin-bottom: 5px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .medals-standings tr.toggle li .textMedal {
        flex-direction: column;
    }

    #eventsContainer .container .medals-standings tr.toggle li .textMedal .nameMedal span {
        font-size: 13px;
    }

    #eventsContainer .container .medals-standings tr.toggle ul li .pictoMedal {
        width: 12%;
        height: inherit;
    }

        #eventsContainer .container .medals-standings tr.toggle ul li .pictoMedal svg {
            height: 55px;
            width: auto;
            margin: 0;
        }

    .medals-standings tr.toggle li p {
        flex-direction: column;
    }
}
@media only screen and (max-width: 600px) {
    .container.sticky .medals-standings tbody tr:nth-child(4n+3) td.country, .container.sticky .medals-standings tbody tr:nth-child(4n+4) td.country {
        background-color: white;
    }

    #eventsContainer .container table tbody tr td.rank span {
        font-size: 24px;
    }

    #eventsContainer .container .medals-standings td.country img {
        height: 30px;
    }

    #eventsContainer .medals-standings td.country span.showMore {
        background-color: white;
        padding-left: 4px;
        margin-left: 4px;
    }
}


    /*------------------------------SCHEDULE PAGE--------------------------------*/
    .colHeader > div {
        opacity: 0;
        cursor: default;
    }

    #eventsContainer .container .wrapSchedule .headSchedule {
        top: 0;
    }

    #eventsContainer .container .wrapSchedule {
        font-size: 18px;
        padding-left: 0;
    }

        #eventsContainer .container .wrapSchedule .row div.SportTitleTable, #eventsContainer .container .wrapSchedule .row div.colHeader {
            width: 40%;
        }

        #eventsContainer .container .wrapSchedule .bodySchedule .row .wrapContent, #eventsContainer .container .wrapSchedule .headSchedule .row .wrapContent {
            width: 60%;
        }

        #eventsContainer .container .wrapSchedule .headSchedule .row .scrollingContent > div {
            width: 8%;
        }

    #eventsContainer .container .headSchedule .row div .scrollingContent > div > div {
        min-width: min-content;
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row:hover, #eventsContainer .container .wrapSchedule .bodySchedule .row:hover > div > div > div, #eventsContainer .container .bodySchedule .row:hover div.SportTitleTable {
        background-color: #2776EF !important;
        text-decoration: underline;
        text-decoration-color: white;
    }

        #eventsContainer .container .wrapSchedule .bodySchedule .row:hover > div {
            background-color: unset
        }

            #eventsContainer .container .wrapSchedule .bodySchedule .row:hover > div svg > *, #eventsContainer .container .wrapSchedule .bodySchedule .row:hover > div > div > div svg *, #eventsContainer .container .wrapSchedule .bodySchedule .row:hover .schedule-no-medal {
                fill: white;
                background-color: white;
            }

    #eventsContainer .container .wrapSchedule .headSchedule .row {
        -webkit-box-shadow: 0 0px 0px -0px #bbbbbb;
        -moz-box-shadow: 0 0px 0px -0px #bbbbbb;
        box-shadow: 0 1px 0px 0px #bbbbbb;
    }

    #eventsContainer .container .bodySchedule .row div.SportTitleTable::after {
        width: 9px;
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.15) 100%);
    }

    #eventsContainer .container .bodySchedule .row > div {
        border-top: 0;
        border-bottom: 1px solid rgba(151,151,151,0.3);
    }

    #eventsContainer .container .wrapSchedule .headSchedule .row {
        font-size: 0.8em;
        box-shadow: none;
    }

    #eventsContainer .container .wrapSchedule .scrollSchedule div.row {
        min-height: 82px;
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row div.DetailsDay {
        margin-bottom: 2%;
    }

    body #eventsContainer .container .wrapSchedule .bodySchedule .row .DetailsDay:empty {
        border-left: none;
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.BMFF .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.BMF .DetailsDay {
        border-left: 4px solid var(--bmx-freestyle);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.BMX .DetailsDay {
        border-left: 4px solid var(--bmx-racing);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.GFD .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.CRD .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.PCRD .DetailsDay {
        border-left: 4px solid var(--road);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.INC .DetailsDay {
        border-left: 4px solid var(--indoor-cycling);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.MTB .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.XCM .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.DHI .DetailsDay {
        border-left: 4px solid var(--mountain-bike);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.CTR .DetailsDay, #eventsContainer .container .wrapSchedule .bodySchedule .row.PCTR .DetailsDay {
        border-left: 4px solid var(--track);
    }

    #eventsContainer .container .wrapSchedule .bodySchedule .row.TRI .DetailsDay {
        border-left: 4px solid var(--trials);
    }

    #eventsContainer .container .headSchedule .row div.colHeader::after {
        width: 9px;
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.15) 100%);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
    }

    #eventsContainer .container .headSchedule .header-day > div {
        background: #FCFCFC;
        margin: 7px;
        padding: 5px 25% 5px 25%;
        border-radius: 4px;
        border: 1px solid rgba(151,151,151,0.3);
    }

        #eventsContainer .container .headSchedule .header-day > div:hover {
            background: #1F1F1F;
            color: white;
        }

    .header-day.active a {
        color: var(--text-black);
    }

    #eventsContainer .container .headSchedule .header-day > div:hover a {
        color: white;
        opacity: 1;
    }

    #eventsContainer .container .headSchedule .header-day > div a span.weekday {
        font-size: 14px;
        text-decoration: underline;
    }

    #eventsContainer .container .wrapSchedule .scrollSchedule .row .scrollingContent > div {
        background-color: transparent;
        border-collapse: collapse;
        border-right: 1px solid rgba(151,151,151,0.3);
    }

    #eventsContainer .container .wrapSchedule .scrollSchedule .bodySchedule .row:nth-child(2n) {
        background-color: #F6F7F8;
    }

    #page-title-uci .blockHeader {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

        #page-title-uci .blockHeader .month-title__text {
            font-size: 3em;
            font-weight: 600;
            color: #CACACA;
            background:none;
        }

        #page-title-uci .blockHeader .blockLeft .btnTickets {
            margin-top: 15px;
            display:flex;
            align-items:center;
        }

            #page-title-uci .blockHeader .blockLeft .btnTickets a {
                font-size: 14px;
                text-decoration: none;
                color: #101010;
                font-weight: 600;
                min-height:20px;
                display:inline-block;
            }

            #page-title-uci .blockHeader .blockLeft .btnTickets::after {
                content: url("../../Content/images/Arrow.svg");
                margin: 0.1rem 0 0 0.55rem;
                min-height:20px;
                display:inline-block;
            }

        #page-title-uci .blockHeader .blockRight img {
            max-height: 30px;
            margin-top: 10px;
        }

    #eventsContainer .container {
        padding: 0;
    }

        #eventsContainer .container .wrapSchedule .scrollSchedule {
            padding-top: 0;
        }

        #eventsContainer .container .headSchedule .nDay-header {
            font-weight: 800;
            font-size: 1.7em;
        }

    .container .legendSchedule {
        padding-right: 0
    }
@media only screen and (max-width: 620px) {
    #page-title-uci .blockHeader {
        flex-wrap:wrap;
        flex-direction:row;
    }
    #page-title-uci .blockHeader .blockRight{
        align-self:flex-end;
        text-align:right;
        flex-basis:100%;
        margin-top:-40px;
    }
}
@media only screen and (max-width: 420px) {
    #page-title-uci .blockHeader .blockRight {
        margin-top: -10px;
    }
}
    @media only screen and (max-width: 1520px) {
        #eventsContainer .container .wrapSchedule .wrapContent {
            overflow-x: auto;
        }
    }


    /*------------------SCHEDULE OF SPORT-------------------------*/

    .container {
        margin-top: 0;
    }

    section.main {
        margin: 0 1.25rem;
    }

.eight span.location, .eight span.date, .eight span.location, .side, section#uci, .main .row .four.alignright, .eight span.stage {
    display: none;
}
#breadcrumbPhases{
    max-height:75vh;
    overflow-y:auto;
}

.main .row .eight {
    width: 100%;
}

    .subtabs {
        margin: 2.5rem 0 3rem 0;
    }

    .topNavUci {
        padding-top: 1vh;
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

        .topNavUci a {
            display: flex;
            color: #000;
            font-size: 0.875rem;
        }

            .topNavUci a:hover {
                color: var(--UCI-blue);
            }

            .topNavUci a.back::before {
                content: "";
                background: url("../../Content2022/images/glasgow2023/Arrow.svg");
                float: left;
                height: 0.875rem;
                width: 0.875rem;
                margin: 0.25rem 1.0rem 0 0;
            }

            .topNavUci a.logo img {
                height: 1rem;
            }

    h2 a, table.resultsList a.eventlink, .stageschedule section table.resultsList td.listLink a {
        color: #1f1f1f;
        font-weight: bold;
    }

    h2 a {
        display: block;
        padding-left: 1.25rem;
        margin-left: -1.5rem;
    }

    .bmx h2 a {
        border-left: 4px solid var(--bmx-racing);
    }

    .bmf h2 a {
        border-left: 4px solid var(--bmx-freestyle);
    }

    .gfo h2 a {
        border-left: 4px solid var(--road);
    }

    .ind h2 a {
        border-left: 4px solid var(--indoor-cycling);
    }

    .mtb h2 a {
        border-left: 4px solid var(--mountain-bike);
    }

    .crd h2 a {
        border-left: 4px solid var(--road);
    }

    .ctr h2 a {
        border-left: 4px solid var(--track);
    }

    .tri h2 a {
        border-left: 4px solid var(--trials);
    }

    .schedulePage {
        width: 100%;
    }

        .schedulePage h2 {
            font-size: 1rem;
        }


    /* ---------------MENU TABS------------*/
    table.tabs.main {
        border: none;
        width: 25%;
        margin: 3% 0% 1%;
    }

        table.tabs.main td {
            background: none;
            font-size: 1.4rem;
            width: max-content !important;
            border: none;
        }

            table.tabs.main td.calendar {
                display: none;
            }

            table.tabs.main td a {
                color: var(--subtitle-grey);
                border: 4px solid transparent;
                width: min-content;
            }

                table.tabs.main td a span {
                    width: auto;
                    white-space: nowrap;
                }

                table.tabs.main td:before, table.tabs.main td a:before {
                    content: none;
                }

table.tabs td a.selected, table.tabs td a:hover, #detail_Athlete_window table.tabs td a.selected, #detail_Athlete_window table.tabs td a:hover {
    border-bottom: 4px solid var(--UCI-blue);
    background: none;
    color: var(--text-black);
}

.subtabs td, .subtabs td a.selected, .subtabs td a:hover, .subtabs td:hover, .subtabs td.selected, .subtabs, .subtabs tr {
    background: none;
    border: 0;
    text-align: left;
    border: none;
}

        .subtabs tr {
            width: 100%;
        }

        .subtabs td {
            margin-right: 2rem;
            font-size: calc(0.5rem + .5vw);
            width: auto !important;
            display: block;
            float: left;
        }

            .subtabs td#pdfdownload {
                /*flex-grow: 1;
                text-align: right;*/
                margin-right: 0;
                float: right;
            }

            .subtabs td a {
                color: #949494;
            }

                .subtabs td a span {
                    font-weight: bold;
                }

                .subtabs td a:hover, .subtabs td a.selected {
                    background: none;
                    color: #1f1f1f;
                }

                .subtabs td a.selected, .subtabs td a:hover {
                    border-bottom: 2px solid var(--UCI-blue);
                }

                .subtabs td a span.full {
                    display: block;
                }

                .subtabs td a span.diminutif {
                    display: none;
                }

    table.main {
        border-top: 1px solid #e0e0e0;
    }

    .stageschedule section table.resultsList th {
        padding: 0;
    }

    body.stageschedule section table.resultsList th, body.stagepdf section table.resultsList th {
        background: none;
    }

        body.stageschedule section table.resultsList th strong, body.stagepdf table.resultsList th strong {
            text-shadow: none;
            color: #1f1f1f;
            font-weight: bold;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #1f1f1f;
            padding-bottom: 1rem;
        }

            body.stageschedule section table.resultsList th strong.open, body.stagepdf section table.resultsList th strong.open {
                border-bottom: 0;
            }

        /*body.stageschedule section table.resultsList th, */ body.stagepdf section table.resultsList th span.disable-link {
            display: none;
        }

    body.stageschedule table.resultsList strong::before, body.stagepdf table.resultsList strong::before {
        float: right;
        content: "+";
        color: #1f1f1f;
        font-weight: 100;
        font-size: 1.8rem;
        margin: 0 5px 0 0;
        transform: rotate(0deg);
        margin-right: -2px;
    }

    body.stageschedule table.resultsList strong.open::before, body.stagepdf table.resultsList strong.open::before {
        transform: rotate(-45deg);
        margin-right: 0;
    }

    body.stageschedule section .resultsList tbody tr:nth-child(odd), body.stagepdf section .resultsList tbody tr:nth-child(even), .stagepdf section table.resultsList {
        background: none !important;
    }

    .stageschedule section table.resultsList, .stagepdf section table.resultsList {
        border:none;
        margin-bottom: 2rem;
    }

    .stageschedule section.schedulebyday table.resultsList td:first-child {
        width: 12%;
    }

    .stageschedule section table.resultsList td, .stagepdf section table.resultsList td {
        width: 63%;
    }

    section table.resultsList .resultscontent {
        display: inline-block;
        width: 90%;
        float: right;
    }

        section table.resultsList .resultscontent tr {
            border-bottom: 1px solid #cacaca;
            display: flex;
        }

            section table.resultsList .resultscontent tr td {
                padding: 1rem 0;
                display: flex;
            }

    table.resultsList a {
        text-decoration: underline;
    }

    body.stageschedule table.resultsList a:hover, .stageschedule section table.resultsList td.listLink a:hover {
        color: var(--UCI-blue);
    }

    .live {
        text-shadow: none;
        color: #1F1F1F;
        background-color: #F9C300;
        background-image: none;
        border-radius: 0;
        margin: 0;
    }

    table.resultsList .listLink a::before {
        background-image: url(../../Content2022/images/glasgow2023/Flag.svg) !important;
        background-position: 0 0 !important;
        width: 1.5rem !important;
        height: 1.5rem !important;
        margin: 0 !important;
    }

    .pdf table.resultsList a.PDF::before, .stagepdf table.resultsList a.PDF::before {
        background-image: url(../../Content2022/images/glasgow2023/pdf-file.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.6;
    }

    table.resultsList a.Results::before {
        background-image: url(../../Content2022/images/glasgow2023/StopWatch.svg) !important;
        background-position: center !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    table.resultsList a.Analysis::before {
        background-image: url(../../Content2022/images/glasgow2023/Analysis.svg) !important;
        background-position: center !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    table.resultsList a.Standings::before {
        background-image: url(../../Content2022/images/glasgow2023/Standings.svg) !important;
        background-position: center !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

.data_group {
    width: 13%;
}
    .data_group div {
        margin-top: 3% !important;
        width: 30% !important;
        text-align: center !important;
    }

    @media only screen and (max-width: 750px) {
        section .main {
            margin: 0;
        }

        .data_group {
            width: 100%;
        }
            .data_group div {
                margin-top: 0 !important;
            }

                .data_group div.speed {
                    margin-top: 0 !important;
                }

                h2 a {
                    padding-left: 0;
                    margin-left: 0;
                    border: 0 !important;
                }

            h2 a::after {
                content: "";
                display: block;
                width: 3rem;
                height: 0.25rem;
                margin-top: 1.0rem;
            }

        .bmf a::after {
            background-color: var(--bmx-freestyle);
        }

        .bmx a::after {
            background-color: var(--bmx-racing);
        }

        .gdf a::after, .crd a::after, .pcrd a::after {
            background-color: var(--road);
        }

        .ind a::after {
            background-color: var(--indoor-cycling);
        }

        .mtb a::after {
            background-color: var(--mountain-bike);
        }

        .ctr a::after, .pctr a::after {
            background-color: var(--track);
        }

        .tri a::after {
            background-color: var(--trials);
        }

        .subtabs td a span.full {
            display: none;
        }

        .subtabs td a span.diminutif {
            display: block;
        }

        section table.resultsList .resultscontent tr {
            display: block;
            position: relative;
            padding-bottom: 0.875rem;
            margin-top: 0.5rem;
        }

            section table.resultsList .resultscontent tr td {
                display: table-row;
                width: 100%;
            }

        .subtabs td {
            font-size: 1rem;
        }

        .stageschedule section table.resultsList td.liveLink .live:before {
            height: 15px;
            margin: 4px 0 0 -3px;
        }

        .stageschedule section table.resultsList td.listLink, .stageschedule section table.resultsList td.liveLink {
            display: inline-block;
            width: auto;
            padding-bottom: 0;
            padding-top: 0.5rem;
        }

        body.stageschedule table.resultsList strong.open::before {
            margin-top: -6px;
            margin-right: 6px;
        }

        body.stageschedule table.resultsList strong::before {
            margin-top: -11px;
            margin-right: 0;
        }

        .disable-link {
            width: auto !important;
            margin-right: 1rem;
        }

        .stageschedule section table.resultsList td.liveLink:empty, .stageschedule section table.resultsList td.listLink:empty {
            display: none;
        }
    }

    /*-----------------------COUNTDOWN---------------------------*/
    .container #pagespecific .results {
        margin-left: 7%;
        width: 86%;
    }

    @media (min-width: 700px) and (max-width: 1000px) {
        .results, .side, .ctr-startlist, .onraceresults,
        .container #pagespecific .results {
            margin-left: 0;
        }
    }

    .container .countdown {
        padding-top: 3%;
        padding-bottom: 3%
    }

    /*.bmf .container .countdown {
        background-color: var(--bmx-freestyle);
    }

    .bmx .container .countdown {
        background-color: var(--bmx-racing);
    }

    .gfd .container .countdown, .crd .container .countdown, .pcrd .container .countdown {
        background-color: var(--road);
    }

    .ind .container .countdown {
        background-color: var(--indoor-cycling);
    }

    .mtb .container .countdown {
        background-color: var(--mountain-bike);
    }

    .mtb .container .countdown {
        background-color: var(--mountain-bike);
    }

    .ctr .container .countdown, .pctr .container .countdown {
        background-color: var(--track);
    }

    .tri .container .countdown {
        background-color: var(--trials);
    }*/

    .container .countdown #countdown div {
        background: #1F1F1F;
        color: white;
        font-weight: bold;
        font-size: 3em;
        padding-bottom: 25px;
        font-family: Soleil-Mono, Soleil-Bold, sans-serif;
    }

    .container .countdown #countdown div span {
        color: white;
        opacity: 0.6;
        padding-top: 15%
    }

    .container .countdown #countdown p.intro:first-of-type {
        font-size: 2em;
    }

    /*--------START / RESULT LIST NORMAL----------*/
    .results .rider.row {
        min-height: 60px;
        font-size: 1.2em;
        align-items: center;
        background: none;
        padding-top: 2%;
        padding-bottom: 2%
    }

        .results .rider.row * {
            padding: 0;
            margin: 0;
        }

        .results .rider.row > div {
            text-align: center
        }

        .results .rider.row .bib span, .results .rider.row .startOrder span, .results .rider.row .rank span {
            font-size: 1.6em;
            background: none;
            border: none;
            color: var(--text-black) !important;
            width: unset;
            height: unset;
            line-height: unset;
        }

        .results .rider.row .name {
            font-size: 1.6em;
        }

        .results .rider.row .time, .results .rowtitle.row .time {
            flex-grow: 1;
            text-align: right;
        }

        .results .rider.row .nation img {
            width: 35px !important;
        }

    .results .resultscontainer.startlist td.noc img {
        margin-top: 20.5px;
        margin-left: 8%
    }

    .results .resultscontainer.startlist td.noc {
        text-align: right;
        width: 12%;
    }

    .ind .results .resultscontainer td.name:has(b) {
        font-size: 1.2em;
    }

    .ind .results .resultscontainer td.name b {
        font-size: 1.3em;
    }

.results .resultscontainer.startlist td.startorder {
    width: 4%;
}
.results .resultscontainer.startlist td.startorder span{
    font-size:1.6em;
    margin-left:1em;
}
    .results .resultscontainer.startlist td.time:empty, .results .resultscontainer.startlist td.teamname:empty {
        display: none;
    }

    .results .resultscontainer .points, .resultscontainer .irm {
        border: none;
        text-align: right;
        font-size: 0.9em;
        padding-right: 2%;
    }


    .startlist .rowtitle {
        background: none;
        color: #949494;
        font-size: 1em;
        font-weight: bold;
        text-shadow: none;
    }

        .startlist .rowtitle > * {
            text-align: center;
        }

        .startlist .rowtitle > .longname {
            text-align: left;
        }

    #pathProfile {
        fill: var(--road);
        opacity: 0.65;
    }

    #pathProfile2 {
        fill: var(--road);
        opacity: 0.9;
    }

    #filters {
        display: flex;
        justify-content: center;
        margin-top: 5%
    }

        #filters .filter_divs:last-of-type {
            width: auto;
        }

        #filters .selectivity-multiple-input-container {
            text-transform: uppercase;
            background: none;
            border: 1px solid #949494;
            border-radius: 4px;
        }

            #filters .selectivity-multiple-input-container input {
                text-transform: uppercase;
            }

        #filters .filter_divs .btn {
            background: var(--UCI-blue);
            color: white;
        }

    tbody .qualified abbr, .rider .qualified span {
        background-color: var(--UCI-green);
        text-shadow: none;
        text-decoration: none;
        color: white;
        float: unset;
        padding: 2px 7px;
    }

        tbody .qualified abbr:empty, .rider .qualified span:empty {
            display: none;
        }

    table.heatsstartlistresult td.points {
        text-align: right;
        vertical-align: middle;
        font-weight: 700;
    }

    table.heatsstartlistresult td.qualified, table.heatsstartlistresult td.rank, table.heatsstartlistresult td.noc {
        vertical-align: middle;
    }
    /*--------START / RESULT LIST HEAT----------*/
    .bmf .container #pagespecific .results, .bmff .container #pagespecific .results {
        width: 96%;
        margin-left: 2%;
    }

    .results h4.heat {
        font-size: 3rem;
        color: #CACACA !important;
        background: none;
        font-weight: 700;
    }

        .results h4.heat:before, .results h4.heat:after {
            content: none;
        }

    .results table.heatsstartlistresult thead {
        background: none;
        color: #949494;
        font-weight: normal;
        font-size: 0.8em;
    }

    .results table.heatsstartlistresult tbody tr {
        line-height: 60px;
        vertical-align: baseline;
        border-bottom: 1px solid rgba(178,178,178,1);
        background: none;
    }

        .results table.heatsstartlistresult tbody tr .bib span, .ctr .onraceresults .bib span, .ctr .onraceresults .rank span {
            border: none;
            background: none;
            color: var(--text-black) !important;
            line-height: unset;
            font-size: 1.6em;
            font-weight: bold;
        }

        .results table.heatsstartlistresult tbody tr .name {
            font-size: 1.6em;
            min-width: 45%;
            max-width: 1000px;
            width: 60%;
            line-height: 120%;
            vertical-align: middle;
        }

        .results table.heatsstartlistresult tbody tr .split {
            width: 10%;
            padding-right: 1%;
            min-width: 50px;
        }

            .results table.heatsstartlistresult tbody tr .split:nth-child(odd) {
                padding-right: 6%;
                border-left: 1px solid rgba(0,0,0,0.2);
            }

    .stageresults .results table.heatsstartlistresult tbody tr .split:nth-child(even) {
        background: none;
    }

    .results table.heatsstartlistresult tbody tr td.noc {
        font-size: 1.6em;
        font-weight: lighter;
    }

    .results table.heatsstartlistresult tr td.noc {
        width: 13%;
    }

    .results table.heatsstartlistresult tbody tr .noc img, .resultscontainer .noc img, #detail_Athlete_window .noc img, .noc img {
        width: auto !important;
        height: 25px;
        vertical-align: baseline;
        max-height: unset;
    }

    .results table.heatsstartlistresult tbody tr .run {
        font-size: 1.2em;
        text-align: center;
    }

    .results table.heatsstartlistresult thead tr .run {
        text-align: center;
    }

    .results .resultscontainer td.time {
        text-align: right;
        padding-right: 5%;
    }

    .resultscontainer div {
        background: none;
    }

    .resultscontainer > div {
        border: none;
    }

    .resultscontainer .ranking tr {
        line-height: 60px;
        vertical-align: middle
    }

        .resultscontainer .ranking tr td.name, .resultscontainer .ranking tr td.noc .resultscontainer .ranking tr td.rank {
            font-size: 1.6em;
            line-height: normal;
            font-weight:700;
        }

    .stageresults .resultscontainer .ranking tr td.bib, .stagehome .resultscontainer .ranking tr td.bib {
        display: none;
    }

    .stagestartlist .resultscontainer .ranking tr td.bib, .results.onrace .ranking table td.bib {
        display: initial;
        vertical-align: middle;
    }

    .results.onrace .ranking table td.bib {
        display: table-cell;
    }

        .stagestartlist .resultscontainer .ranking tr td.bib span, .results.onrace .ranking table td.bib span, .mtb .onraceresults .rider.row .bib span, .tri .mixedteam .inTrialRow .segments_group .trials-run .run-name .bib-individuel span {
            background-color: #C9C9C9;
            color: var(--text-black) !important;
            font-weight: bold;
            font-size: 1.4em;
            border: none;
            width: 45px;
            height: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            border-radius: 0 0 0 6px;
        }

    .resultscontainer tr {
        background: none !important;
        border-bottom: 1px solid rgba(178,178,178,1);
    }

    .resultscontainer .ranking tbody tr .rank span {
        border: none;
        background: none;
        color: var(--text-black) !important;
        font-size: 1.6em;
        font-weight: bold;
    }
.ctr .results table.heatsstartlistresult tbody tr .rank span {
    font-size:1.6em;
}

    @media (max-width:700px) {
        .container #pagespecific .results {
            margin-left: 2px;
        }

        .results table.heatsstartlistresult tbody tr {
            vertical-align: middle;
        }

            .results table.heatsstartlistresult tbody tr td.noc {
                font-size: 0px;
                vertical-align: middle;
                padding-top: 7%;
                margin-top: -7%;
            }

            .results table.heatsstartlistresult tbody tr .bib span{
                width: auto;
                height: auto;
                line-height: initial;
                margin-top: 25%;
            }
        .ctr .results table.heatsstartlistresult tbody tr .bib{
            width:10%;
        }
        body.ctr.br .results table.heatsstartlistresult tr td.noc{
            width:12%;
        }
        .ctr .results table.heatsstartlistresult tbody tr .rank span {
            margin-top: 25%;
            width: 8%;
        }

        .results table.heatsstartlistresult tbody tr .bib {
            padding-left: 0;
            padding-right: 1%;
            width: 18%;
        }

            .results table.heatsstartlistresult tbody tr .name {
                line-height: 140%;
            }
    }

    /*-------LIVE BMF-------*/
    body .onraceresults {
        width: 100%;
    }

    .container .resultscontainer h6:before, #detail_window .resultscontainer h6::before, .container .resultscontainer h6:after, #detail_window .resultscontainer h6::after {
        display: none;
    }

    .currentRider .status span {
        background: var(--yellow-highlight);
        text-shadow: none;
        color: var(--text-black);
    }

    .bmfTopPart .card .info {
        max-width: 86%;
    }

    .bmfTopPart .card h6 {
        background: white;
        color: var(--subtitle-grey) !important;
        min-width: 20%;
        width: fit-content;
        max-width: 80%;
        margin: -14px auto 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bmfTopPart .card.currentRider h6 {
        color: #e10019 !important;
    }

    .bmfTopPart .card .rank span {
        background: none;
        color: var(--text-black) !important;
        border: none;
        font-size: 1.2em;
        font-weight: bold;
    }

    .onraceresults .bmfTopPart .card .nat {
        margin-top: -3px;
    }

    .bmfTopPart .card .totalpoints {
        position: absolute;
        right: 5%;
        top: 26%;
        font-weight: bold;
        font-size: 1.2em;
    }


    .bmfLiveStanding .row {
        height: 60px;
        vertical-align: middle;
        display: flex !important;
        align-items: center;
        font-size: 1.6em;
        background: none;
        flex-wrap: wrap;
    }

    .rider.row:nth-child(odd) {
        background: none;
    }

    .bmfLiveStanding .row div {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .bmfLiveStanding .rider .split_group {
        font-size: 0.5em;
        flex: 1;
    }

    .bmfLiveStanding .rowtitle, #container-fluid .bmfLiveStanding .rowtitle .split_group .split {
        background: none;
        color: #949494;
        font-weight: normal;
        font-size: 1em;
        text-shadow: none;
    }

        #container-fluid .bmfLiveStanding .rowtitle .split_group .split a, #container-fluid .bmfLiveStanding .rowtitle .split_group .split {
            color: #949494;
            text-align: center;
        }

    #container-fluid .bmfLiveStanding .rowtitle .points, #container-fluid .bmfLiveStanding .rider > .points {
        width: auto;
        max-width: 25%;
        min-width: 10%;
        text-align: right;
        padding-right: 5px;
    }

    #container-fluid .bmfLiveStanding .rider .rank span {
        border: none;
        background: none;
        color: var(--text-black) !important;
        font-size: 1.2em;
        font-weight: bold;
    }

    .onraceresults .bmfLiveStanding .row .split_group {
        min-width: 10%;
        flex-grow: 1;
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 60px
    }

        .onraceresults .bmfLiveStanding .row .split_group .split {
            min-width: 20%;
            max-width: 50%;
            height: 60px;
            vertical-align: middle;
            flex-grow: 1;
        }

            .onraceresults .bmfLiveStanding .row .split_group .split > div {
                height: 100%;
                max-width: 40%;
            }

            .onraceresults .bmfLiveStanding .row .split_group .split .rank:before {
                border-left: 1px solid var(--subtitle-grey);
                content: "";
                height: 25px;
                margin-left: -10px;
                margin-right: 10px;
            }

    .bmf .results table.heatsstartlistresult tbody tr td.noc, .bmff .results table.heatsstartlistresult tbody tr td.noc {
        width: 10%;
        white-space: nowrap;
        vertical-align: middle;
    }

    @media (max-width: 1000px) {
        body .tabs td a span {
            display: initial;
        }

        #container-fluid .rider {
            height: 110px;
            padding-top: 10px;
        }

            #container-fluid .rider.only1Run {
                height: 60px;
            }

            #container-fluid .rider .split_group {
                flex-basis: 80%;
                height: 60px;
            }

            #container-fluid .rider.only1Run .split_group {
                display: none;
            }

            #container-fluid .rider.only1Run > .points {
                margin: 0;
            }

            #container-fluid .rider > .points {
                flex-basis: 20%;
                margin-top: -60px
            }

        .onraceresults .bmfLiveStanding .row .longname {
            width: 68%
        }

        body .results table.heatsstartlistresult tr td.noc {
            width: 15%;
        }

        body .results table.heatsstartlistresult tr td.name {
            width: 89%;
        }
    }

    @media (max-width: 700px) {
        .results table.heatsstartlistresult tbody tr td.noc {
            padding-top: 5%;
        }

        .bmf .results table.heatsstartlistresult tbody tr, .bmff .results table.heatsstartlistresult tbody tr {
        }

            .bmf .results table.heatsstartlistresult tbody tr td, .bmff .results table.heatsstartlistresult tbody tr td {
            }

                .bmf .results table.heatsstartlistresult tbody tr td.split, .bmff .results table.heatsstartlistresult tbody tr td.split {
                    width: 33%;
                    display: table-cell;
                }
    }

    /*--------CRD LIVE / RESULTS--------*/
    .crd .stageProfile {
        width: 100%;
        margin: 0 0 25px;
    }

    .crd .navStage {
        box-shadow: none;
        border: 1px solid rgba(0,0,0,0.2);
        background: #FBFBFB;
    }

        .crd .navStage > div {
            background: none;
        }

        .crd .navStage .navLeft li, .crd .navStage .navRight li {
            background: none;
            padding-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .crd .navStage .drop {
            background: #F8F8F8;
            border-top: 10px solid #f8f8f8;
        }
        .crd .navStage .drop li:not(:first-of-type) {
            border-top:1px solid rgba(0,0,0,0.1)
        }

    .navStage .navRight li {
        transform: rotate(180deg);
    }

        .navStage .navLeft li.prev a, .navStage .navRight li.next a {
            background-image: url(../images/arrow_circle.svg);
            background-position: center;
            background-size: cover;
            width: 30px;
            height: 30px;
            margin: 0;
        }

            .navStage .navLeft li.prev a:hover, .navStage .navRight li.next a:hover {
                background-position: center;
                opacity: 0.6;
            }

    .crd #pagespecific {
        margin-top: 35px;
    }

    .crd .participants.team > div {
        border: none;
    }

    .crd .participants.team h6, .resultscontainer h6, body .resultscontainer.stageranking h6 {
        color: var(--subtitle-grey) !important;
        background: none;
        font-size: 1.2em;
        text-align: left;
        width: auto;
    }

        body .resultscontainer.stageranking h6 a {
            color: var(--subtitle-grey) !important;
        }

        .crd .participants.team h6:before, .crd .participants.team h6:after, .resultscontainer.stageranking h6:before, .resultscontainer.stageranking h6:after {
            display: none;
        }

    .resultscontainer.participants tr:has(.title ) {
        height: 75px;
    }

    .resultscontainer.participants .title {
        height: 75px;
    }

    .resultscontainer .title div h3 {
        font-size: 3em;
        color: var(--subtitle-grey) !important;
        font-weight: 700;
    }

    .resultscontainer.participants table {
        overflow: hidden;
        max-height: unset;
    }

        .resultscontainer.participants table tr {
            width: 100%;
            display: inline-block;
        }

    .resultscontainer .title div {
        width: 100%;
    }

    .resultscontainer.participants table tr, .resultscontainer.participants table tr td {
        height: 60px;
    }

        .resultscontainer.participants table tr td {
            display: flex;
            float: left;
            align-items: center;
        }

            .resultscontainer.participants table tr td:empty {
                width: 0;
            }

            .resultscontainer.participants table tr td.bib {
                width: 5% !important;
                font-size: 1.4em;
            }

                .resultscontainer.participants table tr td.bib span {
                    color: var(--text-black) !important;
                    background: none;
                    border: none;
                    font-weight: 500;
                }

            .resultscontainer.participants table tr td.name {
                width: 85%;
                font-size: 1.4em;
            }

            .resultscontainer.participants table tr td.noc {
                width: 10%;
                font-size: 1.4em;
            }

    .resultscontainer .ranking .rank {
        padding-top: 9px;
    }

        .resultscontainer .ranking .rank span {
            line-height: normal;
        }

    .resultscontainer .name a {
        overflow: initial;
    }

    .crd .results .rider.row {
        height: 60px;
        padding: 0;
    }

    .crd .overalltop .resultscontainer.winner {
        display: none;
    }

    body.crd .resultscontainer.stageranking .ranking {
        border: none;
    }

    #detail_window .resultscontainer {
        background: white;
    }

        #detail_window .resultscontainer .ranking .bib {
            display: none;
        }

        #detail_window .resultscontainer .ranking tr {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        #detail_window .resultscontainer h6 {
            padding-bottom: 10px;
            height: fit-content;
            padding-left: 10px;
        }

    #map {
        margin-bottom: 20px;
    }

    .crd.pdf section table.resultsList td:first-child, .crd.stagepdf section table.resultsList td:first-child {
        width: 100%;
    }

    .resultscontainer .ranking .riderInRace td.bib {
        padding-right: 5px;
    }

    .resultscontainer .ranking .riderInRace td.name {
        padding-bottom: 5px;
    }

    .resultscontainer .ranking .riderInRace td {
        padding: 0;
        vertical-align: middle;
    }

    .resultscontainer .ranking tr:has(.zoneTitle) {
        line-height: 40px;
    }

    .results.onrace .resultscontainer.main .zoneTitle {
        background-color: var(--road-alt);
    }

    .resultscontainer h6 a {
        color: var(--subtitle-grey);
    }

    .container a.languette, .container a.languetteClose {
        color: #000000;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: right;
        text-transform: uppercase;
        background: none;
        width: 100%;
    }

        .container a.languette::before, .container a.languetteClose::before {
            display: none;
        }

        .container a.languette::after, .container a.languetteClose::after {
            content: "+";
            background: none;
            color: var(--link-blue);
            font-size: 16px;
            margin: -3px -15px 0px 0px;
        }

        .container a.languetteClose::after {
            transform: rotate(45Deg)
        }

    .groupsInfos div.centerer {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: row;
        background: none;
    }

        .groupsInfos div.centerer::after {
            content: "";
            width: 42%;
            border-bottom: 1px dashed var(--subtitle-grey);
            position: absolute;
            transform: translateY(52px);
            z-index: 0;
        }

        .groupsInfos div.centerer span.dleft {
            background: white;
            color: var(--text-black) !important;
            padding-left: 5%;
            padding-right: 2%;
            z-index: 1;
            margin-left: 3%;
            display: flex;
        }

    .groupsInfos span.dleft::before {
        filter: brightness(0.1);
        transform: scale(1.3);
    }

    #detail_window.smallpopup {
        width: 65%;
        min-width: 40%;
    }
#detail_Athlete_window .tabs td {
    background: none;
    border: none;
}
    #detail_Athlete_window .tabs td:before{
        display:none;
    }
    #detail_Athlete_window .tabs td a {
        border-bottom: 4px solid transparent;
        color:var(--subtitle-grey);
        width:90%;
        margin-left:auto;
        margin-right:auto;
        font-size:1.2em;
    }
    #detail_Athlete_window #Results .splitTitle{
        width:100%;
        line-height:50px;
        display:flex;
        align-items:center;
        gap:2%;
        background:none;
    }
        #detail_Athlete_window #Results .splitTitle:not(:last-of-type){
            border-bottom:1px solid rgba(0,0,0,0.4)
        }
        #detail_Athlete_window #Results .splitTitle .rank, #detail_Athlete_window #Palmares .resultscontent .rank span {
            background: none;
            font-weight: 700;
            font-size: 1.5em;
            border: none;
            color: var(--text-black) !important;
        }
        #detail_Athlete_window #Results .splitTitle small{
            font-size:1.5em;
            font-weight:500;
            flex-grow:1;
            text-transform:capitalize;
        }
        #detail_Athlete_window #Results .splitTitle .splitTime{
            justify-self:flex-end;
        }
        #detail_Athlete_window #Palmares table thead th{
            background:none;
        }
            #detail_Athlete_window #Palmares table thead th strong{
                text-shadow:none;
                color:var(--text-black);
                border-bottom: 1px solid rgba(0,0,0,0.4);
                width:100%;
                font-size:1.3em;
            }
                #detail_Athlete_window #Palmares table thead th strong.open{
                    border-bottom:3px solid var(--UCI-blue);
                }
                #detail_Athlete_window #Palmares table thead th strong::before {
                    float: right;
                    content: "+";
                    color: #1f1f1f;
                    font-weight: 100;
                    font-size: 1.8rem;
                    margin: -8px 5px 0 0;
                    transform: rotate(0deg);
                    margin-right: -2px;
                }

                #detail_Athlete_window #Palmares table thead th strong.open::before {
                    transform: rotate(-45deg);
                    margin: -0px 5px 0 0
                }
#detail_Athlete_window #Palmares table tbody tr{
    vertical-align:middle;
    background:none;
}
    #detail_Athlete_window #Palmares table tbody tr:not(:last-of-type){
        border-bottom:1px solid rgba(0,0,0,0.4)
    }
    #detail_Athlete_window #Palmares table tbody tr td.discipline{
        font-weight:700;
        font-size:1.2em;
    }
#detail_Athlete_window #Palmares .resultscontent .rank span{
    margin-top:2px;
}
.ttt .results .rider.row .name{
    line-height:1.6em;
}
.ttt.crd #detail_Athlete_window .popup section#TeamComposition div.athlete .bib span {
    padding-bottom: 7px;
}
.ttt.crd #detail_Athlete_window .popup section#TeamComposition div.athlete .name{
    font-size:1.4em;
    max-width:85%;
}
.ttt.crd #detail_Athlete_window .popup section#Results .splitGroup{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
}
.ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle{
    flex-basis:25%;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:baseline;
    border-bottom:none;
}
    .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle:nth-of-type(even) {
        border-left: 1px solid rgba(0,0,0,0.4);
        border-right: 1px solid rgba(0,0,0,0.4);
        border-radius:0;
        padding-left:5%;
        padding-right:5%;
        flex-basis:30%;
    }
    .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle small {
        order: 1;
        flex-basis: 100%;
        margin-top: 0;
    }
    .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle .rank {
        order: 2;
    }
    .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle .splitTime {
        order: 3;
        padding-top:0;
        margin-left:auto;
        height:50px;
    }
.crd.ttt:has(.resultscontainer){
    overflow-x:hidden
}

@media (max-width: 1000px) {
    .crd .results.onrace .resultscontainer.main {
        width: 100%!important;
        padding-bottom:2rem;
    }

        .crd .resultsInter {
            width: 100%;
        }
    .ttt.crd #detail_Athlete_window .popup section#TeamComposition div.athlete .category{
        flex-basis:100%;
    }
    .crd .stageProfile {
        min-height:200px!important;
    }
}
    @media (max-width: 700px) {
        #detail_window, #detail_Athlete_window, #detail_window.smallpoppup {
            top: 5%;
            margin-left: auto;
            margin-right: auto;
        }

            #detail_window .resultscontainer {
                box-shadow: 0px 0px 180px 200px rgba(0, 0, 0, 0.5);
                background: white;
            }

        a.languette::after {
            background-color: transparent;
        }

        .groupsInfos div.centerer::after {
            transform: translateY(40px);
        }

        .results .resultscontainer td.time {
            padding-right: 0;
        }

        .crd .resultscontainer .name a, .crd .resultscontainer .ranking tr td.name {
            font-size: 1.0em;
            word-break: break-word;
        }
        .crd .results .resultscontainer td.team {
            display: none;
            width:0px;
        }
        .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup {
            flex-direction: column;
        }
        .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle{
            width:60%;
        }
            .ttt.crd #detail_Athlete_window .popup section#Results .splitGroup .splitTitle:nth-of-type(even) {
                border-left:none;
                border-right: none;
                border-top:1px solid rgba(0,0,0,0.4);
                border-bottom:1px solid rgba(0,0,0,0.4);
            }
    }

    @media (max-width: 440px) {
        .crd.ttt section.main{
            margin:0 0.5rem;
        }
        .crd.ttt .container .results .resultscontainer .noc img {
           height:20px;
        }
            .crd.ttt .container .results .resultscontainer .name a{
                white-space:nowrap;
            }
        .crd.ttt .results.onrace .resultscontainer.main tr.has(td:empty){
            line-height:0;
        }
        .crd.ttt .results.onrace .resultscontainer.main tr td {
            font-size: 0.9em;
        }
        .crd.ttt .results.onrace .resultscontainer.main td.bib span, .crd.ttt .results.onrace .resultscontainer.main td.rank span{
            width:30px;
            font-size:1.3em;
        }
        .crd.ttt .results.onrace .resultscontainer.main .name {
            white-space: nowrap;
        }
            .groupsInfos div.centerer {
                transform: scale(0.85);
            }
    }



    /*-----------CTR live & RESULTS-----------*/
    h4.bronze, h4.gold, h4.heatName {
        background: none;
        color: var(--bronze) !important;
        font-weight: 700;
        font-size: 3em;
    }

    h4.gold {
        color: var(--gold) !important;
    }

    h4.bronze {
        color: var(--bronze) !important;
    }

    h4.heatName {
        color: var(--subtitle-grey) !important;
    }

    .stageresults .resultscontainer h6 strong {
        color: var(--text-black);
    }

    h4.bronze:before, h4.bronze:after, h4.gold:before, h4.gold:after {
        display: none;
    }

    h3.heat {
        color: var(--subtitle-grey) !important;
        font-weight: 700;
        font-size: 3em;
    }

    .ctr-startlist {
        width: 90%;
        margin-left: 5%;
    }

        .ctr-startlist .participants.indiv {
            background: none;
            width: 100%;
            border: none;
        }

            .ctr-startlist .participants.indiv h6 {
                color: var(--subtitle-grey) !important;
                background: none;
                text-align: left;
                margin: 0;
                font-size: 1.2em;
            }

            .ctr-startlist .participants.indiv table tr {
                height: 60px;
                background: none !important;
                border-bottom: 1px solid var(--title-grey);
            }

                .ctr-startlist .participants.indiv table tr td {
                    font-size: 1.6em;
                }

                    .ctr-startlist .participants.indiv table tr td > a {
                        height: fit-content !important;
                        overflow: visible !important;
                    }

                    .ctr-startlist .participants.indiv table tr td.bib span {
                        border: none;
                        background: none;
                        color: var(--text-black) !important;
                        font-weight: 500;
                    }

                    .ctr-startlist .participants.indiv table tr td.bib {
                        width: 10%;
                    }

                    .ctr-startlist .participants.indiv table tr td.name {
                        width: 83%;
                    }

            .ctr-startlist .participants.indiv .name a {
                line-height: 1em;
            }

            .ctr-startlist .participants.indiv table tr td.team {
                width: 7%;
            }

            .ctr-startlist .participants.indiv h6:before, .ctr-startlist .participants.indiv h6:after {
                display: none;
            }

    .main .versus {
        width: 80%;
        margin-left: 10%;
    }

    .ctr .spacer {
        width: 2%;
    }

    .resultscontainer.versus {
        display: flex;
        justify-content: center;
    }

        .resultscontainer.versus .spacer:first-of-type {
            display: none;
        }

        .resultscontainer.versus h6 {
            width: 45%;
            background: none;
            text-align: left;
            margin-top: -2%;
            height: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            box-shadow: none;
        }

            .resultscontainer.versus h6:nth-of-type(2) {
                text-align: right;
            }

            .resultscontainer.versus h6 span.bib, .stagelive.crd .row.rider .bib span {
                background-color: #C9C9C9;
                color: var(--text-black) !important;
                font-weight: bold;
                font-size: 1.3em;
                border: none;
                width: 45px;
                height: auto;
                padding-top: 5px;
                padding-bottom: 5px;
                border-radius: 0 0 0 6px;
            }

            .resultscontainer.versus h6:nth-of-type(2) span.bib, .resultscontainer.versus h6:nth-of-type(2) span.rank {
                border-radius: 0 0 6px 0;
            }

            .resultscontainer.versus h6 span.rank {
                background-color: #FFFFFF;
                color: var(--text-black) !important;
                font-weight: bold;
                font-size: 1.8em;
                border: none;
                width: 55px;
                height: auto;
                padding-top: 5px;
                padding-bottom: 5px;
                border-radius: 0 0 0 6px;
            }

            .resultscontainer.versus h6 .divVersus {
                order: 2;
                flex-basis: 100%;
                display: flex;
                flex-direction: row;
                border: none;
                align-items: center;
            }

            .resultscontainer.versus h6 p.nameVersus {
                color: var(--text-black) !important;
                margin-bottom: 3px;
                text-transform: none;
            }

            .resultscontainer.versus h6 span.rank, .resultscontainer.versus h6 span.bib {
                position: relative;
                order: 1;
                bottom: unset;
                left: unset;
                right: unset;
            }

    .versus tr:nth-child(even) td:first-of-type, .versus tr:nth-child(even) td:last-of-type {
        background: none;
        color: var(--text-black);
    }

    .versus tr td:first-of-type, .versus tr td:last-of-type {
        text-align: right;
    }

    .versus tr td:last-of-type {
        text-align: left;
    }

    table.versus tr {
        border-bottom: 1px solid rgba(150,150,150,0.5);
    }

    .versus td span {
        background-color: var(--trials);
        color: var(--text-black);
        border-radius: 2px;
        border: none;
        font-weight: 700;
    }

    .versus td:nth-of-type(2) {
        background: rgba(200,200,200,0.1);
        color: var(--red-Tissot);
    }

        .versus td:nth-of-type(2):before {
            content: "<";
            margin-right: 5px;
            font-weight: 100;
            font-size: 1.1em;
        }

        .versus td:nth-of-type(2):after {
            content: ">";
            margin-left: 5px;
            font-weight: 100;
            font-size: 1.1em;
        }

    .versus tr:last-of-type td:nth-of-type(2) {
        background: rgba(200,200,200,0.1);
    }

    .versus tr:last-of-type td {
        padding-bottom: 5px;
        font-size: 1.2em;
    }

    .stagestartlist .main .results .participants {
        margin-top: 25px;
    }

        .stagestartlist .main .results .participants .title {
            width: 100%;
        }

            .stagestartlist .main .results .participants .title > div {
                display: flex;
                width: 100%;
                max-height: 100%;
                align-items: center;
            }

                .stagestartlist .main .results .participants .title > div img.team {
                    height: fit-content;
                }
.ctr.stagestartlist .main .results .participants .title > div img.team {
    width: auto;
    height: 28px;
    margin-top:3px;
}

.stagestartlist .main .results .participants h3 {
    width: 90%;
    flex-grow: 1;
    display: block;
    max-width: unset;
    font-size: 2.6em;
}

    .stagelive.crd .row.rider {
        display: flex;
        width: 100%;
        align-items: center;
        background: none;
    }

    .stagelive.crd .row.rowtitle {
        background: none;
        color: var(--subtitle-grey);
        text-shadow: none;
        width: 100%;
    }

    .stagelive.crd #container-fluid .row.rowtitle .time {
        flex-grow: 1;
        text-align: right;
    }

    .stagelive.crd #container-fluid .row.rowtitle .split_group .split {
        background: none;
        color: var(--subtitle-grey);
        text-shadow: none;
        vertical-align: bottom;
    }

        .stagelive.crd #container-fluid .row.rowtitle .split_group .split a {
            color: var(--subtitle-grey);
            text-shadow: none
        }

        .stagelive.crd #container-fluid .row.rowtitle .split_group .split:before, .stagelive.crd #container-fluid .row.rowtitle .split_group .split:after {
            display: none;
        }

    .stagelive.crd .row.rider > .time {
        height: 50%;
        order: 10;
        flex-grow: 1
    }

    .stagelive.crd .row.rider > .speed {
        height: 50%;
        order: 9;
        margin-top: 0px;
        margin-right: 10px;
    }

    .stagelive.crd #container-fluid .row.rider .split_group .split .time {
        padding-top: 20px;
    }

    .stagelive.crd #container-fluid .row.rider .split_group .split:not(:last-of-type) {
        background: none;
        border-right: 1px dashed rgba(0,0,0,0.4);
    }

    .heatsheaders.rowtitle, .ctr.stagelive .rowtitle {
        background: none;
        text-shadow: none;
        color: var(--subtitle-grey);
    }

    .split a {
        color: var(--subtitle-grey);
    }

    .stagelive .rider.row .split_group div.speed {
        width: auto;
        margin-top: 5%;
    }

    #container-fluid .rowtitle .split_group .split, .ctr.stagelive .rowtitle .split_group .split {
        background: none;
        color: var(--subtitle-grey);
        vertical-align: bottom;
    }

    .ctr #pagespecific .onraceresults .rider .rank, .ctr #pagespecific .onraceresults .rowtitle .rank {
        min-width:32px;
        width: 6% !important;
    }

    .ctr #pagespecific .onraceresults .rider .nation {
        max-width: unset;
        height: 100%;
        display: flex;
        align-items: center;
        min-height: 35px;
    }

    .onraceresults div.rowtitle .nation {
        max-width: unset;
    }

    .ctr #pagespecific .onraceresults .rider {
        height: fit-content;
    }
        .ctr #pagespecific .onraceresults .heat.row .rider{
            min-height:60px;
            padding-top:8px;
            vertical-align:middle;
        }
.ctr #pagespecific .onraceresults .heat.row .rider .longname{
    font-size:1.6em;
    font-weight:700;
    line-height:unset;
    margin-top:2px;
    width:60%;
}
    .ctr #pagespecific .onraceresults .heat.row .rowtitle .longname {
        width: 59%;
    }

.ctr #pagespecific .onraceresults .rider .time {
    min-height: 20px;
}

    .container-fluid div.heat {
        max-width: 100%;
        margin-left: 0;
    }
.template-ct-wc-tissot-100 .row.rider{
    padding-top:5px;
    min-height:50px;
    width:100%;
}
.template-ct-wc-tissot-100 .row.rider .longname {
    font-size: 1.6em;
    line-height:unset;
    margin-top:2px;
    /*width:70%;*/
    width: 23%;
}
    .template-ct-wc-tissot-100.CT_IP .row.rider .longname {
        width: 23%;
    }
    .template-ct-wc-tissot-100.CT_ER .row.rider .split_group{
        display:none;
        height:0;
    }
    .template-ct-wc-tissot-100.CT_MA .row.rider .split_group {
        display: flex;
        align-items:center;
        height:100%;
        width:45%;
    }
.template-ct-wc-tissot-100.CT_MA .rowtitle{
    width:100%;
}
.template-ct-wc-tissot-100.CT_MA .row.rider .split_group > .split {
    flex: 1;
    background: none;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}
            .template-ct-wc-tissot-100.CT_MA .row.rider .split_group > .split div:nth-of-type(3){
                flex-basis:100%;
            }
            .template-ct-wc-tissot-100.CT_MA .row.rider .split_group > .split > *:empty {
                display: none;
            }
            .template-ct-wc-tissot-100.CT_MA .row.rider .longname {
                width: 23%;
            }
@media (max-width: 1000px) {
    .template-ct-wc-tissot-100.CT_MA .row.rider .split_group > .split {
        justify-content: space-between;
    }
    .template-ct-wc-tissot-100.CT_MA .row.rider > .points {
        margin-top: 0px!important
    }
}
@media (max-width: 700px) {
    .template-ct-wc-tissot-100.CT_MA .row.rider > .points {
        margin-top: -85px !important;
    }
}
    /*-----------OMNIUM page----------*/
    .ctr .omniumresult .ranking table .rank .value {
        font-weight: normal
    }

    .ctr .resultscontainer.omniumresult thead td.omniumphase {
        min-width: 150px;
    }

    .ctr .resultscontainer.omniumresult td.noc {
        width: 5%;
    }

    .ctr .resultscontainer.omniumresult td.omniumphase, .ctr .resultscontainer.omniumresult td.points {
        width: 10%;
    }

    .ctr .resultscontainer.omniumresult td.sum {
        width: 6%;
    }

    .ctr .resultscontainer.omniumresult td.name {
        width: 44%;
        padding-left: 0.5em;
    }

    .ctr .resultscontainer.omniumresult td.points .subrank::after {
        content: "";
        width: 1px;
        height: 1.8em;
        display: block;
        margin-top: -1.5em;
        margin-left: 1.5em;
        border-right: 1px dashed #282828;
    }

    .ctr .resultscontainer.omniumresult td.points .value {
        margin-left: 1em;
        text-align: left !important;
    }

    @media (max-width: 1000px) {
        .ctr-startlist {
            margin-left: 0;
        }

        body.ctr .results table.heatsstartlistresult tr td.noc {
            width: 25%;
        }

        .stagelive .rider.row div.speed {
            width: auto;
            /*margin-top: -5px !important;*/
        }
        .stagelive.ctr .CT_IP .rider.row div.speed {
            margin-top: 0!important;
        }
        .stagelive.ctr .CT_IP .rider.row > div.speed {
            margin-top: 5px !important;
        }
    }

    @media (max-width: 700px) {
        .subtabs a span {
            display: initial;
        }

        .subtabs a:before {
            display: none;
        }

        .ctr .subtabs {
            margin: 1rem 0 1.5rem 0;
        }

        .ctr-startlist .participants.indiv table tr {
            padding-top: 10px;
            padding-bottom: 10px;
            height: 80px;
        }

        .ctr.stagestartlist .main .results .participants table td.bib {
            width: 10% !important;
        }

        .ctr.stagestartlist .main .results .participants table td.name {
            width: 80%;
        }

        .ctr .resultscontainer.omniumresult td.omniumphase, .ctr .resultscontainer.omniumresult td.points {
            display: table-cell;
        }

            .ctr .resultscontainer.omniumresult td.points .subrank::after {
                border-right: none;
                border-bottom: 1px dashed #282828;
                height: 1px;
                width: 100%;
                margin-top: 0.8em;
                margin-left: 0;
            }
    }
    /*-----INDOÔR CYCLEBALL-----*/
    .matchPage {
        width: 100%;
    }

        .matchPage .dateMatch {
            font-size: 0.8em;
        }

    .resultsMatches .listMatches > div .gridMatch {
        border: 1px solid var(--subtitle-grey);
    }

        .resultsMatches .listMatches > div .gridMatch .hourMatch, .resultsMatches .listMatches > div .gridMatch .moreMatch {
            flex-basis: 100%;
        }

        .resultsMatches .listMatches > div .gridMatch .topPartMatch {
            margin-left: 0;
            gap: unset;
            width: 100%;
            flex-direction: column;
        }

            .resultsMatches .listMatches > div .gridMatch .topPartMatch:has(.dateMatch) {
                gap: 3%;
                margin-left: 0;
                align-items: center;
                ;
            }

        .resultsMatches .listMatches > div .gridMatch .goalies {
            margin-left: 0;
        }

        .resultsMatches .listMatches > div .gridMatch .btnMore {
            color: var(--link-blue);
        }

            .resultsMatches .listMatches > div .gridMatch .btnMore:hover {
                color: var(--indoor-cycling);
            }

    .matchPage .ranking thead .row {
        background: none;
        color: var(--subtitle-grey);
    }

    .matchPage .ranking .noc img {
        height: 96%;
        width: 32px !important;
    }

    .main .matchPage .ranking tbody .row {
        background: none;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }

    @media (max-width: 600px) {
        .resultsMatches .listMatches > div .gridMatch .topPartMatch:has(.dateMatch) {
            align-items: center;
            margin-left: 0;
        }
    }

    /*----BMX RACING LIVE----*/
    .insideRiderBMX {
        align-items: baseline;
    }

        .insideRiderBMX .bib span {
            background-color: #C9C9C9;
            color: var(--text-black) !important;
            font-weight: bold;
            font-size: 1.4em;
            border: none;
            width: 45px;
            height: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            border-radius: 0 0 0 6px;
        }

    .bmx .onraceresults .rider {
        border-bottom: 1px solid var(--subtitle-grey);
    }

        .bmx .onraceresults .rider .insideRiderBMX .longname {
            font-size: 1.6em;
            flex-basis: 60%;
        }

        .bmx .onraceresults .rider .insideRiderBMX .noc {
            max-width: unset;
            flex-basis: 8%;
            align-self: flex-end;
        }

        .bmx .onraceresults .rider .insideRiderBMX .rank, .bmx .onraceresults .rider .insideRiderBMX .bib, .bmx .onraceresults .heatsheaders .rank, .bmx .onraceresults .heatsheaders .bib {
            flex-basis: 8%;
        }

    .bmx .onraceresults .heatsheaders .nation {
        text-align: center;
        flex-basis: 7%;
        max-width: unset;
    }

    .bmx .onraceresults #container-fluid .rider .insideRiderBMX .time {
        flex-basis: 8%;
    }

    .bmx .onraceresults .rider .insideRiderBMX .qualified {
        align-self: baseline;
    }

    .bmx .onraceresults .rider .insideRiderBMX .split .name {
        font-size: 1.2em;
    }

    .bmx .onraceresults .rider .insideRiderBMX .split {
        align-items: baseline;
    }

        .bmx .onraceresults .rider .insideRiderBMX .split .rank span {
            font-size: 16px;
            padding: 0;
            margin: 0;
        }

    .bmx .onraceresults #container-fluid .rider .insideRiderBMX .split .time {
        text-align: right;
        padding-right: 0%;
    }

    .bmx .onraceresults .rider .insideRiderBMX .split_group .split .splitrun:not(:last-of-type) {
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .bmx .onraceresults #container-fluid .rider .insideRiderBMX .split_group {
        flex-basis: 100%;
    }

    .bmx .onraceresults #container-fluid .rider {
        height: auto;
        padding-top: 3px;
    }

    .bmx .onraceresults .rider .insideRiderBMX .split_group .split .splitrun > small.gap {
        margin-left: 23%;
    }

    .bmx .onraceresults .heatsheaders {
        background: none;
        text-shadow: none;
        color: var(--subtitle-grey);
    }

    @media (max-width: 700px) {
        .bmx .onraceresults .rider .insideRiderBMX .longname {
            flex-basis: 55%;
        }

        .bmx .onraceresults #container-fluid .rider .insideRiderBMX .split .time {
            padding-right: 9%;
        }

        .bmx .onraceresults #container-fluid .rider .insideRiderBMX .split_group {
            margin: 0;
        }

        .bmx .onraceresults #container-fluid .rider {
            padding-top: 5px;
        }
    }

    @media (max-width: 540px) {
        .bmx .onraceresults .rider .insideRiderBMX .longname {
            flex-basis: 60%;
            line-height: 110%;
            word-break: break-all
        }

        .bmx .onraceresults .rider .insideRiderBMX .noc {
            align-self: center;
            padding-top: 7px;
        }

        .bmx .onraceresults .rider .insideRiderBMX .qualified {
            flex-basis: 10%;
            justify-self: flex-end;
            text-align: right;
        }

        .bmx .onraceresults #container-fluid .rider .insideRiderBMX > .time {
            flex-basis: 88%;
            justify-self: flex-end;
        }
    }

    /*-------LIVE MTB-----*/
    .mtb.stagelive .main .onraceresults .currentRider {
        box-shadow: 0px 0px 4px 2px #e10019;
        padding: 1%;
    }

        .mtb.stagelive .main .onraceresults .currentRider > div {
            margin-top: 10px;
        }

        .mtb.stagelive .main .onraceresults .currentRider .raceInfo tr {
            border-bottom: 0;
            border-top: 1px solid rgba(178,178,178,1);
        }

            .mtb.stagelive .main .onraceresults .currentRider .raceInfo tr td {
                padding-top: 5px;
            }

    .mtb .main .currentRider .splitGroup .splitInfo.redGap td {
        background: white;
    }

    .mtb .main .currentRider .splitGroup .splitInfo.redGap {
        border: 2px solid var(--red-Tissot);
        border-radius: 4px;
    }

    .mtb .main .currentRider .splitGroup .splitInfo td.rank span {
        margin-top: -4px;
    }

    .mtb .main .currentRider .splitGroup .splitInfo.greenGap td {
        background: white;
    }

    .mtb .main .currentRider .splitGroup .splitInfo.greenGap {
        border: 2px solid var(--UCI-green);
        border-radius: 4px;
    }

    .mtb .main .currentRider .splitGroup .splitInfo tr {
        vertical-align: middle;
    }

        .mtb .main .currentRider .splitGroup .splitInfo tr td {
            padding: 0;
        }

    .mtb.stagelive .main .splitGroup .split .splitTitle {
        background: white;
        border: 1px solid rgba(100,100,100,0.4);
        border-radius: 3px;
    }

    .mtb .main .currentRider .bib span, #detail_Athlete_window .popup .bib span {
        background-color: #C9C9C9;
        color: var(--text-black) !important;
        font-weight: bold;
        font-size: 1.4em;
        border: none;
        width: 45px;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0 0 0 6px;
    }

    .mtb .main .currentRider table tr {
        border-bottom: 0;
    }

    .mtb .main .currentRider .athleteInfo.name {
        font-size: 1.4em;
        font-weight: 700
    }

    .log_domain {
        bottom: 0;
        box-shadow: none;
        background-color: white;
        border-top: 2px solid var(--mountain-bike);
    }

    .ctr .log_domain {
        border-top: 2px solid var(--track);
    }

    .crd .log_domain {
        border-top: 2px solid var(--road);
    }

    .log_domain .hide_last_5_events {
        background: white;
        color: var(--text-black);
        border: 1px solid rgba(17,166,160,0.5);
        border-radius: 4px;
        height: 30px;
    }

        .log_domain .hide_last_5_events:after {
            content: "";
            width: 50%;
            height: 1px;
            background-color: var(--link-blue);
            display: block;
            margin-left: 25%;
            margin-top: 2px;
        }

    .log_domain #log_group {
        margin-top: 10px !important;
    }

        .log_domain #log_group .logs_title {
            background: none;
            text-shadow: none;
            color: var(--subtitle-grey);
            gap: 1%;
        }

    #log_group .LogName.name {
        flex-grow: 1;
    }

    .log_domain #log_group .log.row {
        min-height: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        align-items: center;
        gap: 1%;
    }

    .log_domain .log .bib span:empty {
        opacity: 0;
    }

    .log_domain #log_group .log.row .rank span {
        float: left;
    }

    .mtb .main .row .insideRider .split {
        vertical-align: middle;
        padding-right: 5px;
    }

    .mtb.stagelive .onraceresults .rider.row {
        background: none;
    }

        .mtb.stagelive .onraceresults .rider.row > div {
            min-height: 55px;
        }

        .mtb.stagelive .onraceresults .rider.row div.split_group .split > .time span {
            margin-top: 8px;
        }

        .mtb.stagelive .onraceresults .rider.row div.split_group .split > .rank span {
            margin-top: -4px;
        }

        .mtb.stagelive .onraceresults .rider.row div.split_group .split {
            border-right: 1px solid rgba(0,0,0,0.2);
        }

            .mtb.stagelive .onraceresults .rider.row div.split_group .split:last-of-type {
                border-right: 1px solid rgba(0,0,0,0);
            }

            .mtb.stagelive .onraceresults .rider.row div.split_group .split:nth-child(even) {
                background: none;
            }

        .mtb.stagelive .onraceresults .rider.row div.nation img {
            margin-top: 5px;
        }

        .mtb.stagelive .onraceresults .rider.row div.longname {
            font-size: 1.6em;
            line-height: 110%;
            margin-top: 0;
        }

    .mtb .onraceresults .rowtitle {
        background: none;
        text-shadow: none;
        color: var(--subtitle-grey);
    }

    .mtb #container-fluid .rowtitle .split_group {
        margin-top: 0;
    }

    .mtb #container-fluid .rowtitle .time {
        flex-grow: 1;
        text-align: right;
    }

    .mtb #container-fluid .rowtitle .split_group .split {
        background: none;
        padding-top: 0 !important;
    }

        .mtb #container-fluid .rowtitle .split_group .split a {
            color: var(--subtitle-grey)
        }

    #detail_window, #detail_Athlete_window {
        background: rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 180px 200px rgba(0, 0, 0, 0.15);
    }

        #detail_Athlete_window .popup {
            background-color: #F4F4F4;
        }

            #detail_Athlete_window .popup H2 {
                font-weight: 700;
            }

        #detail_Athlete_window .currentRider .splitGroup .splitTitle span.splitTime {
            padding-top: 50px;
        }

    .pdf table.resultsList th a, .stagepdf table.resultsList th a {
        color: var(--text-black);
    }

    .mtb #container-fluid .startlist {
        padding-top: 25px;
    }

    @media (max-width: 1000px) {
        .mtb.stagelive .main #container-fluid .row.rider .insideRider {
            flex-wrap: wrap;
        }

        .mtb.stagelive .onraceresults .rider.row .insideRider > .bib {
            width: 12%;
        }

        .mtb.stagelive .onraceresults .rider.row .insideRider > .longname {
            flex-grow: 2;
        }

        .mtb.stagelive .main #container-fluid .row.rider .split_group {
            flex-basis: 100%;
            order: 8;
        }

            .mtb.stagelive .main #container-fluid .row.rider .split_group .split .time:before {
                margin-top: 8px;
                margin-left: 30px;
                font-weight: 700;
            }

            .mtb.stagelive .main #container-fluid .row.rider .split_group .split:nth-child(1) .time:before {
                content: "S1 :";
            }

            .mtb.stagelive .main #container-fluid .row.rider .split_group .split:nth-child(2) .time:before {
                content: "S2 :";
            }

            .mtb.stagelive .main #container-fluid .row.rider .split_group .split:nth-child(3) .time:before {
                content: "S3 :";
            }

            .mtb.stagelive .main #container-fluid .row.rider .split_group .split:nth-child(4) .time:before {
                content: "S4 :";
            }

        .mtb.stagelive .onraceresults .rider.row div.split_group .split > .time span {
            width: 40%;
        }

        .mtb #container-fluid .rowtitle .split_group {
            opacity: 0;
        }
    }

    @media (max-width: 670px) {
        .mtb.stagelive .main #container-fluid .split_group {
            height: 40px;
        }

        .mtb.stagelive .main .splitGroup .split .splitInfo {
            max-height: 45px;
            z-index: 2;
        }

        .mtb .rider .insideRider {
            gap: 0;
        }

        .mtb.stagelive #container-fluid .rider .insideRider > .time, .mtb.stagelive #container-fluid .rider .insideRider > .gap {
            padding-left: 20%;
            width: 30%;
            flex-grow: 1;
            min-height: 18px;
        }

        .mtb #container-fluid .rider .split_group .time span::before, #container-fluid .rider .time span::before {
            display: none;
        }

        .mtb.stagelive .main #container-fluid .row.rider .split_group .split .time:before {
            margin-left: 15px;
        }
    }

    @media (max-width: 525px) {
        .mtb #container-fluid .rider {
            min-height: 125px;
            height: unset;
            padding-top: 5px;
        }

        .mtb.stagelive .main #container-fluid .row.rider .split_group .split .time:before {
            width: 100%;
        }
    }

    /*--------TRIALS----------*/
.trials-live-standing >div{
    width:100%;
}
.trials-live-standing .rowtitle, .trials-athlete-info .trials-athlete-info-headers {
    background: none;
    color: #949494;
    font-size: 1em;
    font-weight: bold;
    text-shadow: none;
}
    .trials-athlete-info .trials-athlete-info-headers{
        font-size:0.85em;
    }
    .trials-live-standing .rider.row .inTrialRow {
        align-items: baseline;
    }
.trials-live-standing .rowtitle .trials-nation{
    text-align:right;
    padding-right:1.2%;
}
.trials-live-standing .rider.row .inTrialRow .longname .name {
    font-size: 22px;
}
.trials-athlete-info h4{
    margin-top:0.5em;
    color:var(--subtitle-grey)!important;
    font-weight:bold;
    text-transform:uppercase;
}
.trials-athlete-info .status{
    width:12%;
    text-align:center;
}
.trials-athlete-info .trials-athlete-info-section {
    line-height: 54px;
}
    .trials-athlete-info .trials-athlete-info-section .name, .trials-athlete-info .trials-athlete-info-headers .section{
        color:var(--subtitle-grey);
    }
    .tri .mixedteam .trials-live-standing .run-name{
        line-height:40px;
        font-size:1.4em;
    }
.tri .mixedteam .inTrialRow .segments_group .trials-run .run-name .bib-individuel span{
    padding:1% 3%;
    font-size:1em;
}
.tri #Results.currentTeam .trials-athlete-info .trials-athlete-info-run .trials-athlete-info-section{
    line-height:40px;
}
.tri .mixedteam .inTrialRow .points span{
    font-size:1.6em;
}
.tri #Results.currentTeam .trials-athlete-info .trials-athlete-info-run .athlete .name{
    font-size:1.2em;
    font-weight:600;
}
.tri #Results.currentTeam .trials-athlete-info .trials-athlete-info-run .athlete .category{
    font-size:1.0em;
}
.tri #detail_Athlete_window .popup .currentTeam .bib span{
    font-size:1.2em;
}