html {
    background-color: #fff;
}

body {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin: 0 0 20px;
}

body,
html {
    height: 100%;
    margin: auto;
}

* {
    font-family: sans-serif;
}

.clear-fix::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

table {
    border-collapse: collapse;
    clear: both;
    table-layout: fixed;
    background: #fff;
}

table th {
    background-color: #c8e6fd;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    padding: 0.5em;
}

@media (max-width: 520px) {
    table th {
        word-break: break-word;
    }
}

table tr td,
table tr th {
    border-left: 1px solid #c5c5c3;
    padding: 0.5em;
}

table tr td:first-child,
table tr th:first-child {
    border: none;
}

table tr.odd {
    background-color: #f5fafe;
}

input[type='checkbox'] {
    border: 0;
    background-color: transparent;
    width: 15px;
    float: left;
    margin: 5px 3px 3px 173px;
    padding: 0;
}

img,
input[type='checkbox']:hover {
    border: 0;
}

div.force_2fa input[type='checkbox'] {
    margin-left: 3px;
}

.checkbox-without-m div.confirmation input[type='checkbox'] {
    margin-left: 0;
}

.clear,
div.column.left fieldset div.help-profile,
div.column.right fieldset div.help-profile {
    clear: both;
}

.inline,
#user-tools,
#header .lang,
#header .support,
div.logout {
    display: inline-block;
}

fieldset {
    border: 0;
    margin: 1em 0;
    padding: 0;
}

fieldset.legend {
    border-top: 1px dotted #000;
}

input,
select,
button {
    outline: none;
}

input {
    font-size: 12px;
    border: 1px solid #afb3b6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #fafcfe;
    color: #444;
    padding: 4px 2px;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'] {
    cursor: text;
    margin: 5px 0;
    padding: 6px 8px;
}

select {
    font-size: 12px;
    border: 1px solid #afb3b6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #fafcfe;
    padding: 4px 2px;
}

input[readonly='readonly'],
input[type='text']:disabled,
input[type='password']:disabled {
    color: #868686;
    background: #eee;
    border: 1px solid #cad0d4;
    cursor: default;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #444;
}

input:hover,
select:hover {
    border: 1px solid #606569;
    transition: all 0.2s ease-in-out 0;
}

input:focus,
select:focus {
    border: 1px solid #606569;
    background-color: #fff;
    box-shadow: #9ecaed 0 0 3px;
    transition: all 0.2s ease-in-out 0;
}

.submit-block {
    text-align: right;
    padding: 0 0 10px;
    margin: 20px 0 0;
    width: 100%;
}

a.button {
    display: inline-block;
    text-decoration: none;
}

input[type='submit'],
button,
.button {
    color: #444;
    box-shadow: #cbd3d0 0 1px 2px;
    border-radius: 8px;
    border: 1px solid #afb3b6;
    background: #edf0ed;
    background: -webkit-linear-gradient(top, #f5fafe, #e8ebe9); /* Chrome */
    background: -ms-linear-gradient(top, #f5fafe, #e8ebe9); /* IE 10 */
    background: -o-linear-gradient(top, #f5fafe, #e8ebe9); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #f5fafe, #e8ebe9);
    cursor: pointer;
    margin: 2px;
    padding: 6px 35px;
}

input[type='submit']:active,
button:active,
select:active,
.button:active {
    background: #edf0ed;
    box-shadow: #cbd3d0 0 0 1px;
}

input[type='submit'].submit-link {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0; /* no unit */
    margin: 0; /* no unit */
}

ul.errorlist {
    padding: 0;
}

.errornote,
.error,
ul.errorlist li,
p.error,
p.debug {
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 5px 0.3em rgba(0, 0, 0, 0%);
    color: red;
    font-size: 12px;
    list-style-type: none;
    font-weight: bold;
    margin: 2px 0 3px;
    padding: 6px 5px 8px 25px;
}

/* p.error.first-letter
   - sticks alert icon onto first letter
of p element
   - ignores the actual length of the p el.
 */

p.error.first-letter {
    background: transparent;
    padding-left: 0;
    line-height: 18px;
}

p.error.first-letter::first-letter {
    display: block;
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 0 -0.2em rgba(0, 0, 0, 0%);
    padding-left: 1.8em; /* distance from first letter */
}

p.nia-link {
    padding-left: 25px;
}

em.help-text {
    display: block;
    color: #333;
    float: left;
    margin: 1px 0 5px 176px;
}

em.help-text > ul {
    margin-left: -166px;
    padding: 0;
}

em.help-text > ul li {
    margin: 5px 0;
}

div#header.clear-fix::after {
    content: url('/static/mojeid/img/logo-onwhite.svg');
    display: none;
}

.icontext {
    vertical-align: text-bottom;
}

.click {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.nonjshide {
    display: none;
}

.js .nonjshide {
    display: block;
}

#header {
    border: 0;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    background: url('/static/mojeid/img/header-black.png') no-repeat top left #dfdfdf;
}

#header,
#header a {
    color: #fdfdfd;
}

#header h1 a {
    text-decoration: none;
    font-weight: bold;
}

