html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.nav-pills .nav-item {
    padding-right: 10px;
}

.subnav.active {
    color: white !important;
    background-color: #0074E5 !important;
}



body.waiting * {
    cursor: progress;
}

.form-check {
    margin-top: 30px;
}

/* Menu */
.nav-link {
    color: black !important;
}

.nav-small-icons {
    text-decoration: none !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}
