* {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

body {
    font-size: 90%;
    color: #333333;
    background-color: #ffffff;
    background-repeat: repeat-x;
}

h1 {
    font-weight: bold;
    font-size: 120%;
    color: #e01d2e;
}

h2 {
    font-weight: bold;
    font-size: 105%;
    color: var(--linkcolour);
}

h3 {
    color: var(--linkcolour);
    font-size: 102%;
    font-weight: bold;
}

input {
    padding: 4px;
    padding: 5px;
}

    input[type="submit"], .button {
        color: #fff;
        border: none;
        cursor: pointer;
    }

    input[type="button"] {
        color: #fff;
        border: none;
        cursor: pointer;
    }

    input:disabled {
        background-color: #5c5656;
        cursor: not-allowed;
        opacity: 0.8;
    }

        input:disabled:hover {
            background-color: #5c5656;
            cursor: not-allowed;
            opacity: 0.8;
        }

    input .button {
        text-align: center;
        min-width: 75px;
        padding: 3px;
        border: none;
    }

button {
    padding: 4px;
    padding: 5px;
}

    button[type="submit"] {
        color: #fff;
        border: none;
        cursor: pointer;
    }

    button[type="button"] {
        color: #fff;
        border: none;
        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;
        min-width: 75px;
        padding: 3px;
        border: none;
    }

textarea {
    font-size: 100%;
    padding: 4px;
    color: #333333;
}

select {
    padding: 4px;
    color: #333333;
}

a {
    text-decoration: none;
    color: #e01d2e;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

#container {
    width: 100%;
    text-align: left;
    height: 100%;
}

#header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headerimage {
    position: relative;
    margin-left: 10px;
    width: auto;
    min-width: 208px;
    height: 70px;
    display: block;
    /*background-image: url(img/nshcs-logo.png);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: auto 70px;
    -o-background-size: auto 70px;
    -moz-background-size: auto 70px;
    -webkit-background-size: auto 70px;*/
    margin-bottom: 5px;
}

.headerimage img {
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%);
}

#headerlinks {
    float: right;
    margin-right: 10px;
    color: #333333;
}

    #headerlinks a {
        color: #333333;
    }

#dashboard-container {
    min-height: 540px;
}

.loginPanel label {
    margin-right: 9px;
}

.loginPanel tr {
    margin-bottom: 10px;
    height: 45px;
}

#logincontent {
    width: 350px;
    background: #f7f7f7;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 20px;
    padding-top: 1.5em;
    background: #f7f7f7;
}

.loginPanel input {
    width: 200px !important
}

    .loginPanel input[type="submit"] {
        width: 85px !important;
    }

.loginPanel .loginbutton {
    margin-right: 7px;
}

#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-admin {
    min-height: 300px;
    border: 1px solid #cccccc;
    padding: 20px;
}

    #dashboard-admin table {
        width: 100%;
        border-collapse: collapse;
    }

        #dashboard-admin table td {
            width: 50px;
            padding-bottom: 4px;
            padding-top: 4px;
            padding-left: 6px;
        }

            #dashboard-admin table td.left {
                width: 150px;
            }

        #dashboard-admin table tr.blue {
            background-color: #005EB8;
            color: white;
        }

    #dashboard-admin .box {
        padding: 12px;
        margin-top: 12px;
        background-color: #fcfcfc;
        border: 1px solid #cccccc;
    }

        #dashboard-admin .box a {
            color: #343434;
        }

#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%;
    }

#mainwrapper {
    clear: both;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    margin: -3px 10px 0px 10px;
    min-height: 400px;
    padding: 10px;
    padding-top: 12px;
    height: -moz-calc(100% - 105px);
    height: -webkit-calc(100% - 105px);
    height: -o-calc(100% - 105px);
    height: calc(100% - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}
/*#maincontent {
    border: 1px solid #dddddd;
    padding: 20px;
    padding-top: 1.5em;
    background: #f7f7f7;
}
    #maincontent td {
        color: #333333;
        font-family: tahoma, sans-serif;
    } #maincontent .form {
        margin-left: 0.5em;
    } #maincontent .form th {
            padding-bottom: 0.5em;
            text-align: left;
        } #maincontent .form td {
            padding-bottom: 0.5em;
        } #maincontent .form .label {
            text-align: right;
            padding-right: 1em;
            width: 200px;
        } #maincontent .pagetitle {
        font-weight: bold;
        font-size: 13px;
        color: #e01d2e;
    } */ #contentlinks {
    float: right;
}

    #contentlinks .addicon {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-top: 3px;
        background-image: url(img/nav/add.png);
        display: block;
        float: left;
    }

    #contentlinks a {
        float: left;
        color: #fff;
        padding: 6px 10px;
        margin-left: 1.5em;
    }

        #contentlinks a:hover {
            text-decoration: none;
            color: #ffffff;
        }

.menuadmin-container {
    margin: 0px 10px 0px 10px;
    padding-top: 12px;
}

#menuadmin {
    height: 27px;
    margin-top: 8px;
}

    #menuadmin .menuitem {
        float: left;
        margin-top: 1px;
    }

        #menuadmin .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;
    }

