/*@font-face {
    font-family: 'Kievit';
    src: url('/App_Themes/Assess/fonts/KievitOffc.woff') format('woff')}
*/

* {
    font-family: var(--font-family-base);
}

body {
    margin: 0px;
    width: 100%;
    font-size: 14px;
    color: var(--body-color);
    background-color: var(--body-background);
    background-repeat: repeat-x;
    font-family: var(--font-family-base);
}

input[type="submit"], .linkbutton {
    color: var(--button-color) !important;
    border: none;
    cursor: pointer;
    min-width: 160px;
    background: var(--button);
    font-weight: normal;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    height: var(--control-height) !important;
    border-radius: var(--control-radius);
}

    input[type="submit"]:hover, .linkbutton:hover {
        background: var(--button-hover);
        color: var(--button-hover-color) !important;
        text-decoration: none;
    }

input[type="button"] {
    color: var(--text-inverse);
    border: none;
    cursor: pointer;
    min-width: 200px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    background-color: var(--surface);
    border: 1px solid var(--border-muted);
    padding: 0px;
}

    input[type="checkbox"]:checked:after {
        content: '\2714';
        color: var(--link);
        padding-left: 7px;
        font-size: 25px;
    }

input[type="file"] {
    background-color: var(--surface);
}

input:disabled {
    background-color: var(--border);
    cursor: not-allowed;
    opacity: 0.8;
}

.text-right {
    text-align: right;
}

.footer-text {
    color: var(--footer-color);
    font: normal normal normal 10px/12px Verdana;
}

.footer-link {
    color: var(--footer-color);
    font: normal normal normal 10px/12px Verdana;
    margin-left: 10px;
    margin-right: 10px;
}

    .footer-link:hover {
        color: var(--footer-color);
        font: normal normal normal 10px/12px Verdana;
        margin-left: 10px;
        margin-right: 10px;
    }

.breakWord {
    word-break: break-word;
}

.nav-item {
    color: var(--navbar-color);
    text-align: center;
    height: auto;
    float: left;
    /*white-space: nowrap;*/
    overflow: hidden;
    min-width:125px;
}

    .nav-item a {
        cursor: pointer;
    }


.btn-danger {
    background: var(--destructive-background) !important;
    color: var(--destructive-color) !important;
}

.btn-danger:hover {
    background: var(--destructive-hover-background) !important;
    color: var(--destructive-hover-color) !important;
}

.btnUat {
    background: #750000 !important;
    color: white !important;
    font-weight: bold;
    padding: 12px;
    border-radius: 50% !important;
    display: block;
    width: 60px;
    margin: 6px auto !important;
    font-size: 20px !important;
    height: 60px;
    position: absolute;
    right: 80px;
    bottom: 42px;
}

    .btnUat:hover{
        text-decoration:none;
    }

    .error {
        color: #dc3545;
        padding: 5px;
    }

.bootstrap-select {
    line-height: var(--control-height);
    width: 100% !important;
}

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: var(--font-size-base);
    }

    .bootstrap-select > .dropdown-toggle {
        background: var(--surface);
        padding: 10px;
        border: 1px solid var(--border);
        padding-right: 34px;
        position: relative;
    }

    .bootstrap-select > .dropdown-toggle.bs-placeholder {
        /*padding: 10px;*/
        background: var(--surface);
        border: 1px solid var(--border);
    }

    .bootstrap-select > .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -2px;
    }

input[type="submit"].btn-warning {
    background: var(--warning) !important;
    color: var(--text-strong) !important;
    margin-top:-2px;
}

.edit-form-page {
    margin-top: 10px;
}

.mandatory-field-message {
    margin: 0 0 28px;
    color: var(--text);
    font-size: var(--font-size-control);
    line-height: 1.4;
}

.mandatory-field {
    color: var(--danger);
    font-weight: normal;
}

.edit-form-panel {
    background: var(--surface);
}

.edit-form-messages {
    padding: 16px 24px 0;
}

.edit-form-messages:empty {
    display: none;
}

.edit-form-grid {
    max-width: 860px;
    padding: 22px 24px 72px;
    display: grid;
    row-gap: 18px;
}

.edit-form-field {
    display: grid;
    grid-template-columns: 160px minmax(240px, 1fr);
    align-items: start;
    column-gap: 28px;
}

.edit-form-label {
    margin: 6px 0 0;
    color: var(--text-strong);
    font-size: var(--font-size-base);
    font-weight: normal;
}

.edit-form-control {
    min-width: 0;
}

.edit-form-control .editor-form-control,
.edit-form-control .form-control,
.edit-form-control select,
.edit-form-control textarea,
.edit-form-control input[type="text"] {
    width: 100%;
    min-height: 30px;
    padding: 5px 12px;
    border: 1px solid var(--border);
    border-radius: 0;
    background: var(--surface);
    color: var(--text);
    font-size: var(--font-size-control);
    line-height: 18px;
}

.edit-form-control textarea.editor-form-control {
    min-height: 78px;
}

.edit-form-control input[type="file"] {
    width: 100%;
    min-height: 30px;
    padding: 4px 0;
    color: var(--text);
    font-size: var(--font-size-control);
}

.edit-form-control input[type="checkbox"] {
    width: var(--control-height);
    height: var(--control-height);
    margin: 0;
}

.edit-form-control .color-picker {
    max-width: 420px;
}

.edit-form-control .color-picker input[type="text"] {
    margin-left: 0.75rem;
}

.edit-form-preview-image {
    display: block;
    max-width: 260px;
    max-height: 120px;
    margin-top: 0.75rem;
}

.edit-form-selected-summary {
    display: inline-block;
    margin-right: 0.75rem;
}

.theme-edit-form .edit-form-grid {
    max-width: 920px;
    padding-bottom: 42px;
    row-gap: 16px;
}

.theme-edit-form .edit-form-field {
    grid-template-columns: 170px minmax(260px, 624px);
}

.theme-edit-form .edit-form-control p {
    margin: 8px 0 0;
    color: var(--text);
    font-size: var(--font-size-control);
}

.theme-edit-form .bootstrap-select {
    width: 100% !important;
    max-width: 624px;
    padding: 0;
    border: 0;
    background: transparent;
    min-height: 0;
}

.theme-edit-form .bootstrap-select > .dropdown-toggle,
.theme-edit-form .bootstrap-select > .dropdown-toggle:focus {
    width: 100%;
    min-height: 34px;
    border: 1px solid var(--border);
    border-radius: 0;
    background: var(--surface);
    color: var(--text-strong);
    font-size: var(--font-size-control);
}

.theme-edit-form .color-picker {
    width: 260px;
    display: flex;
    align-items: stretch;
}

.theme-edit-form .color-picker .input-group-prepend {
    flex: 0 0 auto;
}

