﻿@font-face {
    font-family: 'Gotham-Light';
    src: local('Gotham-Light'), url('../fonts/Gotham-Light.otf') format('opentype');
}

:root {
    --primary-color-1: #255A2A;
    --primary-color-2: #EEF0EE;
    --primary-color-3: #434344;
    --secondary-color-1: #DCE2D8;
    --secondary-color-2: #F9F4A6;
    --brand-green: #255A2A;
    --monochrome-1: #659947;
    --monochrome-2: #77CC40;
    --monochrome-3: #94E224;
    --modal-header-text-color: #000;
    --modal-header-background: transparent;
    --level-15-color: #780000;
    --level-14-color: #AA0000;
    --level-13-color: #FF1E32;
    --level-12-color: #FFA500;
    --level-11-color: #FFFF00;
    --level-10-color: #32CD32;
    --level-9-color: #00FFFF;
    --level-8-color: #0000FF;
    --level-7-color: #9600C8;
    --level-6-color: #C864FF;
    --level-5-color: #64C8FF;
    --level-4-color: #C8FF64;
    --level-3-color: #96c800;
    --level-2-color: #966400;
    --level-1-color: #643200;
    --score-4-color: #0ad48a;
    --score-3-color: #e9c56a;
    --score-2-color: #3aa0e8;
    --score-1-color: #e76f51;
    --pending-color: #FF0000;
    --incomplete-color: #FCA239;
    --complete-color: #5ABA16;
}

a {
    padding-bottom: 1.5px;
    outline: none;
    text-decoration: none !important;
    color: #659947;
    border-color: transparent;
}

    a:focus {
        color: #659947;
    }

    a:hover {
        outline: none;
        color: #659947;
        text-decoration: none !important;
        border-bottom: 1.5px #94E224 solid
    }

    a:active {
        outline: none;
        color: #94E224;
        border-color: transparent;
        text-decoration: none !important;
        border-bottom: 1.5px #94E224 solid
    }

    a.no-underline:hover {
        border-bottom: 1.5px solid;
        border-color: transparent;
    }

    a.image-link {
        border: none;
        outline: none;
    }

*:focus {
    outline: none;
}

a img,
a:hover img {
    border: none !important;
}

img:hover {
    border: none !important;
}

hr {
    border-color: #89898B;
    margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
}

.img-circle {
    border-radius: 50%;
    margin: 5px;
}

.user-img {
    width: 30px;
    height: 30px;
}

.user-img-50 {
    width: 50px;
    height: 50px;
}

.user-img-70 {
    width: 70px;
    height: 70px;
}

.user-img-150 {
    width: 150px;
    height: 150px;
}

.user-img-200 {
    width: 200px;
    height: 200px;
}

.logo {
    display: flex;
    float: left;
    cursor: pointer;
}

.logo-horiz {
    margin-top: -0.1em;
    height: 1em;
}

.container .text-muted {
    margin: 20px 0;
}

