/* Minification failed. Returning unminified contents.
(106,48): run-time error CSS1039: Token not allowed after unary operator: '-angle'
(117,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(121,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3432,30): run-time error CSS1046: Expect comma, found '85'
(3432,36): run-time error CSS1046: Expect comma, found '/'
(4174,25): run-time error CSS1046: Expect comma, found '210'
(4174,33): run-time error CSS1046: Expect comma, found '/'
 */
/* Created by Grant Wallen 09/04/2014 */

/* REDESIGNED by Kaye Richards May 2025 */

/* MainMenuButton PPLinkButton */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* To ensure height: 100% works we need to set it here for the html and body elements */
html, body {
    height: 100%;
}

.pp-bg-image {
    background-image: url(./Images/test_image_2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-size: 60%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .30;
    position: fixed;
    z-index: 0;
}


.modal-content {
    font-family: 'omnes-regular';
    font-size: 16px;
}

.company-157 .modal-body fa {
    font-size: 20px;
}

.company-157 .modal-body .welcome-modal-img {
    height: 100%;
    width: 100%;
}


.company-157 .modal-content {
    position: relative;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
/*.attention-box.skills{
    position: relative;
}

.attention-box.skills::after,
.attention-box.skills::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 3px;
    border-radius: 8px;
    background-image: conic-gradient(from var(--angle), #6e549b, #f9bd3a);
    animation: 3s spin2 linear infinite;
}

.attention-box.skills::before {
    filter: blur(1.5rem);
    opacity: 0.5;
}

@keyframes spin2 {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg
    }
}*/

.company-157 .modal-body .welcome-container::after,
.company-157 .modal-body .welcome-container::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 3px;
    border-radius: 8px;
    background-image: conic-gradient(from var(--angle), #6e549b, #f9bd3a);
    animation: 3s spin linear infinite;
}

.company-157 .modal-body .welcome-container::before {
    filter: blur(1.5rem);
    opacity: 0.5;
}

@keyframes spin {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg
    }
}

.pp-bg-image::before {
    content: '';
    display: block;
    height: 100vh;
    background: linear-gradient(184deg,rgba(255, 255, 255, 1) 42%, rgba(255, 238, 230, 0.36) 71%, rgba(255, 232, 214, 0.38) 95%);
    z-index: 3 !important;
    width: 100vw;
}

.homepage-bg-image {
    background-image: url(./Images/test_image_2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-size: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .20;
    position: fixed;
    z-index: 0;
}

    .homepage-bg-image::before {
        content: '';
        display: block;
        background: linear-gradient(184deg,rgba(255, 255, 255, 1) 42%, rgba(255, 238, 230, 0.36) 71%, rgba(255, 232, 214, 0.38) 95%);
        z-index: 3 !important;
        width: 100vw;
    }

.chart-img {
    opacity: 0.5;
    height: 35%;
    width: 35%;
    padding-top: 50px;
    text-align: center;
    display: block;
    margin: auto;
}


#what-to-do-next-ass-overview {
    width: 30%;
}

.dt-button.btn.btn-primary.new-company:hover,
.btn.btn-primary.new-type:hover,
.dt-button.btn.btn-primary.new-competency:hover,
#MainContentContainer .btn.btn-primary.new-skill:hover,
.dt-button.btn.btn-primary.create-new-ass:hover,
#expectedScoreDownloadButton:hover,
#uploadButton:hover {
    background: #fff !important;
    border: 2px solid #425563 !important;
    color: #425563 !important;
    cursor: pointer !important;
}

.btn-danger:hover i {
    color: #dc3545;
}

.answers-memo {
    float: right;
    width: 400px;
    font-style: italic;
    padding-top: 22px;
    text-align: end;
}

.ass-score {
    float: right;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shine-score {
    font-size: 18px;
    font-family: omnes-regular;
    font-weight: 800;
    padding: 15px 25px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #6e549b38;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #6e549b;
}

    .shine-score:hover {
        box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
    }

    .shine-score:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(146, 148, 248, 0.4), transparent );
        transition: all 650ms;
    }

    .shine-score:hover:before {
        left: 100%;
    }


#btnTrue {
    margin-right: 0;
}

#btnFalse, #btnTrue {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 250px;
}

.img-thumbnail:hover {
    transform: none;
    cursor: unset;
}

.image-picker-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .image-picker-list .input-group-grab {
        position: absolute;
        left: -35px;
        border-radius: 9px !important;
        background-color: white !important;
        width: 24px;
        top: 60px;
        height: 30px;
        border: 2px solid #6e549b;
    }

        .image-picker-list .input-group-grab img {
            width: 19px;
            height: 18px;
            top: 1px;
            position: relative;
        }

.border-radius-3 {
    border-radius: 3px;
}

.dash-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 405px;
}

.container-candidatedashboard .content-wrapper {
    background-color: white;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 41%, rgba(255, 238, 230, 0.27) 71%, rgba(255, 232, 214, 0.26) 95%);
    height: 100vh;
    overflow: hidden;
}

.container-candidatedashboard.sidenav-closed .sidenav-wrapper.closed + .content-wrapper {
    margin-left: 0px;
    transition: margin .5s ease;
}


.container-candidatedashboard .sidenav-wrapper + .content-wrapper {
    transition: margin .7s ease;
}

#my-assessments-btn {
    border: 4px solid #6e549bd4;
    background-color: #8671ac29;
}

.dashboard-btn {
    outline: 0;
    grid-gap: 8px;
    align-items: center;
    background-color: #ffd97d33;
    color: #000;
    border: 4px solid #ffd97d;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;
    flex: 1;
    height: 95px;
    font-size: 20px;
    font-family: 'omnes-regular';
}

    .dashboard-btn:hover {
        box-shadow: 4px 4px 0 #425563;
        /*transform: translate(-4px,-4px);*/
    }

    .dashboard-btn:focus-visible {
        outline-offset: 1px;
    }

.button-transition {
    margin: 0;
    opacity: 1;
    position: relative;
}

    .button-transition:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #ffd97d;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
    }

    .button-transition:hover:before {
        animation: opacityFallbackIn 0s step-start forwards;
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }


    .button-transition:after {
        background-color: #FFFFFF;
    }


    .button-transition span {
        z-index: 1;
        position: relative;
    }

.poppy-question-type {
    bottom: 25px;
    position: relative;
    height: 60px;
}

a.fill-parent {
    z-index: 0;
}

    a.fill-parent::before {
        content: '';
        display: block;
        background: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.go-to-corrob-ass {
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 17px;
    display: grid;
}

.release-ass {
    color: darkblue;
    font-size: 16px;
    padding-top: 5px;
}

.animation span {
    display: inline-block;
    animation: wave 2s ease-in-out infinite;
    animation-iteration-count: 3;
}

    .animation span:nth-child(1) {
        animation-delay: 0s;
    }

    .animation span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .animation span:nth-child(3) {
        animation-delay: 0.4s;
    }

    .animation span:nth-child(4) {
        animation-delay: 0.6s;
    }

    .animation span:nth-child(5) {
        animation-delay: 0.8s;
    }

    .animation span:nth-child(6) {
        animation-delay: 1s;
    }

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


.poppy-question-type .poppy {
    width: 170px;
    /* margin-left: 15px; */
    right: 15px;
    position: relative;
}

.poppy-question-type .poppy-text {
    font-size: 17px;
    font-family: kalam;
    color: #425563;
    padding: 10px;
    background-color: #d3c7e7;
    border-radius: 5px;
    position: relative;
}


    .poppy-question-type .poppy-text:after {
        font-size: 36px;
        content: "\f0da";
        font-family: FontAwesome;
        color: #d3c7e7;
        right: -10px;
        bottom: -4px;
        position: absolute;
    }

.button-transition-2 {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all .14s ease-out;
}

    .button-transition-2:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #00b398;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
    }

    .button-transition-2:hover:before {
        animation: opacityFallbackIn 0s step-start forwards;
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }

    .button-transition-2:after {
        background-color: #FFFFFF;
    }

    .button-transition-2 span {
        z-index: 1;
        position: relative;
    }

    .button-transition-2:hover span {
        color: white;
    }




.button-transition-3 {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all .14s ease-out;
}

    .button-transition-3:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #0092be;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
    }

    .button-transition-3:hover:before {
        animation: opacityFallbackIn 0s step-start forwards;
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }

    .button-transition-3:after {
        background-color: #FFFFFF;
    }

    .button-transition-3 span {
        z-index: 1;
        position: relative;
    }

    .button-transition-3:hover span {
        color: white;
    }

.assessment-overview #dev-plan-btn {
    border: 2px solid #efc661;
    display: block;
    width: 100%;
}

.assessment-overview .dev-plan-download {
    width: 100%;
}


.assessment-overview #dev-plan-btn:hover {
    border: 2px solid #efc661;
}

.dev-plan-download {
    background-color: #6e549b38;
    color: #000000;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    position: relative;
    border: 2px solid #6e549b !important;
    z-index: 0;
}

    .dev-plan-download:hover {
        box-shadow: 4px 4px 0 #425563;
    }

    .dev-plan-download:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #6e549b;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
    }

    .dev-plan-download:hover:before {
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }

    .dev-plan-download:after {
        background-color: #FFFFFF;
    }

    .dev-plan-download span,
    .dev-plan-download i {
        z-index: 1;
        position: relative;
    }

    .dev-plan-download:hover span,
    .dev-plan-download:hover i {
        color: white;
    }

.incorrect-box-fill {
    background-color: #ff000012;
    border: 3px solid #8b00000a;
    border-radius: 5px;
    margin: 15px 15px 15px 5px;
}

.correct-box-fill {
    background-color: green;
}

.img-thumbnail.no-hover:hover {
    cursor: unset;
    transform: none;
}

.image-picker {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    min-width: 150px;
    max-width: 150px;
    margin-left: 80px;
}

    .image-picker.selected img {
        border: 4px solid #0d6efd !important;
        border-radius: 8px;
    }

.correct-box-image {
    background-color: #cee6ce4f;
    border: 3px solid #00800012;
    border-radius: 5px;
    margin: 15px 15px 15px 5px;
    padding: 0;
}

.correct-box {
    color: black;
    border: 3px solid #42770f;
    border-radius: 5px;
    margin: 15px 15px 15px 5px;
    padding: 0;
}

    .correct-box > span,
    .correct-box-image > span {
        background-color: #678f67;
        color: white;
    }

    .answer-box ol li,
    .correct-box ol li {
        font-weight: bold;
    }

        .answer-box ol li span,
        .correct-box ol li .correct-order-span {
            font-weight: normal;
        }

.container-fluid .card.no-border {
    border: 0;
}

.incorrect-box {
    background-color: transparent;
    color: black;
    border: 3px solid #8b0000;
    border-radius: 5px;
    margin: 15px 10px 15px 15px;
    padding: 0;
}


    .incorrect-box > span {
        background-color: #cf6161;
        color: white;
    }

.incorrect-box-fill > span {
    background-color: #cf6161;
    color: white;
    position: relative;
    top: 5px;
    padding: 8px;
    border-radius: 3px;
}


.true-false-result-correction > span,
.true-false-result > span {
    font-family: omnes-regular;
    font-size: 16px;
    color: black;
}

.true-false-result-correct > span {
    padding: 7px;
    color: white;
}

.true-false-result-correction {
    width: 20%;
    border-radius: 5px;
    border: 3px solid indianred;
}

#true-btn {
    color: black;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 300px;
}

#false-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 300px;
    color: black;
    padding: 10px 20px;
}


#true-btn.green-fill {
    background-color: #678f67;
    color: white;
}

#false-btn.red-fill {
    background-color: #cf6161;
    color: white;
}

.hasABorder {
    border: 3px solid grey;
}

