/*
.sidebar {
    background-color: #0d0adf;
}
*/

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;
}


@media print {
    a[href]:after {
        content: none
    }

    .table-xxs > thead > tr > th, .table-xxs > tbody > tr > th, .table-xxs > tfoot > tr > th, .table-xxs > thead > tr > td, .table-xxs > tbody > tr > td, .table-xxs > tfoot > tr > td {
        padding: 0px 10px;
    }
}

.table_tight > thead > tr > th,
.table_tight > tbody > tr > th,
.table_tight > tfoot_orders > tr > th,
.table_tight > thead > tr > td,
.table_tight > tbody > tr > td,
.table_tight > tfoot > tr > td {
    padding: 2px;
}

.action-button {
    margin-bottom: 5px;
}

.KTM {
    color: #f2771a;
    font-size: 20px;
}

.GasGas {
    color: #EC1C38;
    font-size: 20px;
}

.Husqvarna {
    color: #133A85;
    font-size: 20px;
}

.Honda {
    color: #ed2e38;
    font-size: 20px;
}

.Yamaha {
    color: #2531A1;
    font-size: 20px;
}

.Suzuki {
    color: #E9E038;
    font-size: 20px;
}

.Kawasaki {
    color: #056c0a;
    font-size: 20px;
}

.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;
}

.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: 18px;
}
.riderGapBottomTitleRaceName {
    font-size: 20px;
    text-align: center;
}

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

.riderGapBottomRacePositionPosition {
    background: #0b76cc;
    color: #ffffff;
    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;
}

.riderGapBottomRacePositionRider {
    font-size: 18px;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif;
}

.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;
}

.alert-warning {
    background-color: white;
    border-color: #FF9800;
    color: #EF6C00;
}

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

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

.championship-graph {
    min-height: 300px;
}

.calendar-sport-button {
    white-space: unset;
}
.calendar-year-button {
    padding: unset;
    font-size: 12px;
}

@media only screen and (max-width: 1024px) {
    .btn {
        font-size: 12px;
        font-weight: 500;
    }
    .panel-body { padding: 5px;}
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .page-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }
    .championship_table {
        font-size: 12px;
    }
    .navbar-header > .navbar-right > ul > li > a {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-tabs {
        padding-top: 5px;
        padding-left: 5px;
    }
    .nav-tabs > li {
        float: left;
        border: solid 1px white;
    }
    .nav-tabs:before {
        content: unset;
        font-size: unset;
        line-height: unset;
        margin-top: unset;
        margin-left: unset;
        margin-bottom: unset;
    }
    .navbar-header > .navbar-right > ul > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 720px) {
    .navbar-header > .navbar-right > ul > li > a {
        font-size: 12px;
        padding-right: 0;
    }
    .nav-icon {
        display: none;
    }
}

@media only screen and (max-width: 630px) {
    .navbar-header > .navbar-right > ul > li > a {
        font-size: 10px;
        padding-right: 0;
        padding-left: 0;
    }
    .nav-icon {
        display: none;
    }
    .calendar-year-button {
        padding: unset;
        font-size: 12px;
    }
}

@media only screen and (max-width: 580px) {
    .navbar-header > .navbar-right > ul > li > a {
        font-size: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .nav-icon {
        display: contents;
    }
    .nav-text {
        display: none;
    }
}

.race-list > .panel-heading {
    padding-bottom: 10px;
    padding-top: 10px;
}

.race-list > .panel-footer {
    padding: unset;
}

.race-list > .panel-body {
    padding: 5px;
}

.sidebar-default .navigation li > a {
    font-weight: 600;
}

.bg-primary {
    background-color: #0F70B6;
    border-color: #0F70B6;
    color: white;
}

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

/*
Admin
 */

.page-title-admin {
    padding-top: 15px;
    padding-bottom: 20px;
}

.btn-float-admin > span {
    padding-top: 3px;
}

.navigation-admin {
    padding: 0;
}

.navigation-admin > li > a {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-body-no-padding {
    padding: unset;
}

.content-small-padding-admin {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.panel-admin {
    margin-bottom: 5px;
}

.panel-body-admin {
    padding: 5px;
}

.panel-body-admin > .row {
    padding-left: 15px;
    padding-right: 15px;
}

.page-header-admin {
    margin-bottom: 0;
}

.admin-form > .form-group{
    margin-left: 0;
    margin-right: 0;
}

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

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