.login-logo {
    width: 45%;
    height: 45%;
    height: 45%;
    margin: 2em 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-page {
    padding-top: 50px;
    padding-bottom: 120px;
}

.footer {
    background-color: #EEF0EE;
}

.nav-header1 {
    line-height: 45px;
}

.nav-header2 {
    height: 55px;
    background-color: #EEF0EE;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2em;
}

.nav-back {
    top: 0;
    width: auto;
    height: 45px;
    left: 15px;
    bottom: 0;
    background: none;
    position: absolute;
}

.nav-module {
    font-size: 1.5em;
    border: none;
    width: 100%;
    height: 45px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.nav-account {
    top: 0;
    height: 45px;
    width: auto;
    right: 15px;
    bottom: 0;
    background: none;
    position: absolute;
}

.nav-logo {
    margin-left: 5px;
    height: auto;
    width: 200px;
    cursor: pointer;
    left: 15px;
    background: none;
    position: absolute;
}


.nav-title {
    font-size: 1.05em;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    width: 100%;
    height: auto;
    text-wrap: normal;
    position: relative;
}

.nav-menu {
    width: auto;
    right: 5px;
    background: none;
    position: absolute;
}

.main-menu {
    /*margin-left: -130px;
    min-width: 200px;*/
    user-select: none;
    position: absolute;
    right: 0;
    margin-top: 35px;
    margin-left: 18%;
    width: 80%;
}

    .main-menu > li > a {
        text-align: right;
        border-bottom: none;
        user-select: none;
    }

.dropdown-menu {
    background-color: #255A2A;
    padding: 20px;
    border-radius: 0;
    border: none;
    position: absolute;
    user-select: none;
}

    .dropdown-menu > li > a {
        color: #FFF;
        font-size: 1.2em;
        border: 1.5px solid transparent;
        user-select: none;
    }

        .dropdown-menu > li > a:hover {
            color: #FFF;
            background-color: #659947;
            width: 100%;
            border-radius: 15px;
            cursor: pointer;
            border: 1.5px solid transparent;
            user-select: none;
        }

        .dropdown-menu > li > a:active {
            color: #94e224;
            font-weight: 900;
            background-color: transparent;
            width: 100%;
            user-select: none;
        }

.fullpage-content {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
}

.btn-dashboard {
    text-transform: none !important;
    font-size: 1.25em;
    margin: 0.3em !important;
    width: 220px;
    min-height: 80px;
    padding: 0.75em 0.5em !important;
    float: left;
    overflow-wrap: break-word !important;
    border-radius: 1em !important;
    text-wrap: normal
}

/*
===================================
       jQuery Lightslider
===================================
*/
#assessmentHistory .lSAction > a {
    top: 25% !important;
}

/*
===================================
       Bootstrap Overrides
===================================
*/
.navbar-default {
    display: block;
    background-color: #255A2A;
    color: white;
}

input.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: white;
    border: none;
    color: #605E5B;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


.btn {
    --webkit-border-radius: 1.5em;
    --moz-border-radius: 1.5em;
    --ms-border-radius: 1.5em;
    background-color: #659947;
    border: 1.5px solid #659947;
    color: white;
    /*padding: 0 5px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*margin: 2px;*/
    /*height: 30px;*/
    border-radius: 1.5em;
    outline: none;
    text-transform: uppercase;
    /*font-size:13px;*/
    font-weight: bold;
}

    .btn:hover {
        border: 1.5px solid #94E224;
        outline: none;
        color: white;
        box-shadow: 2px 2px 3px gray;
    }

    .btn:active, .btn:active:focus, .btn:focus {
        border: 1.5px solid #94E224;
        background-color: #94E224;
        border-color: #94E224;
        outline: none;
        color: white;
        box-shadow: 2px 2px 3px gray;
    }

.btn-medium {
    width: 120px;
}

.btn-short {
    width: 80px;
}

.btn-long {
    width: 160px;
}


.btn-primary, .btn-default, .btn-lg {
    background-color: #659947;
    border-color: #659947;
    color: #ffffff;
    outline: none;
    min-width: 40px;
    height: 30px;
    padding: 2px 10px;
}

    .btn-primary:hover,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #659947;
        border-color: #94E224;
        outline: none;
    }

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active {
        color: #FFF !important;
        background-color: #94E224 !important;
        border-color: #94E224 !important;
        outline: none;
    }

    .btn-default:hover {
        background-color: #659947;
        border: 1.5px solid #94E224;
        outline: none;
        color: white;
        box-shadow: 2px 2px 3px gray;
    }

    .btn-default:active,
    .btn-default:focus,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .btn-default:active:hover {
        border: 1.5px solid #94E224;
        background-color: #94E224;
        border-color: #94E224;
        outline: none;
        color: white;
        box-shadow: 2px 2px 3px gray;
    }

.btn[disabled]:hover {
    border-color: #659947;
    background-color: #659947;
    outline: none;
}