.input-group > .form-control {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.input-group > .input-group-append > .input-group-text {
    border-radius: 5px !important;
    color: darkred;
    border: #d6d3d3 2px solid;
}

    .input-group > .input-group-append > .input-group-text:hover {
        background-color: darkred;
        color: white;
        border: darkred 2px solid;
        cursor: pointer;
    }

.progress-bar {
    font-size: 13px;
    background-color: #6e549b;
}

.input-group-append.image-sort-delete {
    position: relative;
    top: -114px;
    float: right;
    z-index: 1;
    margin: 0px -17px 0px 0px;
}

.input-group-text.delete-btn {
    border-radius: 5px !important;
}

.create-true-false {
    border-radius: 5px !important;
}

.image-sort-delete .input-group-text.delete-btn:hover {
    background-color: darkred;
    color: white;
    cursor: pointer;
}

.imageReorderingSection .add-img-btn {
    background-color: #6e549b;
    border-radius: 5px;
    width: 10%;
    padding: 8px;
    color: white;
}

    .imageReorderingSection .add-img-btn:hover {
        color: black;
        background-color: #6e549b87;
    }

.form-check-input.multi-checkbox.full-opacity {
    opacity: 1;
}

.container-runcandidateassessment .form-check {
    padding-left: 0 !important;
}

.correctly-answered-border {
    border: 3px solid #42770f;
    border-radius: 5px;
}

.incorrectly-answered-border {
    border: 3px solid darkred;
    border-radius: 5px;
}

.correctly-answered-bg {
    background-color: #228b2238;
}

.incorrectly-answered-bg {
    background-color: #ff080842;
}

.selected.incorrect {
    background-color: #cf6161;
    padding: 5px 0px 5px 5px;
    border: #a94b4b 3px solid;
    border-radius: 5px;
    left: -5px;
    color: white;
}

    .selected.incorrect:after {
        content: "Your Choice";
        color: white;
        position: absolute;
        right: 0px;
        padding-right: 10px;
        font-family: 'omnes-regular';
        font-weight: bold;
    }

.correct {
    background-color: #678f67;
    padding: 5px 0px 5px 5px;
    border: #42770f 3px solid;
    border-radius: 5px;
    left: -5px;
    color: white;
}

    .correct:after {
        content: "Correct Answer";
        color: white;
        position: absolute;
        right: 0px;
        padding-right: 10px;
        font-family: 'omnes-regular';
        font-weight: bold;
    }

.carousel {
    position: relative;
    background-color: #e2e2e2;
    min-height: 370px;
    border-radius: 5px;
}

.selected.incorrect-multi {
    background-color: #cf6161;
    padding: 5px 0px 5px 5px;
    border: #a94b4b 3px solid;
    border-radius: 5px;
    left: -5px;
    color: white;
    position: relative;
    line-height: normal;
}

.multi-checkbox {
    right: 8px;
    position: relative;
}

.answer-count-text {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'omnes-regular';
    font-weight: bold;
    font-size: 17px;
}

.selected.incorrect-multi > label {
    position: relative;
    bottom: 2px;
}

.selected.required > label {
    position: relative;
    bottom: 2px;
}

.selected.incorrect-multi:after {
    color: white;
}

.option-container:not(.selected) .multi-checkbox {
    margin-top: 12px;
}

.selected.required {
    background-color: #678f67;
    padding: 5px 0px 5px 5px;
    border: #42770f 3px solid;
    border-radius: 5px;
    left: -5px;
    color: white;
    position: relative;
    line-height: normal;
}

    .selected.required:before {
        font-family: 'omnes-regular';
        content: "You Selected";
        color: white;
        position: absolute;
        right: 0;
        font-weight: bold;
        padding-right: 7px;
        padding-top: 3px;
    }

.selected.incorrect-multi:before {
    font-family: 'omnes-regular';
    content: "You Selected";
    color: white;
    position: absolute;
    right: 0;
    font-weight: bold;
    padding-right: 7px;
    padding-top: 3px;
}


.selected.required:after {
    color: white;
    font-size: 22px;
}

.required:after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 22px;
    padding-left: 7px;
    color: darkgreen;
}


.incorrect-multi:after {
    font-family: FontAwesome;
    content: "\f057";
    font-size: 22px;
    padding-left: 7px;
    color: darkred;
}

.search-container {
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
}

    .search-container input.basic-search {
        width: 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .search-container::after {
        content: "\f002";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 10px;
        color: #425563;
    }

.role-panel input, .role-panel select {
    height: 45px;
    border: 2px solid #bdc7d9;
}

.card.role-card {
    background-color: #eeeeee;
    box-shadow: #0c162d54 5px 5px 3px -1px;
    justify-content: center;
    display: flex;
}


    .card.role-card .role-name {
        font-size: 27px;
        padding-bottom: 15px;
        font-family: rift-soft-medium, omnes-regular;
    }

    .card.role-card .role-desc {
        font-size: 16px;
        text-align: center;
    }

.card .card-desc .card-desc__text {
    display: inline-block;
    max-height: 50px;
    overflow: hidden;
}

.card.assessment-card-choice .card-desc .card-desc__text {
    display: none;
}

.card .card-desc.show-more .card-desc__text {
    max-height: none !important;
}

.card.role-card .role-department {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}

.show-more-ass {
    display: inline-block;
    background: #6f90a9;
    border: #6f90a9 2px solid;
    left: 210px;
    top: -9px;
    font-size: 12px;
    font-style: italic;
    color: white;
}

    .show-more-ass:hover {
        background: white;
        border: #6f90a9 2px solid;
        color: black;
    }


#roleAccordion span {
    font-size: 18px;
}

#roleAccordion .btn-clear {
    background-color: #6f90a9;
    color: white;
    border: 2px #6f90a9 solid;
}

    #roleAccordion .btn-clear:hover {
        background-color: white;
        color: #425563;
        border: 2px #6f90a9 solid;
    }

#roleAccordion .btn-primary {
    background-color: #6f90a9 !important;
    color: white;
}

#roleAccordion [data-bs-toggle="collapse"]::after {
    content: "\f0d8";
    font-family: FontAwesome;
}

#roleAccordion [data-bs-toggle="collapse"].collapsed::after {
    content: "\f0d7";
    font-family: FontAwesome;
}


.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, .5);
    }



        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.h-0 {
    height: 1px;
}

.score-nav-btns {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 10px 20px;
}

    .score-nav-btns .btn.btn-primary.previous:hover,
    .score-nav-btns .btn.btn-primary.next:hover {
        background: #6e549b !important;
    }

    .score-nav-btns .btn.btn-primary.previous:active,
    .score-nav-btns .btn.btn-primary.next:active {
        background-color: #6e549b !important;
    }

.carousel-indicators [data-bs-target] {
    background-color: #50697b;
}

.carousel-indicators .active {
    background-color: black;
}

.tableContainer {
    padding-bottom: 35px;
}

    .tableContainer .tableRow {
        display: table-row;
    }

        .tableContainer .tableRow div:first-of-type {
            width: 30px;
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
        }

        .tableContainer .tableRow div {
            display: table-cell;
            border: 1px solid black;
            padding: 0.5em;
            background-color: white;
        }

            .tableContainer .tableRow div.corroboratorColour {
                background-color: #D7B9E4;
            }

.scores-key {
    margin-top: auto;
    margin-bottom: auto;
}

    .scores-key .key {
        text-decoration: underline;
        font-weight: bold;
        padding-bottom: 0.5em;
    }


.bounce2 {
    animation: bounce2 2s ease;
    animation-iteration-count: 2;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.confirm-submission-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: whitesmoke;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 30px;
    box-shadow: grey 5px 5px 5px;
}



/* Start of Site Wide Fonts */
@font-face {
    font-family: rift-soft-demi;
    src: url("../fonts/riftsoft-demi.otf");
}

@font-face {
    font-family: rift-soft-medium;
    src: url("../fonts/riftsoft-medium.otf")
}

@font-face {
    font-family: omnes-regular;
    src: url("../fonts/omnes-regular-webfont.ttf");
}

body {
    font-family: omnes-regular;
}

h1, h2 {
    font-family: rift-soft-demi;
}

h3, h4, h5, h6 {
    font-family: rift-soft-medium;
}

nav {
    font-size: 18px;
    font-family: rift-soft-medium;
}

.omnes {
    font-family: omnes-regular;
}

    .omnes.omnes--red {
        color: red;
    }

.rift-semi {
    font-family: rift-soft-demi;
    color: red;
}

.rift-medium {
    font-family: rift-soft-medium;
    color: red;
}

/* End of site wide fonts */

.input-group-prepend {
    overflow: hidden;
    border-radius: 500px 0 0 500px;
    position: absolute;
    left: 0px;
    height: 100%;
}

    .input-group-prepend .input-group-text {
        padding: .375rem .75rem .375rem 1.25rem;
        background-color: #f5f5f5;
        border: none;
    }

    .input-group-prepend.create-question {
        height: 100%;
        z-index: 3;
        position: unset;
    }

        .input-group-prepend.create-question .input-group-text {
            padding: 15px;
        }

.set-pw-container .form_row #Password,
.set-pw-container .form_row #Confirmation {
    padding-left: 10px;
    border-radius: 10px;
    border: 2px solid #efefef;
}

#Username, #Password {
    padding-left: 55px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid #efefef;
}

    #Username:hover,
    #Password:hover {
        border: 2px solid #efefef;
    }

.login > div {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-input-container,
.login-input-password {
    position: relative;
}

#noscriptWarning {
    margin-top: 1em;
    padding: 1em;
    background-color: red;
    color: #fff;
    font-size: 16px;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Text Area no stretch/expand */
/*textarea {
    resize: none;
    padding: 4px;
    min-width: 40em;
}
*/
/* Microsoft Generated Defaults for the site */
/* Default values */
body {
    font-size: 1em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    margin: 1em;
}


.wide {
    flex: 1;
}

h2 {
    /*    margin: 0.5em;
    margin-left: 0;
    display: block;*/
}

h3 {
    margin-top: 0.5em;
}

p {
    margin: 0.5em 0;
}

.pp-academy-link-container {
    position: relative;
    float: left;
    margin-left: 300px;
    bottom: 45px;
}

    .pp-academy-link-container .pp-academy-link {
        text-transform: capitalize;
        font-size: 1.2rem;
        font-weight: normal;
        border-radius: 5px;
        margin: 10px 0;
        padding: 5px 10px;
        background: white;
        text-decoration: none;
        color: #425563;
    }

        .pp-academy-link-container .pp-academy-link:hover {
            background: #0092be;
            color: white;
        }

/************************ DISABLE GOOGLE DATE PICKER ***************************/
/* Hide the dropdown arrow 
input::-webkit-calendar-picker-indicator{
    display:none;
}

/* Hide The Prompt 
input[type="date"]::-webkit-input-placeholder {
    visibility:hidden !important;
}*/


[type=text], [type=password], input[type="submit"], input[type="button"], input[type="date"], textarea, select {
    padding: 0.5em;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    /*border: 1px solid #6D6D6D;
    border-left-color: #A0A0A0;
    border-top-color: #A0A0A0;*/
    margin-right: 4px;
}

    button[type="button"][value="Ok"], button[type="submit"][value="Ok"], input[type="submit"][value="Yes"], input[type="submit"][value="Ok"], a[data-button-type="ok"] {
        float: left;
        display: inline-block;
        height: 40px;
        width: 40px;
        /* IE Rounded Corners */
        behavior: url(/css/border-radius.htc);
        border-radius: 8px 8px 8px 8px;
        /* FIREFOX, SAFARI, CHROME Rounded Corners */
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        -khtml-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        background: url('/Content/Images/tick_white_100_x_100.svg');
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #117120;
        color: transparent;
        margin-right: 0.5em;
    }

        /*button[type="button"][value="Cancel"], input[type="submit"][value="No"], input[type="submit"][value="Cancel"], input[type="button"][value="Cancel"] {
        float: left;
        height: 40px;
        width: 40px;*/
        /* IE Rounded Corners */
        /*behavior: url(/css/border-radius.htc);
        border-radius: 8px 8px 8px 8px;*/
        /* FIREFOX, SAFARI, CHROME Rounded Corners */
        /*-moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        -khtml-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        background: url('/Content/Images/cross_white_150_x_150.svg');
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #950000;
        color: transparent;
    }*/

        button[type="button"][value="Ok"]:hover, button[type="submit"][value="Ok"]:hover, input[type="submit"][value="Ok"]:hover, a[data-button-type="ok"]:hover {
            cursor: pointer;
            background-color: #18A02D;
        }
/*
    button[type="button"][value="Cancel"]:hover, input[type="submit"][value="Cancel"]:hover, input[type="button"][value="Cancel"]:hover {
        cursor: pointer;
        background-color: #FF0000;
    }*/

.PPButton {
    cursor: pointer;
    background-color: black;
    margin-left: 3px;
    width: 40px;
    height: 40px;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 8px 8px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    /*padding: 0.5em;*/
    border: 1px solid #6D6D6D;
    border-left-color: #A0A0A0;
    border-top-color: #A0A0A0;
    margin-right: 4px;
}

.delete-icon {
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}

.PPButton:hover {
    background-color: silver;
}

.clear {
    clear: both;
}

.clear-float-left {
    clear: both;
    float: left;
}

.padding_1EM {
    padding: 1em;
}

.marginTopBottom_1EM {
    margin: 1em 0;
}

.margin_1EM {
    margin: 1em;
}

.formButtonsContainer {
    margin: 1em;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.form-check-label {
    margin-bottom: 45px;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 100px;
}

.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    border: 1px solid rgb(170, 0, 0);
    padding: 4px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -3px 4px 1px rgba(170, 170, 170, 0.4);
    background-color: red;
    color: #fff;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.field-validation-valid {
    display: none;
}

.card.comp-ass-view,
.card.skill-ass-view {
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 30px;
    box-shadow: grey 5px 5px 5px;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

    .input-validation-error + input[type="text"] {
        border: 1px solid #f00;
        background-color: #fee;
    }

.validation-summary-errors {
    background-image: url("/Content/Images/alert_red.svg");
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: #FFFFFF;
    min-height: 40px;
    color: darkred;
    border: 2px solid red;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -3px 4px 1px rgba(170,170,170, 0.4);
    margin-top: 25px;
}

    .validation-summary-errors ul {
        padding-top: 10px;
        padding-right: 10px;
    }

    .validation-summary-errors li {
        text-decoration: none;
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

/**************  PP CUSTOM STYLES  *************/
.listItemButton {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 4px;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.listItem {
    background-color: #fff;
}

    .listItem:hover, .listItem:hover:nth-child(2n+1) {
        background-color: green;
    }

    .listItem:nth-child(2n+1) {
        background-color: rgba(255,255,255,0.5);
    }

    .listItem a {
        color: black;
        margin-left: 1em;
    }

.ppButtonIcon {
    margin-right: 0.5em;
    font-size: 40px;
}

.drop-panel-btn {
    top: -3px;
    position: relative;
    min-width: 180px;
    border-left: solid 3px #e9e9e9;
    border-right: solid 3px #e9e9e9;
    border-bottom: solid 3px #e9e9e9;
    border-top: none;
    border-radius: 5px;
}

    .drop-panel-btn .drop-panel-btn-text {
        font-size: 22px;
        font-family: 'Rift Soft';
        padding: 12px 5px 10px 10px;
    }

    .drop-panel-btn i {
        padding: 15px 10px 10px 5px;
        font-size: 25px;
        color: #425563;
    }

    .drop-panel-btn.collapsed {
        border: solid 3px #e9e9e9;
        border-radius: 5px;
        top: -6px;
        position: relative;
    }

.arrow-container {
    cursor: pointer;
}

.arrow {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.collapsed .arrow {
    transform: rotate(180deg);
}

.assessment-wizard.candidate-container {
    background-color: #f6f6f6;
    border-radius: 9px;
    margin-top: 55px;
    box-shadow: 5px 5px 5px 5px darkgrey;
}

#staticSection {
    background-color: #f0f0f0;
}

#collapsibleSection > div {
    background-color: #f0f0f0;
}

.drop-panel-btn:hover {
    background: #425563 !important;
    color: white;
}

    .drop-panel-btn:hover i {
        color: white;
    }

.drop-panel-btn.collapsed:hover {
    border: solid 3px #425563;
}

#skillAreaList .search:after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: auto;
    right: 10px;
    color: #425563;
}

#skillAreaList .search {
    position: relative;
}

#skillGroupList .search {
    position: relative;
}