#header a:hover {
    color: #fff;
}

#branding {
    float: left;
}

#branding h1 {
    font-weight: bold;
    margin: 20px 0 0 25px;
}

#user-tools a#id-support {
    padding: 0 3px 0 2px;
}

div.logout form input,
div.logout form input:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 1px 0 0;
}

.push {
    height: 30px;
}

div#content {
    border: 1px solid #def0fe;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #f5fafe;
    background: -webkit-linear-gradient(top, #f5fafe, #def0fe); /* Chrome */
    background: -ms-linear-gradient(top, #f5fafe, #def0fe); /* IE 10 */
    background: -o-linear-gradient(top, #f5fafe, #def0fe); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #f5fafe, #def0fe);
    padding: 21px 30px;
    width: 888px;
    min-width: 680px;
}

#id-show-again {
    position: absolute;
    left: 50%;
    top: -15px;
}

.login-form fieldset .error {
    background: #fcc url('/static/mojeid/img/icon16-error.png') no-repeat scroll 5px 0.3em;
    border: 1px solid red;
    border-radius: 5px;
}

p.debug {
    background: url('/static/mojeid/img/icon_debug.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0%);
    color: #900;
}

/* stylelint-disable-next-line no-descending-specificity */
fieldset div input[type='text'],
fieldset div input[type='email'],
fieldset div input[type='url'],
fieldset div input[type='password'] {
    width: 200px;
    float: left;
    margin: 2px 2px 3px;
}

/* stylelint-disable-next-line no-descending-specificity */
fieldset div select {
    width: 217px;
    float: left;
    margin: 2px 2px 3px;
}

fieldset ul.errorlist {
    clear: both;
    margin: 0;
}

fieldset div ul.captcha-caution {
    clear: none;
}

fieldset > div > ul.errorlist > li {
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 170px 0 rgba(0, 0, 0, 0%);
    font-weight: bold;
    padding: 3px 5px 1px 190px;
}

fieldset div ul.errorlist li.warning {
    background-image: url('/static/mojeid/img/icon16-warning.png');
    color: #dd8f00;
}

.uploadimage fieldset div ul.errorlist li {
    background-position: 10px 0;
    text-align: left;
    padding: 3px 5px 1px 25px;
}

#contact fieldset div ul.errorlist {
    margin: 3px 0;
}

div.ui-widget-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.throbber {
    background: url('/static/mojeid/img/throbber.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0%);
    text-align: left;
    width: 150px;
    padding: 1px 0 1px 19px;
    margin: 5px 0 0 258px;
}

@media (max-width: 520px) {
    .throbber {
        margin-left: auto;
    }
}

div.throbber.hidden {
    visibility: hidden;
    display: block;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-title {
    height: 0;
    margin: 0;
    padding: 0;
}

.ui-dialog {
    background: #f5fafe; /* Old browsers */
    background: -webkit-linear-gradient(top, #f5fafe, #def0fe); /* Chrome */
    background: -ms-linear-gradient(top, #f5fafe, #def0fe); /* IE 10 */
    background: -o-linear-gradient(top, #f5fafe, #def0fe); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #f5fafe, #def0fe);
    border: 1px solid #def0fe;
    border-radius: 10px;
    width: 441px;
    z-index: 1001;
    padding: 10px;
}

.ui-dialog-titlebar-close {
    display: block;
    float: right;
}

.ui-dialog button.ui-button-icon-only {
    box-shadow: unset;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: blue;
    text-decoration: underline;
}

div.ui-dialog div.column div.submit-block {
    margin: 35px 0 0;
    width: 100%;
}

.two-column-form .submit-block p:first-child {
    margin-top: 0;
}

.nia-high ul.warning-list {
    margin-block-start: 0;
    padding-inline-start: 0;
    text-align: left;
}

.nia-high .warning-list li.warning {
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 0 0.3em rgba(0, 0, 0, 0%);
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px 8px 22px;
    list-style-type: none;
}

#footer {
    height: 32px;
    border: 1px solid #cacaca;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    background-color: #fff;
    color: #bababa;
    text-align: center;
    padding: 10px;
}

div#footer div.links a {
    color: #cacaca;
}

.small {
    font-size: small;
}

div.changest,
div.transfert {
    color: red;
}

div.changesf,
div.transferf {
    color: green;
}

.help_text_error {
    color: red;
}

h3,
#content h3 {
    font-size: 0.8em;
    font-weight: bold;
}

.ui-dialog h2,
#content h2 {
    border-bottom: 1px solid #ddddde;
    font-size: 1.1em;
    clear: both;
}

#content h1 {
    margin-top: 1.2em;
    border-bottom: 1px solid #ddddde;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
}

/* stylelint-disable-next-line no-descending-specificity */
.ui-dialog h2,
#content h1,
#content h2,
#content h3 {
    color: #333;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 0.3em;
    font-family: 'Oxygen', 'Arial', sans-serif;
}

