* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
    margin: 0;
    padding: 0;
}

body, html { height: 100%; }

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    grid-template-rows: .4fr 1fr 130px;
}

button {
    border: 0;
    color: #e1e1e1;
    cursor: pointer;
}

button:disabled { cursor: not-allowed; }

button.btn-light
{
    color: black;
}


button:active { background-color: #002e5d !important; }
button:hover { background-color: #005dd5; }

date-input-polyfill button {
    background-color: #004899 !important;
    color: #fff !important;
}

date-input-polyfill button:hover { background-color: #005dd5 !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0;
}

h1, .h1 { font-size: 2.34375rem; }
h2, .h2 { font-size: 1.875rem; }
h3, .h3 { font-size: 1.640625rem; }
h4, .h4 { font-size: 1.40625rem; }
h5, .h5 { font-size: 1.171875rem; }
h6, .h6 { font-size: .9375rem; }

table { border-collapse: collapse; }

td { background-color: #e3e3e3; }

td, th {
    border: 2px solid #f1f1f1;
    padding: 5px;
}

/* MOODLE LEGACY STYLINGS */
/*#region-main > .card { min-height: 45rem; }*/

#page-footer {
    min-height: 130px;
    text-align: left;
}

#page-footer a {
    color: #fff;
    text-decoration: underline;
}

.card {
    /*-webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: #fff;*/
    border: 0;
    /*display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;*/
}

.page-context-header { overflow: hidden; }

.page-context-header .page-header-image,
.page-context-header .page-header-headings {
    float: left;
    display: block;
    position: relative;
}

.page-context-header .page-header-headings,
.page-context-header .header-button-group {
    position: relative;
    line-height: 24px;
    vertical-align: middle;
}

.sitelink img {
    width: 112px;
}

/* UTILITY */

.align-items-baseline { align-items: baseline; }
.align-items-center { align-items: center; }

.d-block { display: block; }
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
.d-grid { display: grid; }

.flex-basis-auto { flex-basis: auto !important; }
.flex-basis-100 { flex-basis: 100%; }

.flex-dir-column { flex-direction: column; }
.flex-dir-row { flex-direction: row; }

@media (min-width: 720px) {
    .flex-dir-column-720 { flex-direction: column; }
    .flex-dir-row-720 { flex-direction: row; }
}

@media (min-width: 1080px) {
    .flex-dir-column-1080 { flex-direction: column; }
    .flex-dir-row-1080 { flex-direction: row; }
}

@media (min-width: 1500px) {
    .flex-dir-column-1500 { flex-direction: column; }
    .flex-dir-row-1500 { flex-direction: row; }
}

.font-size-12 { font-size: .75rem; }
.font-size-14 { font-size: .875rem; }
.font-size-16 { font-size: 1rem; }

.font-weight-700 { font-weight: 700; }

.justify-content-space-around { justify-content: space-around; }
.justify-content-space-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }

.max-width-100 { max-width: 100%; }
.max-width-300 { max-width: 300px; }
.max-width-900 { max-width: 900px; }
.max-width-1200 { max-width: 1200px; }
.max-width-1500, .mop-container { max-width: 1500px; }
.max-width-xsmall { max-width: 320px; }
.max-width-small { max-width: 721px; }
.max-width-large { max-width: 1080px; }
.max-width-xlarge { max-width: 1500px; }

.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }

.ml-4 { margin-left: 1rem; }
.ml-5px { margin-left: 5px; }

.mr-2 { margin-right: .5rem; }
.mr-5px { margin-right: 5px; }
.mr-auto { margin-right: auto; }

.mt-auto { margin-top: auto; }

.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-8 { margin-top: 2rem; }

.mx-auto { margin: 0 auto; }
.mx-1 { margin: 0 .25rem; }
.mx-2 { margin: 0 .5rem; }

.my-auto { margin: auto 0; }
.my-5px { margin: 5px 0; }