.no-hover:hover {
    transition: none !important;
    transform: none !important;
    cursor: default !important;
}

#skillGroupList .search:after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: auto;
    right: 10px;
    color: #425563;
}

.input-group-text {
    height: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-grab {
    position: absolute;
    left: -10px;
    top: 21px;
    border-radius: 9px !important;
    background-color: white !important;
    width: 24px;
    height: 30px;
    border: 2px solid #6e549b;
}

    .input-group-grab:hover {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .input-group-grab:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.repeater-item > div {
    border-radius: 6px;
    background-color: #e2e2e2;
}



.input-group-grab.image-sort {
    top: 45%;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px -16px;
    left: auto;
}

    .input-group-grab.image-sort img {
        width: auto;
        height: 18px;
        top: 1px;
        position: relative;
    }

.text-sort {
    position: relative;
}

/*.text-sort .input-group-grab {
        right: 0;
        top: 22px;
        position: absolute;
        border: 2px solid #937bbe;
    }

        .text-sort .input-group-grab img {
            width: auto;
            height: 18px;
            top: 1px;
            position: relative;
        }*/

.text-sort-list .text-sort .input-group-grab {
    left: 9px;
    top: 18px;
    position: absolute;
}

    .text-sort-list .text-sort .input-group-grab img {
        width: auto;
        height: 18px;
        top: 1px;
        left: 4px;
        position: relative;
    }

.input-group-grab img {
    width: auto;
    height: 18px;
    top: 1px;
    position: relative;
}


#skillGroupSkillList .search {
    position: relative;
}

    #skillGroupSkillList .search:after {
        content: '\f002';
        font-family: FontAwesome;
        position: absolute;
        top: 8px;
        left: auto;
        right: 10px;
        color: #425563;
    }


#skillAreas, #skillAsssess, #skillGroups {
    padding: 8px 9px 10px 9px;
}

.form_row {
    margin: 1em 0;
    display: block;
}

    .form_row label {
        display: inline-block;
        padding-right: 10px;
        width: 100%;
    }

.form_row_long {
    margin: 1em 0;
    display: block;
}

    .form_row_long > label {
        display: inline-block;
        text-align: right;
    }

#companyInfo {
    justify-content: center;
    display: flex;
}

    #companyInfo .form_row_long > label {
        display: inline-block;
        text-align: right;
        font-weight: 600;
        padding-bottom: 6px;
    }

.form_row_linebreak {
    margin-bottom: 4em;
}

/* Table designs */
.table_verticalHeader {
}

    .table_verticalHeader tr > td:first-of-type {
        text-align: right;
        padding-left: 1em;
    }


