body {
}

a {
    text-decoration: underline;
    font-weight: 400;
}

#sidebar a {
    font-weight: 500;
}

.btn a {
    text-decoration: none;
}

.vue-tabs a {
    text-decoration: none;
    font-weight: 500;
}

.holds-the-iframe {
    background: url(../images/CompassWait.gif) center center no-repeat;
}

.table a {
    text-decoration: none;
    font-weight: 500;
}

#footer-container {
    background-color: white;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.app-window {
    position: absolute;
    height: 835px;
    width: 100%;
}

    .app-window > .panel-body > .subpanel-header {
        height: 67px;
    }

    .app-window .subpanel-header .subpanel-title {
        margin-top: 9px;
        margin-left: 15px;
        font-size: 16px;
    }

    .app-window .subpanel-header .close-btn {
        float: right;
        font-size: 18px;
        color: #333;
        background-color: white;
        margin-right: 15px;
    }

    .app-window > .panel-body {
        position: relative;
        padding: 10px 0;
    }

    .app-window .left-sidebar {
        /*// border-right: 1px solid #e7e7e7;
  // height: 831px;
  // float: left;
  // width: 450px;
  // margin: -10px 0px 0px;
  // background-color: #fafafa;
  // padding: 40px;
  // position: relative;
  // text-align: center;*/
    }

        .app-window .left-sidebar h2 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .app-window .left-sidebar p {
            font-size: 16px;
        }

    .app-window .right-content {
        /*// margin-left: 450px;
        // height: 831px;
        // width: calc(100% - 450px);
        // padding: 0 40px;*/
    }

        .app-window .right-content .form-btn-section {
            position: absolute;
            bottom: 30px;
        }

            .app-window .right-content .form-btn-section .btn {
                padding: 10px 18px;
                font-size: 14px;
            }

.progressbar-container .progressbar-bg {
    width: 100%;
    height: 15px;
    background-color: #d1d1d1;
    border-radius: 5px;
}

.progressbar-container .progressbar-progress {
    width: 10%;
    height: 15px;
    background-color: #007fa3;
    border-radius: 5px;
    margin-top: -15px;
}

.compass .custom-dropdown select,
.navigator .custom-dropdown select {
    /*height: 50px;*/
    padding: 6px 12px;
    font-size: 14px;
}

.custom-dropdown::after {
    font-size: 20px;
    right: 28px;
    top: 17px;
}

.voucher-selection .custom-dropdown {
    position: relative;
}

.navigator .dropdown-menu {
    font-size: 14px;
}

.validation-inline {
    display: none;
}

.has-error .validation-inline {
    display: block;
}

.errorBorder {
    align-self: center;
    border-left: 6px solid red;
    border-top: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    padding-left: 5px;
}

.compass div.app-form {
    padding-top: 30px;
}

    .compass div.app-form label {
        font-size: 14px;
        /*margin-bottom: 10px !important;*/
    }

a.need-help {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: 70px;
}

    a.need-help i {
        font-size: 30px;
        margin-bottom: 10px;
    }

input[type="range"] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 45px;
    background-color: #e4e4e4;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    margin: auto;
    transition: all 0.3s ease;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        width: 20px;
        height: 20px;
        background-color: #579E81;
        border-radius: 30px;
        box-shadow: 0px 0px 3px #579E81;
        transition: all 0.5s ease;
    }

.slider {
    padding: 0 10px;
}

.spinner {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #007fa3; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.compass .btn, .compass div.app-form .form-group .form-control {
    border-radius: 0px;
}

