﻿.ProgressBarOuterContainer {
    margin-bottom: 25px;
}

.progressBar {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -15px;
    margin-left: -15px;
}

.progressBarInnerContainer {
    gap: 3px;
    margin-right: 0px;
    margin-left: 0px;
    white-space: nowrap;
    min-width: 910px;
}

@media only screen and (max-width: 991px) {

    .ProgressBarOuterContainer {
        height:40px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 500px) {

    .ProgressBarOuterContainer {
        /*margin: 0px -30px 0px -30px;*/
    }

    .progressBarInnerContainer {
        /*min-width: 910px;*/
        width: fit-content;
        /*padding: 0px 30px 0px 30px;*/
    }

    /*.progressBarPage {
        max-width: 100px;
    }

    .progressBarPageActive {
        max-width: 100px;
    }*/
}

.progressBarPage {
    height: 24px;
    border: none;
    border-radius: 4px;
    text-align: center;
    min-width: 50px;
}

.progressBarPageActive {
    height: 24px;
    border: 2px solid #333333;
    border-radius: 4px;
    text-align: center;
    min-width: 50px;
}

.pageVisible{
    display: unset;
}

.pageNotVisible {
    display: none;
}

.progressBarButton {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: unset;
}

.progressBarButtonDiv {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.statusNOTSTARTED {
    background-color: #D9D9D9;
}

.statusINCOMPLETE {
    background-color: #FFCBCB;
}

.statusINCOMPLETEalt {
    background-color: #FFF2F2;
}

.statusCOMPLETE {
    background-color: #CEE9CF;
}


/*############################################################################*/

.CompletionHub {
    font-family: 'Open Sans', 'Roboto', 'Raleway', sans-serif;
}

.CompletionHubTitle {
    margin: 0px;
    font-weight: 600;
    color: #187EA6;
    line-height: 16px;
}

.CompletionHubSubTitle {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}

.CompletionHubSubTitleContent {
    margin: 16px 0px 0px 0px;
}

.CompletionHubContainer {
    background-color: #F5F5F5;
    margin: 0px 0px 20px 0px;
}

    .CompletionHubContainer card {

    }

.CompletionHubRow{
    margin: 0px !important;
}

.CompletionHubInnerRow {
    height: inherit;
    margin: 0px;
    padding: 0px;
}

.CompletionHubLabel {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px;
}

.alertINCOMPLETE {
    color: #B71515;
}

.CompletionHubLink {
    font-weight: 400;
}

.CompletionHubLinkDisabled {
    font-weight: 400;
    color: rgba(3, 75, 135, 0.2) !important;
    text-decoration: underline !important;
}
.CompletionHubLinkDisabledAlt {
    font-weight: 400;
    color: #646464 !important;
}

.CompletionHubPageInactive {
    min-height: 52px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.CompletionHubPage {
    min-height: 52px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
    .CompletionHubPage:hover {
        background-color: #FFF;
        border: 0px solid #FFF;
    }

.CompletionHubPageERROR {
    min-height: 52px;
    border: 1px solid #B71515;
    border-radius: 4px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
    .CompletionHubPageERROR:hover {
        background-color: #FFe9e9;
    }

.CompletionHubCircleContainer {
    border: none;
    height: inherit;
    max-width: fit-content !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-left: 15px;
}

.CompletionHubCircle {
    background-color: none;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    align-self: center;
    display: flex;
    justify-content: center;
}

    .CompletionHubCircle a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        align-self: center;
        text-align: center !important;
        font-size: 14px;
        font-weight: 600;
    }

.circleNOTSTARTED {
    border: 2px dashed #D9D9D9;
}

.circleINCOMPLETE {
    border: 2px solid #B71515;
}

.circleCOMPLETE {
    border: 2px solid #026F06;
}

.CompletionHubDetails {
    height: inherit;
    padding: 8px 0px 8px 15px;
}

.CompletionHubGoToLink {
    height: inherit;
    width: fit-content !important;
    max-width: 180px !important;
    display: flex;
    justify-content: right;
}

    .CompletionHubGoToLink a {
        width: fit-content;
        align-self: center;
        font-weight: 600;
    }


.CompletionHubPageButton {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    background-color: unset;
}

.CompletionHubPageButtonDiv {
    display: unset;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
}




.btn-submit {
    background-color: #026F06;
    border-color: #026F06;
    color: #FFF;
    padding: 12px;
    font-size: 20px;
}

.btn-submit-alt {
    padding: 12px;
}

.btn-submit:hover {
    background-color: #026405;
    border-color: #024b04;
    color: #FFF;
}

.btn-submit:focus, .btn-submit.focus {
    background-color: #026405;
    border-color: #013203;
    color: #FFF;
}

.btn-submit:active, .btn-submit.active {
    background-color: #026405;
    border-color: #024b04;
    color: #FFF;
}

    .btn-submit:active:hover, .btn-submit.active:hover {
        background-color: #024b04;
        border-color: #013203;
        color: #FFF;
    }

    .btn-submit:active:hover, .btn-submit.active:hover, .btn-submit:active:focus, .btn-submit.active:focus, .btn-submit.focus:active, .btn-submit.active.focus {
        background-color: #024b04;
        border-color: #013203;
        color: #FFF;
    }

.btn-submit:disabled, .btn-submit.disabled {
    background-color: #D7D7D7;
    border-color: #D7D7D7;
    color: #939393;
}

    .btn-submit:disabled:hover, .btn-submit.disabled:hover, .btn-submit:disabled:focus, .btn-submit.disabled:focus, .btn-submit.focus:disabled, .btn-submit.disabled.focus {
        background-color: #D7D7D7;
        border-color: #D7D7D7;
        color: #939393;
    }

/*######### Video pages ########*/
.QuesionVideoPage {
    min-height: 50px;
    border: 1px solid #2F93E0;
    border-radius: 4px;
    /*margin: 0px 0px 0px 0px;*/
    padding: 0px;
    background-color: #F2F9FB;
}

    .QuesionVideoPage:hover {
        background-color: #F2F9FB;
        border: 1px solid #2F93E0;
        cursor: pointer;
    }

.QuesionVideoCircle {
    background-color: none;
    /*    width: 24px;
    height: 24px;*/
    border-radius: 12px;
    align-self: center;
    display: flex;
    justify-content: center;
}

.QuesionVideoDetails {
    height: inherit;
    padding: 15px 8px 8px 8px;
}

.QuesionVideoDetailsText {
    color: #000;
    vertical-align: middle;
    /* Large Bold */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.QuesionVideoGoToLink {
    height: inherit;
    width: fit-content !important;
    max-width: 140px !important;
    display: flex;
    justify-content: right;
    padding: 8px 8px 8px 8px;
}

.QuesionVideoGoToLinkText {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
}