.UI_INFO_table {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

    .UI_INFO_table td {
        padding: 0 0.5em;
    }

        .UI_INFO_table td:nth-of-type(1) {
            font-weight: bold;
            text-align: right;
        }



/*.UI_table {
    background-color: #ffffff;
    border: 1px solid #A5A5A5;
    /* IE Rounded Corners */ /*
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */ /*
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    table-layout: fixed;
}

    .UI_table th {
        background-color: #394A57;
        background-color: #646464;
        background-color: #494949;
        color: #fff;
        padding: 0 4px;
    }

    .UI_table td {
        padding: 0 0.5em;
        word-wrap: break-word;
        vertical-align: top;
    }

    .UI_table .center {
        text-align: center;
    }

    .UI_table tr:nth-child(2n+1) {
        background-color: silver;
    }*/



.tableheader_blue_1 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #1e5799; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMjE1N2NlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMjYzM2M5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMjA3Y2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1e5799 0%, #2157ce 6%, #2633c9 28%, #207cca 82%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(6%,#2157ce), color-stop(28%,#2633c9), color-stop(82%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2157ce 6%,#2633c9 28%,#207cca 82%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2157ce 6%,#2633c9 28%,#207cca 82%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2157ce 6%,#2633c9 28%,#207cca 82%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2157ce 6%,#2633c9 28%,#207cca 82%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

/* Textboxes */
.textbox_4 {
    width: 4em;
}

.textbox_6 {
    width: 6em;
}

.textbox_10 {
    width: 10em;
}

.textbox_16 {
    width: 16em;
}

.textbox_20 {
    width: 20em;
}


/* Text Styles */
.red {
    color: Red;
}

/* Text box styles */
.readonly {
    background-color: silver;
}

.highlight {
    border: 2px red solid !important;
    border-radius: 3px;
}


.companyTypehighlight {
    background-color: #f2f0f0 !important;
}

.list-item:hover {
    background-color: #f2f0f0;
}

.list-item .text-left {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.RoundedCorners_6 {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.RoundedTopCorners_6 {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 0px 0px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.RoundedTopCorners_4 {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 4px 4px 0px 0px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.content_area_container {
    background-color: #FFFFFF;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: rgba(255,255,255,0.4);
    /* border: 2px solid #FFFFFF;*/
    border-style: ridge;
    overflow: hidden;
}




.sideMenuOptionButton {
    list-style: none;
    text-decoration: none;
    border: 1px solid red;
    display: block;
    margin-right: 10%;
    padding: 0 1em;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

/*button styles*/
.PPIconButton {
    text-align: left;
    width: 90px;
    background-color: #fff;
    padding: 3px;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

    .PPIconButton span:first-of-type {
        font-size: 30px;
        margin-right: 10px;
        color: #63917D;
    }

    .PPIconButton span:nth-of-type(2) {
        font-size: 120%;
        position: relative;
        top: -5px;
    }

    .PPIconButton:hover {
        background-color: #3AA352;
        color: #fff;
    }

        .PPIconButton:hover span:first-of-type {
            color: #fff;
        }

.PPIconButton_TextFirst {
    min-width: 90px;
    text-align: right;
    background-color: white;
    padding: 3px;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-family: 'omnes-regular';
}

    .PPIconButton_TextFirst span:first-of-type {
        font-size: 120%;
        position: relative;
        top: -5px;
    }

    .PPIconButton_TextFirst span:nth-of-type(2) {
        font-size: 30px;
        margin-left: 10px;
        color: #63917D;
    }

    .PPIconButton_TextFirst:hover {
        background-color: #3AA352;
        color: #fff;
    }

    .PPIconButton_TextFirst:hover {
        color: #fff;
    }

.SaveWorkIcon {
    margin: 10px;
}

.PPLinkIcon {
    text-decoration: none;
}


.PPLinkIconLarge {
    text-decoration: none;
    color: #0092BC;
}

    .PPLinkIconLarge:hover {
        color: #42BCD8 !important;
    }



/* Form Menu Controls */
.formMenuButtonContainer {
    background-color: #525252;
    border-top: 1px solid silver;
}

.formMenuButton {
    background-color: rgba(255,255,255,0.5);
    padding: 2px 8px;
    margin: 0.5em;
    text-decoration: none;
    color: #3B3B3B;
    border: 1px solid silver;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 4px 4px 4px 4px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .formMenuButton:hover {
        background-color: rgba(255,255,255,1);
    }

.form-label {
    float: left;
    margin-right: 6px;
    font-weight: bold;
}

.legend {
    background-color: #fff;
    padding: 0.5em;
    display: inline-block;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    margin: 0.5em;
}

/* PP Colors */
.logoblue {
    background-color: #8DB8D7;
}

.logogreen {
    background-color: #8AC7A2;
}

.lightgrey {
    background-color: #A5A5A5;
}

.stronggreen {
    background-color: #009F9D;
}

.midgreen {
    background-color: #63917D;
}

.brightgreen {
    background-color: #3AA352;
}

.pp-gold {
    background-color: #FDD26E;
}

.academypurple {
    background-color: #807199;
}

.catmanblue {
    background-color: #6593D9;
}

.midblue {
    background-color: #6B889D;
}

.brightblue {
    background-color: #00A0D6;
}

.pastelblue {
    background-color: #7F9DDF;
}

.comppurple {
    background-color: #7D7FBD;
}

.darkgrey {
    background-color: #646464;
}

.redsheetred {
    background-color: #ED1C24;
}

.redsheetredwebsite {
    background-color: #FE0000;
}

.redsheetredelearning {
    background-color: #E20A13;
}

.sunburstorange {
    background-color: #F15A22;
}

.academyorange {
    background-color: #F8941E;
}

.sunfloweryellow {
    background-color: #FFCB05;
}

/* Custom Colors */
.darkblue {
    background-color: #394A57;
}

.content_area_container_fill {
    background-color: rgba(232,232,232,0.7);
}

/* Blue box container styles */
.groupContainer {
    float: left;
    background-color: #6B889D;
    border: 1px solid #3B3B3B;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}


.tableOption {
    background-color: #D3D3D3;
    color: #394A57;
    padding: 4px;
    margin-right: 0.25em;
    text-decoration: none;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 4px 4px 4px 4px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .tableOption:hover {
        background-color: #fff;
        margin-right: 0.25em;
        color: #394A57;
        padding: 4px;
        text-decoration: none;
        /* IE Rounded Corners */
        behavior: url(/css/border-radius.htc);
        border-radius: 6px 6px 6px 6px;
        /* FIREFOX, SAFARI, CHROME Rounded Corners */
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -khtml-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }



/* Item Selectors / Buttons */
.containerItemButton {
    display: block;
    text-decoration: none;
}

.listSelectableItem {
    text-align: center;
    background-color: #fff;
    padding: 2px;
    border: 1px solid black;
    margin-bottom: 1px;
    color: #646464;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 4px 4px 4px 4px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .listSelectableItem:hover {
        background-color: forestgreen;
    }

/* STATES - colours */
.system-message {
    padding: 10px 20px;
    border: 2px solid transparent;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
    height: 1px;
    overflow: hidden;
}

.system-message--success {
    border-color: #0cdc0c;
    background: rgba(0,241,191,.1);
    display: block;
    opacity: 1;
    height: auto;
}

.system-message--error {
    border-color: #dc0c0c;
    background: rgba(241, 0, 0, 0.05);
    display: block;
    height: auto;
    opacity: 1;
}

.positive {
    background-color: green;
}

.negative {
    background-color: red;
}

.neutral {
    background-color: #A5A5A5;
}

/* Style for drop down menu */
.dropdownmenu {
    list-style: none;
    width: 137px;
}

    .dropdownmenu:hover > li > ul {
        display: block;
        width: 135px;
    }

    .dropdownmenu > li > ul {
        position: relative;
        left: -0.5em;
        top: -3px;
        list-style: none;
        display: none;
    }

        .dropdownmenu > li > ul > li {
            width: 135px;
            padding: 0 0.5em;
            background-color: #fff;
            border: 1px solid #fff;
        }

            .dropdownmenu > li > ul > li a {
                text-decoration: none;
                color: #394A57;
            }

            .dropdownmenu > li > ul > li:last-of-type {
                /* IE Rounded Corners */
                behavior: url(/css/border-radius.htc);
                border-radius: 0px 0px 4px 4px;
                /* FIREFOX, SAFARI, CHROME Rounded Corners */
                -moz-border-radius: 0px 0px 4px 4px;
                -webkit-border-radius: 0px 0px 4px 4px;
                -khtml-border-radius: 0px 0px 4px 4px;
                border-radius: 0px 0px 4px 4px;
            }

            .dropdownmenu > li > ul > li:hover {
                background-color: #D1E3EF;
                cursor: pointer;
            }



/* Page Layout Elements */
.ppGroupContainer_blue {
    padding: 1em;
    float: left;
}

    .ppGroupContainer_blue > div {
        float: left;
        background-color: #6B889D;
        border: 1px solid #3B3B3B;
        /* IE Rounded Corners */
        behavior: url(/css/border-radius.htc);
        border-radius: 6px 6px 6px 6px;
        /* FIREFOX, SAFARI, CHROME Rounded Corners */
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -khtml-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }

        .ppGroupContainer_blue > div > div:first-of-type {
            background-color: #3B3B3B;
            padding: 4px;
            color: #FFFFFF; /*  Add the RoundedCorners_6 here the go to img tag!  */
        }


.generalInfoTable th {
    text-align: right;
    padding-right: 6px;
}




/* Arrows */
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}

    .arrow-up:hover {
        cursor: pointer;
        border-bottom: 10px solid silver;
    }


.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
}

    .arrow-down:hover {
        cursor: pointer;
        border-top: 10px solid silver;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

#companyRoles .tabContainer {
    padding-left: 9px;
    position: relative;
    bottom: -10px;
}

    #companyRoles .tabContainer .roles-tab > span,
    #companyRoles .tabContainer .selectedTab {
        font-size: 20px !important;
    }

/* tabContainer: will change all contained span elements to tabs! */
.tabContainer {
    padding: 1px;
}

    .tabContainer > a {
        text-decoration: none;
        color: #fff;
    }

    .tabContainer span {
        border: 1px solid #C0C0C0;
        border-bottom: none;
        padding: 2px;
        font-size: 80%;
        /* IE Rounded Corners */
        behavior: url(/css/border-radius.htc);
        border-radius: 4px 4px 0px 0px;
        /* FIREFOX, SAFARI, CHROME Rounded Corners */
        -moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
        -khtml-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        cursor: pointer;
        background: #c0c0c0; /* Old browsers */
        background: -moz-linear-gradient(top, #c0c0c0 0%, #a0a0a0 20%, #3b3b3b 49%, #3b3b3b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(20%,#a0a0a0), color-stop(49%,#3b3b3b), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c0c0c0 0%,#a0a0a0 20%,#3b3b3b 49%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c0c0c0 0%,#a0a0a0 20%,#3b3b3b 49%,#3b3b3b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c0c0c0 0%,#a0a0a0 20%,#3b3b3b 49%,#3b3b3b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #c0c0c0 0%,#a0a0a0 20%,#3b3b3b 49%,#3b3b3b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
    }

    .tabContainer > a > span:hover {
        background: #e5e5e5; /* Old browsers */
        background: -moz-linear-gradient(top, #e5e5e5 0%, #c9c9c9 20%, #939393 49%, #919191 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(20%,#c9c9c9), color-stop(49%,#939393), color-stop(100%,#919191)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e5e5e5 0%,#c9c9c9 20%,#939393 49%,#919191 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e5e5e5 0%,#c9c9c9 20%,#939393 49%,#919191 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e5e5e5 0%,#c9c9c9 20%,#939393 49%,#919191 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e5e5e5 0%,#c9c9c9 20%,#939393 49%,#919191 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
    }

    .tabContainer .selectedTab {
        background: #f4dec6; /* Old browsers */
        background: -moz-linear-gradient(top, #f4dec6 0%, #f4a755 29%, #f7992e 49%, #f8941e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4dec6), color-stop(29%,#f4a755), color-stop(49%,#f7992e), color-stop(100%,#f8941e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dec6', endColorstr='#f8941e',GradientType=0 ); /* IE6-9 */
    }

        .tabContainer .selectedTab:hover {
            background: #f4dec6; /* Old browsers */
            background: -moz-linear-gradient(top, #f4dec6 0%, #f4a755 29%, #f7992e 49%, #f8941e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4dec6), color-stop(29%,#f4a755), color-stop(49%,#f7992e), color-stop(100%,#f8941e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f4dec6 0%,#f4a755 29%,#f7992e 49%,#f8941e 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dec6', endColorstr='#f8941e',GradientType=0 ); /* IE6-9 */
            cursor: default;
        }


#downloadLatestAssessment {
    display: flex;
    align-self: center;
    border: 3px solid #6600fb3b !important;
    color: black;
    background-color: #6e549b !important;
}

    #downloadLatestAssessment:hover {
        background-color: #6e549b5e !important;
        color: black !important;
    }


#dev-plan-btn,
#AssignCompAssessmentToSelf,
#AssignSkillAssessmentToSelf {
    display: flex;
    align-self: center;
    justify-content: center;
    z-index: 0;
}

    #AssignCompAssessmentToSelf:hover,
    #AssignSkillAssessmentToSelf:hover {
        color: black !important;
    }


.candidate-container .top-panel {
    /*    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto;*/
}

.preview-mode-banner {
    background-color: #6e549b;
    color: #ffffff;
    padding: 2em;
    border-radius: 5px;
    text-align: center;
}

    .preview-mode-banner .preview-title {
        font-weight: bold;
        text-decoration: underline;
        padding-bottom: 0.5em;
    }

    .preview-mode-banner .preview-text {
        font-size: 16px;
        padding-left: 5px;
    }

.candidate-container .welcome-message {
    text-align: center;
    padding-top: 30px;
}

.assessment-btns {
    display: flex;
    justify-content: center;
}

/*    .assessment-btns a {
        min-width: 290px;
        justify-content: center;
    }*/

.passwordRequirementList {
    list-style: none;
    text-align: left;
}

.forgotten-pw-container,
.set-pw-container {
    width: 500px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    padding: 30px;
    background-color: whitesmoke;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #6c868e;
}

#btnSubmit {
    display: inline-block;
    min-width: 170px;
}

.candidateColour {
    background-color: #FDD26E !important;
    color: black;
    display: table-cell;
    width: 20px;
    height: 16px;
}

.candidateScore, .corroboratorScore {
    display: table-cell;
    padding-left: 4px;
}

.scores-key .corroboratorColour {
    background-color: #D7B9E4;
    color: #ffffff;
    display: table-cell;
    width: 20px;
    height: 16px;
}

.question-container {
    background-color: #425563;
    color: white;
    margin-bottom: 10px;
    font-family: 'omnes-regular';
    border-radius: 5px;
}

    .question-container .scores-question-number {
        font-size: 22px;
        font-weight: bold;
        margin-left: 10px;
    }

    .question-container .assessment-question {
        font-size: 16px;
        line-height: 3;
        margin-left: 10px;
    }

.errorState {
    background-color: #dc3545;
    color: #ffffff;
}

.compGroupItem:hover {
    cursor: pointer;
}

/* footer styles */
footer p a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #73daf7 !important;
}


footer {
    background-color: #425563;
    z-index: 3;
    text-align: center;
    width: 100%;
    color: white;
    position: fixed;
    height: auto;
    bottom: 0px;
    font-family: 'omnes-regular';
}

    footer p {
        margin-top: 12px;
    }
/* end of footer styles */

.scroll-section {
    padding-right: 8px;
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
}

.full-width-input {
    width: calc(100% - 98px);
    min-width: initial;
}

.cm-editor-container {
    width: calc(100% - 98px);
    display: inline-block;
    padding-left: 10px;
}

    .cm-editor-container .CodeMirror {
        width: calc(100% - 98px);
        background: #eaeaea;
        border: 2px solid #f7f7f7;
    }

.CodeMirror {
    transition: height .4s ease;
    transition-delay: .2s;
}

.cm-editor-container:focus-within .CodeMirror {
    height: 300px !important;
}

.hidden {
    display: none;
}

.editor-preview {
    position: fixed;
    background: rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

    .editor-preview .editor-preview__content {
        position: absolute;
        padding: 20px;
        background: rgba(255,255,255,.92);
        border: 2px solid #425563;
        border-radius: 3px;
        max-width: 70%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

.assessment-description {
    font-size: 1.15rem;
}

.assessment-description__label {
    font-size: .9rem;
    font-weight: bold;
    opacity: .4;
}

.text-larger {
    font-size: 1.05rem;
}

.q-instruction-multi {
    font-family: rift-soft-medium;
    font-size: 22px;
    color: #6e549b;
    display: inline-block;
}

.q-instruction {
    font-family: rift-soft-medium;
    font-size: 22px;
    color: #6e549b;
}

#close-poppy > button {
    font-size: 18px;
    color: grey;
    display: inline-block;
    position: relative;
    right: 41px;
    top: 3px;
}

.user-performance--expected {
    background: #86cee2;
}

    .user-performance--expected .pdp-action {
        border-color: #86cee2;
        color: #444;
    }

.skill-panel .user-performance--expected {
    background: #fcaaaa;
    color: #444;
    border: darkred 2px solid;
}

.user-performance-graph--expected {
    background: #00b398;
    color: #444;
    border-radius: 20px;
    height: auto;
}

.user-performance-graph--above {
    background: #ef3340;
    border-radius: 20px;
    height: auto;
}

.user-performance-graph--target {
    border: none;
    border-top: 4px dashed #730073;
    vertical-align: super;
    height: 8px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.skill-panel .user-performance--expected .pdp-action {
    border-color: #fcaaaa;
    color: #444;
}

.user-performance--above {
    background: rgb(255,180,0);
    color: #444;
}

    .user-performance--above .pdp-action {
        border-color: rgb(255,180,0);
    }

.skill-panel .user-performance--above {
    background: rgba(113, 219, 154, .71);
    color: #444;
    border: darkgreen solid 2px;
}

    .skill-panel .user-performance--above .pdp-action {
        border-color: rgba(113, 219, 154, .71);
    }

.user-performance--below {
    background: #00A0BE;
    color: #fff;
}

    .user-performance--below .pdp-action {
        border-color: #00A0BE;
    }

.legend__key {
    display: inline-block;
    margin: 7px;
}

.legend-key__swatch {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.legend-key__text {
    display: inline-block;
    text-align: center;
    vertical-align: super;
}

.danger {
    color: red;
}
/*.pdp-action-container {
    border-left: 5px solid #e9e9e9;
}*/
.pdp-action {
    color: #425563;
    background: #f3f3f3;
    padding: 10px;
    border: 2px solid #425563;
    font-size: 1rem;
}

#catlistContainer td {
    word-break: break-word;
}


/* Layout Styles Update*/
body {
    margin: 0;
}

#MainHeader {
    border: 0;
    border-radius: 0;
    float: none;
    position: relative;
    padding: 25px 18px 33px 18px;
    background: #425563;
}

.rotate-180 {
    transform: rotate(-180deg);
}

.dropdown-toggle:not(.collapsed) {
    background-color: #cecece;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
/*for animation*/
.dropdown-toggle:after {
    transition: 0.5s;
    font-size: 18px;
    position: relative;
    top: 15px;
    height: 5px;
    margin: 0;
}

.corrob-container {
    padding-top: 10px;
}

.card {
    position: relative;
    top: 0;
    transition: 0.4s ease;
    text-decoration: none;
}

a.card:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.card.active-card.comp-assessment:hover {
    background-color: #0092be4a;
}

.card.active-card.skill-assessment:hover {
    background-color: #c4faf2;
}

.card.active-card.assessment-card-choice.inactive-ass {
    background-color: lightgrey;
    border: 3px solid lightgrey;
}

.card.active-card.assessment-card-choice.comp-assessment.inactive-ass:hover {
    cursor: auto;
    transform: none;
}

.card.active-card.assessment-card-choice.skill-assessment.inactive-ass:hover {
    cursor: auto;
    transform: none;
}

.card.active-card.assessment-card-choice.selected {
    border: green 3px solid;
    background-color: #ace6ac;
    transform: scale(1.03);
}

.card.active-card.assessment-card-choice.comp-assessment.selected::after {
    background-image: url(./Images/tick_white_100_x_100.svg);
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-size: 40px;
    background-repeat: no-repeat;
    right: 10%;
    bottom: 64%;
}

.card.active-card.assessment-card-choice.skill-assessment.selected::after {
    background-image: url(./Images/tick_white_100_x_100.svg);
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-size: 40px;
    background-repeat: no-repeat;
    right: 6%;
    bottom: 64%;
}

.sidenav-toggle {
    position: absolute;
    right: -18px;
    top: 42%;
    transform: translateY(-50%);
    background: #021E2F;
    color: #fff;
    border: 0;
    width: 20px;
    height: 100px;
    border-radius: 0 10px 10px 0;
    z-index: -1;
}



    .sidenav-toggle .fa {
        transition: transform .7s ease;
        position: relative;
    }

.sidenav-wrapper.closed + .content-wrapper {
    margin-left: 18px;
    transition: margin .5s ease;
}

.sidenav-wrapper .sidenav-container .sidenav .nav-items a,
.sidenav-wrapper .sidenav-container .sidenav .nav-items button {
    transition: margin-left 0.6s ease-in-out;
}

.sidenav-wrapper.closed .sidenav-container .sidenav .nav-items a,
.sidenav-wrapper.closed .sidenav-container .sidenav .nav-items button {
    transition: margin-left 0.5s ease-in-out;
    margin-left: -200px;
}

#MainTitle {
    margin: 0;
    font-family: 'rift-soft-medium', Arial;
    color: white;
    text-decoration: none;
}

    #MainTitle > h1 {
        margin: 0;
    }

    #MainTitle:hover {
        text-decoration: none;
    }

.header-container {
    position: fixed;
    width: 100%;
    z-index: 8;
    max-height: 107px;
}

    .header-container:after {
        position: absolute;
        background-image: linear-gradient(to right, #0092be, #0092be 20%, #00b398 20%, #00b398 40%, #e43742 40%, #e43742 60%, #ff6a14 60%, #ff6a14 80%, #f9bd3a 80%);
        height: 4px;
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }

nav {
    font-size: 18px;
    font-family: 'omnes-regular', 'rift-soft-medium';
}

#MainHeader a:first-child {
    position: relative;
    float: right;
    margin: 0;
    right: 0;
}

.company-logo {
    width: 200px;
    max-height: 80px;
}

.dropdownmenu > li {
    position: relative;
}

    .dropdownmenu > li > ul {
        top: 10px;
    }

.dropdownmenu:hover {
    cursor: pointer;
}

    .dropdownmenu:hover > li > ul {
        display: block;
        width: calc(100% + 20px);
        position: absolute;
        top: 100%;
        padding-top: 10px;
        background: transparent;
        z-index: 999;
    }

.dropdownmenu {
    width: 160px;
}

.PPLinkIcon .fa.fa-sort-desc {
    font-size: 1.5rem;
    position: relative;
}

.PPLinkIcon .fa-sort-down:before, .PPLinkIcon .fa-sort-desc:before {
    margin-left: 5px;
    position: absolute;
    top: -18px;
    line-height: 14px;
}

.dropdownmenu > li > ul > li {
    width: 180px;
}

.MainMenuButton.dropdownmenu ul li {
    padding-bottom: 6px;
}

#mobile-menu-toggle {
    display: none;
}

.sidenav-wrapper.closed {
    width: 18px;
}

.sidenav-wrapper {
    width: 250px;
    position: fixed;
    height: 100vh;
    z-index: 1;
    transition: width .7s ease;
    text-align: center;
    overflow: hidden;
    padding-right: 15px;
    margin-top: 102px;
}

    .sidenav-wrapper .sidenav-container {
        min-height: 100vh;
        background: #eeeeee;
        position: relative;
        padding-bottom: 150px;
        direction: ltr;
        border-right: rgb(66 85 99 / 60%) 3px solid;
    }

        .sidenav-wrapper .sidenav-container .sidenav {
            height: 100%;
        }

.MainMenuButton {
    display: flex;
    padding: 20px 25px;
    font-size: 17px;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
}

    .MainMenuButton span, .PPLinkIcon span {
        color: #425563;
        font-family: 'omnes-regular';
    }


    .MainMenuButton .link-text {
        display: inline-block;
    }

        .MainMenuButton.sidenav-dropdown.collapsed .link-text .fa::before,
        .MainMenuButton .link-text .fa::before {
            display: inline-block;
        }

.sidenav-dropdown {
    width: 100%;
}

    .sidenav-dropdown.collapsed {
        display: inline-block;
    }

#navbuttonContainerLeft .MainMenuButton:first-child {
    border-radius: 0;
}

.MainMenuButton:not(:first-of-type):hover {
    background: whitesmoke;
    border-top: 3px solid #e7dede;
    margin-top: -3px;
    cursor: pointer;
}

.MainMenuButton:active {
    background: white;
    border-top: 3px solid #e7dede;
    margin-top: -3px;
}

.MainMenuButton:hover span {
    color: black;
}

.MainMenuButton .nav-icon {
    font-size: 25px;
}

#MainContentContainer .formMenuButton {
    font-family: omnes-regular, sans-serif !important;
    padding: 12px 10px;
    font-weight: 600;
    display: flex;
    align-self: center;
    text-align: center;
    justify-content: center;
    border: 3px solid #e9e9e9;
    border-radius: 5px;
}

    #MainContentContainer .formMenuButton:hover {
        border: 3px solid white;
        background-color: #f5f5f5;
        color: #425563 !important;
    }