ul.volume {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

    ul.volume li.bar {
        margin: 5px auto;
        height: 10px;
        width: 35px;
        border-radius: 4px;
        background-color: #d1d1d1;
    }

        ul.volume li.bar.active {
            background-color: #75b675;
        }

.compass .btn, .compass div.app-form .form-group .form-control, .compass div.app-form .form-group input.form-control {
    border-radius: 4px;
}

.compass div.app-form .form-group input.form-control {
    /*height: 50px;*/
    padding: 6px 12px;
}

.compass input, .form-control {
    font-size: 14px;
}

.progressbar-container {
    width: 100%;
    padding: 20px 0px 30px 0px;
    position: relative;
    margin-left: 0;
    bottom: 0;
}

.app-window .left-sidebar {
    height: 835px;
    box-shadow: 10px 0px 17px -11px rgba(186,186,186,1);
    margin-top: -10px;
    margin-bottom: -5px;
    padding-left: 40px;
    padding-right: 30px;
}

.app-window .right-content {
    padding: 25px 40px;
    padding-right: 50px;
    height: 835px;
    margin-top: -10px;
}

    .app-window .right-content p {
        font-size: 16px;
    }

    .app-window .right-content .btn-section.form-btn-section {
        margin: 40px -40px 0;
        margin-top: 0;
        bottom: 15px;
        width: 100%;
        padding: 20px 30px 10px;
    }

        .app-window .right-content .btn-section.form-btn-section .btn-right {
            margin-right: 5px;
        }

.video {
    height: 450px;
    margin-top: 20px;
    width: 100%;
    background-color: #d4d4d4;
}

.step-header {
    padding-top: 0;
    padding-bottom: 70px;
}


    .step-header .step-number.primary {
        background-color: #007FA3;
        border-color: #007FA3;
    }

        .step-header .step-number.primary span {
            color: white;
        }

    .step-header .step-name.primary span {
        color: #2b7cb2;
    }

    .step-header .step-number span {
        font-size: 16px;
    }

    .step-header .step-number {
        width: 50px;
        height: 50px;
        padding: 13px;
        margin-right: 50px;
    }

.access-code {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 30px auto;
    margin-left: -35px;
    font-size: 16px;
    font-weight: 600;
}

/* readonly form */

.readonly-form .form-group > p.label {
    color: #333;
    font-size: inherit;
    font-weight: 600;
    padding: 0;
}

.readonly-form {
    overflow: scroll;
    height: 700px;
    padding-right: 20px;
}

    .readonly-form .panel .panel-body .subpanel-header {
        height: 55px;
    }

        .readonly-form .panel .panel-body .subpanel-header .subpanel-title {
            margin-left: 0;
        }

        .readonly-form .panel .panel-body .subpanel-header .subpanel-actions {
            margin-top: 2px !important;
        }

.btn-primary.disabled {
    opacity: 1;
    background: white;
    color: #266e9d;
}

.li-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.mic-selection-container .mic {
    width: 200px;
    height: 400px;
    margin-right: 15px;
    float: left;
}

    .mic-selection-container .mic .panel:hover {
        border-color: #266e9d;
        cursor: pointer;
    }

    .mic-selection-container .mic .panel {
        height: 100%;
    }

.mic-selection-container .radio {
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}

    .mic-selection-container .radio p {
        text-align: center;
    }

.mic-selection-container .mic input {
    margin-left: 75px;
    margin-top: -5px;
}

.graphic {
    height: 280px;
    width: 100%;
    background-color: #d4d4d4;
    margin-top: 55px;
}

.status-container {
    margin-top: 20px;
    margin-left: -5px;
}

    .status-container .col-sm-3 {
        border-right: 1px solid #dadada;
    }

        .status-container .col-sm-3:last-child {
            border-right: none;
        }

        .status-container .col-sm-3 + .col-sm-3 {
            padding-left: 20px;
        }

        .status-container .col-sm-3 span.status-title {
            font-weight: 600;
            width: 100%;
            display: block;
            margin-bottom: 5px;
        }

        .status-container .col-sm-3 span.status-value {
            font-size: 22px;
        }

.btn-section.form-btn-section {
    padding: 20px 25px;
    margin: 20px -25px 0;
}

.compass .btn-section .btn {
    padding: 6px 12px;
}

.intro .image-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

    .intro .image-block img {
        width: 80px;
    }

.intro .title-block {
    display: inline-block;
}

    .intro .title-block h2 {
        margin-bottom: 10px;
        font-size: 21px;
    }

.partner-logo {
    float: left;
    width: 100px;
    height: 100px;
    padding: 5px;
    padding-left: 0px;
    margin-right: 10px;
}

    .partner-logo img {
        border: 1px solid #ddd;
        border-radius: 100px;
        height: 100%;
        width: 100%;
        background-color: #fff;
    }

.exam-header {
    margin-bottom: 20px;
}

    .exam-header h3 {
        font-size: 18px;
        padding-top: 30px;
    }

.main-panel {
    padding: 25px;
    height: 900px;
    /*// overflow-y: scroll;*/
}

.panel .panel-body.main-panel {
    padding: 20px 30px;
}

    .panel .panel-body.main-panel > .subpanel-header {
        padding: 12.5px 25px;
        margin: -20px -30px 20px;
    }

        .panel .panel-body.main-panel > .subpanel-header > .subpanel-actions {
            margin-top: -1px;
        }

.main-panel .main-btn-section {
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    margin: 20px 0;
    padding: 20px 35px;
}

.exams-list ul {
    padding-left: 0;
    list-style: none;
}

    .exams-list ul > li {
        padding: 10px;
        border-top: 1px solid #ddd;
    }

        .exams-list ul > li:hover {
            background-color: #f2fafd;
            cursor: pointer;
        }

        .exams-list ul > li:first-child {
            border-top: none;
        }

        .exams-list ul > li span {
            margin-left: 10px;
        }

            .exams-list ul > li span i {
                float: right;
            }

section {
    margin: 0;
}

    section h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

.progress-bar.progress-bar-success {
    color: #333;
    font-weight: bold;
}

.progress-bar-success {
    background-color: #80b470;
}

.table .progress {
    margin-bottom: 0;
    height: 28px;
}

.shadow-faker {
    position: relative;
    overflow: hidden;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 20px;
    margin-bottom: -20px;
    margin-left: -15px;
    opacity: 0.5;
}

    .shadow-faker:before, .shadow-faker:after {
        /*-webkit-box-shadow: 0px -5px 40px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -5px 40px -10px rgba(0,0,0,0.75);
  box-shadow: 0px -5px 40px -10px rgba(0,0,0,0.75);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;*/
        content: "";
        position: absolute;
        z-index: -1;
        box-shadow: 0 0px 15px rgba(0,0,0,0.2);
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
    }

.shadow-faker {
    margin-bottom: -11px;
    width: 100%;
    margin-left: 0px;
    margin-top: -10px;
}

/* Additional headers*/

#copyright {
    background: #007FA3;
    color: #fff;
    padding: 5px 0px;
    text-align: left;
    margin-top: 10px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    font-size: 11px;
    /*text-align: center;*/
}


    #copyright a {
        color: #fff;
        font-weight: normal;
        text-decoration: underline;
    }

