* {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    padding: 0px;
}



body {
    font-size: 90%;
    color: #333333;
    background-color: #ffffff;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1 {
    font-weight: bold;
    font-size: 120%;
    color: #578BB5;
}

h2 {
    font-weight: bold;
    font-size: 105%;
    color: #578BB5;
}

h3 {
    color: #333333;
    font-size: 102%;
    font-weight: bold;
}

input {
    padding: 4px;
    padding: 5px;
}

    input[type="submit"], .button {
        background: #578BB5;
        color: #fff;
        border: none;
        cursor: pointer;
    }
        input[type="submit"]:hover, .button:hover {
            background: #E5BF3A;
        } 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: #578BB5;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

#container {
    width: 100%;
    text-align: left;
    height: 100%;
}

.bg-light {
    background: #182b49 !important;
    padding: 10px 20px 0 20px;
}

.nav-item {
    color: white !important;
    font-weight: bold;
}

.navbar-toggler {
    background: #578BB5;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item:hover {
    background: #578BB5 !important;
}

.breadcrumb {
    background: #fff;
}


#header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headerimage {
    margin-left: 10px;
    width: auto;
    height: 95px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(img/logo-2.png);
    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;
    padding: 20px;
}

    #dashboard-admin table {
        width: 100%;
        border-collapse: collapse;
    }

        #dashboard-admin table td {
            width: 50px;
            padding: 4px;
        }

            #dashboard-admin table td.left {
                width: 150px;
            }

        #dashboard-admin table tr.blue {
            background-color: #578BB5;
        }

            #dashboard-admin table tr.blue td {
                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: #fff;
    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: #fff;
}

    #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: #578BB5;
    }

#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: #578BB5;
}

.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: #f0f6f8;
        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: 900px;
    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;
    overflow-x:hidden;
}

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%;
            min-height: 450px;
            
    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;
}

* {
    font-family: 'Arial', Helvetica, 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;
}

#embBody {
    background-image: url(../../../App_Themes/Assess/img/bg.jpg);
    background-size: 100%;
}

.bg-light {
    background: #182b49 !important;
    padding: 0;
}

.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;
    }

.navbar-toggler {
    background: #578BB5;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
}

.navbar-nav {
    padding-top: 15px;
    display: block;
}

.nav-item-selected {
    background: #578BB5;
}

.nav-item:hover, .nav-item:visited {
    background: #578BB5;
}

.nav-item {
    margin-right: 2px;
}

.menuParent {
    width: 100%;
}

.siteImg {
    min-width: 250px;
    min-height: 80px;
    width: auto;
    height: auto;
}

h1 {
    font-weight: bold;
    font-size: 120%;
    color: #578BB5;
}

h2 {
    font-weight: bold;
    font-size: 105%;
    color: #578BB5;
}

h3 {
    color: #333333;
    font-size: 102%;
    font-weight: bold;
}


input {
    padding: 4px;
    padding: 5px;
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    input[type="text"], input[type="password"] {
        padding: 2px 10px;
        color: #333333;
        font-size: 1em;
    }

    /*input[type="text"]:hover {
        }*/

    input[type="submit"] {
        color: #fff;
        border: none;
        cursor: pointer;
        min-width: 200px;
    }

    input[type="button"] {
        color: #fff;
        border: none;
        cursor: pointer;
        min-width: 200px;
    }

    input[type="checkbox"] {
        -webkit-appearance: none;
        vertical-align: middle;
        height: 25px;
        width: 25px;
        background-color: white;
        border: 1px solid #ccc;
        margin-right: 10px;
    }

        input[type="checkbox"]:checked:after {
            content: '\2714';
            color: #578BB5;
            padding-left: 5px;
        }

    input:disabled {
        background-color: #e9ecef;
        cursor: not-allowed;
        opacity: 0.8;
    }

.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: #00b588;
    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: #00b588;
    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: 22px;
    color: #00b588;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
}

.tab-label-disabled {
    color: darkgray !important;
    cursor: not-allowed;
    background-color: white !important;
}

.tab-label:hover {
    color: #00b588;
    text-decoration: none;
}

.tab-label:focus {
    outline: none;
}

