@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

fa, far, fas {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    font-family: Arial;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
        font-family: sans-serif;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
        font-family:Arial;
    }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}




