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

#updateWarning {
    margin-top: 100px;
    background: #EC9706;
    padding: 15px;
    border-radius: 15px;
    max-width: 400px;
    z-index: 999;
}

body {
    background:         #00AEEF;
    position:           relative;
    height:             100vh;
    margin:             0;
}

img#logo {
    position: absolute;
    width: 200px;
    margin-top: -200px;
    margin-left: -100px;
    left: 50%;
}

.select2-container {
    margin-bottom: 15px !important;
    font-size: 14px;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-selection {
    height: 38px !important;
    padding: 5px;
}

.select2-search__field {
    height: 38px !important;
}

.select2-results__option, .select2-search__field {
    padding: 6px 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

/* DK 13-9-2022: Disabled because we don't need the default styling on iapp-people.cloud */
/*#credentialsBlock {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    padding: 15px;
}

#credentialsBlock label {
    font-size: 12px;
    margin-bottom: 5px;

    font-weight: 400;
    color: #9A9A9A;
    float: left;
}

#credentialsBlock #userNameKnown {
    background:         #242451;
    color:              #FFFFFF;
    padding:            16px;
    font-size:          15pt;
}

#credentialsBlock #userNameUnknown {
    margin:             16px 0 0 16px;
}

#credentialsBlock .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

#credentialsBlock #userName, #credentialsBlock #password, #credentialsBlock #appName, #credentialsBlock #bundleID {
    width: 475px;
}

#credentialsBlock button {
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #FFF;
    background: #00AEEF;
    float: right;
    font-weight: 500;
    height: 50px;
}

#credentialsBlock #passwordForgotten {
    float: left;
    color: #242451;
    background: #FFF;
    padding-left: 0;
    outline: none;
    font-weight: 600;
}*/

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;
}