#content input[type='submit'].disabled,
#content input[type='submit'].disabled:hover,
#content input[type='submit'].disabled:active,
#content button.disabled,
#content button.disabled:hover,
#content button.disabled:active,
#content select.disabled,
#content select.disabled:hover,
#content select.disabled:active,
#content .button.disabled,
#content .button.disabled:hover,
#content .button.disabled:active {
    color: #aaa;
    box-shadow: #cbd3d0 0 1px 2px;
    border-radius: 8px;
    border: 1px solid #afb3b6;
    background: #edf0ed;
    cursor: default;
    margin: 2px;
}

input[type='submit'].green,
button.green,
span.green,
a.button.green {
    background: #81c33b;
    background: -webkit-linear-gradient(top, #81c33b, #4a9a17); /* Chrome */
    background: -ms-linear-gradient(top, #81c33b, #4a9a17); /* IE 10 */
    background: -o-linear-gradient(top, #81c33b, #4a9a17); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #81c33b, #4a9a17);
    color: #fff;
}

input[type='submit'].green:hover,
button.green:hover,
span.green:hover,
a.button.green:hover {
    background: #6aba37; /* Old browsers */
    background: -webkit-linear-gradient(top, #6aba37, #81c33b); /* Chrome */
    background: -ms-linear-gradient(top, #6aba37, #81c33b); /* IE 10 */
    background: -o-linear-gradient(top, #6aba37, #81c33b); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #6aba37, #81c33b);
}

input[type='submit'].green:active,
button.green:active,
.button:active .green {
    background: #81c33b;
    transition: all 0 ease-in-out 0;
}

fieldset legend {
    border: 0;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
    padding: 0 0.5em;
}

div.column.left,
div.column.right {
    width: 434px;
}

div.column.left {
    margin-right: 20px;
}

div.imageupload.left {
    float: none;
}

fieldset div {
    clear: both;
    margin-top: 0.5em;
}

fieldset div div {
    margin-top: 0;
    clear: none;
}

fieldset div label {
    width: 156px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 14px;
    padding-top: 7px;
    white-space: nowrap;
}

fieldset .form-row-special label {
    float: right;
    margin-right: 42px;
    width: auto;
}

@media (max-width: 1000px) {
    #user-form fieldset .form-row-special label {
        float: none;
        margin-left: 170px;
    }
}

@media (max-width: 770px) {
    #user-form fieldset .form-row-special label {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

label.required::after {
    color: red;
    content: '*';
    font-size: 1em;
    margin-left: 1px;
    margin-right: -5px;
}

fieldset div input[type='text'].number-prefix {
    width: 34px;
}

input#id_phone-default-number_1[type='text'],
input#id_phone-office-number_1[type='text'],
input#id_phone-mobile-number_1[type='text'],
input#id_phone-home-number_1[type='text'],
input#id_phone-fax-number_1[type='text'],
input#id_number_1[type='text'] {
    width: 146px;
    margin-left: 0;
}

fieldset select#id_birth_date_day,
fieldset select#id_user-birth_date_day {
    width: 45px;
}

fieldset select#id_birth_date_month,
fieldset select#id_user-birth_date_month {
    width: 105px;
}

fieldset select#id_user-birth_date_year,
fieldset select#id_birth_date_year {
    width: 58px;
}

fieldset div.floated-checkbox label,
fieldset label.checkbox,
fieldset label.vCheckboxLabel {
    text-align: left;
    white-space: nowrap;
    margin: 5px 0;
    padding: 0;
}

span.disabled {
    color: #c4c4c4;
}

.check-message {
    display: block;
    padding-top: 8px;
}

.check-message.hidden {
    display: none;
}

.check-message span.unable {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('/static/mojeid/img/icon16-warning.png');
    color: #8b772a;
    display: inline-block;
    padding-left: 23px;
}

.check-message .profile-paragraph {
    margin: 1px 0 5px 170px;
}

#nav-wrapper {
    clear: both;
    text-align: center;
    width: 100%;
    margin: -50px 0 -25px;
}

#sub-nav-wrapper {
    clear: both;
    text-align: center;
    width: 100%;
    margin: -20px 0 -25px;
}