.theme-edit-form .color-picker .input-group-text {
    width: 42px;
    min-height: 34px;
    border: 1px solid var(--border);
    border-right: 0;
    border-radius: 0;
    background: var(--surface-muted);
    justify-content: center;
}

.theme-edit-form .color-picker .input-group-text i {
    width: 18px;
    height: 18px;
}

.theme-edit-form .color-picker input[type="text"] {
    width: 160px;
    min-height: 34px;
    margin: 0 !important;
    flex: 0 0 160px;
}

.theme-edit-form .theme-heading-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(90px, 1fr));
    gap: 10px;
}

.theme-edit-form .theme-heading-controls input[type="text"] {
    width: 100%;
    min-height: 34px;
}

.theme-edit-form .edit-form-preview-image:not([src]),
.theme-edit-form .edit-form-preview-image[src=""] {
    display: none;
}

.edit-form-validation {
    margin-top: 6px;
    display: grid;
    row-gap: 3px;
    color: var(--danger);
    font-size: var(--font-size-control);
}

.edit-form-actions {
    padding: 28px 15px;
}

.edit-form-submit-button {
    min-width: 140px;
    padding: 10px 15px !important;
    border-radius: var(--control-radius) !important;
    background: var(--button) !important;
    color: var(--button-color) !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.candidate-action-page {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.candidate-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 280px));
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.candidate-action-card {
    min-height: 150px;
    border: 1px solid var(--border);
    border-radius: var(--panel-radius);
    background: var(--surface);
    text-align: center;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.candidate-action-card:hover {
    border-color: var(--button);
    box-shadow: var(--shadow-panel);
    transform: translateY(-1px);
}

.candidate-action-card a {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px;
    color: var(--link);
    text-decoration: none;
}

.candidate-action-card a:hover {
    color: var(--link-hover);
    text-decoration: none;
}

.candidate-action-card .fa {
    font-size: 42px;
}

.candidate-action-card span {
    color: var(--text-strong);
    font-size: 20px;
    font-weight: 700;
}

.candidate-section-title {
    display: block;
    margin: 18px 0 12px;
    color: var(--text-strong);
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
}

.candidate-share-modal {
    display: none;
    width: min(600px, calc(100vw - 32px));
    min-height: 300px;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 1050;
    transform: translate(-50%, -50%);
    border: 1px solid var(--border);
    border-radius: var(--panel-radius);
    background: var(--surface);
    box-shadow: var(--shadow-panel);
}

.candidate-share-modal input[type="text"] {
    width: 100%;
    height: var(--control-height);
    border: 1px solid var(--border);
    border-radius: var(--control-radius);
    padding: 8px 10px;
}

@media (max-width: 767.98px) {
    .candidate-action-grid {
        grid-template-columns: 1fr;
    }
}

.centre-edit-tabs.ajax__tab_xp,
.assessment-edit-tabs.ajax__tab_xp,
.centre-edit-tabs,
.assessment-edit-tabs {
    background: var(--surface);
    visibility: visible !important;
}

.centre-edit-tabs .ajax__tab_header,
.assessment-edit-tabs .ajax__tab_header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 0;
    background: var(--page-background);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
}

.centre-edit-tabs .ajax__tab_outer,
.centre-edit-tabs .ajax__tab_inner,
.centre-edit-tabs .ajax__tab_tab,
.assessment-edit-tabs .ajax__tab_outer,
.assessment-edit-tabs .ajax__tab_inner,
.assessment-edit-tabs .ajax__tab_tab {
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    width:175px;
}

.centre-edit-tabs .ajax__tab_panel,
.assessment-edit-tabs .ajax__tab_panel {
    padding: 22px 24px 72px;
}
.centre-edit-tabs .ajax__tab_tab,
.assessment-edit-tabs .ajax__tab_tab {
    min-width: 112px;
    padding: 9px 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--admin-tab-inactive) !important;
    color: var(--text-inverse) !important;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.centre-edit-tabs .ajax__tab_outer:focus,
.centre-edit-tabs .ajax__tab_inner:focus,
.centre-edit-tabs .ajax__tab_tab:focus,
.centre-edit-tabs .ajax__tab_outer:focus-visible,
.centre-edit-tabs .ajax__tab_inner:focus-visible,
.centre-edit-tabs .ajax__tab_tab:focus-visible,
.assessment-edit-tabs .ajax__tab_outer:focus,
.assessment-edit-tabs .ajax__tab_inner:focus,
.assessment-edit-tabs .ajax__tab_tab:focus,
.assessment-edit-tabs .ajax__tab_outer:focus-visible,
.assessment-edit-tabs .ajax__tab_inner:focus-visible,
.assessment-edit-tabs .ajax__tab_tab:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

    .centre-edit-tabs .ajax__tab_active .ajax__tab_tab,
    .assessment-edit-tabs .ajax__tab_active .ajax__tab_tab {
        background: var(--admin-tab-active) !important;
        color: var(--primary) !important;
    }

    .centre-edit-tabs .ajax__tab_tab:hover,
    .assessment-edit-tabs .ajax__tab_tab:hover {
        background: var(--admin-tab-active) !important;
        color: var(--primary) !important;
    }

.assessment-edit-tabs table tr{
    background: var(--surface) !important;
}

    .centre-edit-tabs .ajax__tab_active.ajax__tab_hover .ajax__tab_tab,
    .assessment-edit-tabs .ajax__tab_active.ajax__tab_hover .ajax__tab_tab {
        background: var(--admin-tab-active) !important;
        color: var(--primary) !important;
    }

.centre-edit-tabs .ajax__tab_body,
.assessment-edit-tabs .ajax__tab_body {
    padding: 0;
    border: 0 !important;
    background: var(--surface);
}

.assessment-details-two-column {
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(320px, 0.86fr);
    gap: 28px 54px;
    align-items: start;
}

.assessment-details-two-column table.form {
    width: 100%;
    margin: 0;
}

.assessment-details-left table.form td.label {
    width: 170px;
    padding: 10px 14px 10px 0;
    vertical-align: top;
}

.assessment-details-left table.form td:not(.label) {
    padding: 8px 0;
    vertical-align: top;
}

.assessment-details-left table.form input[type="text"],
.assessment-details-left table.form input[type="number"],
.assessment-details-left table.form select,
.assessment-details-left table.form textarea {
    max-width: 100%;
}

.assessment-details-left table.form .bootstrap-select {
    height: var(--control-height);
    line-height: var(--control-height);
}

