html,
body {
    overflow-x: hidden;
}

body {
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #868E96;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.notification {
    font-size: 90%;
}

label {
    margin-bottom: 0;
}

.anchor {
    position: absolute;
    top: -60px;
}

.small-padding td, .small-padding th {
    padding: 3px 8px;
}

tr.checked td {
    background-color: #dddddd;
}

.changelog ul {
    margin-left: 0;
    padding-left: 0;
}

.changelog ul li {
    list-style-type: none;
    padding: 3px 0;
}

.changelog ul li i {
    width: 2em;
}

.footer {
    background-color: #f5f5f5;
}

#breadcrumbAanmelding .breadcrumb-item.active {
    font-weight: bold;
}

#breadcrumbAanmelding .breadcrumb-item.active::before {
    font-weight: normal;
}

@media (min-width: 767.98px) {
    /* Everything non-mobile */
    main {
        padding-top: 20px;
    }

    #loginForm, #tfaForm {
        border-left: 2px solid #959595;
    }
}
