
a {
    color: white;
}
a.selected_season {
    color: #FD7E14;
}

.btn-laps {
    color: white !important;
    border-color: white !important;
}

pre {
    color: white;
}

.modal-link {
    cursor: pointer;
}

.dark-mode .btn-outline-primairy {
    background-color: white;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    background-color: #343A40; 
}

.row {
    margin-top: 5px;
}

.table td, .table th {
    padding: .2rem .3rem;
}

th.center, td.center, div.center {
    text-align: center;
}
th.right, td.right {
    text-align: right;
}

.gold {
    color: #FFD700;
}
.silver {
    color: #C0C0C0;
}
.bronze {
    color: #cd7f32;
}
.shield {
    color: #e3fbe3;
}


tr.session_selected > td{
    background-color: #FEBC86 !important;
    color: black !important;
}

.dark-mode .bg-orange, .dark-mode .bg-orange>a {
    color: white !important;
    font-weight: bold;
}

.width-xs {
    width: 40px;
}
.width-md {
    width: 100px;
}
.bold {
    font-weight: bold;
}
.nowrap {
    white-space: nowrap;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background-color: #212529;
}
table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background-color: #2C3034;
}

table.DTFC_Cloned tr {
    background-color: #343A40;
}

tr[role=row] {
  background: #343A40;
}

tr.selected > td {
    background-color: #D3B73E;
    color: black !important;
}

.totals {
    background-color: #B87F45;
}

.session_odd {
    background-color: #9EB45B;
}

.session_even {
    background-color: #7D8D87;
}
/*
table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd):hover {
    color: #dee2e6;
    background-color: #3a4047;
    border-color: #6c757d;
}*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 144px;
        left: 144px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 288px;
        height: 288px;
        opacity: 0;
    }
}