.assessment-details-left table.form .bootstrap-select > .dropdown-toggle,
.assessment-details-left table.form .bootstrap-select > .dropdown-toggle:focus,
.assessment-details-left table.form .bootstrap-select > .dropdown-toggle.bs-placeholder {
    height: var(--control-height);
    min-height: var(--control-height);
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

.assessment-details-left table.form .bootstrap-select .filter-option {
    display: flex;
    align-items: center;
    height: 100%;
}

.assessment-details-left table.form .bootstrap-select .filter-option-inner-inner {
    line-height: 21px;
}

.assessment-details-right table.form td.label {
    padding: 10px 18px 10px 0;
    vertical-align: top;
    width: 50%;
}

.assessment-details-right table.form td:not(.label) {
    width: 42px;
    padding: 10px 0;
    vertical-align: top;
    text-align: left;
}

.assessment-details-right table.form input[type="checkbox"] {
    width: var(--control-height) !important;
    height: var(--control-height) !important;
    margin: 0;
}

.assessment-details-right table.form .label span {
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .edit-form-grid {
        padding: 18px 14px 48px;
    }

    .edit-form-field {
        grid-template-columns: 1fr;
        row-gap: 6px;
    }

    .edit-form-label {
        margin-top: 0;
    }

    .edit-form-actions {
        padding: 20px 14px;
    }

    .centre-edit-tabs .ajax__tab_header,
    .assessment-edit-tabs .ajax__tab_header {
        padding: 12px 10px 0;
        gap: 8px;
    }

    .centre-edit-tabs .ajax__tab_tab,
    .assessment-edit-tabs .ajax__tab_tab {
        min-width: 0;
        flex: 1 1 130px;
    }

    .assessment-details-two-column {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .assessment-details-left table.form td.label,
    .assessment-details-right table.form td.label {
        width: auto;
    }
}

.search-panel {
    margin: 20px 0 24px;
    background: var(--surface);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-panel);
}

.search-panel-header {
    width: 100%;
    min-height: 36px;
    padding: 8px 22px 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--surface);
    border: 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-strong);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    box-shadow: var(--shadow-header);
}

.search-panel-header:hover,
.search-panel-header:focus {
    text-decoration: none;
    outline: 0;
}

.search-panel-chevron {
    width: 11px;
    height: 11px;
    border-top: 2px solid #777;
    border-left: 2px solid #777;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.search-panel-header.collapsed .search-panel-chevron {
    transform: rotate(225deg);
}

.search-panel-body {
    padding: 14px 26px 20px 15px;
}

.search-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 72px;
    row-gap: 16px;
}

.search-filter-column {
    display: grid;
    align-content: start;
    row-gap: 16px;
    min-width: 0;
}

.search-filter-field {
    display: grid;
    grid-template-columns: 150px minmax(180px, 1fr);
    align-items: center;
    column-gap: 18px;
}

.search-filter-column > .row,
.search-filter-column > .aspNetDisabled.row {
    display: grid;
    grid-template-columns: 150px minmax(180px, 1fr);
    align-items: center;
    column-gap: 18px;
    margin: 0;
}

.search-filter-column > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.search-filter-column > .row .form-control {
    min-height: 25px;
    height: 25px;
    padding: 4px 10px;
    border: 1px solid var(--border);
    border-radius: 0;
    background-color: var(--surface) !important;
    color: var(--text);
    font-size: var(--font-size-search);
    line-height: 16px;
}

.search-filter-column > .row .col-form-label,
.search-filter-column > .aspNetDisabled.row .col-form-label {
    margin: 0;
    color: var(--text-strong);
    font-size: var(--font-size-base);
    font-weight: normal;
}

.search-filter-label {
    margin: 0;
    color: var(--text-strong);
    font-size: var(--font-size-base);
    font-weight: normal;
}

.search-filter-control {
    min-width: 0;
}

.search-filter-label-with-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-filter-info {
    width: 22px;
    height: 22px;
    min-width: 22px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: var(--font-size-control);
    line-height: 1;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--text-inverse);
}

.search-filter-checkbox,
.search-filter-control .search-filter-checkbox {
    display: inline-flex;
    align-items: center;
    min-height: var(--control-height-sm);
}

.search-filter-checkbox input[type="checkbox"],
.search-filter-control .search-filter-checkbox input[type="checkbox"],
.search-filter-control input[type="checkbox"] {
    width: var(--control-height);
    height: var(--control-height);
    margin: 0;
    border: 1px solid var(--border);
    vertical-align: middle;
}

.search-filter-control .form-control {
    min-height: var(--control-height-sm);
    height: var(--control-height-sm);
    padding: 4px 10px;
    border: 1px solid var(--border);
    border-radius: 0;
    background-color: var(--surface) !important;
    color: var(--text);
    font-size: var(--font-size-search);
    line-height: 16px;
}

.search-filter-control .bootstrap-select {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: var(--control-height-sm);
    box-shadow: none;
}

.search-filter-control .bootstrap-select.form-control {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.search-filter-control .bootstrap-select > .dropdown-toggle {
    width: 100%;
    min-width: 0 !important;
    min-height: var(--control-height);
    height: var(--control-height);
    margin: 0;
    padding: 4px 28px 4px 10px;
    border: 1px solid var(--border);
    border-radius: 0;
    background-color: var(--surface) !important;
    color: var(--text);
    font-size: var(--font-size-search);
    line-height: 16px;
    box-shadow: none;
}

.search-filter-control .bootstrap-select .filter-option {
    height: 18px;
    line-height: 16px;
}

.search-filter-control .bootstrap-select .filter-option-inner-inner {
    font-size: var(--font-size-base);
    line-height: 16px;
    color: var(--text-strong);
    opacity:0.5;
}

.form-control::placeholder {
    color: var(--text-strong);
    opacity: 0.5;
}
.search-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 14px;
}

.search-submit-button {
    background: var(--button);
}

.search-filter-actions .button {
    min-width: 125px;
    padding: 7px 18px;
    border-radius: var(--control-radius);
    font-size: var(--font-size-search);
    line-height: 1;
}

    .search-filter-actions .button:hover {
        background: var(--button-hover);
    }

.search-reset-button {
    background: var(--search-reset)!important;
    color: var(--destructive-color) !important;
}

    .search-reset-button:hover {
        background: var(--destructive-hover-background) !important;
        color: var(--destructive-hover-color) !important;
    }