#menuCandidate {
    height: 27px;
    margin-top: 8px;
}

    #menuCandidate .menuitem {
        float: left;
        margin-top: 1px;
    }

        #menuCandidate .menuitem:hover {
            margin-top: 1px;
        }

.contentheading {
    margin-bottom: 1em;
}

.breadcrumb {
    padding: 1em;
}

.inline {
    display: inline;
}

.error {
    display: block;
    color: #dd0000;
    margin-top: 1em;
}

.success {
    display: block;
    color: #009900;
    margin-top: 1em;
}

.selected {
    color: #e01d2e;
}

.validationsummary {
    display: block;
    margin-left: 1em;
    text-align: left;
}

.loginbutton {
    margin-top: 2em;
}

.calendaricon {
    vertical-align: -6px;
    *vertical-align: 0px;
    margin-left: 1em;
    cursor: pointer;
}

.reportstext {
    color: #aaaaaa;
}

table.gridview {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 1em;
}

    table.gridview a {
        margin-right: 1.5em;
    }

    table.gridview tr.table-row td {
        height: auto;
        text-align: left;
        background-color: #ffffff;
        padding: 9px;
        border: 1px solid #dddddd;
    }

    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 {
        padding: 5px;
        padding-left: 3px;
    }

        table.gridview tr.table-pager td a {
            margin: auto;
        }

    table.gridview tr.table-header th {
        text-align: left;
        background-repeat: repeat-x;
        color: #ffffff;
        padding: 9px;
    }

    table.gridview tr.table-alternating td a {
        color: white;
    }

    table.gridview tr.table-alternating td {
        height: auto;
        text-align: left;
        background-color: #005EB8;
        padding: 9px;
        border: 1px solid #dddddd;
        color: white;
    }

.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: 840px;
    height: 500px;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}

.modalPopup.reportView{
    overflow-x:auto !important;
    overflow-y:auto !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 css */
div#exam {
    text-align: left;
    font-family: Calibri; /*font-size:11px;*/
    height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
    height: -o-calc(100% - 90px);
    height: calc(100% - 90px);
}

#exam-content {
    height: 100%;
}

.exam-content-inner {
    height: 100%;
}

div#exam-header {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    font-size: 16px;
}

div#examlogo {
    background-color: transparent;
    background-image: url(img/logo.jpg);
    width: 241px;
    height: 36px;
    position: relative;
    top: 25px;
    left: 10px;
}

    div#examlogo .no-logo {
        background-image: none;
    }

img.maxWidth {
    max-height: 100px;
}

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;
}

h1#exam-title {
    font-size: 30px;
}

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%;
}

div#exam-content {
    text-align: left;
    background-color: #fefefe;
    padding: 20px 30px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

div#exam-question {
    height: calc(100% - 35px);
}

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: calc(100% - 40px);
    overflow: auto;
}

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;
}

#question-input {
    height: calc(100% - 16px);
    overflow-y: auto;
}

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: 470px;
    overflow: scroll;
    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: white;
}

div#quesionresponses {
    width: 100%;
    height: 100%;
}

    div#quesionresponses td {
        padding: 5px 1em;
    }

        div#quesionresponses td a, div#quesionresponses td a:hover {
            text-decoration: none;
            color: black;
        }

            div#quesionresponses td a span {
                vertical-align: middle;
            }

#quesionresponses iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: none;
}

#exam-navigation-container {
    position: absolute;
    bottom: 0;
}

#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;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
}

    .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 a {
    color: #fff;
}

.current-question a {
    color: #fff !important;
}

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#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;
}
.modalPopup.quesPreview {
    height: 820px !important
}

.modalPopup.reportView {
    display: flex;
    flex-direction: column;
    height: 750px !important
}
.modalPopup.reportView .modalPopupHeader {
    flex-grow: 0;
}
.modalPopup.reportView .modalPopupFooter {
    flex-grow: 0;
    padding: 10px 0px 20px 0px;
}
.modalPopup.reportView .modalPopupGrades {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.modalPopup.reportView .modalPopupGrades table {
    display: block;
    font-family: Arial;
    width: 100%;
    table-layout: fixed;
}

.modalPopup.reportView .modalPopupGrades .feedbackText {
    width: 790px;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: .5rem;
    border-bottom: 1px solid black;
    word-wrap: break-word;

}
.modalPopup.reportView .feedbackText.header {
    width: 100%;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: .5rem;
    border-bottom: 1px solid black;

}
.modalPopup.reportView .modalPopupGrades .btnInformation {
    margin-left: 2px;
    display: inline;
    font-size: 1.3em;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: #02729c;
    font-weight: bold;
    padding: 0px;
    background-color: transparent;
}
.modalPopup.reportView .modalPopupButtons {
    flex-grow: 0;
}

a#Exam1_btnFininsh[disabled] {
    display: none;
}

.input-form {
    width: 600px;
}

    .input-form .row {
        margin-bottom: 5px;
        padding: 5px;
    }

    .input-form input[type="checkbox"] {
        margin-top: 10px;
    }

    .input-form .error {
        margin-top: -10px;
    }

    .input-form label {
        margin-top: .5em;
    }

    .input-form select {
        height: 35px;
    }

    .input-form label {
        text-align: right;
        width: 100%;
    }