.nav-pills.tile > li.active > a.tile, .nav-pills.tile > li > a.tile:hover {
    color: #fff;
    background-color: #eee;
    border-radius: 20px;
}

 
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: var(--primary-color-1);
}


    



/*
===================================
       Validation
===================================
*/

.validation-summary-errors > ul {
    padding: 0;
}

    .validation-summary-errors > ul > li {
        list-style: none;
    }

.field-validation-error {
    color: red;
}


/*
===================================
       Button Tiles
===================================
*/

/*.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}*/

.bg-btn-group .btn {
    text-align: center !important;
    font-size: 1.5em;
}

.bg-btn-group .btn {
    width: 100%;
    height: 170px;
    white-space: normal;
    margin-bottom: 15px;
    padding: 0; /*10px 7px;*/
    text-align: left;
    overflow: auto;
    -webkit-box-shadow: 0 0 5px #DDDDDD;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 5px #DDDDDD;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px #DDDDDD;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.button {
    background-color: #659947;
    border-color: #659947;
    border: none;
    color: white;
    /*padding: 2px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 13px;*/
    /*margin: 2px;*/
    height: 30px;
    border-radius: 1.5em;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

    .button:hover {
        border: 1.5px solid;
        border-color: #94E224;
        outline: none;
        box-shadow: 2px 2px 3px gray;
    }

    .button:active {
        border: 1.5px solid;
        background-color: #94E224;
        border-color: #94E224;
        outline: none;
        box-shadow: 2px 2px 3px gray;
    }

.button-small {
    min-width: 80px;
    width: 80px;
}

.button-normal {
    min-width: 120px;
    width: 120px;
}



.button-disabled {
    background-color: #659947;
    border-color: #659947;
    border: none;
    color: white;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*margin: 2px;*/
    height: 30px;
    border-radius: 13px;
    min-width: 120px;
    box-shadow: 2px 2px 3px gray;
    outline: none;
    opacity: .3;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 500;
}

.button-link {
    border: 1.5px solid;
    border-color: transparent;
    font-size: 1em;
    line-height: 1.1em;
    border-radius: 0px;
    color: #659947;
    background-color: transparent;
    text-transform: none;
    font-weight: normal;
}
    .button-link.no-underline:hover {
        border-bottom: 1.5px solid;
        border-color: transparent;
    }

    .button-link:hover {
        border: 1.5px solid;
        border-color: transparent;
        outline: none;
        box-shadow: none;
        color: #659947;
        background-color: transparent;
        border-bottom: 1.5px #94E224 solid
    }


    .button-link:active {
        border-radius: 0px;
        color: #94E224;
        background-color: transparent;
    }

    

.button-link-disabled {
    border: 1.5px solid;
    border-color: transparent;
    font-size: 1em;
    line-height: 1.1em;
    border-radius: 0px;
    background-color: transparent;
    text-transform: none;
    font-weight: normal;
    cursor: not-allowed;
    color: gray;
    pointer-events: none;
}

.button-title {
    color: inherit;
    background-color: transparent;
    font-size: 20px;
    margin-bottom: 10px;
}

    .button-title:hover {
        color: #659947;
        border: none;
        box-shadow: none;
    }

    .button-title:active {
        border: none;
        background: none;
        background-color: transparent;
        color: #94E224;
        outline: none;
        box-shadow: none;
    }

.button-default {
}

.button-theme {
    color: white;
    border: none;
    background-color: transparent;
    outline: none;
    text-align: center;
}

    .button-theme:hover {
        color: #94E224;
    }

    .button-theme:active {
        transform: scale(.98);
    }

.bars {
    color: #255A2A;
    background-color: transparent;
    outline: none;
    border: none;
}

    .bars:hover {
        color: #94E224;
    }

    .bars:active {
        transform: scale(.9);
    }

.link-text-white {
    color: white;
}

.link-text-black {
    color: black;
}

.link-text-red {
    color: red;
}

.link-text-green {
    color: green;
}

.link-text-blue {
    color: blue;
}

.link-text-white:hover {
    color: white;
}

.link-text-white:active {
    color: #94E224;
}




.button-dashboard {
    display: grid;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: white;
    border: 1.5px solid transparent;
    background-color: #659947;
    width: 100%;
    height: 90px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
    font-size: 1.3em;
    font-weight: bold;
    text-wrap: normal;
    cursor: pointer;
    --webkit-user-select: none;
    --khtml-user-select: none;
    --moz-user-select: none;
    --ms-user-select: none;
    --o-user-select: none;
    user-select: none;
    text-transform: none;
}

    .button-dashboard:hover {
        border: 1.5px solid;
        border-color: #94E224;
        color: white;
        box-shadow: 2px 2px 3px gray;
    }

    .button-dashboard:active, .button-dashboard:focus {
        background-color: #94E224;
        transform: scale(.95);
        color: white;
    }

/*
===================================
       BG Level Tiles Color
===================================
*/

.bg-14 {
    border-color: #AA0000;
    background-color: #AA0000;
    color: #FFFFFF;
}

    .bg-14 a {
        color: #FFFFFF;
    }

.bg-13 {
    border-color: #FF1E32;
    background-color: #FF1E32;
    color: #FFFFFF;
}

    .bg-13 a {
        color: #FFFFFF;
    }


.bg-12 {
    border-color: #FFA500;
    background-color: #FFA500;
}

    .bg-12 a {
        color: #000000;
    }


.bg-11 {
    border-color: #FFFF00;
    background-color: #FFFF00;
}

    .bg-11 a {
        color: #000000;
    }


.bg-10 {
    border-color: #32CD32;
    background-color: #32CD32;
}

    .bg-10 a {
        color: #000000;
    }

.bg-9 {
    border-color: #00FFFF;
    background-color: #00FFFF;
}

    .bg-9 a {
        color: #000000;
    }

.bg-8 {
    border-color: #0000FF;
    background-color: #0000FF;
    color: #FFFFFF;
}

    .bg-8 a {
        color: #FFFFFF;
    }


.bg-7 {
    border-color: #9600C8;
    background-color: #9600C8;
}

    .bg-7 a {
        color: #000000;
    }


.bg-6 {
    border-color: #C864FF;
    background-color: #C864FF;
}

    .bg-6 a {
        color: #000000;
    }

.bg-5 {
    border-color: #64C8FF;
    background-color: #64C8FF;
}

    .bg-5 a {
        color: #000000;
    }

.bg-4 {
    border-color: #C8FF64;
    background-color: #C8FF64;
}

    .bg-4 a {
        color: #000000;
    }

.bg-3 {
    border-color: #96C800;
    background-color: #96C800;
}

    .bg-3 a {
        color: #000000;
    }

.bg-2 {
    border-color: #966400;
    background-color: #966400;
    color: #FFFFFF;
}

    .bg-2 a {
        color: #FFFFFF;
    }

.bg-1 {
    border-color: #643200;
    background-color: #643200;
    color: #FFFFFF;
}

    .bg-1 a {
        color: #FFFFFF;
    }

/*
===================================
       Skills Assessment Scores
===================================
*/
.stage-1 {
    background-color: #E2EFD9;
    color: #255A2A;
}

.stage-2 {
    background-color: #C5E0B3;
    color: #255A2A;
}

.stage-3 {
    background-color: #A8D08D;
    color: #255A2A;
}

.stage-4 {
    background-color: #527F34;
    color: #255A2A;
}

.stage-5 {
    background-color: #385623;
    color: #255A2A;
}

    .stage-1 a,
    .stage-2 a,
    .stage-3 a,
    .stage-4 a,
    .stage-5 a {
        color: #255A2A !important;
        font-weight: bold;
        font-size: 1.5em;
    }

/*.stage-4 a,
.stage-5 a {
    color: #ffffff !important;
}*/

/*
===================================
        Media Print Styles
===================================
*/
@media print {
    @page {
        size: letter portrait;
        font-size: 10pt;
        line-height: 1.25;
        margin-left: -4cm;
        margin-right: -4cm;
    }

    /*
    ===================================
           General Styles
    ===================================
    */
    .navbar,
    .actionButton,
    .printButton,
    #assessmentSummaryButtons,
    footer {
        display: none;
    }

    html {
        font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
        font-size: 10pt !important;
    }

    #skillsChart {
        width: 400px;
        height: 400px;
    }

    #assessmentDetails {
        margin-top: 100%;
    }

    body {
        min-width: 8.5in;
        margin: 0;
        padding: 0 !important;
        /*min-width: 768px;*/
    }

    .form-horizontal {
        margin-top: 110px;
    }

    span.label {
        display: inline-block;
        width: 25%;
    }

    .img-circle {
        border-radius: 50%;
    }

    .user-img {
        width: 150px;
        height: 150px;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .line-breaks {
        white-space: pre-line;
    }

    .bold {
        text-align: center;
    }

    .chart-hidden-iframe {
        visibility: hidden;
    }

    .printLogoDisplay {
    }

    .user-img-150 {
        width: 180px;
        height: 150px;
    }
    /* -------------- */
    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }
}