@media (max-width: 991.98px) {
    .search-panel-body {
        padding-right: 12px;
    }

    .search-filter-grid {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .search-filter-column {
        row-gap: 12px;
    }

    .search-filter-field {
        grid-template-columns: 1fr;
        row-gap: 5px;
    }

    .search-filter-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 15px 20px;
    text-decoration: none;
    height:60px;
}

.nav-link {
    margin-right: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: normal;
    color: var(--navbar-color) !important;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
}

.navbar-nav {
    display: block;
}

.nav-item-selected {
    background: var(--navbar-active-background);
    color: var(--navbar-active-color) !important;
}

.navbar .nav-item.dropdown {
    overflow: visible;
}

/*.navbar .nav-item.dropdown > .dropdown-toggle {
    color: var(--navbar-color) !important;
}*/

.navbar .nav-item.dropdown.nav-item-selected > .dropdown-toggle {
    background: var(--navbar-active-background);
    color: var(--navbar-active-color) !important;
}

.navbar .dropdown-menu {
    min-width: 220px;
    margin-top: 0;
    padding: 6px 0;
    border: 1px solid var(--border);
    border-radius: 0 0 var(--control-radius) var(--control-radius);
    background: var(--surface);
    box-shadow: var(--shadow-panel);
}

.navbar .dropdown-item {
    padding: 10px 16px;
    color: var(--text-strong) !important;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.nav-item-selected {
    background: var(--navbar-hover-background);
    color: var(--navbar-hover-color) !important;
    text-decoration: none;
}

.navbar {
    width: 100%;
    background: var(--navbar-background);
    height:60px;
    padding: 0;
}

.navbar-toggler{
    margin-left:17px;
}

@media (min-width: 1460px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 992px) {
    .examRow{
        margin-bottom:25px;
    }
}

@media (min-width: 992px) and (max-width: 1459.99px) {
    .navbar-expand-lg {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .navbar-expand-lg .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .navbar-expand-lg .navbar-collapse.collapse:not(.show):not(.in) {
                display: none !important;
            }

            .navbar-expand-lg .navbar-collapse.collapse.show,
            .navbar-expand-lg .navbar-collapse.collapse.in {
                display: block !important;
            }

        .navbar-expand-lg .navbar-toggler {
            display: block;
        }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .navbar {
        height: auto;
        min-height: 60px;
    }
}

@media (max-width: 1459.99px) {
    .navbar-expand-lg {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        align-items: center;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse.collapse:not(.show):not(.in) {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show,
    .navbar-expand-lg .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        float: none;
        width: 100%;
        margin-right: 0;
        overflow: visible;
        text-align: left;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: block;
        height: auto;
        min-height: 44px;
        padding: 12px 18px;
        text-align: left;
    }

    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        min-width: 0;
        margin: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar .dropdown-item {
        padding-left: 32px;
        white-space: normal;
    }

    .navbar {
        height: auto;
        min-height: 60px;
    }
}

.nav-item:hover, .nav-item-selected {
    background: var(--navbar-hover-background);
    color: var(--navbar-hover-color) !important;
}

.nav-item {
    margin-right: 2px;
}

.menuParent {
    width: 100%;
}

.siteImg {
    min-width: 250px;
    min-height: 80px;
    width: auto;
    height: auto;
}

.pagetitle {
    margin: 0;
    font-size: 24px;
    color: var(--text-strong);
}

#maincontent {
    background-color: var(--page-background);
    padding: 1rem;
}

    #maincontent .form {
        margin-left: 0;
    }

.breadcrumb {
    background: var(--surface);
}

    .breadcrumb span {
        padding-right: 10px;
    }

/*.input-form {
    width: 80%;
}*/

    .input-form .row {
        margin-bottom: 5px;
        /*padding: 5px;*/
    }

    .input-form label {
        width: 100%;
        margin-bottom: 0;
        display: block;
    }

h1 {
    font-weight: var(--h1-weight);
    font-size: var(--h1-size);
    color: var(--h1-color);
}

h2 {
    font-weight: var(--h2-weight);
    font-size: var(--h2-size);
    color: var(--h2-color);
}

h3 {
    color: var(--h3-color);
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
}

h4 {
    color: var(--h4-color);
    font-size: var(--h4-size);
    font-weight: var(--h4-weight);
}

hr {
    border: 1px solid #EA6D2D;
    border:none!important;
}

.w-95{
    width:95%!important;
}

.mr-3 {
    margin-right: 5px;
}

.editor-form-control {
    min-width: 250px !important;
    width: 100%;
}

    .editor-form-control.w-100 .dropdown-toggle {
        width: 100% !important;
    }

.clock-timepicker {
    min-width: 250px !important;
    width: 25%
}

.fs50{
    font-size:50px;
}

.fs28{
    font-size:28px;
}

.svg90{
    width:90px;
    height:90px;
}

.svg40 {
    width: 40px;
    height: 40px;
}

textarea {
    padding: 2px 10px !important;
}

select, input, textarea {
    padding: 4px;
    padding: 5px;
    font-size: var(--font-size-base) !important;
    border: 1px solid var(--border);
    height: var(--control-height) !important;
    font-family: var(--font-family-base);
    background: var(--surface);
}

    input.default-input {
        padding: 2px 10px;
        color: var(--text);
        font-size: 1em;
    }

    input[type="text"] {
        padding: 2px 10px;
        color: var(--text);
        font-size: 1em;
        border: 1px solid #AAA;
        height: 45px;
    }

    input[type="email"] {
        padding: 2px 10px;
        color: #333333;
        font-size: 1em;
    }

    input[type="password"] {
        padding: 2px 10px;
        color: #333333;
        font-size: 1em;
    }
/*input[type="text"]:hover {}
*/
.right {
    float: right;
}

#reportContent {
    background: white;
    padding: 10px;
}

    #reportContent .row {
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        margin: 10px;
    }

.AcceptedAgreement {
    margin-left: 50px;
}

input:disabled:hover {
    background-color: #5c5656;
    cursor: not-allowed;
    opacity: 0.8;
}

input .button {
    text-align: center;
    min-width: 75px;
    padding: 3px;
    border: none;
}

.lbnStyle {
    background: #04AE7A !important;
    float: right
}

.btnGreen {
    background-color: #0a548b;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .btnGreen :hover {
        color: var(--grid-header-color);
        text-decoration: none !important;
    }