.tab-selected {
    font-weight: bold;
    font-size: 22px;
    color: #00b588;
    padding-bottom: 10px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid;
    border-radius: 5px;
    background-color: inherit;
}

    .tab-selected:hover {
        color: #00b588;
        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: #578BB5;
}

    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;
}

.footerLinks {
    float: right;
    color: #578BB5;
}

.highlight {
    background-color: #FFFF00;
}

.ebmmainwrapper {
    position: relative !important;
    margin: 0px 10px 0px 10px !important;
    padding-bottom: 6rem !important;
}

#ebmFooter {
    margin-top: 10px;
    padding: 11px;
    border: 1px solid #bbb;
    background: #eee;
    border-radius: 5px;
}

.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;
}



#headerlinks {
    float: right;
    /*margin-right: 30px;*/
    color: #578BB5;
}

    #headerlinks a {
        color: #578BB5;
    }

    #headerlinks * {
        line-height: 70px;
    }


#dashboard-container {
    min-height: 540px;
}

.loginPanel label {
    margin-right: 9px;
}

.loginPanel tr {
    margin-bottom: 10px;
    height: 45px;
}

#logincontent {
    background: #f7f7f7;
    margin: 0 auto;
    padding: 20px;
    padding-top: 1.5em;
    background: #fff;
}

.loginBoxes {
    border: 1px solid #578BB5;
    border-radius: 5px;
    padding: 20px;
}

.loginBox {
    padding: 10px;
}

.loginFooterBox {
    padding: 0px;
}

.card-body table {
    width: 100%;
}

.generic-card-header {
    background-color: #182b49;
    color: white;
}

.login-urls, .login-urls:hover {
    font-weight: bold;
    color: #578BB5;
    text-decoration: none;
    font-size: 18px;
}

.top-card-header {
    background-color: #578BB5;
    color: white;
}

.loginPanel input {
    width: 200px !important
}

    .loginPanel input[type="submit"] {
        width: 85px !important;
    }

.loginPanel .loginbutton {
    margin-right: 7px;
}

.login-button {
    margin-top: 20px;
}

.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: 6px 10px;
        margin-left: 1.5em;
    }

        #contentlinks a:hover {
            text-decoration: none;
            color: #ffffff;
        }

.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 {
    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: #578BB5;
}

.validationsummary {
    display: block;
    margin-left: 1em;
    text-align: left;
}

.loginbutton {
    margin-top: 2em;
    width: 100%;
}

.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: #f0f6f8;
        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: 900px;
    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%;
    overflow-y: auto;
}

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;
}

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;
    width: calc(100% - 40px);
    overflow-x: hidden;
}

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: #578BB5;
}

div#quesionresponses {
    width: 100%;
    height: 100%;
}

    div#quesionresponses td {
        padding: 5px 1em;
    }


#quesionresponses iframe {
    width: 100%;
    min-height: 450px;
    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;
}

.registerpopup {
    top: 200px !important;
    height: auto;
}


.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;
}

.floatRight {
    float: right;
}

#divReview {
    width: 100%;
    text-align: center;
}

.color-primary {
    color: #578BB5
}

.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;
}


/*EBM Styles*/
/*#region master styles*/
#embBody {
    /*background-image:url(../../../App_Themes/Assess/img/bg.jpg);*/
}

.bg-light {
    background: #182b49 !important;
    padding: 0;
}

.nav-item {
    color: white !important;
    text-align: center;
    height: auto;
    float: left;
    /*white-space: nowrap;*/
    overflow: hidden;
}

    .nav-item a {
        cursor: pointer;
    }

.navbar-toggler {
    background: #578BB5;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
}

.navbar-nav {
    padding-top: 15px
}

.nav-item-selected {
    background: #578BB5;
}

.nav-item:hover, .nav-item:visited {
    background: #578BB5;
}

.nav-item {
    margin-right: 2px;
}

.menuParent {
    width: 100%;
}

.sub-menu {
    background-color: #578BB5;
    padding: 0px 0px 0px 10px;
}

    .sub-menu .nav-item-selected {
        background-color: #182b49;
    }

    .sub-menu .nav-item:hover {
        background-color: #182b49;
    }

