* {
    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;
}
.table-responsive{
    width:99%!important;
    overflow-inline: visible !important;
}

#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: #006068;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*padding-right: 20px;
    padding-left: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
}

.navbar-nav {
    padding-top: 15px
}

.nav-item-selected {
    background: #006068;
}

.nav-item:hover, .nav-item:visited {
    background: #006068;
}

.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: #e01d2e;
}

h2 {
    font-weight: bold;
    font-size: 105%;
    color: #e01d2e;
}

h3 {
    color: #333333;
    font-size: 102%;
    font-weight: bold;
}


input {
    padding: 4px;
    padding: 8px;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    input[type="text"] {
        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: #006068;
            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
}

.btn {
    font-size: 1em;
}

.btnGreen {
    background-color: #006068 !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .btnGreen :hover {
        color: #fff;
        text-decoration: none !important;
    }

.btnYellow {
    background-color: #ffc107 !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .btnYellow :hover {
        color: #fff;
        text-decoration: none !important;
    }

.btnRed {
    background-color: #dd4e3b !important;
    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;
}

.btn-primary {
    background-color: #006068;
    border-color: #006068;
}

    .btn-primary:hover {
        background-color: #006068;
        border-color: #006068;
    }

button {
    padding: 4px;
    padding: 5px;
    background-color: #006068;
    color: white;
    font-size: 1em;
    -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: #006068;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
}

.dash {
    font-size: 16px !important;
    color: #006068;
}



.tab-label-disabled {
    color: darkgray !important;
    cursor: not-allowed;
    background-color: white !important;
}

.tab-label:hover {
    color: #006068;
    text-decoration: none;
}


.tab-label:focus {
    outline: none;
}

.tab-selected {
    font-weight: bold;
    font-size: 22px;
    color: #006068;
    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: #006068;
        text-decoration: none;
    }

    .tab-selected:focus {
        outline: none;
    }

.settings-tabs .tab-selected {
    padding: 5px 5px 0;
}

.settings-tabs button:first-child.tab-selected {
    padding-left: 0;
}

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;
    border-bottom: 20px solid #182b49;
    background: white;
    margin-top: 0 !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
    display: flex;
    padding: 0 15px 0 20px;
    justify-content: space-between;
}

    #header.header {
        padding-bottom: 15px;
    }

    .loginHeader button {
        margin-top: 15px
    }

#header,
#navbarNavAltMarkup,
.navbar.navbar-expand-lg.navbar-light.bg-light,
#mainwrapper-login {
    border-left: 1px solid #00000020;
    border-right: 1px solid #00000020;
}

#mainwrapper-login {
    border-bottom: 1px solid #00000020;
}

.header .user {
    display: flex;
    padding-top: 15px;
    align-items: flex-start;
}

    .header .user #headerlinks {
        padding-top: 9px;
    }

#footer {
    margin: 0 auto;
    background: #eee;
    padding: 11px;
    margin-top: 20px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.ebmmainwrapper {
    position: relative !important;
    margin: 0px 10px 0px 10px !important;
    padding-bottom: 6rem !important;
}

#ebmFooter {
    margin-top: 15px;
    padding: 11px;
    border: 1px solid #bbb;
    background: #eee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #ebmFooter p {
        margin: 0;
    }

    #ebmFooter .footerLinks {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: #006068;
    }

    #ebmFooter .footerLinks div {
        display: flex;
    }

        #ebmFooter .footerLinks p {
            padding: 0 5px;
        }

.tagLine {
    font-size: 18px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 30px;
}

.headerimage {
    margin: 30px 0 15px 0;
    width: auto;
    height: 71px;
    min-height: 71px;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}

#headerlinks {
    float: right;
    padding-right: 10px;
    color: #006068;
}

    #headerlinks a {
        color: #006068;
    }
    
#header .taalBranding {
    display: flex;
}

#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 #006068;
    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: #006068;
    text-decoration: none;
    font-size: 18px;
}

.top-card-header {
    background-color: #006068;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginPanel input {
    width: 200px !important
}

    .loginPanel input[type="submit"] {
        width: 85px !important;
    }

.loginPanel .loginbutton {
    margin-right: 7px;
}

.login-button {
    margin-top: 15px;
}

