#noJsBanner {
    display: none;
}

.required:after {
    content: " *";
    font-weight: bold;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.registration-header {
    padding-bottom: 1rem;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
}

.pagesubtitle-big {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.pagesubtitle {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.child-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    display: block
}

.wizard-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.wizardstep-header {
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

.wizardstep-subheader {
    display: block;
    font-size: .9rem;
}

.wizardstep {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
}


.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #212529 !important;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0px !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 0px !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none !important;
}

/*
    in order to be able to style readonly input fields as disabled
    to include them in submit or to allow focus
*/
.readonly-as-disabled[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: default;
    color: #212529;
    border-color: #ced4da;
}

.fs-20px {
    font-size: 20px;
}

.navbar-nav {
    font-size: 0.9em;
}

#logoutmenu .nav-link {
    display: inline-block;
}

#logoutmenu .username {
    font-weight: bold;
    padding-bottom: 0;
}

#logoutmenu a {
    padding-top: 0;
}

.navbar > .container {
    flex-wrap: wrap;
}

.navbar-brand {
    white-space: wrap;
}

.navbar-toggler {
    margin-left: auto;
}

.bootstrap-autocomplete {
    max-height: 200px;
    overflow: scroll;
}

    .bootstrap-autocomplete > .dropdown-item {
        font-size: 14px;
    }

    .bootstrap-autocomplete.dropdown-menu.hidden {
        display: none !important;
    }

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        align-items: center;
    }

    #logoutmenu a {
        font-size: 0.8em;
    }

    #logoutmenu .nav-link {
        display: block;
    }
}


.notrelevant {
    font-style: italic;
    color: #999;
}

    .notrelevant .badge.bg-warning, .notrelevant .badge.bg-secondary {
        color: #999 !important;
        background-color: #dedede !important;
    }