ul#nav,
ul#sub-nav {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 20%);
    display: inline-block;
    overflow: hidden;
    border: 1px solid #909599;
    padding: 0;
}

ul#nav li,
ul#sub-nav li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* stylelint-disable-next-line no-descending-specificity */
ul#nav li a,
ul#sub-nav li a,
ul#nav li.selected span,
ul#sub-nav li.selected span {
    border-left: 1px solid #909599;
    background: #e7e9e8;
    background: -webkit-linear-gradient(top, #fff, #e7e9e8); /* Chrome */
    background: -ms-linear-gradient(top, #fff, #e7e9e8); /* IE 10 */
    background: -o-linear-gradient(top, #fff, #e7e9e8); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #fff, #e7e9e8);
    display: inline-block;
    text-decoration: none;
    color: #606569;
    padding: 0.7em 1em;
}

/* stylelint-disable-next-line no-descending-specificity */
ul#nav li.selected a,
ul#sub-nav li.selected a,
ul#nav li.selected span,
ul#sub-nav li.selected span,
ul#nav li.selected a:hover,
ul#sub-nav li.selected a:hover {
    color: #fff;
    cursor: default;
    background: #81c33b;
    background: -webkit-linear-gradient(top, #81c33b, #4a9a17); /* Chrome */
    background: -ms-linear-gradient(top, #81c33b, #4a9a17); /* IE 10 */
    background: -o-linear-gradient(top, #81c33b, #4a9a17); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #81c33b, #4a9a17);
}

/* stylelint-disable-next-line no-descending-specificity */
ul#nav li a:hover,
ul#sub-nav li a:hover {
    background: #fff;
}

/* stylelint-disable-next-line no-descending-specificity */
ul#nav li:first-child a,
ul#sub-nav li:first-child a,
ul#nav li:first-child a:hover,
ul#sub-nav li:first-child a:hover {
    border-left: 0;
}

/* fonts */

@font-face {
    font-family: 'Oxygen';
    src:
        url('/static/mojeid/fonts/oxygen/Oxygen-Regular.woff2') format('woff2'),
        url('/static/mojeid/fonts/oxygen/Oxygen-Regular.woff') format('woff'),
        url('/static/mojeid/fonts/oxygen/Oxygen-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Oxygen';
    src:
        url('/static/mojeid/fonts/oxygen/Oxygen-Bold.woff2') format('woff2'),
        url('/static/mojeid/fonts/oxygen/Oxygen-Bold.woff') format('woff'),
        url('/static/mojeid/fonts/oxygen/Oxygen-Bold.ttf') format('truetype');
    font-weight: bold;
}

#contact fieldset div ul.errorlist li,
#contact fieldset {
    margin: 0;
}

/* captcha */
fieldset div#captcha_frame img#captcha_img {
    float: left;
    width: 216px;
    margin-left: 3px;
}

fieldset div#captcha_frame a#captcha_refresh_url {
    float: left;
    background: none;
    position: relative;
    width: 150px;
    margin: 62px 0 0 5px;
}