.breadcrumb {
    background: #fff;
}

    .breadcrumb span a {
        font-weight: bold;
    }

        .breadcrumb span a:first-child {
            color: #578BB5;
        }

#master-container {
    width: 70%;
    text-align: left;
    margin: 0 auto;
    background: #fff;
}

.ebm-container {
    max-width: 100%;
}

.normal-word-wrap {
    word-wrap: normal;
}

.floatRight {
    float: right;
}

.no-border {
    border: unset !important
}

/*#region modal*/
.modalbackground {
    opacity: 0.6;
    background-color: #333333;
    width: 100%;
    height: 100%;
}

/*.modalpopup {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    padding: 20px;
    width: auto;
    height: 500px;
    border-radius: 2px;
    overflow: auto;
    min-width: 500px;
}*/

.modalpopupcontent-message span.icon {
    color: #0772ba;
    font-size: 22px;
    margin-right: 13px;
    margin-left: 1px;
}

.modalpopup-message {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    padding: 20px;
    min-width: 350px;
    min-height: 190px;
    border-radius: 2px;
    max-height: 95%;
    max-width: 95%;
    overflow-y: auto;
    overflow-x: auto;
    width: 70%;
    height: 70%;
}

.modalpopupbuttons-message {
    margin-top: 15px;
}

.modalpopupcontent-message {
    min-width: 350px;
    min-height: 140px;
}

    .modalpopupcontent-message h2 {
        display: inline-block;
        margin-top: -5px;
    }
/*#endregion*/

/*#region Gridview*/
table.gridview tr.table-header th {
    background-color: #578BB5 !important;
}

.table-pager {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .table-pager table > tbody > tr > td {
        display: inline;
    }

        .table-pager table > tbody > tr > td > a,
        .table-pager table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #ccc;
            background-color: #f5f5f5;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .table-pager table > tbody > tr > 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: #578BB5;
            border-color: #dddddd;
            cursor: default;
        }

        .table-pager table > tbody > tr > td:first-child > a,
        .table-pager table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .table-pager table > tbody > tr > td:last-child > a,
        .table-pager table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .table-pager table > tbody > tr > td > a:hover,
        .table-pager table > tbody > tr > td > span:hover,
        .table-pager table > tbody > tr > td > a:focus,
        .table-pager table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*#endregion*/

/*#endregion*/

/*#region registration styles*/
.generic-table-header {
    background-color: #182b49;
    color: white;
}

.top-card-header {
    background-color: #578BB5;
    color: white;
}
/*#endregion*/

.dashStatCircle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 50% 0;
    border-radius: 50%;
    color: white;
    font-size: 3.5em;
    text-align: center;
    margin: 0 auto;
    line-height: 0;
    font-weight: bold;
}

.pad5 {
    padding: 5px;
}

.statPanels {
    padding-top: 0;
}

.dashStatText {
    font-size: 19px;
}

.dashStatCircle-purple {
    background-color: #693A77;
}

.dashStatCircle-green {
    background-color: #69923A;
}

.dashStatCircle-lime {
    background-color: #C1BB00;
}

.dashStatCircle-mint {
    background-color: #00A599;
}

.dashStatCircle-maroon {
    background-color: #B5384F;
}

.dashStatCircle-blue {
    background-color: #578BB5;
}

/*Proctor Styles*/
.minimiseFilter {
    float: right;
    cursor: pointer;
}

.action-dropdown button, .action-dropdown button:hover,
.action-dropdown button:active, .open > .dropdown-toggle.btn-primary {
    background: #04AE7A !important;
}

.dropdown-menu {
    border: 1px solid #04AE7A;
    width: 271px;
    padding: 10px;
}

    .dropdown-menu li a span {
        color: #04AE7A;
    }

input:disabled:hover {
    background-color: #5c5656;
    cursor: not-allowed;
    opacity: 0.8;
}

@media only screen and (max-width: 1102px) {
    .tagLine {
        padding-left: 10px !important;
        font-size: 16px !important;
        margin-top: 0px !important;
    }
}

.cus-5-cols {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cus-8-cols {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.proctor-highlight {
    background-color: lightgreen;
}