/*
===================================
     Misc
===================================
*/

.purpose-text-color {
    color: #762479;
}

.factor-1-text-color {
    color: #762479;
}

.engagement-text-color {
    color: #CB041E;
}

.factor-2-text-color {
    color: #CB041E;
}


.delivery-text-color {
    color: #498585;
}

.factor-3-text-color {
    color: #498585;
}


.grade-circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    margin: 0 auto;
}

.cell-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 2px;
}

/* Fix for applying border-bottom to all a:hover */
.icon-link a:hover {
    border: none !important;
}


#purposeImg {
    height: 68px;
    width: 68px;
}

#engagementImg {
    height: 68px;
    width: 68px;
}

#deliveryImg {
    height: 68px;
    width: 68px;
}

.index-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    width: 100%;
    padding-left: 20px;
}

    .index-page-container > div {
        min-width: 220px;
        max-width: 240px;
        width: 40%;
        margin: 0px 5px;
    }



/*Guided Mode css styles*/
.skillLevelCircle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 2px;
}

.rounded-box {
    border: solid 3px var(--primary-color-1);
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 0 0 0;
}

    .rounded-box .row {
        margin-left: 0;
        margin-right: 0;
    }

.rounded-box-center-content {
    border: solid 3px var(--primary-color-1);
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}
  