.remember-me-label {
    margin: 0;
}

#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: #f0f6f8;
        }

    #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;
    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: 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: #e01d2e;
    }

#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: #f00;
    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;
    width: 100%;
}

.login.align-ends {
    align-items: normal;
}

.login.align-ends div {
    justify-content: space-between;
}

.login.align-ends ul.forgot {
    margin: 0;
    list-style: none;
    text-align: end;
}

.login.align-ends ul.forgot li:not(:last-child) {
    margin-bottom: 8px;
}

.calendaricon {
    vertical-align: -6px;
    *vertical-align: 0px;
    margin-right: 1.5em;
    cursor: pointer;
}

.reportstext {
    color: #aaaaaa;
}

table.gridview, table.EmailTable {
    width: 99%;
    border: 1px solid #dddddd;
    margin-top: 1em;
    word-break: break-word;
    margin:0 auto;
}

    table.gridview th a {
        margin-right: 1.5em;
        color: #fff;
    }
        table.gridview th a:hover {
            color: #fff;
            text-decoration: none;
        }

table.gridview a.btn {
    color: #fff;
}

table.EmailTable tr.emailtable-row td {
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
}

    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, table.EmailTable tr.table-pager {
    padding: 5px;
    padding-left: 3px;
}

        table.gridview tr.table-pager td a {
            margin: auto;
        }

table.EmailTable tr.table-header th {
    text-align: left;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #006068;
    padding: 9px;
}


table.gridview tr.table-header th {
    text-align: left;
    background-repeat: repeat-x;
    color: #ffffff;
    padding: 9px;
}

table.EmailTable tr.table-alternating td {
    height: auto;
    text-align: left;
    padding: 9px;
    border: 1px solid #dddddd;
}

table.gridview tr.table-alternating td {
    height: auto;
    text-align: left;
    background-color: #f0f6f8;
    padding: 9px;
    border: 1px solid #dddddd;
}

table.gridview tr.table-row.invalid td {
    background-color: #f1948a;
}
table.gridview tr.table-alternating.invalid td {
    background-color: #ec7063;
}

    table.gridview tr.table-row.bg-success td {
        background-color: #3dd05f;
    }

    table.gridview tr.table-alternating.bg-success td {
        background-color: #28a745;
    }

.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;
}

.miniModalPopup {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    padding: 15px;
    width: 840px;
    height: 200px;
}

.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%;
    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;
}

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: #e01d2e;
}

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: #006068
}

.color-warning {
    color: red;
}

.background-primary, .background-primary:hover {
    background-color: #172A48;
    color: white;
}

.stepHeader {
    font-weight: bold;
    font-size: 120%;
}
.step-title {
    font-size: 17px;
    font-weight: bold;
}

.inline-form-btn {
    margin-left: 15px;
    align-self: normal;
}

.inline-form-label {
    margin-top: 8px;
}

.reg-basket {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px;
}

    .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-content .exam {
        padding-left: 25px;
    }

    .reg-basket-content .item {
        padding-left: 45px;
        padding-right: 25px;
        display: flex;
        justify-content: space-between;
    }

.reg-basket-footer div {
    border-top: 1px solid #bbb;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
}

.exam-rules-check input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 0;
    font-size: 1.2em;
}

#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;
}

.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: #006068;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*padding-right: 20px;
    padding-left: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.nav-link-disabled {
    cursor: not-allowed !important;
    background-color: darkgray !important;
    color: #DDD !important;
}

.navbar-nav {
    padding-top: 10px
}

.nav-item-selected {
    background: #006068;
}

.nav-item:hover, .nav-item:visited {
    background: #006068;
}

.dash:hover {
    background: #ffffff !important;
}

.nav-item {
    margin-right: 2px;
}

.menuParent {
    width: 100%;
}

.sub-menu {
    background-color: #006068;
    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: #006068;
        }

#master-container {
    width: 70%;
    text-align: left;
    margin: 0 auto;
    background: #fff;
}

.ebm-container {
    max-width: 100%;
}

.ebm-container .exam-details {
    margin: 0px;
    margin-bottom: 15px;
    padding: 10px 0px;
    border: 1px solid grey;
    border-radius: 5px;
}

.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;
    border-radius: 2px;
    overflow: auto;
}

