* {
    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: #e01d2e;
}

h3 {
    color: #333333;
    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;
}

    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;
}

.headerimage {
    margin-left: 10px;
    width: 150px;
    height: 75px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(img/ADSA-2018-Logo-wide.jpg);
    background-size: contain;
    background-position: center;
}

#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: 400px;
    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;
        }

            #dashboard-admin table td.left {
                width: 150px;
            }

        #dashboard-admin table tr.blue {
            background-color: #e4f9f9;
        }

    #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 {
        height: auto;
        text-align: left;
        background-color: #e4f9f9;
        padding: 9px;
        border: 1px solid #dddddd;
    }

.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: 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 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%;
    min-height: 600px;
    overflow-y: auto;
}

div#exam-header {
    width: 100%;
    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;
}

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%;
}

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: 100%;
    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
}

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;
}