.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;
}

#tblMarking td {
    padding: 10px;
}

.btnText {
    background: none !important;
    color: #333333 !important;
    min-width: unset !important;
    text-align: left;
    white-space: normal;
}

.schedule-icon {
    width: 24px;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 2px;
    border-radius: 50%;
    margin-right: 5px;
}

table td.feedback {
    /*height: 392px !important;*/
}

table.markerGridView {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 1em;
}

table.markerGridView tr {
    max-height: 50px;
    overflow: hidden;
}

table.markerGridView tr.table-row td {
    height: auto;
    text-align: left;
    background-color: #ffffff;
    padding: 9px;
    border: 1px solid #dddddd;
}

table.markerGridView tr.table-footer td {
    height: auto;
    text-align: left;
    background-color: #ffffff;
    padding: 9px;
    border: 1px solid #dddddd;
}

table.markerGridView tr.table-pager td {
    padding: 5px;
    padding-left: 3px;
}

table.markerGridView tr.table-pager td a {
    margin: auto;
}

table.markerGridView tr.table-header th {
    text-align: left;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #005EB8;
    padding: 1%;
}

table.markerGridView td {
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
    color: black;
}

table.markerGridView td.title {
    text-align: left;
    font-weight: bold;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #005EB8;
    padding: 1%;
}
table.markerGridView td.description {
    text-align: left;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #005EB8;
    padding: 1%;
}

table.markerGridView tr.table-alternating td a {
    color: white;
}

table.markerGridView tr.table-alternating td {
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
    color: black;
}

table.markerGridView tr td input {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #005EB8;
    float:right;
}

table.markerGridView tr td input:hover {
    filter: brightness(50%);
}

table.markerGridView .domainCol {
    width: 35% !important;
}

table.markerGridView .gradeCol {
    width: 300px !important;
}

table.markerGridView .feedbackPreviewCol {
    border-right: none !important;
    width: 35% !important;
}

table.markerGridView .feedbackPreviewCol .feedbackContainer {
    position: relative;
    max-height: 20px;
    overflow: hidden;
}

table.markerGridView .feedbackPreviewCol .feedbackContainer  {
    position: relative;
    max-height: 20px;
    overflow: hidden;
}

table.markerGridView .feedbackPreviewCol .feedbackContainer p {
    margin: 0px !important;
}

table.markerGridView .editFeedbackCol {
    border-left: none !important;
    text-align: center !important;
}

table.markerGridView .overallResult {
    color: #ffffff;
    background-color: #005EB8 !important;
}

table.markerGridView select {
    width: 100% !important;
}

table.markerGridView select:hover {
    cursor: pointer;
}

table.markerGridView .Pass {
    background-color: green !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

table.markerGridView .Fail {
    background-color: red !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

table.markerGridView .btnInformation {
    margin-left: 2px;
    display: inline;
    font-size: 1.3em;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: white;
    font-weight: bold;
    padding: 0px;
    background-color: transparent;
}

table.markerGridOverall {
    width: 400px;
    border: 1px solid #dddddd;
    margin-top: 1em;
}

table.markerGridOverall tr {
    max-height: 50px;
    overflow: hidden;
}

table.markerGridOverall td {
    width: 50%;
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
    color: black;
}

table.markerGridOverall td.Pass {
    background-color: green !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

table.markerGridOverall td.Fail {
    background-color: red !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

table.markerGridDiscussion {
    width: 1000px;
    border: 1px solid #dddddd;
    margin-top: 1em;
    table-layout: fixed;
}

table.markerGridDiscussion tr {
    max-height: 50px;
    overflow: hidden;
}

table.markerGridDiscussion td {
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
    color: black;
}

table.markerGridDiscussion td.text{
    width: 300px !important;
    font-weight: bold;
}

.popover {
    z-index: 100060 !important;
}
.popover-header {
    background-color: #005EB8 !important;
    color: white !important;
}

#feedbackModal .modal-header {
    background-color: #005EB8 !important;
    color: white !important;
}

#feedbackModal .close {
    color: white !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

    #feedbackModal .close:hover {
        color: white !important;
        filter: brightness(50%);
    }

#feedbackModal .cancelBtn,
#feedbackModal .saveBtn {
    padding: .375rem .75rem;
}

    #feedbackModal .cancelBtn:hover,
    #feedbackModal .saveBtn:hover {
        filter: brightness(50%);
    }

#feedbackModal .cancelBtn {
    background-color: red !important;
}

#feedbackModal .saveBtn {
    background-color: #005EB8 !important;
}
.overlay-container {
     visibility: hidden;
     position: absolute;
     left: 0;
     top: 0;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 9999;
    overflow: auto;
}
.overlay-container.grades {
    position: fixed;
}

.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;
}

.help-section {
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}

.lblMessage {
    padding-top: 10px;
    font-size: 14pt;
}

@media print {
    .noprint {
        display: none;
    }
}