.btnRed {
    background-color: var(--destructive-background);
    color: var(--destructive-color) !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .btnRed :hover {
        color: var(--destructive-hover-color);
        background-color: var(--destructive-hover-background);
        text-decoration: none !important;
    }

a.btnGreen {
    text-decoration: none !important;
}

    a.btnGreen :hover {
        text-decoration: none !important;
    }

.btnGreenDisabled {
    background-color: lightgray !important;
}

button {
    padding: 4px;
    padding: 5px;
    background-color: #0a548b;
    color: white;
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    button[type="submit"] {
        color: #fff;
        border: none;
        cursor: pointer;
        min-width: 200px;
        
    }

    button[type="button"] {
        cursor: pointer;
    }

    button:disabled {
        background-color: #5c5656;
        cursor: not-allowed;
        opacity: 0.8;
    }

        button:disabled:hover {
            background-color: #5c5656;
            cursor: not-allowed;
            opacity: 0.8;
        }

    button.button {
        text-align: center;
        border: none;
        min-width: 200px;
        cursor: pointer;
        height: 35px;
    }

        button.button .fa {
            padding-right: 5px;
        }

.tab-label {
    /*font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    background-color: var(--button);
    border: none;
    outline: none;*/
}

.tab-label-disabled {
    color: darkgray !important;
    cursor: not-allowed;
    background-color: white !important;
}

.tab-label:hover {
    background-color: var(--button-hover);
    /*text-decoration: none;*/
}

.tab-label:focus {
    outline: none;
}

.tab-selected {
    border-bottom: 5px solid !important;
    border-radius: 5px !important;
    border-bottom-color: var(--table-header) !important;
    /*font-weight: bold;
    font-size: 22px;
    color: #0a548b !important;
    padding-bottom: 10px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    
    /*background-color: #fff;*/
}

    .tab-selected:hover {
        /*color: #0a548b;
        text-decoration: none;*/
    }

    .tab-selected:focus {
        outline: none;
    }

textarea {
    font-size: 100%;
    padding: 4px;
    color: #333333;
}

select {
    padding: 4px;
    color: #333333;
}

select.form-control,
select.form-control-sm,
table.form select {
    -webkit-appearance: menulist;
    appearance: auto;
    padding-right: 32px !important;
}

a {
    text-decoration: none;
    color: var(--link);
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

#container {
    width: 100%;
    text-align: left;
    height: 100%;
}

#header {
    width: 100%;
    background:#fff;
}

#footer {
    margin: 0 auto;
    background: #eee;
    padding: 11px;
    margin-top: 20px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.highlight {
    background-color: #FFFF00;
}

.ebmmainwrapper {
    position: relative !important;
    margin: 0px 10px 0px 10px !important;
    padding-bottom: 6rem !important;
}

#ebmFooter {
    padding-top: 5px;
    background: var(--footer-background);
    color: var(--footer-color);
    clear: both;
    position: fixed;
    height: 40px;
    width: 100%;
    bottom: 0px;
    z-index: 5;
}

.loginHeader {
    border-bottom: 20px solid #182b49;
    background: white;
    margin-top: 0 !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
}

.tagLine {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 30px;
}

.headerimage {
    background-image: var(--logo);
    background-repeat: no-repeat;
    position: relative;
    width: 232px;
    height: 90px;
    background-size: contain;
    margin: 20px 12px;
}

.label {
    width: 200px;
}

#headerlinks {
    float: right;
    position: relative;
    color: #0A548B;
    padding: 15px;
}

    #headerlinks a {
        color: #0A548B;
    }
/*#headerlinks * {
        line-height: 70px;}
*/


#dashboard-container {
    min-height: 540px;
}

.login-button {
    margin-top: 20px;
}

.loginBoxes {
    border: 1px solid #0A548B;
    border-radius: 5px;
    padding: 20px;
}

.loginBox {
    padding: 10px;
}

.loginFooterBox {
    padding: 0px;
}

.card-body table {
    width: 100%;
}

.rightBorder {
    border-right: 1px solid #573D7E;
}

.generic-card-header {
    background-color: var(--table-header);
    color: white;
}

.login-urls, .login-urls:hover {
    font-weight: bold;
    color: #0A548B;
    text-decoration: none;
    font-size: 18px;
}

.top-card-header {
    background-color: var(--table-header);
    color: black;
}

.remember-me-label {
    padding: 2px 10px;
}

#candidate-ass {
    min-height: 500px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 15px;
    background-image: url(img/boxbg.jpg);
    background-repeat: repeat-x;
}

#dashboard-help {
    min-height: 300px;
    margin-left: 0.5%;
    float: left;
    width: 45%;
    border: 1px solid #cccccc;
    padding: 20px;
    background-image: url(img/boxbg.jpg);
    background-repeat: repeat-x;
}

    #dashboard-help ul {
        list-style-position: inside;
        float: left;
        margin-left: 5px;
        margin-right: 20px;
    }

#dashboard-help-response {
    height: 250px;
    overflow: auto;
    padding: 15px;
    border: 1px solid #cccccc;
}

    #dashboard-help-response ul {
        padding: 15px;
    }

#userguide {
    float: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 45%;
    border: 1px solid #bbbbbb;
    padding: 15px;
}

    #userguide table {
        margin-left: 15px;
        border-collapse: collapse;
    }

        #userguide table td.left {
            width: 120px;
        }

#userguideresponse {
    clear: both;
    height: 135px;
    visibility: hidden;
    overflow: auto;
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #bbbbbb;
}

    #userguideresponse ul {
        padding: 15px;
    }

.exam-html {
    height: 100%;
    overflow: hidden;
}

.exam-body {
    height: 100%;
}

    .exam-body form {
        height: 100%;
    }

#contentlinks {
    float: right;
}

    #contentlinks .addicon {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-top: 1px;
        background-image: url(img/nav/add.png);
        display: block;
        float: left;
    }

    #contentlinks a {
        float: left;
        color: var(--grid-header-color);
        padding: 10px 20px;
        margin-left: 1.5em;
        border-radius: var(--control-radius);
        background: var(--button);
        font-weight: normal;
    }

        #contentlinks a:hover {
            text-decoration: none;
            color: var(--primary);
            background: var(--button-hover);
        }

.menuadmin-container {
    margin: 0px 10px 0px 10px;
    padding-top: 12px;
}

.menuBar {
    height: 27px;
    margin-top: 8px;
}

    .menuBar .menuitem {
        float: left;
        margin-top: 1px;
    }

        .menuBar.menuitem:hover {
            margin-top: 1px;
        }

.menuitem a {
    border: 1px solid #dddddd;
    border-bottom: none;
    background-color: #eee;
    padding: 5px 15px;
    font-weight: bold;
}

    .menuitem a:hover {
        text-decoration: none;
        background-color: #ddd;
    }

.contentheading {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: auto;
}

.breadcrumb {
    padding: 1em;
    margin-bottom: 0;
}

.text-left{
    text-align:left!important;
}
.inline {
    display: inline;
}

.success {
    color: #28a745;
    padding: 5px;
}

.selected {
    color: #182b49;
}

.validationsummary {
    display: block;
    margin-left: 1em;
    text-align: left;
}

.loginbutton {
    margin-top: 2em;
    width: 100%;
}

.reportstext {
    /*color: #aaaaaa;*/
}

table.gridview {
    width: 100%;
    margin-top: 1em;
    border-collapse: separate !important;
}

    table.gridview a {
        margin-right: 1.5em;
        word-break: keep-all;
    }

    table.gridview tr.table-row td, table.gridview tr.table-alternating td {
        height: auto;
        text-align: left;
        background-color: #ffffff;
        padding: 9px 9px 9px 15px;
        border: 1px solid #dddddd;
        word-break:break-word;
    }

    table.gridview tr.table-footer td {
        height: auto;
        text-align: left;
        background-color: #ffffff;
        padding: 9px;
        border: 1px solid #dddddd;
    }

    table.gridview tr.table-pager td a {
        margin: auto;
    }

    table.gridview tr.table-header th {
        text-align: left;
        background-repeat: repeat-x;
        color: #fff;
        padding: 12px 12px 12px 15px;
        background: var(--grid-header-background);
        font-weight: normal;        
    }

        table.gridview tr.table-header th a {
            color: var(--grid-header-color);
        }