.fa:after, .fa:before {
    font-family: 'FontAwesome';
}

.fa-plus:before {
    content: "\f067";
}

#superUserActions,
#helpMenu {
    background-color: #e1e1e1;
    border-bottom: 3px solid #c7c7c7;
}

thead tr th:first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.content_area_container {
    background: white;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    height: 100%;
    border: none;
    padding: 0% 1% 3% 1%;
}

    .content_area_container .content_area_container {
        background: white;
        border: 0;
        color: #333;
        padding-top: 0;
    }

.primary-panel {
    background: #425563;
    color: #fff;
    border-color: #3c4a55;
}

.company-info-panel {
    background: #698396;
    color: #fff;
    border: #698396 3px solid;
    border-radius: 5px;
}

.PP_LinkButton {
    background-color: #F8941E;
    padding: 0.5em;
    font-size: 120%;
    color: #fff;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

    .PP_LinkButton:hover {
        background-color: #F15A22;
    }

.overviewTable {
    float: left;
}

    .overviewTable th {
        text-align: right;
        padding-right: 4px;
    }

.companyContainer {
    padding: 1em;
    float: left;
    border: 1px solid #A5A5A5;
    background-color: #FFFFFF;
    margin: 1em;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -3px 4px 1px rgba(170,170,170, 0.4);
}

    .companyContainer > div {
        float: left;
    }

    .companyContainer .chart {
        float: left;
        margin-left: 1em;
    }

    .companyContainer > div > table {
        float: left;
        margin-top: 3em;
    }

        .companyContainer > div > table th {
            text-align: right;
            padding: 0 6px;
        }

    .companyContainer .LinkButton {
        clear: both;
        float: left;
        position: relative;
        top: 50px;
        left: 10px;
    }

input[type="button"].cancel-btn {
    display: inline-block;
    min-width: 170px;
    text-align: center;
    margin-right: 35px;
}

[type=text], input[type="date"], textarea, select, input[type="search"] {
    background: #fafafa;
    border: 2px solid #efefef;
    border-radius: 3px;
    width: 100%;
}

[type=password] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 72%;
}

    [type=text].readonly, [type=password].readonly, input[type="submit"].readonly, input[type="button"].readonly, input[type="date"].readonly, textarea.readonly, select.readonly, input[type="search"].readonly {
        background: #e1dfdf;
        color: gray;
    }

.dataTables_filter label, .dataTables_length label {
    margin-bottom: 15px !important;
    text-shadow: 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666;
    font-size: 1rem;
}

.form_row label, .form-group label {
    font-size: 1rem;
    text-shadow: 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666;
}

.question-settings {
    font-size: 15px;
    color: #425563;
    width: 300px;
}

    .question-settings i {
        font-size: 22px;
    }

    .question-settings span {
        font-size: 16px;
    }

.content-wrapper {
    margin-left: 235px;
    transition: margin .5s ease;
}

#MainContentContainer {
    max-width: 1800px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0 30px 100px 30px;
    padding-top: 110px !important;
}

.pp-container {
    max-width: 1700px;
    margin: 0 auto;
}

[type=text]:hover, [type=password]:hover, input[type="date"]:hover, textarea:hover {
    border: 2px solid #c8c8c8;
}

/*button:not(:disabled):hover, [type="button"]:not(:disabled):hover, [type="reset"]:not(:disabled):hover, [type="submit"]:not(:disabled):hover, select:hover {
    background: #f4f4f4;*/
/* border: 2px solid #c8c8c8;*/
/*}*/

#DashboardGrpahs.content_area_container .content_area_container {
    margin: 0px 50px 0 50px !important;
}

#DashboardGrpahs h2 {
    margin: 0px 50px;
    padding-top: 15px;
}

#DashboardGrpahs .admin-btns-dash:hover {
    border: 4px solid #425563 !important;
    background: white !important;
    color: #425563 !important;
}

.formMenuButton {
    border-radius: 3px;
}

#loginform {
    text-align: center;
}

.login .fa,
.login h2 {
    color: #394a57;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #394a57;
    color: white !important;
    border-radius: 3px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: rgba(57, 74, 87, .8);
        color: white !important;
    }

table.dataTable.no-footer.table-responsive {
    background: linear-gradient(#f780ef 33%, rgba(247,128,239, 0)), linear-gradient(rgba(247,128,239, 0), #f780ef 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(54,54,54, 0.5), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(54,54,54, 0.5), rgba(0,0,0,0)) 0 100%;
    background-color: #f780ef;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 45px, 100% 45px, 100% 15px, 100% 15px;
}

.pdp-item .pdp-item__title h4 {
    font-size: 22px;
}

.pdp-item .pdp-item__title h4,
.pdp-item .pdp-item__title span {
    padding-left: 15px;
}

#dev-plan-btn {
    color: #000;
    border: 3px solid #ffd97d;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    transition: all .14s ease-out;
    font-family: 'omnes-regular';
    background-color: #ffd97d36;
}


#AssignSkillAssessmentToSelf {
    border: 3px solid #00b398 !important;
    background-color: #00b39814 !important;
}

    #dev-plan-btn:hover,
    #AssignCompAssessmentToSelf:hover,
    #AssignSkillAssessmentToSelf:hover {
        box-shadow: 4px 4px 0 #425563;
        transform: translate(-4px,-4px);
    }

