/*@font-face {
    font-family: 'Kievit';
    src: url('/App_Themes/Assess/fonts/KievitOffc.woff') format('woff')}
*/

* {
    font-family: Verdana;
}

body {
    margin: 0px;
    width: 100%;
    font-size: 90%;
    color: #333333;
    background-color: #ffffff;
    background-repeat: repeat-x;
    font-family: Verdana;
}

input[type="submit"], .linkbutton {
    color: #fff !important;
    border: none;
    cursor: pointer;
    min-width: 160px;
    background: var(--button);
    border-radius: 35px;
    font-weight: bold;
    padding: 12px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

    input[type="submit"]:hover, .linkbutton:hover {
        background: var(--button-hover);
        color: black !important;
        text-decoration: none;
    }

input[type="button"] {
    color: #fff;
    border: none;
    cursor: pointer;
    min-width: 200px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-color: white;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 0px;
}

    input[type="checkbox"]:checked:after {
        content: '\2714';
        color: #0A548B;
        padding-left: 12px;
        font-size: 30px;
    }

input[type="file"] {
    background-color: white;
}

input:disabled {
    background-color: #aaa;
    cursor: not-allowed;
    opacity: 0.8;
}

.text-right {
    text-align: right;
}

.footer-text {
    font: normal normal normal 10px/12px Verdana;
}

.footer-link {
    color: #fff;
    font: normal normal normal 10px/12px Verdana;
    margin-left: 10px;
    margin-right: 10px;
}

    .footer-link:hover {
        color: #fff;
        font: normal normal normal 10px/12px Verdana;
        margin-left: 10px;
        margin-right: 10px;
    }

.breakWord {
    word-break: break-word;
}

.nav-item {
    color: white !important;
    text-align: center;
    height: auto;
    float: left;
    /*white-space: nowrap;*/
    overflow: hidden;
}

    .nav-item a {
        cursor: pointer;
    }


.btn-danger {
    background: #dc3545 !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: 4px;
}

    .btnUat:hover{
        text-decoration:none;
    }

    .error {
        color: #dc3545;
        padding: 5px;
    }

.bootstrap-select {
    line-height: 35px;
    width: 100% !important;
}

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 14px;
    }

    .bootstrap-select > .dropdown-toggle {
        background: white;
        padding: 10px;
        border: 1px solid #AAA;
        border-radius: 3px;
    }

    .bootstrap-select > .dropdown-toggle.bs-placeholder {
        /*padding: 10px;*/
        background: white;
        border: 1px solid #AAA;
        border-radius: 3px;
    }

input[type="submit"].btn-warning {
    background: #ffc107 !important;
    color: black !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 15px 20px;
    text-decoration: none;
}

.nav-link {
    margin-right: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
}

.navbar-nav {
    display: block;
}

.nav-item-selected {
    background: #0A548B;
}

.navbar {
    width: 100%;
    background: var(--primary);
    padding: 0;
}

.nav-item:hover, .nav-item:visited {
    background: var(--highlight);
}

.nav-item {
    margin-right: 2px;
}

.menuParent {
    width: 100%;
}

.siteImg {
    min-width: 250px;
    min-height: 80px;
    width: auto;
    height: auto;
}

.pagetitle {
    margin: 0;
    font-size: 140%;
    color: var(--primary);
}

#maincontent {
    background-color: var(--secondary);
    padding: 1rem;
}

    #maincontent > hr {
        border-top-color: rgba(0,0,0,0.4);
    }

    #maincontent .form {
        margin-left: 0;
    }

.breadcrumb {
    background: white;
}

.input-form {
    width: 80%;
}

    .input-form .row {
        margin-bottom: 5px;
        /*padding: 5px;*/
    }

    .input-form label {
        width: 100%;
        margin-bottom: 0;
        display: revert;
    }

h1 {
    font-weight: bold;
    font-size: 120%;
    color: #182b49;
}

h2 {
    font-weight: bold;
    font-size: 105%;
    color: #182b49;
}

h3 {
    color: #333333;
    font-size: 102%;
    font-weight: bold;
}

.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%
}

textarea {
    padding: 2px 10px !important;
}

select, input, textarea {
    padding: 4px;
    padding: 5px;
    font-size: 14px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #AAA;
    height: 45px !important;
    font-family: Verdana;
    background: white;
    border: 1px solid #AAA !important;
}

    input.default-input {
        padding: 2px 10px;
        color: #333333;
        font-size: 1em;
    }

    input[type="text"] {
        padding: 2px 10px;
        color: #333333;
        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: #fff;
        text-decoration: none !important;
    }

.btnRed {
    background-color: #dd4e3b;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .btnRed :hover {
        color: #fff;
        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;
}

a {
    text-decoration: none;
    color: #0A548B;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

#container {
    width: 100%;
    text-align: left;
    height: 100%;
}

#header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#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: 10px;
    background: var(--primary);
    color: #fff;
    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: 90%;
    height: 90px;
    background-size: contain;
    margin-bottom: 10px;
    margin: 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 {
    border-top: 5px solid var(--table-header);
    border-radius: 8px;
}

.card-body table {
    width: 100%;
}

.rightBorder {
    border-right: 1px solid lightgrey;
}

.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: #fff;
        padding: 10px 20px;
        margin-left: 1.5em;
        border-radius: 50vh;
        background: var(--button);
        font-weight: bold;
    }

        #contentlinks a:hover {
            text-decoration: none;
            color: #ffffff;
            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;
}

.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%;
    border: 1px solid #dddddd;
    margin-top: 1em;
    border-top: 5px solid var(--table-header);
    border-radius: 8px;
    border-collapse: separate !important;
}

    table.gridview a {
        margin-right: 1.5em;
    }

    table.gridview tr.table-row td, table.gridview tr.table-alternating td {
        height: auto;
        text-align: left;
        background-color: #ffffff;
        padding: 9px;
        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: #000;
        padding: 12px;
        background: var(--table-header);
    }

        table.gridview tr.table-header th a {
            color: #000;
        }

.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: red !important;
    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;
}



/*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 {
            padding: 0 !important;
            border-radius: 5px;
        }

            .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: #73777a;
}

    .button.backbutton:hover {
        background-color: #5c5656;
    }

.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: 14px;
    height: 45px;
    border-radius: 3px;
    min-width: 500px;
    padding-top: 12px;
    border: 1px solid #AAA;
    background-color: white !important;
    color:black;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner:hover{
    color:black;
}

.bs-searchbox .form-control {
    border: 2px solid #aaa;
}
.form-control {
    color: black;
    border: 1px solid #AAA;
}

.bootstrap-select .dropdown-menu {
    border: 2px solid #aaa;
}

.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:focus {
    background: white;
}

.bootstrap-select .dropdown-menu {
    padding-bottom: 10px;
    height: 400px !important;
    max-width: 75%;
}

.stiJsViewerInnerParametersPanelSimple input {
    height: auto !important;
}