.stage-box-head,
.stage-box {
    height: 160px;
    overflow: auto;
    white-space: normal !important;
}


.stage-box-head {
    height: 120px;
}

#collapseSelector a [class*="col-"] {
    background-color: #EEF0EE;
    color: #434344;
    padding: 10px;
    margin: 0;
    border-radius: 15px;
}

#collapseSelector a.collapsed [class*="col-"] {
    background-color: #FFFFFF;
}

#collapseSelector a:hover [class*="col-"] {
}

#collapseSelector img {
    width: 70px;
    height: 70px;
}

.factor-btn-group .stage-btn > input[type="radio"] {
    display: none;
}

.factor-btn-group .icon-tile-selected {
    position: absolute;
    left: 35%;
    top: 25%;
    font-size: 5em;
    opacity: 0.15;
    visibility: hidden;
}

.factor-btn-group .stage-btn:hover .icon-tile-selected {
    visibility: visible;
}

.factor-btn-group .stage-btn.active .icon-tile-selected {
    visibility: visible;
}

.factor-btn-group .stage-btn[disabled]:hover {
    cursor: not-allowed;
}

    .factor-btn-group .stage-btn[disabled]:hover .icon-tile-selected {
        visibility: hidden;
    }

/* scroll styling */
.stage-container > .row {
    overflow-x: auto;
    white-space: normal;
    margin: 0;
}

    .stage-container > .row > .stage-column {
        display: inline-block;
        float: none;
    }

.stage-column {
    margin: 0;
    padding: 0;
}