#AssignCompAssessmentToSelf {
    border: 3px solid #0092be !important;
    background-color: #0092be26 !important;
}

.accordion-button {
    padding: 10px;
    z-index: 0
}

    .accordion-button:hover {
        background-color: whitesmoke;
        border-radius: 5px;
    }

    .accordion-button.collapsed > h3 > i {
        transform: rotate(0);
        padding-left: 8px;
    }

    .accordion-button > h3 > i {
        transform: rotate(180deg);
        padding-right: 8px;
    }

.formMenuButton:before {
    margin-right: 5px;
}

.question-title {
    font-family: omnes-regular;
    font-size: 21px;
    padding: 360px;
}

.panel-header {
    position: relative;
}

.answer-checkbox {
    position: absolute;
    top: 31%;
    left: 25px;
}

    .answer-checkbox:checked {
        background-color: #6e549b;
    }

.answer-checkbox-multiple {
    position: absolute;
    top: 32%;
    left: 21px;
}

.answer-option,
.answer-option-rearrange {
    font-family: omnes-regular;
    font-size: 17px;
    display: inline-block !important;
    margin-bottom: 0;
    background: #e7e7e7;
    padding: 20px 15px 20px 60px;
    width: 100%;
    border-radius: 5px;
}

    .answer-option:hover {
        cursor: pointer;
        background-color: #f9bd3a33;
    }

    .answer-option-rearrange:hover {
        cursor: move; /* fallback if grab cursor is unsupported */
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        background-color: #f9bd3a33;
    }

    .answer-option-rearrange:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.input-group-radio {
    position: relative;
}

.skill {
    position: absolute;
    top: 0px;
    right: 0;
    max-width: fit-content;
    text-align: right;
    font-size: 14px;
}

.question-number {
    font-family: omnes-regular;
}

.panel-header .panel__title {
    display: flex;
}

    .panel-header .panel__title h2 {
        display: flex;
        flex: 1;
    }

.panel-header .panel__button {
    display: inline-block;
    vertical-align: super;
    /*width: 196px;*/
    text-align: right;
}

.primary-panel .panel-header .panel__button .formMenuButton {
    background: white;
    color: #425563;
    border: 2px solid transparent;
}

    .primary-panel .panel-header .panel__button .formMenuButton:hover {
        background: #425563;
        color: #fff;
        border: 2px solid white;
    }

panel-header.panel-header--twobuttons .panel__title {
    width: calc(100% - 254px);
}

.panel-header.panel-header--twobuttons .panel__button {
    width: 250px;
}

.panel-header.panel-header--small .panel__title {
    width: calc(100% - 97px);
    vertical-align: top;
}

.panel-header.panel-header--small .panel__button {
    width: 94px;
}

.roles-tab {
    padding: 4px 7px;
    background: rgba(255, 255, 255, .3);
    border: 2px solid #d6d6d6;
    border-bottom: 0;
    display: inline-block;
    border-radius: 4px 4px 0 0;
}

    .roles-tab:hover {
        background: white;
    }

    .roles-tab span {
        font-size: .8rem !important;
        background: transparent !important;
        color: #425563 !important;
        border: 0 !important;
    }


    .roles-tab:hover:not(.selectedTab) {
        background: #6e549b;
        color: white;
    }

    .roles-tab:hover span {
        color: white !important;
    }

    .tabContainer .selectedTab,
    .roles-tab + .selectedTab {
        background: #425563;
        padding: 7px 10px;
        color: white;
        border-left: #6e549b 3px solid;
        border-right: #6e549b 3px solid;
        border-top: #6e549b 3px solid;
    }


        .tabContainer .selectedTab:hover {
            cursor: unset;
            background: #425563;
            color: white;
            border-left: #6e549b 3px solid;
            border-right: #6e549b 3px solid;
            border-top: #6e549b 3px solid;
        }

.formMenuButton:hover {
    text-decoration: none;
}

.list-item {
    position: relative;
    padding: 10px;
    border-bottom: 3px solid #dedede;
}

    .list-item .fa {
        color: #394A57;
        padding-right: 10px;
    }

    .list-item a:hover {
        text-decoration: none;
    }

        .list-item a:hover::before {
            background: rgba(0,0,0,.05);
        }

.link-fillspace::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#catlistContainer {
    overflow: hidden;
    overflow-y: scroll;
}

#tblHistoricalAssessments, #assessmentHistory table {
    width: 100%;
}

.account-menu li {
    list-style: none;
}

.account-menu__header {
    background-color: #425563;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 10px;
    padding: 4px;
    padding-left: 45px;
    color: #FFFFFF;
    text-align: center;
}

    .account-menu__header.account-menu__header--acc {
        background-image: url('/Content/Images/myaccount_white.svg');
    }

    .account-menu__header.account-menu__header--files {
        background-image: url('/Content/Images/repo.svg');
    }

#company-users .tableOption,
.candidate-view__panel .tableOption {
    background: #425563;
    border: 2px solid transparent;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

    #company-users .tableOption:hover,
    .candidate-view__panel .tableOption:hover {
        background: #fff;
        color: #425563;
        border: 2px solid #425563;
        padding: 10px 15px;
        border-radius: 3px;
    }

.company-roles,
.company-departments {
    padding: 10px;
}

    .company-roles .containerItemButton,
    .company-departments .containerItemButton {
        border-radius: 3px;
        border: 2px solid transparent;
        margin-bottom: 5px;
        background: #425563;
        color: #fff;
        padding: 5px 10px;
    }

        .company-roles .containerItemButton:hover,
        .company-departments .containerItemButton:hover {
            text-decoration: none;
            border: 2px solid #425563;
            color: #425563;
            background: transparent;
        }


/* assessment Wizard */
.assessment-wizard {
    border-radius: 5px;
}

    .assessment-wizard .assessment-wizard__header {
        background: #698396;
        color: white;
        border-radius: 5px 5px 0 0;
        padding: 10px 20px;
    }

    .assessment-wizard .assessment-wizard__body {
        padding: 20px;
        padding-bottom: 7px;
    }

.assessment-level-selection {
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: -4px;
}

.statementCandidate {
    display: none;
}


.statementCandidate {
    display: block;
    margin-bottom: 35px;
    text-align: center;
}

    .statementCandidate > div {
        display: none;
    }

    .statementCandidate.statementCandidateSelected {
        margin-bottom: 0px;
    }

        .statementCandidate.statementCandidateSelected > div {
            display: block;
            background: #FDD26E;
            border-radius: 5px 5px 0 0;
            padding: 10px 10px 5px 10px;
        }

.assessment-level-selection .button {
    padding: 30px 15px;
    border-width: 5px;
    border-style: solid;
    border-color: grey;
    user-select: none;
    cursor: pointer;
    border-radius: 5px;
}

    .assessment-level-selection .button:hover {
        background: rgba(0,0,0,.05);
    }

    .assessment-level-selection .button.buttonSelected {
        border-color: #FDD26E;
        border-radius: 0 0 5px 5px;
    }

.assessmentStatements {
    background: #e9e9e9;
    padding: 20px;
    border-radius: 2px;
}

.inner-content {
    background: rgb(210 210 210 / 50%);
    padding: 1em;
    border-radius: 2px;
    width: 25%;
    overflow: auto;
    text-align: center;
}

.assessmentStatements input[type=text], .assessmentStatements textarea {
    border: 2px solid #cecece;
    width: 100%;
    min-height: 150px;
}

.italic {
    font-style: italic;
}

.text-16 {
    font-size: 16px;
}

.PPIconButton {
    width: auto;
    border-radius: 4px;
}

.assessment-wizard__header .PPIconButton {
    width: auto;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: normal;
    padding: 8px 15px;
}

    .assessment-wizard__header .PPIconButton:hover {
        color: #425563;
    }

    .assessment-wizard__header .PPIconButton span:first-of-type {
        color: white;
        font-weight: normal;
        font-size: 1.25rem;
    }

    .assessment-wizard__header .PPIconButton:hover span:first-of-type {
        color: #425563;
    }

.assessment-wizard__footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

    .assessment-wizard__footer .PPIconButton,
    .assessment-wizard__footer .PPIconButton_TextFirst,
    .assessment-wizard__footer .PPIconButton_TextFirst span:last-of-type,
    .assessment-wizard__footer .PPIconButton span:first-of-type {
        color: white;
    }

        .assessment-wizard__footer .PPIconButton:hover,
        .assessment-wizard__footer .PPIconButton_TextFirst:hover,
        .assessment-wizard__footer .PPIconButton_TextFirst:hover span:last-of-type,
        .assessment-wizard__footer .PPIconButton:hover span:first-of-type {
            color: #425563;
            background-color: transparent;
            border-color: #425563;
        }

        .assessment-wizard__footer .PPIconButton_TextFirst span:last-of-type,
        .assessment-wizard__footer .PPIconButton span:first-of-type {
            font-size: 1.25rem;
        }

    .assessment-wizard__footer .PPIconButton,
    .assessment-wizard__footer .PPIconButton_TextFirst {
        background: #425563;
        border: 2px solid transparent;
        padding: 8px 15px;
    }

.assessment-item:hover,
.assessment-item:nth-child(odd):hover {
    background: rgba(0,0,0,.1) !important;
}

.assessment-item.highlight:hover,
.assessment-item.highlight:nth-child(odd):hover {
    background: #aaddbe !important;
}


.CandidateEvidenceSection {
    padding: 10px;
    border-radius: 3px;
}

.PPIconButton span:nth-of-type(2),
.PPIconButton_TextFirst span:nth-of-type(1) {
    top: auto;
    vertical-align: text-bottom;
}

.loading-gif-container {
    color: #425563;
    display: none;
}

.pp-scroll-content {
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

.assessment__current-step {
    padding: 3px 15px;
    background: #595959;
    color: #fff;
    border-radius: 3px;
}

.pp-quote {
    border-left: 3px solid #bababa;
    padding: 10px 20px;
    background: rgba(0,0,0,.03);
}

.candidate-results {
}

.item__content {
    vertical-align: middle;
}

.candidate-results__item {
    padding-bottom: 5px;
    display: table;
    width: 100%;
}

.candidate-results-item__level {
    display: table-cell;
    padding: 10px;
    width: 50px;
    height: 100%;
    background: #c7c7c7;
    border-right: 5px solid white;
    vertical-align: middle;
    text-align: center;
}

    .candidate-results-item__level.selected {
        background: #fdd26e;
    }

.candidate-results-item__corroborator-level {
    display: table-cell;
    margin-left: -4px;
    padding: 10px;
    background: #c7c7c7;
    width: 20px;
    height: 100%;
    border-right: 5px solid white;
}

    .candidate-results-item__corroborator-level.selected {
        background: #d7b9e4;
    }

.candidate-results-item__statement {
    display: table-cell;
    margin-left: -4px;
    padding: 10px;
    width: calc(100% - 80px);
    background: #f7f7f7;
}

/* Pseudo Tables */
.pp-psuedo-table {
}

.pp-psuedo-table__header {
    background: #595959;
    color: #fff;
    padding: 5px 0px;
}

    .pp-psuedo-table__header .pp-psuedo-table__col {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pp-psuedo-table__header .pp-psuedo-table__row {
        padding: 0;
        margin: 0;
    }

.pp-psuedo-table__body {
    border-top: 3px solid #e9e9e9;
}

    .pp-psuedo-table__body .pp-psuedo-table__row {
        padding: 5px 5px;
        border-bottom: 3px solid #e9e9e9;
        min-height: 40px;
        margin-right: 3px;
    }


        .pp-psuedo-table__body .pp-psuedo-table__row:last-child {
            border-bottom: 0;
        }

    .pp-psuedo-table__body .pp-psuedo-table__col {
        padding-right: 8px;
        padding-left: 8px;
    }

    .pp-psuedo-table__body .pp-psuedo-table__content {
        height: 100%;
    }

    .pp-psuedo-table__body .pp-psuedo-table__col--candidate .pp-psuedo-table__content {
        background: #fdd26e;
        color: #333;
        text-shadow: 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666;
    }

    .pp-psuedo-table__body .pp-psuedo-table__col--corroborator .pp-psuedo-table__content {
        background: #c7c7c7;
        color: #333;
        text-shadow: 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666;
    }

    .pp-psuedo-table__body .pp-psuedo-table__col--corroborator.corroborator-completed .pp-psuedo-table__content {
        background: #d7b9e4;
        color: #333;
        text-shadow: 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666, 0px 0px 0 #666;
    }

    .pp-psuedo-table__body .pp-psuedo-table__col--corroborator.negative .pp-psuedo-table__content,
    .pp-psuedo-table__body .pp-psuedo-table__col--candidate.negative .pp-psuedo-table__content {
        background: #d86767;
    }

.pp-psuedo-table__row--clickable:hover {
    cursor: pointer;
    background: rgba(0,0,0,.05);
}

.pp-psuedo-table__row.rowSelected {
    background: #e9e9e9;
    position: relative;
}

    .pp-psuedo-table__row.rowSelected::before {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.2rem;
        left: 2px;
        color: #595959;
        top: calc(50% - 1px);
        transform: translateY(-50%);
    }

.character-count {
    margin-left: 95px;
    margin-bottom: 15px;
}

    .character-count.warning {
        color: red;
        text-shadow: 0px 0px 0 red, 0px 0px 0 red, 0px 0px 0 red, 0px 0px 0 red;
    }

/*.field-validation-error {
    margin-lefT: 104px;
}*/
/* Bootstrap Overrides */
.tab-content > .active {
    background: white;
}

.nav-item a {
    color: #585a5d;
}

    .nav-item a:focus {
        outline: none;
    }

/*span.fa {
    padding-right: 10px;
}*/

.btn {
    margin-bottom: 10px;
    margin-right: 10px;
    border: 2px solid transparent;
    padding: 6px 12px !important;
}

    .btn.fa {
        font-family: omnes-regular;
        font-size: 1rem;
        line-height: 1.45rem;
    }

        .btn.fa::before,
        .btn.fa::after {
            font-family: FontAwesome;
            margin-right: 10px;
        }

    .btn.btn-default {
        background: rgba(0,0,0,0.1);
    }

        .btn.btn-default:hover,
        .btn.btn-default:focus {
            color: #333;
            border-color: rgba(0,0,0,0.2);
            background: transparent;
        }

    .btn.btn-danger {
        background: #dc3545;
    }

        .btn.btn-danger:hover,
        .btn.btn-danger:focus {
            color: #dc3545;
            border-color: #dc3545;
            background: transparent;
        }

    .btn.btn-primary {
        background: #425563 !important;
        border: 2px solid transparent !important;
        color: white !important;
    }

        .btn.btn-primary:focus,
        .btn.btn-primary:hover,
        .btn.btn-primary:active {
            background: #fff;
            border: 2px solid #425563;
            color: #425563;
            cursor: pointer;
        }

/*.assessment-card-choice .select2 {
    width: 50% !important;
}*/

.assessment-card-choice .select2 {
    width: 100% !important;
}

td .btn:not(.btn-danger) {
    border-color: #425563;
    color: #425563;
}

.nav-item .nav-link {
    margin-right: 4px;
    position: relative;
    border-left: 0;
}

    .nav-item .nav-link.skill-tab {
        border-top: #00b398 solid 3px;
        border-right: #00b398 solid 3px;
        border-left: #00b398 solid 3px;
        border-bottom: white solid 3px;
        /*    background: #00b3981a;*/
    }

    .nav-item .nav-link.comp-tab {
        border-top: #0092be solid 3px;
        border-right: #0092be solid 3px;
        border-left: #0092be solid 3px;
        border-bottom: white solid 3px;
        /*background-color: #0092be17;*/
    }

.nav-tabs .nav-link.active {
    font-size: 1.25rem;
    box-shadow: 0px -1px 5px 1px rgba(0,0,0,.1);
}

    .nav-tabs .nav-link.active::after {
        content: '';
        display: block;
        position: absolute;
        top: calc(100% - 0px);
        right: -1px;
        bottom: -8px;
        left: 0;
        background: #ffffff;
    }

.nav-tabs .nav-link:first-child.active {
    border-left: 1px solid #e1e1e1;
}

.nav-tabs .nav-link:not(.active) {
    font-size: 1.25rem;
    color: grey;
    background: #f2f2f2;
    border: 2px solid #e1e1e1;
    border-bottom: 0;
}

.nav-item + .nav-item .nav-link:not(.active),
.nav-item:first-child .nav-link:not(.active) {
    border-left: 0;
}

.nav-tabs .nav-link.pdp-tab {
    font-size: 18px;
    padding: 5px 10px 30px 10px;
    min-width: 150px;
    text-align: left;
}

    .nav-tabs .nav-link.pdp-tab .pdp-tab__date {
        position: absolute;
        bottom: 6px;
        left: 10px;
        font-size: 15px;
        font-weight: bold;
    }

.tab-content {
    box-shadow: 0px -1px 12px rgba(0,0,0,.15);
    /* z-index: 2; */
}

.nav-link:not(.active)::after {
    content: '';
    display: block;
    top: 0;
    right: -2px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
}

.company-resources li:not(:first-child) {
    border-top: 1px solid #425563;
}

.company-resources li:last-child {
    border-bottom: 3px solid #425563;
}

.company-resources a {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    color: #425563;
}

    .company-resources a .fa {
        float: right;
        margin-top: 4px;
    }

    .company-resources a:not(.fa-external-link) {
        text-shadow: 0px 0px 0px BLACK, 0px 0px 0px BLACK, 0px 0px 0px BLACK, 0px 0px 0px BLACK;
    }

    .company-resources a:hover {
        text-decoration: none;
        background: rgba(0,0,0,.05);
        color: #425563 !important;
    }

.cancelRedirect {
    float: left;
    height: 40px;
    width: 40px;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 8px 8px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: url('/Content/Images/cross_white_150_x_150.svg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #950000;
    color: transparent;
}

/*.fa-trash{
    padding:0px !important;
}*/

.bgColorHeader {
    background-color: #425563;
    width: 100%;
    /*    height:auto;*/
    padding: 15px;
}

    .bgColorHeader span {
        color: #425563;
    }

bgColorHeader a:link {
    text-decoration: none;
}

.adminDashboardButton {
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    /*    margin:12px;*/
}

#userOverview_filter input, #tblCompetencies_filter input, #tblCompanies_filter input, #tblUsers_filter input {
    padding: 5px;
}

#tblExpectedScores tr.incomplete {
    /*border: 2px solid red !important;*/
}

    #tblExpectedScores tr.incomplete .indx {
        background: red;
    }

#tblExpectedScores .ExpectedScoreChanges.incomplete {
    border: 2px solid red !important;
}

