﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding-right: 1rem;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    padding-right: .5rem;
}

.nav-link a:hover {
    color: #0366d6 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: white !important;
    line-height: 60px; /* Vertically center the text there */
}

.modal-dialog {
    max-width: 650px;
    /*overflow-y: initial !important;*/
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.newTrack {
    background-color: green !important;
    color: white;
}

.ownedTrack {
    background-color: #dff0d8 !important;
}

.currentWeek {
    font-weight: bolder;
}

.rClass {
    background-color: #9d0b06;
    color: #fff;
}

.dClass {
    background-color: #f68828;
    color: #fff;
}

.cClass {
    background-color: #ffec06;
}

.bClass {
    background-color: #00c404;
    color: #fff;
}

.aClass {
    background-color: #064dce;
    color: #fff;
}

.pClass {
    background-color: #000000;
    color: #fff;
}

.rClassTable {
    background-color: #9d0b06;
    color: #fff;
    font-weight: bold;
}

.dClassTable {
    background-color: #f68828;
    font-weight: bold;
}

.cClassTable {
    background-color: #ffec06;
    font-weight: bold;
}

.bClassTable {
    background-color: #00c404;
    font-weight: bold;
}

.aClassTable {
    background-color: #064dce;
    color: #fff;
    font-weight: bold;
}

.pClassTable {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}

.padding-LR1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}
.series-info-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.series-info-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.series-info-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.card-body-myseries {
}