.modalpopupcontent-message span.icon {
    color: #0772ba;
    font-size: 22px;
    margin-right: 13px;
    margin-left: 1px;
}

.modalpopup-message {
    background-color: #ffffff;
    padding: 20px;
    min-height: 190px;
    border-radius: 2px;
    max-height: 95%;
    max-width: 95%;
    overflow-y: auto;
    overflow-x: auto;
    width: 50%;
    height: 70%;
}

.cou-modal .modalpopup-message {
    height: 505px;
}

.lan-modal .modalpopup-message {
    height: 230px;
    width: 500px;
}

.LP-modal .modalpopup-message,
.EA-modal .modalpopup-message {
    height: 265px;
}

.Ema-modal .modalpopup-message {
    width: 70%;
    height: 80%;
}

.add-permissions.modalpopup-message {
    height: 235px;
}

.modalpopupbuttons-message {
    margin-top: 15px;
}

.modalpopupcontent-message {
    min-height: 140px;
}

    .modalpopupcontent-message h2 {
        display: inline-block;
        margin-top: -5px;
    }

.modalPopup.terms-and-conditions-dialog {
    width: 450px;
    height: 300px;
    overflow-y: auto !important;
}

.import-modal.modalpopup-message{
    height: 750px;
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}
.import-modal.modalpopup-message > div {
    flex-grow: 1;
}
.import-modal .modalpopupcontent-title {
    background-color: #006068;
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}
.import-modal .modalpopupcontent-message{
    overflow-y: scroll;
    overflow-x: hidden;
}
.import-modal .no-grow {
    flex-grow: 0;
}
.import-modal .row.margin-top-10{
    margin-top:10px;
}
.import-modal .join-right {
    padding-right: 5px;
}
.import-modal .join-left {
    padding-left: 5px;
}
/*#endregion*/
/*#region Gridview*/
table.gridview tr.table-header th {
    background-color: #006068 !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: #006068;
            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: #006068;
    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: #00B0CA;
}

/*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 #333;
    width: 271px;
    padding: 10px;
    font-size: 1em;
}

    .dropdown-menu li a em,
    .dropdown-menu li a span {
        color: #333;
    }

    .dropdown-menu li a em {
        width: 15px;
    }

    ul.dropdown-menu.dropdown-menu-right.show.pop-up {
        width: 100px;
    }

input:disabled:hover {
    background-color: #5c5656;
    cursor: not-allowed;
    opacity: 0.8;
}

.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;
}

.CentreFont {
    text-align: center !important;
}

.textbox {
    height: 43%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

/*Candidate styles*/

.left-align {
    justify-content: flex-start;
}

    .left-align input[type="submit"],
    .left-align .btn {
        margin-right: 10px;
    }

        .left-align input[type="submit"]:last-child,
        .left-align .btn:last-child {
            margin-right: 0px;
        }

.left-align,
.right-align {
    display: flex;
    align-items: center;
}

.right-align {
    justify-content: flex-end;
}

    .right-align label {
        margin-bottom: 0;
    }

    .right-align input[type="submit"],
    .right-align .tl-tip,
    .right-align .btn {
        margin-left: 10px;
    }

        .right-align input[type="submit"]:first-child,
        .right-align .tl-tip:first-child,
        .right-align .btn:first-child {
            margin-left: 0px;
        }