/*#copyright a:focus, #copyright a:active {
        background: #fff;
        color: #003057;
        text-decoration: none;
        outline: 3px solid #fff;
    }*/

#submit .warningAreaContainer + .error {
    display: none;
}

#exit-link {
    color: #0366d6;
    text-decoration: underline;
}

#exit-link:hover {
    cursor: pointer;
}

.label-error, p.Error {
    background: none;
    color: #333;
    border: 1px solid #DB0020;
    border-left: 8px solid #DB0020;
    font-weight: normal;
    margin: 15px 0 30px 0;
    padding: 10px;
    font-size: 15px;
    min-height: inherit;
    display: block;
    text-align: left;
    white-space: normal;
}

.exam-group-question {
    font-weight: 500;
    font-size: 14px !important;
}

.compass-checkbox label {
    margin-left: 10px;
}

.compass-checkbox input[type=checkbox] {
    margin-left: 0px;
}

/*Used for highlighting group errors*/
.form-group-error-section {
}

.signout {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 1px;
    top: -38px;
    color: #007fa3;
}

input.signout {
    font-size: 12px;
}

    input.signout:hover, input.signout:focus {
        text-decoration: underline;
        color: #007fa3;
    }

div.in-progress {
    margin: 1px 0px;
    padding: 4px;
    line-height: 35px;
    outline: 1px solid lightgray;
}

    div.in-progress .btn {
        padding: 8px 14px;
        margin-top: 4px;
        font-size: 14px;
    }

    div.in-progress span {
        font-weight: normal;
        font-size: 14px;
    }