.no-content {
    background-color: #eef0ee;
}

textarea {
    width: 100%;
    border: none;
    background-color: #eef0ee;
    padding: 5px 10px;
}

h3 {
    margin: 5px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1;
    opacity: 0.6;
    width: 50px;
    height: 50px;
}

.slick-prev {
    left: 0px;
    top: 48%;
    background: url(/images/nav-left.png);
    background-repeat: no-repeat;
}

    .slick-prev::after {
        color: #000;
        font-size: 18px;
        padding-right: 0.5em;
    }

.slick-next::after {
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
}

.slick-next {
    right: 0px;
    text-align: right;
    top: 48%;
    background: url(/images/nav-right.png);
    background-repeat: no-repeat;
}


    .slick-prev:hover:after,
    .slick-next:hover:after {
        color: #7e7e7e;
    }

/*Practitioner Mode css style*/

.practitioner-btn-group .btn {
    height: 60px;
    width: 100%;
    padding-top: 25%;
    text-align: center;
}

.practitioner-btn-group .btn-default {
    background-color: transparent;
    border-color: transparent;
}

    .practitioner-btn-group .btn-default:active,
    .practitioner-btn-group .btn-default.active,
    .practitioner-btn-group .open > .dropdown-toggle.btn-default {
        background-color: transparent;
        border-color: transparent;
    }

/*.practitioner-btn-group .stage-4 .btn-default:active,
.practitioner-btn-group .stage-4 .btn-default.active,
.practitioner-btn-group .stage-4 .open > .dropdown-toggle.btn-default {
    color: #ffffff;
}

.practitioner-btn-group .stage-5 .btn-default:active,
.practitioner-btn-group .stage-5 .btn-default.active,
.practitioner-btn-group .stage-5 .open > .dropdown-toggle.btn-default {
    color: #ffffff;
}*/

.practitioner-btn-group .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.practitioner-btn-group .btn:active,
.practitioner-btn-group .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.practitioner-btn-group .btn[disabled]:hover {
    /*border-color: transparent !important;*/
    background-color: transparent !important;
}

.practitioner-btn-group .icon-tile-selected {
    font-size: 1.25em;
    visibility: hidden;
}

.practitioner-btn-group .btn.active .icon-tile-selected {
    visibility: visible;
}

.practitioner-btn-group[data-toggle="buttons"] .btn > input[type="radio"],
.practitioner-btn-group[data-toggle="buttons"] .btn > input[type="checkbox"] {
    display: none;
}

.factor-link,
.factor-link:hover {
    border: none !important;
    background-color: transparent !important;
}

    .factor-link img {
        width: 5em;
        margin-bottom: 0.5em;
    }

.indicator-container {
    padding: 1em;
}

.bottom-border-white {
    border-bottom: 1px solid white;
}

textarea {
    margin-top: 5px;
    margin-bottom: 4px;
}


.level-border {
    display: block;
    text-align: left;
    text-wrap: normal;
    width: 95%;
    min-height: 250px;
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    color: #000;
    background: var(--primary-color-2);
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 15px;
}


.level-border-header {
}



    .level-border-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--secondary-color-1);
        border: 2px;
    }

.level-0-border {
}

    .level-0-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: gray;
        border: 2px;
    }


.level-1-border {
}

    .level-1-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-1-color);
        border: 2px;
    }

.level-2-border {
}

    .level-2-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-2-color);
        border: 2px;
    }

.level-3-border {
}

    .level-3-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-3-color);
        border: 2px;
    }

.level-4-border {
}

    .level-4-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-4-color);
        border: 2px;
    }

.level-border-5 {
}

.level-5-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background-color: var(--level-5-color);
    border: 2px;
}

.level-6-border {
}

    .level-6-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-6-color);
        border: 2px;
    }


.level-7-border {
}

    .level-7-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-7-color);
        border: 2px;
    }

.level-8-border {
}

    .level-8-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-8-color);
        border: 2px;
    }

.level-9-border {
}

    .level-9-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-9-color);
        border: 2px;
    }