.align-ends {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .align-ends .tl-tip {
        margin-left: auto;
    }

    .btn-md {
        width: 200px;
    }

.stacked-card {
    margin-bottom: 15px;
}

.form-control {
    font-size: 1em;
}

.form-control.control-capitalize {
    text-transform: capitalize !important;
}

.form-group .text-upper {
    text-transform: uppercase !important;
}
.form-group .text-align-left .chosen-single  {
    text-align: left !important;
}

.form-control.join-right {
    border-radius: 0.25rem 0px 0px 0.25rem;
}
.form-control.join-left {
    border-radius: 0px 0.25rem 0.25rem 0px;
}
.form-group .chosen-single{
    border-radius: 0.25rem 0px 0px 0.25rem;
}


.import-table {
    margin-top: 20px;
    width: 100% !important;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    border: 1px solid #dddddd !important;
}
    /*.import-table table {
        width: max-content !important;
        word-break: break-word!important;
        border: 0px;
    }*/
/*@-moz-document url-prefix() {*/
    .import-table table {
        width: 100% !important;
        word-break: keep-all !important;
        border: 0px;
        overflow: auto;
        display:block;
    }
/*}*/

    .import-table table th:last-child {
        position: sticky;
        right: 0px;
        border-right: 0px;
        border-left: 1px solid white;
    }
.import-table table td{
    border-right:0px solid #dddddd !important;
    border-bottom: 0px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-top: 1px solid #dddddd !important;
}
.import-table table td:last-child{
    position: sticky;
    right: 0px;
    border-right: 0px;
}
.import-table table td:first-child{
    border-left: 0px solid #dddddd!important;
}
.import-table .btn{
    margin-bottom: 15px;
}
.import-table table .table-row{
    vertical-align: top;
}
.import-table table .table-alternating {
    vertical-align: top;
}
.import-table td .control-title{
    color: black;
    display: inline-block;
    margin-top: 5px;
}
.import-table td .control-title.error {
    color:black;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: red;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: wavy;
    -moz-text-decoration-color: red;
    -webkit-text-decoration: underline wavy red;
}
.control-title {
    font-weight: 700;
    font-size: 12px;
}
.row-title {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}
.import-modal .chosen-single {
    border-radius: 0.25rem 0px 0px 0.25rem;
}

.import-modal .text-align-left .chosen-single {
    text-align: left !important;
}

.import-modal .text-upper {
    text-transform: uppercase !important;
}

.exam-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

.exam-grid-card {
    display: flex;
    margin-top: 15px;
    width: 32%;
}

.above-centres-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-controls {
    display: flex;
    justify-content: space-between;
}

.page-controls {
    display: flex;
    align-items: center;
}
    .page-controls > select {
        margin-right: 1rem;
    }

.exam-controls {
    display: flex;
    padding-left: 2rem;
}

    .exam-controls div {
        display: flex;
        align-items: center;
    }

    .exam-controls div:first-child {
        padding-right: 20px;
    }

    .exam-controls input[type="checkbox"] {
        margin: 0 5px 0 0;
    }

    .date-selector {
        display: flex;
        align-items: center;
    }

        .date-selector img {
            width: 21px;
            height: 19px;
            margin-left: 0.5rem;
        }

    .time-selector {
        display: flex;
        align-items: center;
    }
    
    label {
        margin-bottom: 0;
    }

    .settings-tabs {
        padding: 0 1.25rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .settings-tabs button {
        margin: 0 10px;
    }

        .settings-tabs button:first-child {
            margin-left: 0;
            padding-left: 0;
        }

        .settings-tabs button:last-child {
            margin-right: 0;
            padding-right: 0;
        }

    #divSettings table.gridview table > tbody > tr {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 10px;
    }

        #divSettings table.gridview table > tbody > tr > td {
            padding: 5px 0;
        }

        #divSettings input[type="file"] {
            width: 100%;
        }

    #divSettings .btn-doc {
        margin-top: 5px;
        margin-right: 5px;
    }

    .icc {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icc input[type="text"] {
            margin: 0 10px;
            max-width: 200px;
            min-width: 200px;
        }

input[type=radio] {
    margin-right: 5px;
}

.tl-tip .tl-tip-text {
    visibility: hidden;
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 6px;
    border: solid 2px #006068;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    opacity: 0;
    transition: opacity 1.5s;
    font-size: 14px;
    box-shadow: 0 3px 10px #888888;
    font-weight: 400 !important;
    left: 15px;
    right: 15px;
}

    .tl-tip .tl-tip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 45%;
        border-width: 10px;
        border-style: solid;
        border-color: #006068 transparent transparent transparent;
    }

.tl-tip:hover .tl-tip-text {
    visibility: visible;
    opacity: 1;
}

.tl-tip .tl-tip-text a {
    color: #006068;
}

    .tl-tip .tl-tip-text a:hover {
        color: #006068;
    }

.tl-tip-text.ttLanguage {
    right: 680px;
}

    .tl-tip-text.ttLanguage::after {
        left: 20px;
    }

.tl-tip-text.ttNonDigitalPayments {
    left: 53px;
    right: 556px;
    bottom: 75%;
}