.alignWebkit-center {
    text-align: -webkit-center
}

.pp-btn-accordion {
    position: relative;
    background: transparent;
    border: 0px !important;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .pp-btn-accordion:focus {
        outline: 0 !important;
    }

    .pp-btn-accordion.collapsed:after {
        font-family: fontawesome;
        color: #fff;
        font-size: 2.2rem;
        content: '\f107';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .4s ease;
    }

    .pp-btn-accordion:after {
        font-family: fontawesome;
        color: #fff;
        font-size: 2.2rem;
        content: '\f107';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        transition: transform .4s ease;
    }

    .pp-btn-accordion.pp-btn-accordion--white:after {
        color: #425563;
    }

.card.completed-card {
    background-color: #c7c7c7;
    box-shadow: 5px 5px 5px #698498;
    color: black;
    font-size: 15px;
    padding: 15px;
    height: 200px;
    text-align: center;
    text-decoration: none;
}

.card.active-card {
    box-shadow: 5px 5px 5px grey;
    color: #425563;
    font-size: 15px;
    padding: 13px;
    min-height: 200px;
    text-align: center;
    text-decoration: none;
}

    .card.active-card.comp-assessment {
        background-color: #CCE9F2;
        border: 3px solid #0092be;
    }

.card.active-corroborations:hover {
    background-color: #6e549b63;
}


.card.active-card.skill-assessment {
    background-color: #E5F7F4;
    border: 3px solid #00b398;
}


.card.active-card .card-title,
.card.active-card .card-title a {
    text-align: left;
    color: #425563;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;*/
}

.card.active-corroborations .card-title {
    text-align: left;
    color: #425563;
    text-decoration: none;
    font-size: 16px;
}

.card.active-corroborations .card-logo {
    font-size: 31px;
    text-align: right;
    display: grid;
}

.card.active-corroborations .bottom-details .role {
    text-align: left;
}

.card.active-corroborations .bottom-details .start-date {
    margin-top: auto;
    text-align: right;
}

    .card.active-corroborations .bottom-details .start-date span {
        font-family: 'rift-soft-medium';
        font-size: 19px
    }

.card.active-corroborations .bottom-details {
    margin-top: auto;
}

.card.active-corroborations {
    box-shadow: 5px 5px 5px grey;
    color: #425563;
    font-size: 15px;
    padding: 13px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    background-color: #6e549b42;
    border: 3px solid #6e549b;
}

    .card.active-corroborations .card-logo .fa-cubes {
        right: 7px;
        position: relative;
    }


.card.completed-card .card-title {
    color: black;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
}

.card.completed-card .card-subtitle {
    color: black;
}

.card.completed-card .card-logo,
.card.active-card .card-logo {
    font-size: 31px;
    text-align: right;
    display: grid;
}

.card.active-card.skill-assessment .card-logo {
    font-size: 40px;
}

.card.active-card .card-logo .fa-cubes,
.card.completed-card .card-logo .fa-cubes {
    right: 7px;
    position: relative;
}

.card.completed-corrobs .card-title {
    text-align: left;
    color: #425563;
    text-decoration: none;
    font-size: 16px;
}

.card.completed-corrobs .card-logo {
    font-size: 31px;
    text-align: right;
    display: grid;
}

    .card.completed-corrobs .card-logo .card-subtitle {
        font-size: 14px;
        padding-top: 7px;
        color: #425563;
        font-family: 'rift-soft-medium';
    }

.card-logo .fa.fa-cubes .card-subtitle {
    margin-right: -7px;
    padding-top: 12px;
}

.card.completed-corrobs .bottom-details {
    margin-top: auto;
}

    .card.completed-corrobs .bottom-details .closed-date {
        font-family: 'rift-soft-medium';
        font-size: 22px;
    }


.card-subtitle {
    font-size: 14px;
    padding-top: 6px;
    color: #425563;
    font-family: 'rift-soft-medium';
    display: block;
}

.go-to-assessment {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 17px;
}

.card.active-card .go-to-assessment {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}

.card.completed-corrobs {
    background-color: #c7c7c7;
    box-shadow: 5px 5px 5px #698498;
    color: black;
    font-size: 15px;
    padding: 15px;
    height: 200px;
    text-align: center;
    text-decoration: none;
}

    .card.completed-corrobs .card-title {
        color: black;
    }

    .card.completed-corrobs .card-logo .fa-cubes {
        right: 7px;
        position: relative;
    }

    .card.completed-corrobs .card-logo .card-subtitle {
        color: black;
    }

    .card.completed-corrobs .download-report-btn {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }

.card.active-card .go-to-assessment .fa {
    font-size: 14px;
}

.card.active-card .bottom-details .start-date {
    text-align: right;
    font-family: rift-soft-medium;
}

.card.active-card .bottom-details .role {
    text-align: left;
}

.card.completed-card .bottom-details,
.card.active-card .bottom-details,
.card.active-card .bottom-details .start-date {
    margin-top: auto;
}

.card.active-card .bottom-details {
    margin-top: auto;
}

    .card.active-card .bottom-details .start-date span {
        font-family: 'rift-soft-medium';
        font-size: 19px;
    }

.card.completed-card .bottom-details .assessment-closed .closed-date {
    font-family: 'rift-soft-medium';
    font-size: 22px;
}

.card.active-card.assessment-card-choice.inactive-ass .bottom-details {
    margin-bottom: auto;
}

    .card.active-card.assessment-card-choice.inactive-ass .bottom-details span {
        font-size: 16px;
    }

.download-report-btn {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 17px;
}

    .download-report-btn a {
        color: white;
        text-decoration: none;
        font-size: 17px;
    }


.project-action__buttons {
    /*     position: absolute;*/
    top: 0px;
    right: 70px;
    opacity: 1;
    transition: opacity .4s ease;
    width: auto;
}

.attention-box {
    color: black;
    padding: 10px;
    border: 2px solid #ffd97d;
    border-radius: 5px;
    background-color: #ffd97d36;
}

.dev-plan.attention-box > button {
    float: right;
    padding: 13px;
    font-size: 14px;
    color: grey;
}


label.w-auto {
    width: auto;
}

.grey-background {
    background-color: #e9e9e9;
}

.border-radius-10 {
    border-radius: 10px;
}

.skill-Add-btn {
    position: relative;
    top: -25px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

    .skill-Add-btn:hover {
        background-color: darkgreen;
        color: white;
    }

.skills-next-prev {
    font-size: 5rem;
    padding: 15px 30px;
    color: #425563;
    display: flex;
}

.skill-group-name {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; 
    bottom: 60px; 
    right: 30px; 
    z-index: 99; 
    border: #6e549b 3px solid; 
    outline: none; 
    background-color: #6e549b; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}

    #back-to-top:hover {
        background: white;
        border: #6e549b 3px solid;
        color: #425563;
    }

    input[type="radio"] {
        background-color: black;
    }

.container-assigncandidateassessmenttoself {
    overflow-x: hidden;
}

.skills-next-prev:hover,
.skills-next-prev:focus {
    color: #021E2F;
    border: 0 !important;
}

#SkillGroupFile {
    font-size: 13px;
    padding: 5px;
    height: auto;
}

/*.form_row {
    display: flex;
    align-items: center;
    gap: 1rem;
}
*/
.question-input {
    width: 80%;
}

.btn {
    margin-top: 10px;
}

.answers {
    margin-top: 15px;
}

body.sidenav-closed .content-wrapper {
    margin-left: 0px;
    transition: margin .5s ease;
}


.assessment-card-choice .select2-container {
    margin: 0 auto;
}


.option-section {
    display: block;
}

.hidden {
    display: none !important;
}

.arrow-container {
    cursor: pointer;
}

.arrow {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.collapsed .arrow {
    transform: rotate(180deg);
}

.image-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-reorder {
    position: relative;
    width: 220px;
    height: 200px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-shrink: 0;
}

    .image-reorder img {
        max-width: 100%;
        max-height: 100%;
    }

    .image-reorder .image-number {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px;
        font-size: 14px;
        border-radius: 3px;
    }

.image-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-preview {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-name {
    position: relative;
}

    .question-name:after {
        content: '\f040';
        font-family: 'FontAwesome';
        color: #425563;
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
    }

.submit-question {
    height: 50px;
    border-radius: 5px;
    margin-right: 30px !important;
}

.skip-ten-btn {
    border: 2px solid #6e549b;
    background-color: #8468b542;
    border-radius: 20px;
    font-size: 14px;
    margin: 8px;
}

    .skip-ten-btn:hover {
        background-color: #6e549b;
        color: white;
    }

.skip-ten-btn-void {
    background-color: #e7e7e7;
    border: 2px solid #aaa;
    border-radius: 20px;
    font-size: 14px;
    margin: 8px;
    color: grey;
}

    .skip-ten-btn-void:hover {
        cursor: unset;
        background-color: #e7e7e7;
        border: 2px solid #aaa;
        color: grey;
    }

.image-picker-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.image-picker {
    position: relative;
    cursor: move;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    min-width: 150px;
    max-width: 150px;
}

    .image-picker.selected img {
        border: 4px solid #0d6efd !important;
        border-radius: 8px;
    }

.image-selected-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0d6efd;
    font-size: 24px;
    display: none;
}

.image-picker.selected .image-selected-icon {
    display: block;
}

.img-thumbnail {
    border: none;
    height: 150px;
    max-width: 200px !important;
    object-fit: cover;
    transition: all 0.3s ease;
}

    .img-thumbnail:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

#preview {
    padding: 0.5em;
    width: 300px;
    height: 100%;
    object-fit: cover;
    margin-top: 25px;
    border-radius: 20px
}

.w-85 {
    width: 85% !important;
}


#tblSkillGroups .table-header {
    padding: 10px 10px;
}


