@import url('./raceresults_black.css');
@import url('./raceresults_white.css');
@import url('./raceresults_transparent.css');
@import url('./raceresults_blue.css');
@import url('./raceresults_bluewhite.css');
@import url('./manufacturers.css');

body {
    font-family: 'Oswald', sans-serif;
}

.navbar-inverse {
    background-color: #0F70B6;
    border-color: #0F70B6;
}

.navbar-brand > img {
    height: 25px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-header {
    width: 100%;
}

.point-col {
    width: 60px;
}

.point-col-small {
    width: 30px;
}

.point_list_race_title {
    font-size: 12px;
    text-align: center;
}

.table > thead > tr > th > a {
    color: white;
}

th.rider-name {
    min-width: 200px;
}

.points-in-championship {
    margin-right: 5px;
}

.riderGapTable {
    background: #ffffff;
    color: #000000;
    border: unset;
    width: 250px;
    font-family: 'Oswald', sans-serif;
}

.riderGapTableBig {
    font-size: 20px;
    width: 450px;
    border: 1px solid white;
}

.riderGapTable > thead > tr > th:first-child {
    padding-left: 10px;
    padding-right: 5px;
}

.riderGapTable > thead > tr > th:last-child {
    padding-right: 10px;
}

.riderGapTable > tbody > tr > td:first-child {
    padding-left: 10px;
    padding-right: 5px;
}

.riderGapTable > tbody > tr > td:last-child {
    padding-right: 10px;
}

.riderGapTable > tfoot {
    text-align: center;
    border-top: 1px solid white;
}

.riderGapTableFoot {
    font-size: 14px;
}

.riderGapTableFootV2 {
    text-align: center;
}

.riderGapBottomCBRTiming {
    color: #ffffff;
}

.riderGapTitleRaceName {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.riderGapTitleRaceTime {
    font-size: 45px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.riderGapTitle {
    font-size: 16px;
}

.riderGapBottomTitle, .riderGapBottomRacePosition {
    border: unset;
}

.riderGapBottom {
    background: #ffffff;
    color: #000000;
    display: flex;
}

.riderGapBottomTitle, .riderGapBottomRacePosition {
    height: 60px;
    background: #ffffff;
    border: 1px solid white;
    padding-right: 10px;
    font-size: 20px;
}

.riderGapBottomTitleRaceName {
    font-size: 20px;
    text-align: center;
}

.riderGapBottomTitleRaceTime {
    font-size: 25px;
    text-align: center;
}

.riderGapBottomRacePositionPosition {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    align-content: center;
    align-items: center;
    font-size: 28px;
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 20%;
    padding: 0;
    margin: unset;
    position: absolute;
}

.riderGapBottomRacePositionRiderDetails {
    font-size: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 5px;
}

.rider-name-no-wrap {
    text-wrap: nowrap;
}

/* Bottom */
.riderGapBottom {
    height: 50px;
    width: 100%;
}

.riderGapBottomRacePosition {
    background-color: unset;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66%;
    height: unset;
    border: unset;
}

.riderGapBottomRacePositionPosition {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.riderGapBottomRacePositionRider {
    font-family: 'Oswald', sans-serif;
    padding-left: 75px;
    display: inline-block;
    width: 300px;
    font-size: 20px;
}

.riderGapBottomRacePositionRiderNumber, .riderGapBottomRacePositionRiderName {
    width: unset;
}

.tulosarkisto-logo-bottom-big {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 20px;
}

.tulosarkisto-logo-bottom-small {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 25px;
}

.tulosarkisto-logo-bottom-bar-small {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 18px;
}

.tulosarkisto-logo-bottom-bar-square {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
}

.racelive-race-time-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    height: 80px;
    background-color: #0F70B6;
    color: white;
}

.error-message {
    width: 100%;
    text-align: center;
}

.error-message > img {
    max-width: 200px;
}