.p-2 { padding: .5rem; }

.pb-2 { padding-bottom: .5rem; }

.pe-none { pointer-events: none; }

.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }

.px-2 { padding: 0 .5rem; }
.px-4 { padding: 0 1rem; }

.py-4 { padding: 0 1rem; }

.position-absolute { position: absolute; }
.position-relative { position: relative; }

.text-align-center { text-align: center; }
.text-align-left { text-align: left !important; }
.text-align-right { text-align: right; }

.text-decoration-none{ text-decoration:none; }
.text-decoration-underline { text-decoration: underline; }

.width-25 { width: 25%; }
.width-50 { width: 50%; }
.width-75 { width: 75%; }
.width-100 { width: 100% !important; }

.word-break { word-break: break-all; }

/* CUSTOM STYLES */
a.fa { text-decoration: none; }

.addParticipantOptions .btn { white-space: normal; }

.addParticipantOptions, .assignCurrentDateToParticipants, .assignParticipants:not(.assignParticipantsSupervisor), .assignParticipantsExplanation, .resetExamStatus {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.addParticipantOptions { align-items: flex-start; }

.addParticipantsButton { width: 100%; }
.addParticipantOptionsSelectAll { margin: 5px 0; width: 100%; }
.addParticipantOptionsSelectNone { margin: 5px 0; width: 100%; }

#addParticipantButton,
#deleteOutdatedParticipants,
#modifyParticipantsButton,
#saveSortOrder,
#resetSortOrder { margin: 5px 0; width: 100%; }

@media (min-width: 768px) {
    #addParticipantButton,
    #saveSortOrder { margin: 5px 5px 5px 0; width: auto; }
    #deleteOutdatedParticipants,
    #resetSortOrder { margin: 5px 0 5px 5px; width: auto; }
    #modifyParticipantsButton { width: auto; }
}

.assignParticipantsExplanation i { margin-right: .5em; }

.assignParticipants .btn-success {
    margin: 0 0 5px 0;
    padding: .375rem .5rem;
    white-space: normal;
    width: 100%;
}

.assignParticipants .btn-warning {
    margin: 5px 0 0 0;
    padding: .375rem .5rem;
    white-space: normal;
    width: 100%;
}

@media (min-width: 768px) {
    .addParticipantsButton { width: auto; }
    .addParticipantOptionsSelectAll { margin: 5px 5px 5px 0; width: auto; }
    .addParticipantOptionsSelectNone { margin: 5px 0 5px 5px; width: auto; }
    .assignParticipants .btn-success { margin: 0 5px 0 0; width: auto; }
    .assignParticipants .btn-warning { margin: 0 0 0 5px; width: auto; }
}

.btn-success * { color: inherit; }

.color-white { color: #e1e1e1; }

.countParticipants,
.countUsers { color: inherit !important; }

.data-privacy-list, .data-privacy-listitem { list-style-type: none; }

.data-privacy-listitem::before {
    background-color: #5e5e5e;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}

.dropdown-content {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    display: none;
    padding-top: 4px;
    position: absolute;
    z-index: 1;
}

.dropdown-content--left { left: 0; }
.dropdown-content--right { right: 0; }

.dropdown-content a,
.nav-item a { color: #1177d1; }

.dropdown-content a:hover { background-color: #f1f1f1; }

.dropdown-toggle { height: 3em; }

.exam-result {
    margin: 0 auto;
    max-width: 745px;
}

.exam-result hr {
    border-color: #222;
    margin: 0;
}

.exam-result__border--right { border-right: 1px solid rgba(0,0,0,.15) !important;; }

.exam-result__date {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}

.exam-result__headline {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.exam-result__headline--small { font-size: 15px; }

.exam-result-protocol__question {
    font-size: 18px !important;
    font-weight: 500;
    padding: 10px 10px 10px 0 !important;
    text-align: left !important;
}

.exam-result-question__table--short {
    margin: 0;
    padding: 0;
}

.exam-result-question__table--short td,
.exam-result-question__table--short th {
    background-color: transparent;
    border: 0;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}

.exam-result-question__table--short td:nth-child(1),
.exam-result-question__table--short th:nth-child(1) { width: 217px; }
.exam-result-question__table--short td:nth-child(2),
.exam-result-question__table--short th:nth-child(2) { width: 300px; }
.exam-result-question__table--short td:nth-child(3),
.exam-result-question__table--short th:nth-child(3) { width: 57px; }
.exam-result-question__table--short td:nth-child(4),
.exam-result-question__table--short th:nth-child(4) { width: 57px; }
.exam-result-question__table--short td:nth-child(5),
.exam-result-question__table--short th:nth-child(5) { width: 57px; }
.exam-result-question__table--short td:nth-child(6),
.exam-result-question__table--short th:nth-child(6) { width: 57px; }

.exam-result-question__table--short:not(:last-of-type) td {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.exam-result-protocol__table td,
.exam-result-protocol__table th {
    background-color: transparent;
    border: 0;
}

.exam-result-question__table--short th {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.exam-result-protocol__table thead th,
.exam-result-question__table thead th {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.exam-result-protocol__table:not(:last-of-type) tr:last-of-type td {
    border-bottom: 1px solid #222;
    padding-bottom: 25px;
}

.exam-result-protocol__table tbody td .exam-result-protocol__images img { padding-left: 10px; }

.exam-result-protocol__table tbody td,
.exam-result-question__table tbody td {
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}

.exam-result-protocol__table tbody tr:last-of-type td { border-color: #222; }

.exam-result__questions {
    margin-bottom: 30px;
    overflow: hidden;
}

.exam-result-question__answer {
    background-color: #fff;
    border: 1px solid #222 !important;
    height: 18px;
    margin: 0 auto;
    position: relative;
    width: 18px;
}

.exam-result-question__answer-image {
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.exam-result-question__answer--chosen::after {
    color: #222;
    content: '•';
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exam-result-question__number {
    float: left;
    margin: 5px 0;
    text-align: center;
    width: 20%;
}

.exam-result-question__number > img,
.exam-result-protocol__table-image {
    height: 12px;
    width: 12px;
}

.exam-result-protocol__table,
.exam-result-question__table,
.exam-result__table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    /* ^^^^^^^^^^^^^^^^^^^^^^^ https://stackoverflow.com/a/25591740/7447314 */
    margin: 20px auto;
    width: 100%;
}

.exam-result-protocol__table { page-break-inside: avoid; }

.exam-result-question__table td,
.exam-result-question__table th,
.exam-result__table td,
.exam-result__table th {
    background-color: transparent;
    border: 0;
}

.exam-result-question__table tr:not(:last-of-type) td { border-bottom: 1px solid rgba(0,0,0,.15); }

.exam-result__table { max-width: 600px; }

.exam-result__table--big {
    margin: 0 0 100px 0;
    max-width: none;
}

.exam-result__table--big thead th {
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.7px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.exam-result__table--big tbody td {
    background-color: #eee;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}

.exam-result__table--big tbody th {

    font-size: 13px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
}

.exam-result__type { margin: 50px 0 70px 0; }

.exam-result__version {
    font-size: 10px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.exam-result-type__info {
    font-size: 32px;
    font-weight: 500;
    margin: 15px 0 10px 0;
}

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

.sortButtons
{
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.proofdateButtons label
{
    display: block;
}

.print-page-break-before { page-break-before: always; }

.print-footer {
    background-color: #fff;
    border-top: 1px solid #222;
    margin: 0 auto;
    max-width: 745px;
    overflow: hidden;
    padding: 15px 0;
    page-break-inside: avoid;
}

.print-footer div {
    float: left;
    font-size: 11px;
    margin: 10px 0;
    width: 25%;
}

.print-footer div .exam-result-question__answer {
    margin: 0 5px 0 0;
    width: 18px;
}

@media print {
    body, html { height: auto; } /* https://stackoverflow.com/questions/17145413/extra-blank-page-when-i-print-except-in-ie-is-it-my-print-css */

    table { page-break-inside:auto }
    tr { page-break-inside:avoid; page-break-after:auto }

    .exam-result { display: block; }

    #page,
    #page-content,
    .card-body {
        margin: 0;
        padding: 0;
    }

    .card-body { margin-bottom: 150px; }

    #page-wrapper::after { content: none; }

    #page-footer,
    #page-header,
    .nav-top,
    .page-context-header,
    .print-button { display: none !important; }


}

.kfv-main-bg { background-color: #01489a; }

.logininfo, .logininfo em, .versioninfo, .versioninfo em { color: #f5f5f5; }

.versioninfo em
{
    font-weight: bold;
    font-style: normal;
}

.mobile-menu-button {
    display: block;
    text-align: left;
}

@media (min-width: 751px) {
    .mobile-menu-button { display: none; }
}

.mobile-menu-button .fa { color: #1177d1; }

.mop-add-user, .mop-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mop-available-time {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.mop-available-time__day { margin-right: 10px; width: 50px; }
.mop-available-time__duration .mop-input { width: 75px; }


.mop-file-format-chooser {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.mop-file-format-chooser__radio { margin-right: 10px; width: 50px; }
.mop-file-format-chooser__radio input { vertical-align: super; }

.mop-background { background-color: #004899; }

.mop-button {
    border: 0;
    cursor: pointer;
    padding: 10px;
}

.mop-button:focus,
.mop-input:focus,
.mop-outline:focus { outline: #004899 auto 2px; }

.mop-button--abort {
    background-color: #d1d1d1;
    color: #222;
    margin: 5px 0 0 0;
}

@media (min-width: 600px) { .mop-button--abort { margin: 0 0 0 5px; } }

.mop-button--abort:active { background-color: #a9a9a9 !important; }
.mop-button--abort:hover { background-color: #efefef; }

.mop-button--submit {
    background-color: #004899;
    color: #fff;
    margin: 0 0 5px 0;
}

@media (min-width: 600px) { .mop-button--submit { margin: 0 5px 0 0; } }

.mop-button--submit:active { background-color: #002e5d !important; }
.mop-button--submit:hover { background-color: #005dd5; }

.mop-buttons { margin: 25px 0; }

.mop-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mop-card {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    flex: 0 1 100%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 100%;
}

.mop-card:not(:only-child) { margin: 1rem 0; }

.mop-card:hover { box-shadow: 0 2px 2px 0 rgba(0,0,0,.3), 0 3px 1px -2px rgba(0,0,0,.36), 0 1px 5px 0 rgba(0,0,0,.28); }

.mop-card .mop-buttons { margin-bottom: 0; }

.mop-card--filter { flex: 0 1 100%;}

@media (max-width: 1919px) {
    .mop-card:only-child { flex-basis: 100% !important; }
}
@media (min-width: 600px) {
    .mop-card { flex-basis: calc(50% - 2rem); }
    .mop-card--big {
        flex-basis: calc(100% - 2rem);
    }
    .mop-card:not(:only-child) { margin: 1rem; }
    .mop-card--filter { flex-basis: calc(70% - 2rem) !important; }
}
@media (min-width: 1080px) {
    .mop-card { flex-basis: calc(33% - 2rem); }
    .mop-card--big {
        flex-basis: calc(50% - 2rem);
    }
    .mop-card--filter { flex-basis: calc(50% - 2rem) !important; }
}
@media (min-width: 1500px) {
    .mop-card {
        flex-basis: calc(25% - 2rem);
    }
    .mop-card--big {
        flex-basis: calc(37.5% - 2rem);
    }
}



.mop-card__body {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 1rem 2rem 2rem 2rem;
}

.mop-card__header { padding: 2rem 2rem 1rem 2rem; }
.mop-card__header--subtitle { padding: 0 2rem 1rem 2rem; }

.mop-checkbox {
    align-self: left;
    margin: 0 10px 0 0;
}

.mop-checkbox-container {
    flex: 0 0 73%;
    margin: 0;
}

.mop-checkcode {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1rem;
}

@media (min-width: 1080px) {
    .mop-checkcode {
        border-bottom-width: 0;
        border-left: 1px solid #e1e1e1;
        padding-bottom: 0;
        padding-left: 1rem;
    }

    .mop-checkcode,
    .mop-info { flex: 0 1 50%; }
}

.mop-checkcode__button, .mop-selectexam__button { height: 38px; }

@media (min-width: 1500px) {
    .mop-checkcode__button,
    .mop-selectexam__button { flex: 0 0 24%; }
}

.mop-error-message {
    color: #ff0000;
    display: none;
}

.mop-fieldset {
    display: flex;
    flex: 0 0 75%;
    flex-wrap: wrap;
    margin: 0;
    min-height: 70px;
}

.mop-fieldset > div { width: 100%; }

.mop-footer { height: 130px; }

.mop-footer .mop-container { flex-direction: row; }

.mop-footer__logo {
    max-width: 150px;
    width: 100%;
}

@media (min-width: 600px) { .mop-footer__logo { max-width: 180px; } }

.mop-form__button {
    border: 0;
    color: #e1e1e1;
    padding: 10px 0;
}

.mop-form__input,
.mop-form__select {
    border: 1px solid #c3c3c3;
    padding: 10px 5px;
}

.mop-form__input:focus ~ .mop-form__label,
.mop-form__label--filled { color: #000; }

.mop-form__label {
    color: #adadad;
    left: 5px;
    pointer-events: none;
    top: 0;
    -webkit-transition: top .25s ease-in-out;
    -moz-transition: top .25s ease-in-out;
    -ms-transition: top .25s ease-in-out;
    -o-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
}

@media (min-width: 720px) {
    .mop-form__select { margin-bottom: .75rem; }
}

.mop-header__image {
    max-width: 145px;
    max-height: 145px;
    width: 100%;
}

.mop-main__info
{
    max-width: 600px;
}

.mop-header__ping {
    color: #c3c3c3;
    font-size: 12px;
    left: 4px;
    position: fixed;
    top: 4px;
}

@media (min-width: 721px) {
    .mop-header__image {
        max-width: 185px;
        max-height: 185px;
    }

    .mop-main__info { margin-bottom: 1rem; }
}

.mop-icon-checkbox { font-size: 20px; }
.mop-icon-checkbox__input--hidden { display: none; }

.mop-info {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 4rem;
    padding-top: 1rem;
}

@media (max-width: 1079px) {
    .mop-checkcode { order: 1; }

    .mop-info { order: 2; }
}

@media (min-width: 1080px) {
    .mop-info {
        border-right: 1px solid #e1e1e1;
        border-top-width: 0;
        margin-bottom: 0;
        padding-right: 1rem;
        padding-top: 0;
    }
    .mop-main__info { margin-bottom: 6rem; }
}

.mop-info__icon {
    border: 4px solid #222;
    border-radius: 45%;
    color: #222;
    flex: 0 0 60px;
    height: 60px;
    max-width: 60px;
    padding: 5px;
    width: 100%;
}

.mop-info-and-checkcode { flex-direction: column; }

@media (min-width: 1080px) {
    .mop-info-and-checkcode { flex-direction: row; }
}

.mop-input {
    border: 1px solid #777;
    padding: 5px;
}

.mop-input, .mop-label { margin: 5px 0; }

.mop-input-73-select2 ~ .select2-container { flex: 0 0 73% !important; }

.mop-label { word-break: break-word; }

.checkbox-container {
    border: none;
    padding-left: 0;
}

body:not(.isIE11) select.mop-input:not(.mop-input--full-width) { max-width: 100%; }

@media (min-width: 600px) {
    body:not(.isIE11) select.mop-input:not(.mop-input--full-width) { max-width: 73%; }
}

.mop-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
}

.mop-overlay--open .select2-container { z-index: 1101; }

.mop-overlay__background {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mop-overlay__content {
    left: 50%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (min-width: 1024px) {
    .mop-overlay__content { max-width: 40%; }
}

.mop-password-label {
    color: #adadad;
    margin-top: 1rem;
}

.mop-scope { margin-bottom: 2rem; }

.mop-year {
    flex-basis: 45px;
    width: 45px;
}

.main-nav {
    display: none;
    width: 100Ha%;
}

@media (min-width: 751px) {
    .main-nav { display: block !important; }
}

@media (min-width: 1501px) {
    .main-nav { width: auto; }
}

nav .logo { margin-right: 5px; }

nav.nav {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 50px;
    padding: 8px 16px;
}

.nav .logo img { max-height: 65px; }

.nav-button {
    background-color: transparent;
    border: none;
    color: #1177d1;
    padding: 16px;
    font-size: 16px;
}

.nav-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.nav-item--active
{
    background-color: #e8e8e8;
}

@media (min-width: 751px) {
    .nav-dropdown { width: auto; }
}

.nav-dropdown > .nav-button::after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0;
}

.nav-dropdown:hover .dropdown-content { display: block; }

.nav-button:hover { background-color: #f1f1f1; }

.nav-item {
    display: inline-block;
    width: 100%;
}

@media (min-width: 751px) {
    .nav-item { width: auto; }
}

.nav-item:not(:last-of-type) { margin-right: 2px; }

.nav-item a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.nav-list {
    margin: 0;
    padding: 0;
}

@media (min-width: 751px) {
    .nav-list { margin-left: 1rem; }
}

.nav-logo a { text-decoration: none !important; }

.navbar-brand {
    padding: 0;
    line-height: 3em;
}

#page { margin-top: 130px; }

.user-info-desktop { display: none; }

.user-info-mobile { display: block; }

@media (min-width: 1501px) {
    #page { margin-top: 80px; }

    .user-info-desktop { display: block; }

    .user-info-mobile { display: none; }
}


.mop-login__form .alert
{
    border: 1px solid red;
    background-color: white;
    padding: 2em;
    text-align: center;
    margin-bottom: 2em;
}

.mop-input ~ .select2-container {
    border: 1px solid #777;
    margin: 5px 0 !important;
    line-height: 1;
    padding: 5px;
    width: auto !important;
}

.mop-input ~ .select2-container .select2-selection {
    border: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
}

.mop-input ~ .select2-container .select2-search__field { width: auto !important; }

.mop-input ~ .select2-container .select2-selection .select2-search__field { margin: 0 !important; }

@media (min-width: 600px) { .mop-input ~ .select2-container { flex: 0 0 73%; } }

.mop-input--full-width,
.mop-input--full-width ~ .select2-container,
.mop-label--full-width { flex: 0 0 100%; }

.pageSizeAll,
.pageSizeNormal,
.sendMultiAccountCreatedMail,
.sendMultiPasswordResetMail{
    margin: 5px 0;
    width: 100%;
}

@media (min-width: 768px) {
    .pageSizeAll,
    .pageSizeNormal { width: auto; }
}

@media (min-width: 840px) {
    .sendMultiAccountCreatedMail,
    .sendMultiPasswordResetMail { width: auto; }

    .sendMultiAccountCreatedMail { margin: 5px 5px 5px 0; }
    .sendMultiPasswordResetMail { margin: 5px 0 5px 5px; }
}


/*.addParticipantOptionsSelectAll { margin: 0 0 5px 0; width: 100%; }
.addParticipantOptionsSelectNone { margin: 5px 0 0 0; width: 100%; }

@media (min-width: 768px) {
    .addParticipantOptionsSelectAll { margin: 0 5px 0 0; width: auto; }
    .addParticipantOptionsSelectNone { margin: 0 0 0 5px; width: auto; }
    .assignParticipants .btn-success { margin: 0 5px 0 0; width: auto; }
    .assignParticipants .btn-warning { margin: 0 0 0 5px; width: auto; }
}*/

.tabulator-row.tabulator-selectable .mop-icon-checkbox .fa-check-square { display: none; }
.tabulator-row.tabulator-selectable .mop-icon-checkbox .fa-square { display: block; }
.tabulator-row.tabulator-selectable.tabulator-selected .mop-icon-checkbox .fa-check-square { display: block; }
.tabulator-row.tabulator-selectable.tabulator-selected .mop-icon-checkbox .fa-square { display: none; }

.answer-correct, .answer-wrong
{
    width: 16px;
    display: inline-block;
}

.answer-correct
{
    color: green;
}

.answer-wrong
{
    color: red;
}

.question-spacer
{
    padding-right: 1em;
}

.btn
{
  padding: 10px 20px !important;
}
.btn span
{
    color: white;
}

/**
 * override, so we dont get jumping buttons
 */
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label
{
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.0) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.0) all !important;
}
.btn:disabled > .ladda-label
{
    margin-right: 2em;
}
.btn-primary {
  background-color: #01489a;
  border-color: #01489a;
}

.w210
{
    width: 210px;
}
.w35
{
    width: 35px;
}
.w60
{
    width: 60px;
}

.btn-outline-primary {
    border-color: #01489a;
    color: #01489a;
}

.btn-outline-primary:hover {
    background-color: #01489a;
    color: #fff;
}

.w210
{
    width: 210px;
}
.w35
{
    width: 35px;
}
.w60
{
    width: 60px;
}

.mop-required-field {
    width: 100%;
    margin: 20px 0 5px 0;
}

.exam-progress-log
{
    text-align: center;
}

.exam-progress-log-inner {
    display: inline-block;
    text-align: left;
    border: 1px dotted lightgrey;
    width: auto;
    margin: 2em;
    padding: 1em;
    font-size: 15px;
}

.alert
{
    border: 1px solid #01489a;
    padding: 1em;
    width: 100%;
    margin: 2em 0;
    text-align: center;
}

.alert-info
{
    border: 1px solid #0b4f8a;
}

.alert-error
{
    border: 1px solid red;
}

.change-browser {
    margin: 40px auto 30px auto;
    font-weight: bold;
    color: red;
}

.hidden-ie-only {
    display: none;
}

.accept-invitations-invite-text strong
{
    margin: 4px 0;
}

.window-close-button {
    color: #1e1e1e;
    cursor: pointer;
    height: 65px;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 65px;
}

@media (min-width: 600px) {
    .mop-add-user, .mop-container {
        align-items: center;
        flex-direction: row;
    }

    .mop-headline { flex: 0 0 100%; }

    .mop-fieldset,
    .mop-input { flex: 0 0 73%; }

    .mop-label { flex: 0 0 27%; }
}

.whitespace-pre-wrap
{
    white-space: pre-wrap !important;
}

.swal2-container { z-index: 10000 !important; }

.mop-tenant-roles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.participants-container { display: none; }

.mop-table {
    width: 100%;
}

.mop-table__head-col {
    border: 0;
    border-bottom: 1px solid #000;
}

.mop-table__head-col:not(:first-child) { border-left: 1px solid #000; }

.mop-table__body-col {
    background: transparent;
    border: 0;
}

.mop-table__body-col:not(:first-child) { border-left: 1px solid #000; }


.swal2-radio
{
    flex-wrap: wrap;
}

.swal2-radio label
{
    display: block;
    width: 90%;
}

.mop-tenantsettings-client-settings {
  display: flex;
  flex-direction: column;
}