*:not(.svg-inline--fa) {
    font-family:        'Montserrat', sans-serif !important;
}

/* Login-styling (body, #updateWarning, img#logo, .select2, #credentialsBlock) verplaatst naar security_login.css */

input#new_user_level {
    width: 200px;
}

#userRightsTable .greyCell {
    background: #EEE;
}

#userRightsTable .hasRight .svg-inline--fa {
    color: #049F0C;
}
#userRightsTable th {
    text-align: center;
}

#userRightsTable .svg-inline--fa {
    float: left;
    color: #EEE;
    width: 100%;
    line-height: 26px;
    font-size: 24px
}

#appWizard {
    display: none;
}