.candidateInfo {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: -10px;
    float: right;
    text-align: right;
}

.customerInfo {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    float: left;
}

.compass a:focus, .compass a:active, .compass a.btn_link_dialog:active, .compass a.btn_link_dialog:focus, .compass .btn_link:active,
.navigator a:focus, .navigator a:active, .navigator a.btn_link_dialog:active, .navigator a.btn_link_dialog:focus, .navigator .btn_link:active {
    color: #fff;
    background: #005A70;
    text-decoration: none;
    outline: 3px solid #005A70;
    outline-offset: 0;
}

.compass h1, .compass h2, .compass h3 {
    font-weight: 500;
    line-height: 20px;
}

.compass h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1.1em;
    padding-bottom: 0;
}

.compass h2 {
    font-size: 21px;
    margin-bottom: 10px;
}

.compass h1 + .compass h2 {
    margin-top: 20px;
}

.compass h3 {
    font-size: 14px;
}

.dlg-please-wait .ui-dialog-content {
    margin-top: 25px;
    vertical-align: central;
    text-align: center;
    line-height: 21px;
}

    .dlg-please-wait .ui-dialog-title,
    .dlg-please-wait .ui-dialog-content label,
    .dlg-please-wait .ui-dialog-content span {
        font-size: 19px;
        font-weight: 700;
        font-family: 'Open Sans';
    }

    .dlg-please-wait .ui-dialog-content label,
    .dlg-please-wait .ui-dialog-content span {
        font-weight: normal;
    }

.dlg-please-wait .ui-dialog-titlebar {
    background: #DBDBDB;
    color: black;
    border-color: #DBDBDB;
}

.dlg-please-wait .ui-dialog-titlebar-close {
    display: none;
}

.dlg-please-wait .ui-corner-all {
    border-radius: 0;
}

#c_SkipToMainContent {
    display: none;
    color: transparent;
    background-color: transparent;
}

.form-group input[type="file"]:focus,
.form-group input[type="radio"]:focus,
.form-group input[type="checkbox"]:focus {
    outline: rgb(0, 87, 112) solid 2px /*!important*/;
    outline: 2px auto -webkit-focus-ring-color /*!important*/;
}

#footer-wrapper .server-tag {
    color: #969696;
    float: right;
    text-align: left;
}

.requiredText span {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0px;
}

.panel-body-admin {
    background-color: #FFFFEE;
}

.exam-admin-body {
    /*max-width: 800px;*/
}

.closeWindow {
    text-align: center;
}

    .closeWindow .outOfTheWay {
        display: none;
        visibility: hidden;
        clear: both;
    }

#sidebar a:active, #sidebar a:hover {
    color: #fff;
    background: #007FA3;
    text-decoration: none;
    outline-offset: 0;
    /*outline: 3px solid #007FA3;*/
}

#sidebar i {
    margin-right: 5px;
}

.certiportLogo {
    margin-top: 15px;
    margin-left: 30px;
    float: left;
}

.clientLogo {
    margin-top: 15px;
    margin-right: 45px;
    float: right;
}

@media screen and (min-width: 1200px) {
    .copyrightTextHolder {
        max-width: 1160px;
        padding-left: -15px;
        padding-right: -15px;
    }
}

.copyrightTextHolder {
    display: block;
    margin: 0px auto;
    padding-left: 25px;
    padding-right: 25px;
}

.in-progress-row {
    border: 1px solid #ddd;
}

    .in-progress-row td {
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.in-progress-name {
    margin-left: 15px;
}

.in-progress-button {
    margin-right: 20px;
    float: right;
}

/*SYNC PROCESS*/
.progress {
    margin-bottom: 100px;
}

.progress-tracker .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
}

.progress-tracker > div.progress-tracker-inner {
    position: relative;
}

.connecting-line {
    height: 5px;
    background: #007fa3;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49%;
    z-index: 1;
}

.progress-tracker .nav-tabs > li.active > a, .progress-tracker .nav-tabs > li.active > a:focus, .progress-tracker .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 80px;
    height: 80px;
    line-height: 72px;
    display: inline-block;
    border-radius: 100px;
    background: #007fa3;
    border: 4px solid transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #fff;
    }