fieldset div#captcha_frame a#captcha_refresh_url::before {
    content: attr(title);
    text-decoration: underline;
}

fieldset div#captcha_frame div {
    min-width: 200px;
    clear: none;
}

fieldset div#captcha_frame #captcha_updating {
    float: none;
    padding: 0;
    position: absolute;
    text-align: left;
}

fieldset div#captcha-field {
    clear: both;
    padding: 10px 0 0 170px;
}

fieldset div#captcha-field em.help-text {
    margin: 8px 0 8px 4px;
}

#container {
    overflow: hidden;
}

@media (max-width: 1000px) {
    div#content,
    ul.messagelist li {
        width: 92%;
    }

    div#content {
        margin: 0 auto;
    }

    div.column.left {
        float: none;
        width: 80%;
    }

    div.column.right {
        width: 80%;
        float: none;
    }
}

@media (max-width: 770px) {
    #content h1 {
        margin-top: 0.5em;
        font-size: 1.6em;
    }

    #content h2 {
        margin-top: 0.5em;
        font-size: 1.4em;
    }

    div#content,
    ul.messagelist li {
        width: 90%;
        min-width: 1px;
    }

    div#content {
        margin: 0 auto;
        padding: 0 20px;
        font-size: small;
    }

    div#header,
    div#footer {
        min-width: 3px;
        font-size: 10px;
    }

    div#header form#id-logout-link input {
        font-size: 10px;
    }

    #branding {
        margin: 0;
        padding: 0;
    }

    #branding h1 {
        font-weight: bold;
        margin: 8px 0 0;
        padding: 0 0 18px;
    }

    #logo img {
        width: 120px;
        margin: 23px 0 0 10px;
    }

    fieldset div label {
        clear: both;
        float: none;
        text-align: left;
        margin: 0 0 0 0.5em;
        padding: 5px 0 0;
    }

    fieldset div input[type='text'],
    fieldset div input[type='email'],
    fieldset div input[type='url'],
    fieldset div input[type='password'] {
        width: 171px;
    }

    fieldset div select {
        width: 188px;
    }

    input#id_phone-default-number_1[type='text'],
    input#id_phone-office-number_1[type='text'],
    input#id_phone-mobile-number_1[type='text'],
    input#id_phone-home-number_1[type='text'],
    input#id_phone-fax-number_1[type='text'] {
        width: 117px;
    }

    fieldset select#id_user-birth_date_month,
    #profile fieldset select#id_birth_date_month {
        width: 79px;
    }

    em.help-text {
        float: left;
        margin: 0 0 5px;
    }

    fieldset div ul.errorlist li {
        background-position: 8px -3px;
        font-weight: bold;
        padding: 0 5px 1px 25px;
    }

    fieldset input[type='checkbox'] {
        display: inline-block;
        margin: 5px 0 0 0.5em;
    }

    fieldset .form-row.force_2fa input[type='checkbox'] {
        margin: 0 5px 0 0;
    }

    fieldset .form-row.confirmation input[type='checkbox'] {
        margin: 0 3px 0 0;
    }

    fieldset label.vCheckboxLabel {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        width: auto;
        white-space: normal;
    }

    #nav-wrapper {
        margin: 0;
    }

    ul#nav {
        border: 0;
        width: 100%;
        display: block;
        background: transparent;
        box-shadow: none;
    }

    ul#nav li {
        width: 100%;
        clear: both;
        list-style-type: none;
    }

    ul#nav li a,
    ul#nav li.selected span {
        display: block;
        border: 1px solid #909599;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 10px;
        height: 1em;
        line-height: 1em;
        margin: 1px;
    }

    ul#nav li:first-child a {
        border: 1px solid #909599;
    }

    ul#nav li.selected a,
    ul#nav li.selected a:hover {
        border: 1px solid #4a9a17;
    }

    table tbody tr:hover td,
    table tbody tr:hover th {
        background-color: rgba(0, 0, 0, 0%);
    }

    div.column.left,
    div.column.right,
    form#contact .column,
    .solecolumn {
        width: 99%;
        min-width: 99%;
    }

    em.help-text > ul {
        margin-left: 10px;
        list-style: none;
    }

    .submit-block {
        text-align: left;
    }

    .check-message .profile-paragraph {
        margin: 1px 0 5px 5px;
    }
}