.pager td {
    padding-left: 5px;
}

    .pager td table tbody tr td {
        border: none;
    }

.customPaging {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0px;
}

.pager {
    padding-left: 0;
    margin: 00px 0;
    text-align: center;
    list-style: none;
}

.modalBackground {
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #cccccc;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    padding: 15px;
    width: 75vw!important;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll !important;
    
}

.mediaplayer {
    width: 225px;
    height: 145px;
    display: block; /* fixed position to the top right corner */
    position: fixed;
    right: 50px;
    top: 350px;
}

.fl-container {
    width: 100%;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.fl-section-1 {
    width: 200px;
}

.fl-section-2 {
    width: 50%;
}

.fl-clear {
    clear: both;
}

.hidden {
    display: none;
}

ul#assets-container > li {
    cursor: pointer;
    font-weight: bold;
    list-style-type: none;
    width: 90px;
    float: left;
}

.fl-maxwd {
    max-width: 80px;
}

#exam-content {
    height: auto;
}

.exam-content-inner {
    height: 100%;
    /*overflow-y: auto;*/
}

.question-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .question-container > div {
        flex-grow: 1;
    }

div#exam-header {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: left;
    font-size: 16px;
}

div#examlogo {
    background-color: transparent;
    background-image: url(img/logo.png);
    width: 241px;
    height: 36px;
    position: relative;
    top: 25px;
    left: 10px;
}

    div#examlogo .no-logo {
        background-image: none;
    }

img.maxWidth {
    max-height: 100px;
}

.chosen-container {
    max-width: 250px !important;
}

div#exam-info {
    background-image: url(img/exam/top_blue_gradient.jpg);
    color: #eeeeee;
    font-size: 1.1em;
    height: 100px;
}

div#exam-title {
    text-align: left;
    float: left;
    margin: 10px;
    margin-left: 20px;
}

div#exam-time {
    text-align: right;
}

div#exam-learner {
    text-align: left;
    float: left;
    margin: 10px;
    margin-left: 20px;
    margin-top: 5px;
}

div#exam-total-questions {
    text-align: right;
    float: right;
    margin: 10px;
}

#exam-content-container {
    height: 100%;
    font-size: 16px;
}

div#exam-content {
    text-align: left;
    background-color: #fefefe;
    padding: 20px 30px;
}

.exam-navigation {
    padding-bottom: 15px;
    background: white;
}

div#exam-question {
    height: calc(100% - 35px);
    overflow-y: auto;
}

div#exam-report {
    margin: 15px;
    text-align: left;
}

div.exam-error {
    min-height: 400px;
    text-align: center;
    padding-top: 50px;
}

div.exam-frontpage {
    min-height: 400px;
    position: relative;
    padding: 50px 10px 10px 10px;
    font-size: 14px;
}

div.exam-finish {
    min-height: 400px;
    text-align: center;
    padding-top: 50px;
}

div#question-details {
    float: left;
    width: 52%;
    margin: 5px;
}

.full-height {
    height: 100%;
}

#question-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #question-content > div {
        flex-grow: 1;
    }

div#question-title {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.question-text-half {
    width: 50%;
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.maximise-parent {
    text-align: right;
}

div#questiontext {
    margin-top: 10px;
    text-align: left;
}

div#section-title {
    text-align: left;
    margin-top: 7px;
    display: none;
}

div#supplementary-text {
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    margin-top: 15px;
}

div#question-selector-container {
    width: 100%;
    height: 50px;
    margin-left: 0px;
    overflow: auto;
    vertical-align: middle;
}

div#question-selector {
    min-width: 100px;
    width: 100px;
    padding: 10px;
    vertical-align: middle;
}

    div#question-selector td {
        min-width: 60px;
        vertical-align: middle;
    }

        div#question-selector td span {
            padding: 5px;
            vertical-align: -1px;
            text-align: center;
            vertical-align: middle;
            padding-right: 5px;
        }

    div#question-selector input {
        height: 10px;
        vertical-align: -1px;
        margin-right: 10px;
    }

div#quesion-content {
    width: 100%;
    height: 400px;
}

#audioButtons .fa-circle {
    color: #e01d2e;
}
/*div#quesionresponses {
    width: 100%;
    height: 100%;}
*/

div#quesionresponses td {
    padding: 5px 1em;
}

.exam-essay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .exam-essay > div {
        flex-grow: 1;
    }

    .exam-essay .essay-question-input {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .exam-essay .essay-question-input > div {
            flex-grow: 1;
        }

        .exam-essay .essay-question-input .cke_inner {
            height: calc(100% - 45px);
        }

#quesionresponses iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}

#exam-navigation-container {
    position: absolute;
    bottom: 0;
}

#divAllExam {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

    #divAllExam > div {
        flex-grow: 1;
    }

#navigationParent {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 5px;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
}

.exam-question-page {
    border: 1px solid;
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
    background: #ffb667;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .exam-question-page a {
        color: black;
    }

    .exam-question-page[disabled] {
        border-color: #727272;
    }

    .exam-question-page a[disabled] {
        color: #727272 !important;
        cursor: not-allowed;
    }

    .exam-question-page .fa {
        margin: 0px 5px;
    }

    .exam-question-page a {
        font-size: 16px;
        display: inline-block;
        text-align: center;
        padding: 6px
    }

        .exam-question-page a:hover {
            text-decoration: none;
        }

.answered-question {
    background: palegreen;
}

.current-question {
    background: #0772ba !important;
}

    .current-question a, .answered-question a {
        color: white;
    }

div#navigation-bottom {
    height: 47px;
}

div#navigation-reset {
    float: left;
    margin: 10px;
}

div#navigation-finish {
    float: left;
    margin: 10px;
}

div#navigation-next {
    float: right;
    margin: 10px;
}

div#navigation-previous {
    float: right;
    margin: 10px;
}

div#dragndrop-responses {
    width: 100%;
    /*height: 400px;*/
}

div#dragndrop-zones-area .row {
    margin-bottom: 15px;
}

div#dragdrop-text {
    display: block;
    margin: 10px 0px 10px 0px;
}

    div#dragdrop-text p {
        display: block;
    }

div#dragndrop-responses-area {
    min-height: 150px;
    height: 150px;
}

.dragndrop-draggable {
    width: 200px;
    border: 1px solid #5b76fc;
    background-color: #dad8fc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
}

.dragndrop-droppable {
    width: 200px;
    border: 1px solid #fc5b70;
    background-color: #f0e2e5;
    margin: 5px 5px 5px 5px;
    padding: 8px 8px 8px 8px;
    display: inline-block;
    min-width: 200px;
}

.dragndrop-dropped {
    border: 1px solid #299630;
    background-color: #def7df;
}