.image-container {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #888;
    position: relative;
}

    .image-container img {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        position: relative;
        top: 1px;
        left: 1px;
        object-fit: cover;
        border-radius: 5px;
    }

    .image-container .btn.image-delete {
        position: absolute;
        top: 0;
        right: 0;
        background: red;
        color: white;
        opacity: 0;
        transition: opacity .4s ease;
        user-select: none;
        pointer-events: none;
        height: 30px !important;
        width: 30px !important;
        font-size: 14px;
        padding: 4px !important;
        border-radius: 0 5px 0 5px;
        margin: 0;
    }

    .image-container:hover .btn.image-delete,
    .image-container:focus .btn.image-delete {
        opacity: .7;
        width: auto;
        height: auto;
        pointer-events: auto;
    }

.table-actions {
    padding-right: 0 !important;
    width: 180px;
}

    .table-actions button.btn {
        display: inline-block;
    }

.select2 {
    width: 100% !important;
}

/* Table Styles */
table {
    border-collapse: separate !important;
    border-spacing: 0 15px !important;
    width: 100%;
}

    table thead tr {
        background: transparent !important;
        color: #425563;
    }

        table thead tr th {
            padding: 15px 20px;
            font-family: 'rift-soft-medium';
            font-size: 1.25rem;
            font-weight: normal;
            border-bottom: 3px solid #dedede;
        }

    table tbody tr td {
        background-color: whitesmoke;
        padding: 10px;
    }


    table tbody tr.odd:not(.highlight) td,
    table tbody tr:nth-child(odd):not(.highlight) td {
        background-color: #dfe8ef;
        color: #425563;
    }

    table tbody tr:last-child {
        border-bottom: 0 !important;
    }

    table tbody tr td:not(.d-none):first-of-type {
        border-radius: 5px 0 0 5px;
        padding: 10px 20px;
    }

    table tbody tr td:last-of-type {
        border-radius: 0 5px 5px 0;
    }

    table tr .fa {
        font-size: 2rem;
        color: #425563;
    }


    table tr a {
        color: #425563;
        text-decoration: none;
    }


    table .clickable-row {
        cursor: pointer;
    }

    table tbody tr.clickable-row:hover td {
        opacity: .85;
    }

    table tbody tr.clickable-row:hover.odd:not(.highlight) td,
    table tbody tr.clickable-row:hover:nth-child(odd):not(.highlight) td {
        opacity: .85;
    }

    table th.dt-orderable-asc.dt-orderable-desc {
        background: #f4f4f4;
        border-right: 3px solid white;
    }

        table th.dt-orderable-asc.dt-orderable-desc:hover,
        table th.dt-orderable-asc.dt-orderable-desc:focus {
            background: #e9e9e9;
        }

        table th.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc,
        table th.dt-orderable-asc.dt-orderable-desc.dt-ordering-desc {
            background: #d7d7d7;
        }

    table th.dt-orderable-none {
        background: #f4f4f4;
        border-top: 3px solid #f4f4f4;
        border-right: 3px solid white;
    }

    table th:last-child.dt-orderable-none {
        border-top: 3px solid #f4f4f4;
        border-right: 3px solid #f4f4f4;
    }

    table th:first-child.dt-orderable-none {
        border-top: 3px solid #f4f4f4;
        border-right: 3px solid white;
        border-left: 3px solid #f4f4f4;
    }

    table th:first-child {
        border-radius: 2px 0 0 2px;
    }

    table th:last-child {
        border-radius: 0 2px 2px 0;
    }

    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: normal;
    }


.table-actions button.btn {
    display: inline-block;
}

.nav-tabs-scroll {
    overflow-y: auto;
    max-height: 140px;
}

/*.header-container.sso-user {
    top: 60px;
}

.content-wrapper.sso-user {
    margin-top: 60px;
}*/

/*.header-container.sso-user:after {
    bottom: 8px;
}
*/

/*Skill Chart*/
.chart-wrapper {
    margin: 0 auto;
    width: 100vw;
    max-width: 550px;
}

    .chart-wrapper.expanded {
        max-width: 850px;
    }

.chart-square {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

    .chart-square canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.pp-footer-nav {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

    .pp-footer-nav a {
        color: white;
        text-decoration: none;
    }

        .pp-footer-nav a:hover,
        .pp-footer-nav a:focus {
            text-decoration: underline;
        }

.pp-copyright {
    font-size: 1rem;
}

footer .row {
    padding: 12px;
}

/* Nav Tabs */
.nav-tabs--scrollcontainer {
    position: relative;
    overflow: hidden;
    height: 64px;
    box-sizing: border-box;
    min-width: 0;
}

.nav-tabs.nav-tabs--scroll {
    flex-wrap: nowrap;
    height: auto;
    position: absolute;
    box-sizing: border-box;
    min-width: 0;
}

    .nav-tabs.nav-tabs--scroll .nav-item {
        white-space: nowrap;
    }

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.inner-shadow--left,
.inner-shadow--right {
    transition: background .4s ease;
}

    .inner-shadow--left:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        z-index: 9999;
        background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,1) 100%);
        height: 100%;
        width: 100px;
        pointer-events: none;
    }

    .inner-shadow--right:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,1) 100%);
        width: 100px;
        height: 100%;
        pointer-events: none;
    }

.modal .modal-content .close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #425563;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 0 0.2rem 0 0.3rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    margin: 0;
}

.modal .modal-content:hover .close {
    opacity: 0.7;
}

.table-actions button.btn {
    display: inline-block;
    height: 40px;
    width: 40px;
}

table tr .table-actions .fa {
    font-size: 1rem;
}

table tr .btn-danger .fa {
    color: white;
}

table tr .btn-danger:hover .fa,
table tr .btn-danger:focus .fa {
    color: #dc3545;
}

td.table-actions {
    min-width: 84px;
}


.scroll-300 {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidenav-wrapper .sidenav-container .sidenav .nav-items button:not(.collapsed) .link-text .fa::before {
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
    .pp-bg-image {
        background-size: 75%;
    }
}


@media (max-width: 1200px) {


    .homepage-bg-image {
        background-size: 70%;
    }
}



@media (max-width: 920px) {

    .homepage-bg-image {
        display: none;
    }

    body:not(.sidenav-closed),
    html:not(.sidenav-closed) {
        overflow-y: hidden;
    }

    #MainHeader a:first-child {
        display: none;
        visibility: hidden;
    }

    #MainTitle > h1 {
        display: inline-block;
    }

    body:not(.sidenav-closed) footer {
        display: none;
    }

    body.sidenav-closed footer {
        height: auto;
        bottom: 0;
    }

    .sidenav-wrapper {
        width: 100%;
        padding-right: 0;
        background: #425563;
        overflow-y: auto;
        margin-top: 115px;
        height: calc(100vh - 115px);
    }

        .sidenav-wrapper.closed {
            width: 0px;
        }

            .sidenav-wrapper.closed + .content-wrapper {
                margin-left: 0px;
            }

        .sidenav-wrapper .sidenav-container {
            background: #425563;
            min-height: auto;
        }

        .sidenav-wrapper + .content-wrapper {
            margin-left: 0;
        }




    .MainMenuButton {
        background: #425563;
        display: flex;
        flex-direction: column;
        padding: 40px;
        text-align: center;
        font-size: 22px;
    }

        .MainMenuButton span,
        .PPLinkIcon span {
            color: white;
            position: unset;
        }



    #mobile-menu-toggle {
        display: block;
        background-color: #6e549b;
        position: fixed;
        top: 15px;
        border: black;
        border-radius: 4px;
        z-index: 103;
        cursor: pointer;
        right: 30px;
        width: 50px;
        height: 50px;
    }

        #mobile-menu-toggle .bars {
            position: relative;
            left: 11px;
        }

    .icon-bar {
        width: 30px;
        height: 5px;
        background-color: #fff;
        display: block;
        transition: all 0.2s;
        margin-top: 4px;
        border-radius: 0.25rem;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
        left: 3px;
    }

    .middle-bar {
        opacity: 0;
    }

    .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
        left: 3px;
        top: -2px;
    }

    .sidenav-closed #mobile-menu-toggle {
        right: 10px;
        top: 10px;
    }



        .sidenav-closed #mobile-menu-toggle .bars .icon-bar {
            transform: rotate(0);
            left: 0;
        }

        .sidenav-closed #mobile-menu-toggle .bars .top-bar {
            transform: rotate(0);
            left: 0;
        }

        .sidenav-closed #mobile-menu-toggle .bars .middle-bar {
            opacity: 1;
        }

        .sidenav-closed #mobile-menu-toggle .bars .bottom-bar {
            transform: rotate(0);
            left: 0;
            margin-bottom: 4px;
            top: 0px;
        }
}



@media (max-width: 768px) {

    .assessment-btns {
        flex-direction: column;
    }
}

