#dashboard-wrapper {
    background-color: #416aa3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#dashboard-header h1 {
    color: #ffff;
    font-size: 3rem;
    padding: 2rem;
    font-weight: 600;
}

#dashboard-footer {
    color: #ffff;
    padding: 0 .8rem;
}

#asmlogo {
    height: 1.8rem;
}

#asmlogo-connection {
    height: 4rem;
}

#dashboard-content {
    position: relative;
}

#header-tabs {
    background-color: #416aa3;
}

.nav-tabs {
    border-bottom-color: #416aa3;
}

.nav-item {
    background-color: #416aa3;
}

.nav-link {
    font-size: 1.4em;
    padding: 1rem 2rem;
    margin-right: 1rem;
    border: 0 none !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    height: 54px;
}

.nav-tabs .nav-link.active {
    color: #416aa3;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active:hover,
.nav-link.active:focus {
    background-color: hsl(148, 48%, 35%);
    color: #e3eef0;
}

.dropdown-menu.show {
    margin-top: -3px !important;
}

#tab-control-wrapper {
    background-color: #dbd6f3;
    border-radius: 6px;
    display: inline-block;
}

#tab-control .btn {
    border-radius: 6px;
}

.btn-light-grey {
    background-color: #dbd6f3;
}

.btn-light-grey:hover {
    background-color: hsl(148, 48%, 70%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #416aa3;
    font-weight: 600;
}

#legende-table {
    line-height: .9rem;
    margin-bottom: .5rem;
}

th {
    font-weight: 600;
}

th i.small {
    font-size: .6rem;
}

.table > :not(caption) > * > th {
    background-color: #416aa3;
    color: #ffffff;
}

.table > :not(caption) > * > th .text-muted {
    color: #bfcbdf !important;
}

tr {
    border-color: transparent !important;
}

td {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
    line-height: 1.1rem;
}

td,
th {
    font-size: .9rem !important;
}

#scores-table-national tr > td:first-child,
#scores-table-national tr > th:first-child,
#scores-table-international tr > td:first-child,
#scores-table-international tr > th:first-child,
#scores-table-world tr > td:first-child,
#scores-table-world tr > th:first-child {
    padding-left: .6rem !important;
}

tr > td:last-child,
tr > th:last-child {
    padding-right: .6rem !important;
}

#scores-table-national td:nth-child(2),
#scores-table-international td:nth-child(2),
#scores-table-world td:nth-child(2) {
    font-size: 1.1rem !important;
}

.points-championnat {
    font-weight: bold;
}

#logoutModal,
#contact-modal,
#adminAddUserModal,
#adminScoreModal,
#adminChangePasswordModal,
#modal-change-password {
    z-index: 6000;
}

.modal-backdrop {
    z-index: 5990;
    background-color: #416aa3;
}

#admin-panel .nav-item {
    background-color: transparent;
}

#admin-panel .nav-link {
    padding: 0 1.5rem;
    height: 35px;
}

#admin-panel .nav-link.active {
    background-color: #416aa3;
    color: #fff;
}

#admin-panel .nav-link:not(.active) {
    color: #000;
}

#admin-panel .nav-link:hover {
    color: #fff;
}

.tooltip {
    z-index: 4000;
}

#badge-messages {
    color: red;
    position: absolute;
}

#tab-messages:hover #badge-messages {
    color: white;
}

@media (max-width: 575px) {
    .nav-link {
        font-size: .8em;
        padding: .8rem;
        margin-right: .5rem;
        height: 35px;
    }
}