.dragndrop-responses-highlight {
    background-color: #eeeeee;
}

.dragndrop-drop-highlight {
    background-color: #eeeeee;
}

.matching-list li {
    padding: 5px;
    margin: 8px;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    list-style-type: none;
    width: 220px;
    height: 100px
}

.matching-sep li {
    padding: 5px;
    margin: 8px;
    list-style-type: none;
    height: 100px;
}

.matrixTable th {
    text-align: center !important
}

.ajaxOrderedList li {
    list-style: none;
}

.matrixTable td {
    text-align: center;
    vertical-align: top;
}

.mlq-statements-tr td {
    width: 12%;
}

    .mlq-statements-tr td:first-child {
        width: 40%;
    }

.modalPopup.quesPreview {
    height: 820px !important
}

a#Exam1_btnFininsh[disabled] {
    display: none;
}

.registerpopup {
    top: 200px !important;
    height: auto;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: auto !important;
}

.selectedQuestion {
    background-color: #393f92;
    color: #ffffff;
}

.answeredQuestion {
    background-color: #666666;
    color: #ffffff;
}

.yesiquitbutton {
    margin-bottom: 5px;
}

.font-options input {
    font-size: 16px;
    line-height: 16px;
    width: 32px;
    font-weight: bold;
    margin-left: 10px;
}

.finishbutton {
    padding: 5px 10px;
    font-size: 14px;
}

.nodontquitbutton {
    background-color: #73777a;
}

#navigation-center {
    text-align: center;
}

    #navigation-center input {
        margin-right: 60px;
        padding: 10px;
    }

#mockUserInput {
    text-align: center;
    width: 450px;
}

    #mockUserInput label {
        text-align: left;
    }

    #mockUserInput .row {
        margin-bottom: 15px;
    }

#scormUploadPanel {
    margin-bottom: 25px;
}

.sup-text-parent {
    margin-top: 12px;
}

.suppText {
    color: #fff;
    padding: 7px 14px;
    margin-top: 10px;
    text-decoration: none;
}

    .suppText:hover {
        color: #fff;
        padding: 5px 10px;
        margin-top: 10px;
        text-decoration: none;
    }

video {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid;
}

.pointer {
    cursor: pointer;
}

.floatRight {
    float: right;
}

#divReview {
    width: 100%;
    text-align: center;
}

.color-primary {
    color: #0A548B
}

.color-warning {
    color: red;
}

.background-primary, .background-primary:hover {
    background-color: #172A48;
    color: white;
}

.stepHeader {
    font-weight: bold;
    font-size: 120%;
}

.inline-form-btn {
    margin-top: 3px;
}

.inline-form-label {
    margin-top: 8px;
}

.reg-basket {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 4px;
}

    .reg-basket h3 {
        text-align: center;
        border-bottom: 1px solid #bbb;
        padding-bottom: 10px;
        padding-top: 5px;
    }

.reg-basket-content {
    padding-bottom: 15px;
}

    .reg-basket-content .col-md-4 {
        text-align: right;
    }

.reg-basket-footer div {
    border-top: 1px solid #bbb;
    text-align: right;
}

#purchaseScreen .row {
    padding-top: 5px;
}

#purchaseScreen input[type="submit"] {
    min-width: 100px;
}

.ajax__calendar {
    box-sizing: unset;
}

    .ajax__calendar * {
        box-sizing: unset;
    }

.grid-parent {
    padding-top: 20px;
}

.add-button-parent {
    padding: 10px 0px;
}

.form-body .row {
    margin-bottom: 10px;
}

.validated-field {
    display: inline-block;
    width: calc(100% - 20px);
}

.underline {
    text-decoration: underline !important;
}

.mobileSchedule {
    width: 100%;
    background: #f0f6f8;
    border: solid 1px #dddddd;
    text-align: center;
}

    .mobileSchedule th {
        background-color: #0A548B;
        color: white;
        border: solid 1px #0A548B;
    }

    .mobileSchedule td {
        color: black !important;
    }

    .mobileSchedule tr:nth-child(even) {
        background-color: white;
    }

.mobileGridPager {
    background-color: #0A548B !important;
}

    .mobileGridPager table {
        width: 100%;
    }

        .mobileGridPager table span {
            color: white !important;
        }

.mobilePopup {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 890;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.mobilePopupContent {
    background-color: white;
    min-width: 90%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}

#mobileHeader {
    background: #0A548B;
    color: white;
    text-align: center;
    font-size: 24px;
}

#mobileBody {
    padding: 5%;
}

.mobileGridBTN {
    width: 100%;
    color: black !important;
    background-color: inherit !important;
    min-width: unset !important;
}

.mobileLinks {
    padding-right: 2%;
}

    .mobileLinks a {
    }

#DetailsPopup {
    z-index: 800;
    width: 100%;
    height: 100%;
}

.modalClose {
    float: right !important;
    background: inherit !important;
    min-width: unset !important;
    padding-right: 5px !important;
    padding: 2px 4px 2px 4px !important;
    font-size: 20px !important;
}

.left {
    text-align: left !important;
}

.archiveDeleteText, .archiveDeleteText:hover, .error {
    color: var(--danger);
    font-weight: normal;
}

.inline-img {
    display: inline-block;
    max-height: 15px;
    max-width: 100px;
    vertical-align: unset;
}

.status-tag {
    border: 0px solid black;
    border-radius: 15px;
    padding: 5px 10px;
    background: rgba(0,0,0, 0.2);
}

.status-tag.small {
    font-size: 10px;
}

.status-tag.success {
    background: rgba(153,204,51, 0.2);

}

.status-tag.warning {
    color: #ffcc00;
    background: rgba(255,204,0, 0.2);
}

.status-tag.info {
    color: white;
    background: #2196F3;
}

.status-tag.error {
    color: #721c24;
    background: #f8d7da;
}

.hl-button {
    text-decoration: none;
    color: #0A548B;
}

.table-pager{
    margin-top:10px;
}