.level-10-border {
}

    .level-10-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-10-color);
        border: 2px;
    }

.level-11-border {
}

    .level-11-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-11-color);
        border: 2px;
    }

.level-12-border {
}

    .level-12-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-12-color);
        border: 2px;
    }

.level-13-border {
}

    .level-13-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-13-color);
        border: 2px;
    }

.level-14-border {
}

    .level-14-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-14-color);
        border: 2px;
    }

.level-15-border {
}

    .level-15-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--level-15-color);
        border: 2px;
    }



.level-comment-border {
    display: block;
    text-align: left;
    text-wrap: normal;
    width: 95%;
    min-height: 250px;
    position: relative;
    padding: 5px 1px 5px 5px;
    box-sizing: border-box;
    color: #000;
    background: #FFF;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 15px;
}

    .level-comment-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--primary-color-2);
        border: 2px;
    }

    .level-comment-border > textarea {
        background-color: white;
        height: auto;
        overflow-y: auto;
        resize: none;
    }

    .level-comment-border.required {
        border-color: red;
        height: auto;
        resize: none;
    }

.overlap-div {
    position: absolute;
}

.opacity-1 {
    opacity: .2;
}

.opacity-2 {
    opacity: .4;
}

.opacity-3 {
    opacity: .6;
}

.opacity-4 {
    opacity: .8;
}

.opacity-5 {
    opacity: 1;
}


.score-border {
    display: block;
    text-align: left;
    text-wrap: normal;
    width: 95%;
    min-height: 250px;
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    color: #000;
    background: var(--primary-color-2);
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 15px;
}

.score-4-border {
}

    .score-4-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--score-4-color);
        border: 2px;
    }

.score-3-border {
}

    .score-3-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--score-3-color);
        border: 2px;
    }


.score-2-border {
}

    .score-2-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--score-2-color);
        border: 2px;
    }

.score-1-border {
}

    .score-1-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--score-1-color);
        border: 2px;
    }

.score-0-border {
}

    .score-0-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background-color: var(--secondary-color-1);
        border: 2px;
    }


.score-1-border-color {
    border: 3px solid var(--score-1-color);
    border-radius: 10px;
}

.score-2-border-color {
    border: 3px solid var(--score-2-color);
    border-radius: 10px;
}

.score-3-border-color {
    border: 3px solid var(--score-3-color);
    border-radius: 10px;
}

.score-4-border-color {
    border: 3px solid var(--score-4-color);
    border-radius: 10px;
}



.color-ball {
    opacity: .3;
}

    .color-ball.active {
        opacity: 1;
    }

    .color-ball.on-desc {
        opacity: 1;
    }

.ball-display {
    width: 45%;
    opacity: 1;
}

.nav-arrow {
    width: inherit;
    padding-top: 30px;
}

    .nav-arrow.left {
        float: left;
    }

        .nav-arrow.left:hover {
            transform: scale(1.05);
        }

    .nav-arrow.right {
        float: right;
    }

        .nav-arrow.right:hover {
            transform: scale(1.05);
        }

.paragraph {
    white-space: pre-line;
    line-height: 1.75em;
}


.review-status-0 {
    color: var(--pending-color);
}



.review-status-1 {
    color: var(--complete-color);
}

b

.disabledJobFamilySelection {
    font-size: .9em;
    text-transform: uppercase;
    cursor: not-allowed;
    color: gray;
    margin-left: -24px;
}


.responsive {
    width: 100%;
    height: auto;
}

.header {
    position: relative;
    height: 40px;
    flex: 0 0 auto;
}

.content {
    overflow-y: auto;
    flex: 0 1 auto;
}

.content-height-10 {
    min-height: 10px;
    max-height: 10px;
    width: 100%;
    padding: 2px;
}

.content-height-20 {
    min-height: 20px;
    max-height: 20px;
    width: 100%;
    padding: 2px;
}

.content-height-30 {
    min-height: 30px;
    max-height: 30px;
    width: 100%;
    padding: 2px;
}