@media (max-width: 425px) {
    div.column.popup {
        min-width: 100%;
    }

    div#content,
    ul.messagelist li {
        width: 95%;
    }

    div#content {
        margin: 0 auto;
        padding: 0 3px;
    }

    #logo img {
        width: 80px;
        margin: 8px 0 0 10px;
    }

    .ui-dialog {
        width: 100%;
    }

    #content h1,
    #content h2 {
        font-size: 1.2em;
        margin-top: 0;
    }
}

body#account form > fieldset > div.client_data ul.errorlist li,
body#account form > fieldset > div.attestation ul.errorlist li {
    padding: 3px 45px 1px 22px;
}

fieldset > .form-row.client_data > ul.errorlist > li,
fieldset > .form-row.attestation > ul.errorlist > li {
    background-position: 0 0;
    padding: 3px 45px 1px 20px;
}

fieldset > .form-row.client_data > ul.errorlist,
fieldset > .form-row.attestation > ul.errorlist {
    padding-left: 0;
}

fieldset > .form-row.client_data,
fieldset > .form-row.attestation {
    min-height: 20px;
    position: relative;
    top: 10px;
}

fieldset > .form-row.confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

fieldset > .form-row.confirm #id_confirm {
    margin: 0 4px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: none;
}

fieldset > .form-row.confirm label[for='id_confirm'] {
    white-space: normal;
    width: auto;
    margin: 0;
}

.mobil-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .mobil-app {
        flex-direction: column;
        align-items: center;
    }

    .mobil-app a:first-of-type {
        margin-bottom: 20px;
    }
}

#django-fido-errors li,
#django-fido-form[data-mode='registration'] .errorlist.nonfield li {
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 0 0.3em rgba(0, 0, 0, 0%);
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px 8px 22px;
    list-style-type: none;
}

.flex-box.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

fieldset > .flex-box,
#validation-list .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

fieldset > .flex-box label,
fieldset > .flex-box .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

fieldset > .flex-box .label {
    margin-right: 14px;
    margin-left: 40px;
}

fieldset > .flex-box > div {
    -webkit-box-flex: 1;
    -ms-flex: 1  0 100px;
    flex: 1  0 100px;
    margin-left: 20px;
}

fieldset > .flex-box > p {
    margin-left: 10px;
}

fieldset > .flex-box.flex-mobile > p {
    margin: 0 0 5px 10px;
}

.position-relative {
    position: relative;
}

fieldset > .flex-box div img {
    height: 15px;
    position: absolute;
    left: -19px;
}

@media (max-width: 410px) {
    fieldset > .flex-box.flex-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#auth form#login-form.auth-form fieldset > .flex-box .user-name strong,
#auth form#login-form.auth-form fieldset > .flex-box .verification-code strong {
    margin-bottom: 0;
}

#django-fido-form[data-mode='registration'] #django-fido-errors {
    margin-left: 25px;
}

#django-fido-form[data-mode='registration'] .errorlist.nonfield {
    padding-left: 25px;
}

@media (max-width: 768px) {
    fieldset > .flex-box label,
    fieldset > .flex-box .label {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
        flex: 0 1 44%;
    }

    fieldset > .flex-box .label {
        margin: 0;
    }

    fieldset > .flex-box.flex-mobile label {
        -webkit-box-flex: 0;
        -ms-flex: 0  1 20%;
        flex: 0  1 20%;
    }

    #django-fido-form fieldset div.flex-box label {
        margin-left: 0;
    }

    #django-fido-form[data-mode='registration'] div.form-row.label,
    #django-fido-form[data-mode='registration'] div.submit-block {
        margin-left: 25px;
    }
}

#run-spin.spin-hide {
    display: none;
}

#submit-button[disabled='disabled'].green {
    background: buttonface;
    color: graytext;
    cursor: default;
}

#submit-button[disabled='disabled'].green:active {
    box-shadow: none;
}

.vertical-middle {
    vertical-align: middle;
}

#run-spin.flex-box {
    padding-left: 40px;
    align-items: center;
}