.progress-tracker li.active span.round-tab {
    background: #80b470;
    border-color: #80b470;
}

    .progress-tracker li.active span.round-tab i {
        color: #fff;
    }

.progress-tracker .nav-tabs > li > span.step-title, .progress-tracker .nav-tabs > li > span.step-result {
    font-size: 21px;
}

.progress-tracker .nav-tabs > li {
    text-align: center;
}

    .progress-tracker .nav-tabs > li a {
        width: 80px;
        height: 80px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        border: none;
    }

.progress-tracker.three .nav-tabs li {
    width: 60%;
}

    .progress-tracker.three .nav-tabs li:first-child {
        width: 20%;
    }

    .progress-tracker.three .nav-tabs li:last-child {
        width: 20%;
    }

.progress-tracker.two .nav-tabs li {
    width: 50%
}

.progress-tracker.two .connecting-line {
    width: 50%;
}

.progress-tracker.one .nav-tabs li {
    width: 100%
}

.progress-tracker.one .connecting-line {
    display: none;
}

.progress-tracker li.active span.round-tab {
    background: #80b470;
    border-color: #80b470;
}

    .progress-tracker li.active span.round-tab i {
        color: #fff;
    }

.progress-tracker .nav-tabs > li > span.step-title, .progress-tracker .nav-tabs > li > span.step-result {
    font-size: 21px;
}

.progress-tracker .nav-tabs > li {
    text-align: center;
}

    .progress-tracker .nav-tabs > li a {
        width: 80px;
        height: 80px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        border: none;
    }

.progress-tracker .tab-pane {
    position: relative;
    padding-top: 50px;
}

.progress-tracker h3 {
    margin-top: 0;
}

.progress-tracker.three .nav-tabs li {
    width: 60%
}

    .progress-tracker.three .nav-tabs li:first-child {
        width: 20%;
    }

    .progress-tracker.three .nav-tabs li:last-child {
        width: 20%;
    }

.progress-tracker.two .nav-tabs li {
    width: 50%
}

.progress-tracker.two .connecting-line {
    width: 50%;
}

.progress-tracker.one .nav-tabs li {
    width: 100%
}

.progress-tracker.one .connecting-line {
    display: none;
}

.progress-tracker .nav-tabs > li + li {
    margin-left: 0;
}

.well {
    color: black;
    max-height: 250px;
    overflow-y: scroll;
}

    .well p {
        margin: 0px;
    }

.cp-busy {
    height: 4px;
    width: 100%;
    position: relative;
    top: 10px;
    overflow: hidden;
    background-color: #D4D4D4
}

    .cp-busy.active:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #007fa3;
        animation: cp-busy 2s linear infinite
    }

@keyframes cp-busy {
    from {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.btn-right {
    float: right;
}

body {
    background-color: #ebebeb;
}

    body .efh-login-container {
        font-family: 'Open Sans',sans-serif !important;
    }

    body .efh-login-container {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 4px 0px;
    }

.efh-login-box {
    margin-left: 5%;
    padding: 2em;
}

.warning {
    border: 1px solid #DB0020;
    border-left: 8px solid #DB0020;
    margin: 0px 0 30px 0;
    padding: 5px;
    display: block;
}

.success {
    border: 1px solid #26b178;
    border-left: 8px solid #26b178;
    margin: 0px 0 30px 0;
    padding: 5px;
    display: block;
}


.login-btn {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
    display: table;
    border-style: none;
    float: right;
    color: #fff;
    background-color: #007fa3;
    border-color: #266e9d;
    border-width: 2px;
    border-radius: .125rem;
    padding: 8px 14px;
    font-size: 12px;
    font-family: 'OpenSans-Regular', "Open Sans", sans-serif;
    line-height: 17.1429px;
    a{
    text-decoration: none;

    .link-content{
    color: white;
    }
    }
}

.login-btn-disabled {
    padding: .5rem 1rem .5rem 1rem;
    float: right;
}

.login-input {
    height: 40px;
    padding-left: 10px;
}