.table-pager > td {
    padding: 0 !important;
    border-radius: 5px;
    text-align: center;
}

    .table-pager > td > table {
        display: inline-table;
        margin: 0 auto;
    }

    .table-pager td table tbody tr td {
        padding: 10px;
        color: #1A56A4;
    }

    .table-pager td table tbody tr td span{
        text-decoration:underline;
    }
    /*max width: pixel 2 XL*/
    /*min width: iphone 5/se*/
    @media (min-width: 320px) and (max-width: 823px) {
        body {
        background-image: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .exam-html {
        height: 100%;
        overflow: auto;
    }

    div#exam-content {
        width: 100%;
        padding: 0px !important;
        border: none;
        /*overflow: hidden;*/
    }

    div#exam-question {
        height: 100%;
        height: calc(100% - 35px);
    }

    .audioBtn {
        width: 100%;
        margin-top: 10px;
    }

    exam-essay {
        float: left !important;
        width: 100% !important;
    }

    #mainwrapper {
        clear: both;
        background-color: #fff;
        width: 100%;
        min-height: 400px;
        margin-left: 0px;
        padding: 10px;
        padding-top: 12px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 20px;
    }

    .loginHeader {
        width: 100% !important;
    }

    .navbar {
        width: 100% !important;
        left: 0% !important;
    }

    #container {
        width: 100%;
        text-align: left;
        height: auto !important;
        overflow-x: hidden;
        margin-bottom: 40px;
    }

    table.gridview {
        margin-top: unset !important;
    }

    .mobileLinks a {
        color: white;
    }

    #logincontent {
        width: 100%;
        margin-left: 0px;
    }

    

    

    .imagemaps-wrapper {
        display: inline-block;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .imagemaps-wrapper img {
            max-width: 100%;
        }

    .imagemaps-control {
    }

    .table td, .table th {
        vertical-align: middle;
    }

    .table-pager {
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }

        

            .table-pager > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 2;
                color: #fff;
                background-color: var(--highlight);
                border-color: #dddddd;
                cursor: default;
            }

        .table-pager td:first-child > * {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .table-pager td:last-child > * {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            margin-top:10px;
        }

        .table-pager td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #fff;
            background-color: var(--button-hover);
            border: 1px solid #dddddd;
            cursor: default;
        }

        .table-pager td > a {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            border: 1px solid #dddddd;
            margin: -1px !important;
            color: #fff;
            background-color: var(--button);
        }

            .table-pager td > a:hover {
                color: #fff;
                background-color: var(--button-hover);
                border-color: #dddddd;
            }

    .imagemaps-control {
        display: none;
    }

    .nav-tabs > li > a {
        background: #eee;
    }

    .checkBoxList input {
        float: left;
    }

    .checkBoxList label {
        width: auto;
        text-align: left;
        padding: 5px 20px;
        float: left;
    }

    .overlayBtns {
        padding: 10px;
        margin: 5px;
        background: #0A548B;
        color: white;
        border-radius: 5px;
        float: left;
    }

    .overlayInfoPanel {
        border: 1px solid #bbbbbb;
        margin: 8px;
        padding: 10px;
        width: 100%;
        margin-top: 7px;
    }

    #verifiertable {
        border-collapse: collapse;
        width: 100%;
    }

        #verifiertable td, #verifiertable th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        #verifiertable tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #verifiertable tr:hover {
            background-color: #ddd;
        }

        #verifiertable th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #182b49;
            color: white;
        }

    .verifier-chosen td:not(:last-child) {
        background-color: lightgreen !important;
    }

    .loader {
        margin: 0 auto;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #0A548B;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }
    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }

        @keyframes spin {
            0%

{
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}

.selectedoverlay {
    border: 2px solid #172A48 !important;
}
/* Bootstrap fixes
----------------------------------------------------------*/
.carousel-caption {
    padding-bottom: 50px !important;
}

.audioControls {
    background-color: unset;
    color: black !important;
    border: none !important;
    cursor: pointer !important;
}

.matching-response {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-top: 3px;
}

#ctl00_Exam1_upHeader {
    height: 75px !important;
    margin-top: 0 !important;
}

table.form {
    width: 100%;
}

    table.form.m-note tr td:first-child {
        text-align: end;
    }

    table.form.matrix th {
        background-color: white;
        text-align: center;
        width: 10%;
        padding: 5px;
    }

    table.form.matrix td {
        text-align: center;
    }

    table.form.sm-form th {
        text-align: center;
    }

    table.form input, table.form select, table.form textarea, table.form .bootstrap-select {
        max-width: 500px !important;
    }
/* Resonance Member Annotations*/
#ctxMenu {
    display: none;
    z-index: 9999999;
}

menu {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid;
    background-color: white;
    font-weight: normal;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}

    menu:hover {
        background-color: #eef;
        font-weight: bold;
    }

        menu:hover > menu {
            display: block;
        }

    menu > menu {
        display: none;
        position: relative;
        top: -18px;
        left: 100%;
        width: 90px;
        text-align: center;
    }

    menu[title]:before {
        content: attr(title);
    }

    menu:not([title]):before {
        content: "\2630";
    }

#commentsArea {
    font-size: 14px;
    padding: 10px;
    width: 20%;
    float: right;
    border: 1px solid #ddd;
    margin-top: 32px;
}

.comment {
    border: 1px solid #0A548B;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
}

    .comment textarea {
        width: 100%;
    }
/* Resonance Member Annotations*/



/* OVERLAYS */
.overlay-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    overflow: auto;
}

    .overlay-container .overlay {
        position: absolute;
        z-index: -1;
        background: #cccccc;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .overlay-container .overlay-content {
        position: relative;
        width: 600px;
        margin: 300px auto;
        background-color: #fff;
        padding: 15px;
        text-align: center;
        overflow: auto;
        border: 1px solid #cccccc;
    }

        .overlay-container .overlay-content .message {
            font-size: 120%;
        }

        .overlay-container .overlay-content .connection-status {
            margin-top: 15px;
            padding-bottom: -15px;
            text-align: left;
        }

            .overlay-container .overlay-content .connection-status .connection-status-text {
                font-weight: bold;
            }

.button.backbutton {
    background-color: var(--destructive-background);
    color: var(--destructive-color) !important;
}

    .button.backbutton:hover {
        background-color: var(--destructive-hover-background);
        color: var(--destructive-hover-color) !important;
    }

.word-break {
    word-break: break-word;
    overflow-wrap: break-word;
}

.media-usage.disabled-media {
    filter: contrast(0.5);
    pointer-events: none;
}

.holds-the-iframe {
    background: url(img/loading1.gif) center center no-repeat;
}

.navbar-collapse.in {
    display: block !important;
}

.calendaricon {
    width: 21px;
    height: 19px !important;
    vertical-align: -6px;
    *vertical-align: 0px;
    margin-left: 1em;
    cursor: pointer;
}

.bootstrap-select > .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: var(--font-size-base);
    height: 45px;
    border-radius: var(--control-radius);
    min-width: 500px;
    padding-top: 12px;
    border: 1px solid var(--border);
    background-color: var(--surface) !important;
    color: var(--text-strong);
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner:hover{
    color: var(--text-strong);
}

.bs-searchbox .form-control {
    border: 2px solid var(--border);
}
.form-control {
    color: var(--text-strong);
    border: 1px solid var(--border);
}

.bootstrap-select .dropdown-menu {
    border: 2px solid var(--border);
}

.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:focus {
    background: var(--surface);
}

.bootstrap-select .dropdown-menu {
    padding-bottom: 10px;
    height: 400px !important;
    max-width: 75%;
}

.stiJsViewerInnerParametersPanelSimple input {
    height: auto !important;
}