.content-height-40 {
    min-height: 40px;
    max-height: 40px;
    width: 100%;
    padding: 2px;
}

.content-height-50 {
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    padding: 2px;
}


.content-height-60 {
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    overflow-y: auto;
    padding: 2px;
}

.content-height-70 {
    min-height: 70px;
    max-height: 70px;
    overflow-y: auto;
    width: 100%;
    padding: 2px;
}

.content-height-80 {
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    overflow-y: auto;
    padding: 2px;
}

.content-height-90 {
    min-height: 90px;
    max-height: 90px;
    width: 100%;
    overflow-y: auto;
    padding: 2px;
}

.content-height-100 {
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
}

.content-height-110 {
    min-height: 110px;
    max-height: 110px;
    overflow-y: auto;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.content-height-100-nosrc {
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.content-height-115 {
    min-height: 115px;
    max-height: 115px;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
}

.content-height-120 {
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
}

.content-height-130 {
    min-height: 130px;
    max-height: 130px;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
}

.content-height-140 {
    min-height: 140px;
    max-height: 140px;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
}

.content-height-150 {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.content-height-300 {
    min-height: 320px;
    max-height: 320px;
    overflow-y: auto;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.content-height-150-nosrc {
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    padding: 2px;
}

.content-height-180 {
    min-height: 180px;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.content-height-190 {
    min-height: 190px;
    max-height: 190px;
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.factor-tile {
    cursor: pointer;
    border-color: var(--monochrome-1);
}

    .factor-tile.selected {
        border-color: var(--monochrome-2);
        color: var(--monochrome-2);
    }

    .factor-tile.disabled {
        cursor: not-allowed;
        opacity: .5;
        border-color: lightgray;
    }

.width-100p {
    width: 100%;
}

.width-95p {
    width: 95%;
}

.width-90p {
    width: 90%;
}

.width-80p {
    width: 80%;
}

.width-70p {
    width: 70%;
}

.width-60p {
    width: 60%;
}

.width-50p {
    width: 50%;
}


.text-italic {
    font-style: italic;
}

.text-color-brand-green {
    color: #255A2A;
}

.text-color-monochrome-1 {
    color: #659947;
}

.text-color-monochrome-2 {
    color: #77CC40;
}

.text-color-monochrome-3 {
    color: #94E224;
}

.text-color-red {
    color: red;
}

.text-color-green {
    color: green;
}

.text-color-blue {
    color: blue;
}

.letter-spacing-1x {
    letter-spacing: 1px;
}

.letter-spacing-2x {
    letter-spacing: 2px;
}


.line-height-15x {
    line-height: 1.5em;
}

.line-height-20x {
    line-height: 2em;
}


.pointer-hand {
    cursor: pointer;
}

.display-flex {
    display: flex;
}


.subtitle {
    line-height: 1.8;
}

.indent-50px {
    text-indent: 50px;
}

.indent-25px {
    text-indent: 25px;
}

.no-bold {
    font-weight: normal;
}

.font-size-18 {
    font-size: 18px;
}


.font-size-16 {
    font-size: 16px;
}


.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}


.font-size-11 {
    font-size: 11px;
}


select.required, input.required {
    border-color: red;
    box-shadow: 0px 0px 5px 1px red;
}

textarea.required {
    border-color: red;
    box-shadow: 0px 0px 8px 1px red;
}

ul.input-required.required {
    border-color: red;
    box-shadow: 0 0 8px 1px red;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 10px;
}


.opacity-100 {
    opacity: 1
}

.opacity-80 {
    opacity: .8
}

.opacity-70 {
    opacity: .7
}

.opacity-60 {
    opacity: .6
}

.opacity-50 {
    opacity: .5
}

.opacity-40 {
    opacity: .4
}

.opacity-30 {
    opacity: .3
}

.opacity-20 {
    opacity: .2
}

.opacity-10 {
    opacity: 10
}

.opacity-05 {
    opacity: .05
}