fieldset ol li {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    a.button.sm-all-width {
        display: block;
        text-align: center;
    }
}

.table-responsive {
    width: 100%;
}

.table-responsive td {
    word-wrap: break-word;
}

.form-row.add_to_nia,
.form-row.add_to_nia_high {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 25px;
    width: 100%;
}

.form-row.add_to_nia label,
.form-row.add_to_nia_high label {
    padding-left: 5px;
}

@media screen and (max-width: 450px) {
    .form-row.add_to_nia label {
        max-width: 90%;
    }
}

.form-row.label {
    padding-left: 25px;
}

.form-row.add_to_nia .errorlist {
    width: 100%;
    padding-left: 0;
}

.form-row.add_to_nia .errorlist li {
    background: url('/static/mojeid/img/icon_alert.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0%);
}

input[type='checkbox']#id_add_to_nia,
input[type='checkbox']#id_add_to_nia_high {
    margin: 0;
}

.width-100 {
    width: 100%;
}

.mb-40 {
    margin-bottom: 40px;
}

.login-form.multi-submit-prevention .throbber {
    margin: 5px 0 0 173px;
}

@media (max-width: 770px) {
    .login-form.multi-submit-prevention .throbber {
        margin: 5px 0 0 23%;
    }
}

.two-factor-removal.multi-submit-prevention .submit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-flex: row-reverse;
    -ms-flex: row-reverse wrap;
    flex: row-reverse wrap;
}

.two-factor-removal.multi-submit-prevention .submit-block input[type='submit'] {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.two-factor-removal.multi-submit-prevention .submit-block .throbber {
    margin: 5px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.line {
    background-color: #ddddde;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.nia-finish-buttons {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nia-finish-buttons input[type='submit'] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.nia-finish-buttons .throbber {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 10px 0;
    width: 100%;
}

.nia-finish-buttons .button {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.column-btn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    min-height: 140px;
}

.mh-320 {
    min-height: 320px;
}

@media (max-width: 1000px) {
    .column-btn {
        min-height: auto;
    }

    .mh-200 {
        min-height: auto;
    }
}

.m-0 {
    margin: 0;
}

.column div.block.m-0 {
    margin: 0;
}

.v-hidden {
    visibility: hidden;
}

.w-100 {
    width: 100%;
}

.table-full-width {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-full-width > table {
    min-width: 767px;
    width: 100%;
}

.d-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.table-icon {
    width: 25px;
}

.table-icon-xl a {
    width: 33px;
}

.table-icon img,
.table-icon-xl img {
    height: 17px;
}

table p {
    margin: 0;
}

table .d-flex p {
    flex-grow: 0;
}

table .d-flex .table-icon {
    flex-grow: 0;
    flex-shrink: 0;
}

.h-min-60 {
    min-height: 60px;
}

.methods-validation div[class*='radio'] {
    align-items: center;
    display: flex;
}

.methods-validation input[type='submit'] {
    margin-top: 30px;
}

.methods-validation .isds-btn {
    margin: 30px 2px 2px;
    font-size: 12px;
}

.methods-validation fieldset input {
    padding: 0;
    margin: 5px;
}

.methods-validation fieldset label {
    float: none;
    margin: 5px;
    padding: 0;
    text-align: left;
    width: auto;
}

.isds-btn.hidden {
    display: none;
}

.add-key-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

.add-key-row .flex-item {
    display: flex;
    flex: 1 1 0;
    margin: 15px 10px;
    align-content: center;
    align-items: center;
}

.add-key-row .flex-item:first-child {
    justify-content: flex-end;
}

.d-none {
    display: none;
}

.bank-count {
    float: left;
    margin-left: 173px;
}

.bank-count > div {
    color: #f00;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0;
}

#messages-wrapper .warning,
p.warning {
    margin: 3px 0;
}

#header .lang a img {
    margin: 0;
}

#header .lang span {
    margin: 0 5px 0 0;
}

@media (max-width: 767px) {
    #header .lang span {
        margin: 5px;
        display: inline-block;
    }

    .username .help-text,
    .password .help-text {
        margin-left: 5px;
    }
}

.field-background_image em.help-text {
    float: none;
}

.pb-1r {
    padding-bottom: 1rem;
}