.tl-tip-text.ttPaypal {    
    right: 525px;
    bottom: 110%;
}

.tl-tip-text.ttPhone {
    right: 366px;
    bottom: 110%;
}

.tl-tip-text.ttCode {
    bottom: 102%;
    left: 250px;
    right: 250px;
}

.tl-tip-text.accHeader {
    bottom: 86%;
}

    .tl-tip-text.accHeader.ttOffer {
        left: 270px;
        right: 370px;
    }

.tl-tip-text.accHeader.ttInFee::after {
    left: 54%;
}

    .tl-tip-text.accHeader.ttExFee::after {
        left: 77%;
    }

    .tl-tip-text.accHeader.ttExCand::after {
        left: 94%;
    }

.tl-tip-text.ttBtnEdit {
    bottom: 93%;
}
 
    .tl-tip-text.ttBtnEdit::after {
        left: 89%;
    }

.tl-tip-text.ttCentres {
    left: 0px;
    right: 800px;
}

    .tl-tip-text.ttCentres::after {
        left: 38px;
    }

.tl-tip-text.ttExamRequest {
    left: 8px;
    right: 768px;
}

    .tl-tip-text.ttExamRequest::after {
        left: 152px;
    }

.tl-tip-text.ttExamBookings {
    left: 198px;
    right: 654px;
}

    .tl-tip-text.ttExamBookings::after {
        left: 113px;
    }

.tl-tip-text.ttGroupRegistration {
    left: 350px;
    right: 490px;
}

    .tl-tip-text.ttGroupRegistration::after {
        left: 133px;
    }

.tl-tip-text.ttH5 {
    left: 0px;
    right: 0px;
    bottom: 101%;
}

    .tl-tip-text.ttH5.ttExamBookings {
        bottom: 99%;
    }

    .tl-tip-text.ttH5.ttExamBookings::after {
        left: 7%;
    }


    .tl-tip-text.ttH5.ttGroupRegistration {
        bottom: 99%;
    }

        .tl-tip-text.ttH5.ttGroupRegistration::after {
            left: 7%;
        }


.tl-tip-text.ttCentreAction {
    left: -204px;
    right: -9px;
    bottom: 10px;
}

    .tl-tip-text.ttCentreAction::after {
        left: 86%
    }

.tl-tip-text.ttExamAction {
    left: -283px;
    right: -9px;
    bottom: 40px;
}

    .tl-tip-text.ttExamAction::after {
        left: 78%;
    }

.tl-tip-text.ttMyProfile {
    left: 27px;
    right: 668px;
    bottom: 53px;
}

    .tl-tip-text.ttMyProfile::after {
        left: 48%;
    }

.tl-tip-text.ttRegister {
    left: 826px;
    right: 0px;
    bottom: 100%;
}

    .tl-tip-text.ttRegister::after {
        left: 48%;
    }

.tl-tip-text.ttStep2 {
    right: 525px;
    bottom: 104%;
}

    .tl-tip-text.ttStep2::after {
        left: 18%;
    }

.tl-tip-text.ttReset,
.tl-tip-text.ttFilter {
    bottom: 135%;
}

.tl-tip-text.ttReset {
    left: 588px;
    right: 225px;
}

.tl-tip-text.ttFilter {
    left: 798px;
    right: 15px;
}

.tl-tip-text.ttRegisterAction {
    position: absolute;
    top: -50px;
    right: 0px;
    bottom: unset;
    left: 887px;
}

.tl-tip-text.ttContinue {
    left: 60%;
    right: 0px;
    bottom: 142%;
}

    .tl-tip-text.ttContinue::after {
        left: unset;
        right: 90px;
    }

.tl-tip-text.ttDashboard {
    left: 841px;
    bottom: 126%;
}

.tl-tip-text.ttBtnAction {
    left: -283px;
    right: -9px;
    bottom: 55px;
}
.tl-tip-text.ttBtnAction::after {
    left: 88%;
}

.centre-reg-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stiJsViewerReportPanel {
    overflow: auto !important;
}

.no-padding {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-margin {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*End of EBM Styles*/

/*
    OVERLAY
*/

.spanner{
  position:fixed;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1100;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

.cke_dialog {
    z-index: 999999 !important;
}

input[type="submit"] {
    background: #d31568 !important;
}