﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    font: 400 14px/25px 'Montserrat', 'Segoe UI', Helvetica, Arial, sans-serif;
    *font-size: small;
    color: #707372
}

a, a:hover, a:active {
    outline: none
}

sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative
}

sup {
    top: -0.9em
}

a:link {
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004)
}

#main h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 30px;
    color: #3960A7
}

    #main h1 a {
        color: #3960A7;
        padding-right: 20px;
        background: url(../images/ico-arrow-down-blue.svg) no-repeat 100% 50%
    }

#main h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #11161A
}

#main h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #707372
}

#main h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #AFBBC4
}

#main h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #707372
}

#main h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #828D96;
    text-transform: uppercase;
    border-bottom: 1px solid #D2DADF
}

#main p a {
    color: #2F9D63
}

#main p.help {
    font-size: 13px;
    padding-left: 26px;
    background: url(../images/ico-help.svg) no-repeat 0px 3px
}

hr {
    border: none;
    border-bottom: 1px solid #D2DADF
}

#header {
    padding: 0 10px
}

    #header p {
        margin: 0 0 15px
    }

        #header p.narrow {
            max-width: 67%
        }

@media screen and (max-width: 767px) {
    #header p.narrow {
        max-width: 100%
    }
}

#header .left-center-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

@media screen and (max-width: 1279px) {
    #header .left-center-right {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 959px) {
    #header .left-center-right {
        flex-direction: column
    }
}

#header .lcr {
    position: relative
}

    #header .lcr.left {
        order: 0;
        flex: 0 1 250px;
        align-self: auto
    }

@media screen and (max-width: 959px) {
    #header .lcr.left {
        flex: 1 1 auto;
        align-self: stretch
    }
}

#header .lcr.center {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    flex-wrap: nowrap
}

@media screen and (max-width: 1279px) {
    #header .lcr.center {
        order: 2
    }
}

@media screen and (max-width: 959px) {
    #header .lcr.center {
        flex: 1 1 auto;
        align-self: stretch
    }
}

#header .lcr.right {
    order: 0;
    flex: 0 0 210px;
    margin-left: 20px;
    align-self: auto
}

@media screen and (max-width: 1279px) {
    #header .lcr.right {
        order: 1
    }
}

@media screen and (max-width: 959px) {
    #header .lcr.right {
        flex: 1 1 auto;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    #header .lcr.right {
        align-self: stretch
    }
}

#header .lcr.right button {
    margin-bottom: 15px
}

#header .lcr .drop-down {
    position: absolute;
    min-width: 160px;
    padding: 10px 0 5px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
    border-radius: 4px;
    background: #fff;
    z-index: 9999
}

@media screen and (max-width: 768px) {
    #header .lcr .drop-down {
        right: 3px
    }
}

#header .lcr .drop-down:before {
    content: ' ';
    position: absolute;
    height: 11px;
    width: 22px;
    top: -11px;
    right: 10px;
    background: url(../images/menu-triangle.png) no-repeat top left;
    background-size: 22px 11px
}

#header .lcr .drop-down hr {
    margin: 0 5px
}

#header .lcr .drop-down a {
    display: block;
    float: none;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    font-weight: 500;
    color: #11161A;
    height: 33px;
    line-height: 33px
}

    #header .lcr .drop-down a:hover {
        background: #F7F9FA
    }

#header form {
    margin-bottom: 15px
}

a.btn.text {
    color: #2F9D63;
    font-weight: 600
}

a.btn.arrow {
    padding-right: 15px;
    background: url(../images/ico-arrow-right.svg) no-repeat 100% 58%
}

a.btn.center {
    display: block;
    text-align: center
}

a.btn.lrg {
    display: inline-block;
    width: 238px;
    height: 48px;
    margin: 0 20px 20px 0;
    line-height: 48px;
    color: #2F9D63;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #D2DADF;
    border-radius: 4px
}

    a.btn.lrg:hover, a.btn.lrg.active {
        background: #F7F9FA
    }

    a.btn.lrg span {
        float: left;
        width: 54px;
        height: 42px;
        border-right: 1px solid #D2DADF;
        margin: 3px 12px 0 0
    }

        a.btn.lrg span.ico-ppl {
            background: url(../images/ico-ppl.svg) no-repeat 50% 50%
        }

        a.btn.lrg span.ico-plus-lrg {
            background: url(../images/ico-plus-lrg.svg) no-repeat 50% 50%
        }

a.btn.sml {
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
    background: #2F9D63
}

a.btn.outline {
    border: 1px solid #D2DADF;
    color: #2F9D63;
    background: none
}

a.btn.disabled {
    color: #AFBBC4;
    background: #F7F9FA
}

a.btn.white { background: #fff !important; }

ul.breadcrumbs {
    margin: 0 0 12px
}

    ul.breadcrumbs li {
        display: inline-block;
        margin-right: 0px;
        color: #828D96;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600
    }

        ul.breadcrumbs li a {
            padding-right: 15px;
            color: #828D96;
            background: url(../images/ico-arrow-right-gray.svg) no-repeat 100% 50%
        }

input[type=text], input[type=password] {
    width: 220px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #D2DADF;
    border-radius: 4px
}
textarea { 
    font-size: 14px; padding: 0 10px; border: 1px solid #d2dadf; border-radius: 4px; font-family: Arial;
}

    input[type=text]:focus, input[type=password]:focus {
        border-color: #2F9D63;
        outline: none
    }

    input[type=text]::placeholder, input[type=password]::placeholder, textarea::placeholder {
        color: #AFBBC4;
        font-size: 14px;
        font-family: "Montserrat"
    }

.tog input[type=checkbox].toggle {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute
}

.tog label.toggle {
    position: relative;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 32px;
    height: 20px;
    background: #D2DADF;
    border-radius: 20px
}

    .tog label.toggle:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        box-shadow: 0px 1px 2px rgba(16,22,26,0.2),0px 0px 0px rgba(16,22,26,0.1);
        border-radius: 16px;
        transition: 0.2s
    }

.tog input:checked + label {
    background: #2F9D63
}

    .tog input:checked + label:after {
        left: calc(100% - 2px);
        transform: translateX(-100%)
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none
}

    select::-ms-expand {
        display: none
    }

.select {
    position: relative;
    display: flex;
    width: 240px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #D2DADF;
    background: #fff;
    overflow: hidden
}

    .select select {
        flex: 1;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 500;
        color: #11161A;
        cursor: pointer;
        background: url(../images/ico-select-arrow-fill.svg) no-repeat 95% 50%
    }

    .select.small {
        display: inline-flex;
        width: auto;
        height: 24px;
        line-height: 21px;
        padding-right: 6px
    }

        .select.small select {
            color: #828D96;
            font-weight: 600;
            padding-right: 20px;
            background: url(../images/ico-select-arrow-outline.svg) no-repeat 100% 60%
        }

.useselect, .dataTables_length select {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #11161a;
    cursor: pointer;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #D2DADF !important;
    background: url(../images/ico-select-arrow-fill.svg) no-repeat 95% 50%;
    background-color: #fff;
}

.radio {
    margin: 10px
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            position: relative;
            display: inline-block;
            width: 18px;
            height: 18px;
            top: 2px;
            margin-right: 5px;
            border-radius: 100%;
            border: 1px solid #D2DADF;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            background: #fff;
            transition: all 250ms ease
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            border-color: #2F9D63;
            background-color: #fff;
            box-shadow: inset 0 0 0 5px #33B464
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #2F9D63
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #33B464;
            border-color: #2F9D63;
            background: #33B464
        }

        .radio input[type="radio"] + .radio-label {
            color: #11161A
        }

            .radio input[type="radio"] + .radio-label:empty:before {
                margin-right: 0
            }

button {
    display: inline-block;
    font-size: 14px;
    font-family: "Montserrat";
    padding: 6px 8px;
    height: 35px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    background: #2F9D63
}

.fourths {
    display: grid;
    grid-template-columns: 280px 280px 280px 280px;
    column-gap: 30px;
    border-bottom: 1px solid #D2DADF;
    margin: 0 0 30px
}

    .fourths .first {
        margin: 0 0 16px
    }

        .fourths .first label {
            display: block;
            font-weight: 600
        }

.halves {
    display: grid;
    grid-template-columns: 280px 280px;
    column-gap: 30px;
    border-bottom: 1px solid #D2DADF;
    margin: 0 0 30px
}

@media screen and (max-width: 1199px) {
    .halves {
        grid-template-columns: 340px
    }
}

.halves .half {
    margin: 0 0 16px
}

    .halves .half label {
        display: block;
        font-weight: 600
    }

@media screen and (max-width: 1199px) {
    .halves .half label {
        padding-right: 20px
    }
}

.halves .half label a.add-edit {
    float: right;
    color: #2F9D63;
    padding-left: 16px;
    background: url(../images/ico-plus.svg) no-repeat 0% 50%
}

.halves .half label span.required {
    display: inline-block;
    width: 3px;
    height: 9px;
    background: url(../images/ico-required.svg) no-repeat 0 50%
}

.halves .half input[type=text] {
    width: 260px
}

@media screen and (max-width: 1199px) {
    .halves .half input[type=text], .halves .half input[type=password], .halves .half textarea {
        width: 300px
    }
}

.halves .half .select {
    width: 280px
}

@media screen and (max-width: 1199px) {
    .halves .half .select {
        width: 320px
    }
}

.halves .full {
    grid-column-start: span 2;
    margin-bottom: 30px
}

    .halves .full.no-bm {
        margin-bottom: 0
    }

@media screen and (max-width: 1199px) {
    .halves .full {
        grid-column-start: span 1;
        padding-right: 20px
    }
}

.halves .full .select {
    width: 100%
}

@media screen and (max-width: 1199px) {
    .halves .full .select {
        width: 320px
    }
}

.halves .full .select select {
    background-position: 98% 50%
}

.halves .full .tog {
    float: right
}

section.top-ptq {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E3E8ED;
    padding-bottom: 25px;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    section#top-ptq {
        display: block
    }
}

section#top-ptq #top-ptq-performers {
    width: 170px;
    margin: 0 60px 0 0;
    position: relative
}

@media screen and (max-width: 767px) {
    section#top-ptq #top-ptq-performers {
        width: 300px;
        margin: 0
    }
}

section#top-ptq #top-ptq-performers canvas {
    width: 170px !important;
    height: 170px !important
}

@media screen and (max-width: 767px) {
    section#top-ptq #top-ptq-performers canvas {
        width: 300px !important;
        height: 300px !important
    }
}

section#top-ptq #top-ptq-performers p {
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #828D96
}

@media screen and (max-width: 767px) {
    section#top-ptq #top-ptq-performers p {
        bottom: 40%
    }
}

section#top-ptq #top-ptq-performers p strong {
    display: block;
    color: #11161A;
    font-size: 34px;
    line-height: 41px;
    font-weight: 800
}

section#top-ptq ul.levels {
    margin: 40px 40px 0 0;
    flex: 65%
}

@media screen and (max-width: 767px) {
    section#top-ptq ul.levels {
        margin-right: 0
    }
}

section#ptq-by-dept, section.ptq {
    display: flex;
    border-bottom: 1px solid #E3E8ED;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    section#ptq-by-dept, section.ptq {
        display: block
    }
}

section#ptq-by-dept #depts {
    flex: 60%
}

section#ptq-by-dept #dept-levels {
    flex: 30%;
    padding-left: 60px
}

@media screen and (max-width: 767px) {
    section#ptq-by-dept #dept-levels {
        padding-left: 0
    }
}

section#ptq-by-dept .dept {
    margin: 0 0 25px
}

    section#ptq-by-dept .dept h5 {
        font-weight: 600;
        color: #11161A
    }

    section#ptq-by-dept .dept span.count {
        float: right;
        font-weight: 600;
        color: #11161A
    }

    section#ptq-by-dept .dept .dept-bar {
        margin: 6px 0 3px;
        width: 100%;
        height: 8px;
        border-radius: 8px;
        background: #E3E8ED;
        overflow: hidden
    }

        section#ptq-by-dept .dept .dept-bar span.bar {
            float: left;
            display: inline-block;
            height: 8px
        }

            section#ptq-by-dept .dept .dept-bar span.bar.green {
                background: #33B464
            }

            section#ptq-by-dept .dept .dept-bar span.bar.yellow {
                background: #F9C03E
            }

            section#ptq-by-dept .dept .dept-bar span.bar.blue {
                background: #1BC5EB
            }

            section#ptq-by-dept .dept .dept-bar span.bar.purple {
                background: #6E3BFF
            }

            section#ptq-by-dept .dept .dept-bar span.bar.red {
                background: #F34E46
            }

            section#ptq-by-dept .dept .dept-bar span.bar.gray {
                background: #E3E8ED
            }

    section#ptq-by-dept .dept p {
        font-size: 10px;
        font-weight: 600
    }

        section#ptq-by-dept .dept p span.up {
            color: #33B464;
            padding-right: 10px;
            background: url(../images/ico-arrow-up-tall-green.svg) no-repeat 100% 50%
        }

        section#ptq-by-dept .dept p span.down {
            color: #ff6860;
            padding-right: 10px;
            background: url(../images/ico-arrow-down-red.svg) no-repeat 100% 50%
        }

.px-12-chart {
    position: relative;
    flex: 1 1 30%;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .px-12-chart { 
        flex: 100%;
        width: 100%;
        margin-bottom: 40px;
    }
}

    .px-12-chart p {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: #828D96;
        top: 34px;
    }

        .px-12-chart p strong {
            display: block;
            color: #11161A;
            font-size: 34px;
            line-height: 41px;
            font-weight: 800
        }

        .px-12-chart p span {
            display: block;
            color: #33B464;
            font-size: 17px;
            line-height: 22px;
            font-weight: 600
        }

    #dept-filter {
        position: absolute;
        top: 20px;
        right: 20px
    }

    @media screen and (max-width: 767px) {
        #dept-filter {
            position: relative;
            top: auto;
            right: auto;
            margin: -10px 0 15px
        }
    }

    #dept-filter label {
        font-weight: 600;
        font-size: 12
    }

    ul.levels li {
        font-weight: 600;
        margin: 0 0 15px
    }

    ul.levels span.num {
        float: right;
        color: #11161A
    }

    ul.levels span.dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 8px 0 0;
        border-radius: 8px
    }

        ul.levels span.dot.green {
            background: #33B464
        }

        ul.levels span.dot.yellow {
            background: #F9C03E
        }

        ul.levels span.dot.blue {
            background: #1BC5EB
        }

        ul.levels span.dot.purple {
            background: #6E3BFF
        }

        ul.levels span.dot.red {
            background: #F34E46
        }

        ul.levels span.dot.gray {
            background: #E3E8ED
        }

    ul.levels.two-col {
        column-count: 2;
        column-gap: 80px
    }

    @media screen and (max-width: 767px) {
        ul.levels.two-col {
            column-count: 1
        }
    }

    ul.people {
        margin: 0 0 15px
    }

        ul.people.two-col {
            column-count: 2;
            column-gap: 50px
        }

    @media screen and (max-width: 767px) {
        ul.people.two-col {
            column-count: 1
        }
    }

    ul.people li {
        font-weight: 600;
        line-height: 14px;
        /*color: #11161A;*/
        padding: 15px 0 10px;
        border-bottom: 1px solid #E3E8ED;
        break-inside: avoid !important;
    }

        ul.people li img {
            float: left;
            display: inline-block;
            width: 30px;
            height: 30px;
            margin: -2px 10px 0 0
        }

        ul.people li span {
            display: block;
            color: #707372;
            font-size: 10px;
            line-height: 16px;
            font-weight: 500
        }

        ul.people li a.action {
            float: right;
            color: #2F9D63;
            font-size: 12px;
            font-weight: 600;
            margin-top: 6px
        }

        ul.people li .options {
            float: right;
            margin-top: -7px;
            display: inline-block
        }

            ul.people li .options .options-menu {
                position: absolute;
                margin-top: -3px;
                margin-left: -179px;
                padding: 10px 0;
                box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
                border-radius: 4px;
                background: #fff;
                z-index: 99;
                text-align: left;
            }

                ul.people li .options .options-menu:before {
                    content: ' ';
                    position: absolute;
                    height: 11px;
                    width: 22px;
                    top: -11px;
                    right: 10px;
                    background: url(../images/menu-triangle.png) no-repeat top left;
                    background-size: 22px 11px
                }

                ul.people li .options .options-menu a {
                    display: block;
                    float: none;
                    font-size: 14px;
                    padding: 0 10px;
                    margin: 0;
                    font-weight: 500;
                    color: #11161A;
                    height: 33px;
                    line-height: 33px
                }

                    ul.people li .options .options-menu a:hover {
                        background: #F7F9FA
                    }

            ul.people li .options a.dots {
                text-indent: -9999em;
                display: inline-block;
                margin-top: 0;
                width: 40px;
                height: 40px;
                background: url(../images/ico-three-dots.svg) no-repeat 50% 50%
            }

    .table {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    table {
        width: 100%;
        /*min-width: 768px;*/
        margin: 0 0 15px;
        border: 1px solid #E3E8ED;
        border-radius: 6px;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff
    }

    @media screen and (max-width: 768px) {
        table {
            width: 768px
        }
    }

    table tbody tr:last-child td {
        border-bottom: none !important
    }

    table th {
        font-size: 14px;
        color: #11161A;
        font-weight: 600;
        text-transform: uppercase;
        background: none
    }

        table th:first-child {
            border-radius-top-left: 6px
        }

    @media screen and (max-width: 1199px) {
        table th {
            font-size: 13px
        }
    }

    @media screen and (max-width: 768px) {
        table th {
            font-size: 12px
        }
    }

    table th a.sort {
        padding-right: 15px;
        color: #11161A;
        background: url(../images/ico-th-arrow-down.svg) no-repeat 100% 53%
    }

        table th a.sort.flip {
            background: url(../images/ico-th-arrow-up.svg) no-repeat 100% 50%
        }

    table td, table th {
        padding: 12px 10px 9px;
        border-bottom: 1px solid #E3E8ED;
        text-align: left;
        vertical-align: middle
    }

        table td:first-child, table th:first-child {
            padding-left: 20px
        }

        table td:last-child, table th:last-child {
            padding-right: 20px
        }

    table td {
        padding: 16px 10px
    }

    @media screen and (max-width: 1199px) {
        table td {
            font-size: 13px;
            padding: 12px 8px
        }
    }

    @media screen and (max-width: 768px) {
        table td {
            font-size: 12px;
            padding: 12px 6px
        }
    }

    table td img {
        display: block;
        float: left;
        max-width: 30px;
        margin: -2px 8px 0 0
    }

    table td a {
        color: #2F9D63
    }

    table td .options {
        display: inline-block;
        vertical-align: middle
    }

        table td .options .options-menu {
            position: absolute;
            margin-top: -3px;
            margin-left: -179px;
            padding: 10px 0;
            box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
            border-radius: 4px;
            background: #fff;
            z-index: 99
        }

            table td .options .options-menu:before {
                content: ' ';
                position: absolute;
                height: 11px;
                width: 22px;
                top: -11px;
                right: 10px;
                background: url(../images/menu-triangle.png) no-repeat top left;
                background-size: 22px 11px
            }

            table td .options .options-menu a {
                display: block;
                float: none;
                font-size: 14px;
                padding: 0 10px;
                margin: 0;
                font-weight: 500;
                color: #11161A;
                height: 33px;
                line-height: 33px;
                white-space: nowrap;
                text-align: left;
            }

                table td .options .options-menu a:hover {
                    background: #F7F9FA
                }

        table td .options a.dots {
            text-indent: -9999em;
            display: inline-block;
            margin-top: 0;
            width: 40px;
            height: 40px;
            background: url(../images/ico-three-dots.svg) no-repeat 50% 50%
        }

    #table-search {
        margin-right: 12px
    }

    @media screen and (max-width: 1475px) {
        #table-search {
            float: none
        }
    }

    @media screen and (max-width: 767px) {
        #table-search input[type=text] {
            width: 100%;
            padding: 0 0 0 10px
        }
    }

    #btn-add-person, #btn-add-position, .btn-add {
        float: right
    }

    @media screen and (max-width: 767px) {
        #btn-add-person, #btn-add-position, .btn-add {
            float: none;
            /*width: 100%;*/
            margin: 0 0 10px
        }
    }

    #table-filter {
        display: inline-block;
        height: 33px;
        border: 1px solid #D2DADF;
        margin: 0 0 15px;
        border-radius: 4px;
        background: #fff
    }

    .table-filter {
        display: inline-block;
        height: 33px;
        border: 1px solid #D2DADF;
        margin: 0 0 15px;
        border-radius: 4px;
        background: #fff
    }

    @media screen and (max-width: 767px) {
        #table-filter {
            display: block;
            height: auto
        }
    }

    #table-filter li {
        position: relative;
        display: inline-block;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        font-weight: 600;
        padding: 0 12px;
        border-right: 1px solid #D2DADF
    }

    @media screen and (max-width: 767px) {
        #table-filter li {
            float: none;
            display: block;
            border-right: none;
            border-bottom: 1px solid #D2DADF
        }
    }

    #table-filter li:last-child {
        border-right: none
    }

    @media screen and (max-width: 767px) {
        #table-filter li:last-child {
            border-bottom: none
        }
    }

    #table-filter li#btn-filter {
        position: sticky;
        left: 0;
        padding-left: 30px;
        border-radius: 4px 0 0 4px;
        background: #fff url(../images/ico-plus.svg) no-repeat 12px 50%
    }

    @media screen and (max-width: 767px) {
        #table-filter li#btn-filter {
            border-radius: 0;
            background: url(../images/ico-plus.svg) no-repeat 12px 50%
        }
    }

    #table-filter li a {
        color: #2F9D63
    }

        a.filter-toggle {
            padding-right: 18px;
            background: url(../images/ico-arrow-down-green.svg) no-repeat 100% 50%
        }

            a.filter-toggle.up {
                background: url(../images/ico-arrow-up-green.svg) no-repeat 100% 50%
            }

    #table-filter li .drop-down {
        top: 49px;
        right: 0px
    }
    h3 .drop-down {
        margin-top: 10px;
    }
    h3 a.filter-toggle { color: #707372; font-weight: 600; }

    /*
#table-ptq-score {
    position: relative;
    margin: 0 0 15px;
    height: 33px;
    border: 1px solid #D2DADF;
    padding: 0 30px 0 12px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: 600;
    background: #fff url(../images/ico-arrow-down-green.svg) no-repeat 95% 50%
}

@media screen and (max-width: 767px) {
    #table-ptq-score {
        float: none;
        margin: 0 0 10px
    }
}
*/
    #table-ptq-score a {
        display: inline-block;
        height: 17px;
        padding: 3px 3px 3px 10px;
        line-height: 17px;
        margin-left: 6px;
        font-size: 12px;
        color: #828D96;
        text-transform: uppercase;
        border-radius: 17px;
        background: #E3E8ED
    }

        #table-ptq-score a span {
            float: right;
            font-weight: 600;
            font-size: 11px;
            text-align: center;
            padding: 0 4px;
            min-width: 20px;
            margin-left: 4px;
            line-height: 17px;
            color: #fff;
            border-radius: 17px;
            background: #AFBBC4
        }

        #table-ptq-score a.green {
            color: #33B464;
            background: rgba(51,180,100,0.15)
        }

            #table-ptq-score a.green span {
                background: #33B464
            }

        #table-ptq-score a.yellow {
            color: #F9C03E;
            background: rgba(249,192,62,0.15)
        }

            #table-ptq-score a.yellow span {
                background: #F9C03E
            }

        #table-ptq-score a.blue {
            color: #1BC5EB;
            background: rgba(27,197,235,0.15)
        }

            #table-ptq-score a.blue span {
                background: #1BC5EB
            }

        #table-ptq-score a.purple {
            color: #6E3BFF;
            background: rgba(110,59,255,0.15)
        }

            #table-ptq-score a.purple span {
                background: #6E3BFF
            }

        #table-ptq-score a.red {
            color: #F34E46;
            background: rgba(243,78,70,0.15)
        }

            #table-ptq-score a.red span {
                background: #F34E46
            }

    #table-ptq-score #table-ptq-dd {
        position: absolute;
        top: 48px;
        right: 0;
        min-width: 150px;
        padding: 10px 0;
        text-align: left;
        box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
        border-radius: 4px;
        background: #fff;
        z-index: 9999
    }

        #table-ptq-score #table-ptq-dd:before {
            content: ' ';
            position: absolute;
            height: 11px;
            width: 22px;
            top: -11px;
            right: 10px;
            background: url(../images/menu-triangle.png) no-repeat top left;
            background-size: 22px 11px
        }

        #table-ptq-score #table-ptq-dd a {
            display: block;
            margin: 0 auto 12px;
            max-width: 110px
        }

            #table-ptq-score #table-ptq-dd a:last-child {
                margin-bottom: 0
            }

            #table-ptq-score #table-ptq-dd a.hide {
                display: none
            }

    ul.pagination {
        margin: 0 0 15px
    }

        ul.pagination li {
            display: inline-block
        }

            ul.pagination li a {
                display: inline-block;
                min-width: 11px;
                padding: 0 6px;
                height: 23px;
                line-height: 23px;
                text-align: center;
                text-decoration: none;
                color: #828D96;
                font-weight: 600;
                font-size: 12px;
                border: 1px solid #D2DADF;
                border-radius: 4px
            }

                ul.pagination li a.active, ul.pagination li a:hover {
                    border-color: #3960A7;
                    color: #3960A7
                }

                ul.pagination li a.pag-left {
                    width: 23px;
                    padding: 0;
                    background: url(../images/ico-arrow-left-gray.svg) no-repeat 50% 50%
                }

                ul.pagination li a.pag-right {
                    width: 23px;
                    padding: 0;
                    background: url(../images/ico-arrow-right-gray.svg) no-repeat 50% 50%
                }

    #table-footer {
        text-align: center
    }

        #table-footer ul.pagination {
            float: right
        }

    @media screen and (max-width: 767px) {
        #table-footer ul.pagination {
            float: none
        }
    }

    #table-footer #show-entries {
        float: left;
        margin: 0 0 15px
    }

    @media screen and (max-width: 767px) {
        #table-footer #show-entries {
            float: none
        }
    }

    #table-footer p {
        display: inline-block
    }

    a.ico-mail {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        background: url(../images/ico-mail.svg) no-repeat 50% 50%
    }

    #reports {
        display: flex;
        flex-wrap: wrap
    }

        #reports .report {
            display: flex;
            flex-direction: column;
            width: 312px;
            margin: 0 20px 20px 0;
            padding: 24px 24px 0;
            border-radius: 6px;
            border: 1px solid #E3E8ED;
            background: #fff;
            box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05)
        }

    @media screen and (max-width: 768px) {
        #reports .report {
            width: 41%
        }

            #reports .report:nth-child(even) {
                margin-right: 0
            }
    }

    @media screen and (max-width: 767px) {
        #reports .report {
            width: 100%;
            margin: 0 0 20px
        }
    }

    #reports .report .report-header {
        flex-direction: row
    }

    #reports .report h3 a {
        color: #11161A
    }

    #reports .report h5 {
        display: block
    }

    #reports .report a.report-name {
        float: left;
        display: block;
        width: 44px;
        height: 44px;
        margin: 0 12px 12px 0;
        line-height: 44px;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        border-radius: 4px;
        border: 2px solid #E3E8ED
    }

        #reports .report a.report-name.green {
            color: #33B464;
            border-color: #33B464;
            background: rgba(51,180,100,0.15)
        }

        #reports .report a.report-name.yellow {
            color: #F9C03E;
            border-color: #F9C03E;
            background: rgba(249,192,62,0.15)
        }

        #reports .report a.report-name.blue {
            color: #1BC5EB;
            border-color: #1BC5EB;
            background: rgba(27,197,235,0.15)
        }

        #reports .report a.report-name.purple {
            color: #6E3BFF;
            border-color: #6E3BFF;
            background: rgba(110,59,255,0.15)
        }

        #reports .report a.report-name.red {
            color: #F34E46;
            border-color: #F34E46;
            background: rgba(243,78,70,0.15)
        }

    #reports .report p {
        flex: 1 0 auto;
        font-weight: 500;
        line-height: 25px;
        font-size: 14px
    }

    span.level {
        border-radius: 20px;
        font-weight: 600;
        padding: 0 18px;
        white-space: nowrap
    }

        span.level.green {
            color: #33B464;
            background: rgba(51,180,100,0.15)
        }

        span.level.yellow {
            color: #F9C03E;
            background: rgba(249,192,62,0.15)
        }

        span.level.blue {
            color: #1BC5EB;
            background: rgba(27,197,235,0.15)
        }

        span.level.purple {
            color: #6E3BFF;
            background: rgba(110,59,255,0.15)
        }

        span.level.red {
            color: #F34E46;
            background: rgba(243,78,70,0.15)
        }

    #person-detail {
        overflow: hidden;
        margin: 0 0 30px
    }

        #person-detail h1 {
            margin: 12px 0 0
        }

    @media screen and (max-width: 767px) {
        #person-detail h1 {
            font-size: 22px
        }
    }

    #person-detail img {
        float: left;
        max-width: 80px;
        border-radius: 80px;
        margin-right: 20px;
        width: 80px;
    }

    #quick-actions, #links {
        margin: 0 0 30px;
        padding: 10px 0 0
    }

        #quick-actions a, #links a {
            display: block;
            height: 25px;
            margin: 18px 0;
            padding: 0 0 0 23px;
            font-weight: 600;
            line-height: 27px;
            color: #707372
        }

            #quick-actions a:hover, #links a:hover {
                color: #2F9D63
            }

            #quick-actions a.ico-charts, #links a.ico-charts {
                background: url(../images/ico-charts.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-plane, #links a.ico-plane {
                background: url(../images/ico-plane.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-pencil, #links a.ico-pencil {
                background: url(../images/ico-pencil.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-rating, #links a.ico-rating {
                background: url(../images/ico-rating.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-remove, #links a.ico-remove {
                color: #ff6860;
                background: url(../images/ico-remove.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-person, #links a.ico-person {
                background: url(../images/ico-person.svg) no-repeat 0% 50%
            }

            #quick-actions a.ico-rate, #links a.ico-rate {
                background: url(../images/ico-rate.png) no-repeat 0% 50%
            }

    #right-profile h6 {
        border-bottom: none
    }

    #right-profile h3 {
        color: #11161A;
        margin: 0 0 15px
    }

    #right-profile p {
        margin: 0 0 30px;
        font-weight: 500;
        color: #828D96
    }

    .people-detail {
        margin: 0 0 30px;
        font-weight: 600;
        border-radius: 6px;
        border: 1px solid #E3E8ED;
        background: #fff
    }

        ul.people-detail li, .people-detail span {
            text-align: right;
            height: 48px;
            line-height: 48px;
            padding: 0 20px;
            border-bottom: 1px solid #E3E8ED
        }

            ul.people-detail li:last-child {
                border-bottom: none
            }

        .people-detail li label {
            float: left
        }

    ul.people-detail li a {
        color: #2F9D63
    }

    ul.people-detail li .tog {
        float: right;
        margin-top: 14px
    }

    #tabs {
        margin: 0 0 30px;
        height: 25px;
        background: url(../images/tabs-bg.png) repeat-x bottom left
    }

        #tabs a {
            display: inline-block;
            height: 25px;
            font-size: 12px;
            font-weight: 600;
            margin: 0 40px 0 0;
            color: #828D96;
            text-transform: uppercase
        }

            #tabs a:hover, #tabs a.active {
                color: #3960A7;
                height: 23px;
                border-bottom: 2px solid #3960A7
            }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(17,22,26,0.2);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .modal #modal-container, .modal .modal-container {
            position: relative;
            max-width: 600px;
            width: 100%;
            padding: 24px 24px 0;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0px 6px 18px rgba(16,22,26,0.1),0px 2px 4px rgba(16,22,26,0.1)
        }

    @media screen and (max-width: 767px) {
        .modal #modal-container, .modal .modal-container {
            width: 80%
        }
    }

    .modal #modal-container a.btn-close, .modal .modal-container a.btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 18px;
        height: 18px;
        text-indent: -9999em;
        background: url(../images/ico-x.svg) no-repeat top left
    }

    .modal #modal-container h2, .modal .modal-container h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #3960A7
    }

    .modal #modal-container h5, .modal .modal-container h5 {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: .08em;
        margin-bottom: 12px;
        color: #3960A7;
        font-weight: 700
    }

    .modal #modal-container p .modal .modal-container p {
        max-width: 400px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 0 24px
    }

    .modal #modal-container input, .modal #modal-container .select, .modal .modal-container input, .modal .modalcontainer .select {
        margin: 0 20px 24px 0
    }

    .modal #modal-footer, .modal .modal-footer {
        margin: 12px -10px 0;
        padding: 16px 0;
        border-top: 1px solid #E3E8ED
    }

    .modal .halves {
        margin: 20px 0 0 0;
        border-bottom: 0px;
    }

        .modal .halves .full {
            margin-bottom: 16px;
        }

    .side-by-side {
        display: flex;
        flex-direction: row
    }

    @media screen and (max-width: 767px) {
        .side-by-side {
            flex-direction: column
        }
    }

    body {
        margin: 0;
        padding: 0;
        background: #F7F9FA
    }

    #main {
        margin: 100px 30px 40px 270px;
        max-width: 1200px;
        overflow: hidden
    }

    @media screen and (max-width: 768px) {
        #main {
            margin-right: 10px;
            margin-left: 10px;
            overflow: auto
        }
    }

    #main #left, #main .left {
        float: left;
        width: 66%;
        padding: 0 10px
    }

    @media screen and (max-width: 1059px) {
        #main #left, #main .left {
            float: none;
            width: auto;
            margin: 0 0 20px
        }
    }

    #main #right, #main .right {
        float: right;
        width: 29%;
        padding: 0 10px
    }

    @media screen and (max-width: 1059px) {
        #main #right, #main .right {
            clear: left;
            float: none;
            width: auto
        }
    }

    #main #center {
        padding: 0 10px
    }

    .box {
        margin: 0 0 20px;
        padding: 20px 20px 15px;
        box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
        border-radius: 6px;
        background: #fff
    }

        .box.relative {
            position: relative
        }

        .box h3 {
            margin-bottom: 30px
        }

    .cols {
        display: flex
    }

    @media screen and (max-width: 959px) {
        .cols {
            display: block
        }
    }

    .cols .col {
        flex: 1;
    }

    nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        box-shadow: 1px 0px 0px #E3E8ED;
        background: #fff url(../images/nav-bg.svg) no-repeat bottom left;
        z-index: 9998;
        /*overflow-x: hidden;*/
        scrollbar-width: thin;
        scrollbar-color: lightgray;
    }

        nav::-webkit-scrollbar {
            width: 12px;
            background: transparent;
        }

        nav::-webkit-scrollbar-track {
            background: lightgray;
        }

        nav::-webkit-scrollbar-thumb {
            background-color: lightgray;
            border-radius: 20px;
            border: 3px solid lightgray;
        }


    @media screen and (max-width: 768px) {
        nav {
            position: absolute;
            top: 66px;
            left: -240px
        }
    }

    nav.show {
        left: 0px
    }

    nav.hide {
        left: -240px
    }

    nav h1 {
        margin: 0 10px 0px;
        padding: 13px 0;
        text-align: center;
        border-bottom: 1px solid #E3E8ED;
        /*text-indent: -9999em;*/
    }

        nav h1 img {
            max-width: 220px;
            max-height: 60px;
        }

    @media screen and (max-width: 768px) {
        nav h1 {
            display: none
        }
    }

    nav a.ico {
        display: block;
        padding: 0 0 0 48px;
        height: 35px;
        line-height: 35px;
        color: #707372;
        font-weight: 600
    }

        nav a.ico:hover, nav a.ico.active {
            padding: 0 0 0 45px;
            border-left: 3px solid #3960A7;
            background: #F7F9FA
        }

        nav a.ico.dashboard {
            background: url(../images/ico-dashboard.svg) no-repeat 20px 50%
        }

            nav a.ico.dashboard:hover, nav a.ico.dashboard.active {
                background: #F7F9FA url(../images/ico-dashboard-hover.svg) no-repeat 17px 50%
            }

        nav a.ico.people {
            background: url(../images/ico-people.svg) no-repeat 20px 50%
        }

            nav a.ico.people:hover, nav a.ico.people.active {
                background: #F7F9FA url(../images/ico-people-hover.svg) no-repeat 17px 50%
            }

        nav a.ico.reports {
            background: url(../images/ico-reports.svg) no-repeat 20px 50%
        }

            nav a.ico.reports:hover, nav a.ico.reports.active {
                background: #F7F9FA url(../images/ico-reports-hover.svg) no-repeat 17px 50%
            }

    nav ul {
        margin: 20px 20px 0
    }

        nav ul h5 {
            font-size: 12px;
            line-height: 18px;
            text-transform: uppercase;
            color: #AFBBC4;
            margin: 0 0 10px
        }

        nav ul a {
            display: block;
            color: #707372;
            text-transform: none;
            font-size: 14px;
            line-height: 31px
        }

            nav ul a:hover {
                color: #2F9D63
            }

    #top-nav {
        position: fixed;
        top: 0;
        left: 245px;
        right: 5px;
        height: 30px;
        padding: 20px 40px 15px 0;
        text-align: right;
        border-bottom: 1px solid #D2DADF;
        background: #F7F9FA;
        z-index: 1000
    }

    @media screen and (max-width: 768px) {
        #top-nav {
            left: 0;
            right: 0;
            padding: 20px 20px 15px;
            background: url(../images/Logos/px12.png?v1.5) no-repeat 0 0;
        }
    }

    #top-nav #mobile-nav {
        display: block;
        position: absolute;
        top: 14px;
        left: 20px;
        width: 36px;
        height: 36px;
        background: url(../images/mobile-nav.svg) no-repeat top left
    }

    @media screen and (min-width: 767px) {
        #top-nav #mobile-nav {
            display: none
        }
    }

    #top-nav a#user-menu {
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #3960A7;
        font-weight: 600;
        padding: 0 14px 0 0;
        background: url(../images/ico-arrow-down.svg) no-repeat 100% 53%
    }

    @media screen and (max-width: 768px) {
        #top-nav a#user-menu span {
            display: none
        }
    }

    #top-nav a#user-menu img {
        float: left;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        border-radius: 100%
    }

    #top-nav .drop-down {
        top: 60px;
        right: 23px
    }

    .drop-down {
        position: absolute;
        min-width: 160px;
        padding: 10px 0 5px;
        text-align: left;
        box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05);
        border-radius: 4px;
        background: #fff;
        z-index: 9999
    }

    @media screen and (max-width: 768px) {
        .drop-down {
            right: 3px
        }
    }

    .drop-down:before {
        content: ' ';
        position: absolute;
        height: 11px;
        width: 22px;
        top: -11px;
        right: 10px;
        background: url(../images/menu-triangle.png) no-repeat top left;
        background-size: 22px 11px
    }

    .drop-down hr {
        margin: 0 5px
    }

    .drop-down a {
        display: block;
        float: none;
        font-size: 14px;
        padding: 0 10px;
        margin: 0;
        font-weight: 500;
        color: #11161A;
        height: 33px;
        line-height: 33px
    }

        .drop-down a:hover {
            background: #F7F9FA
        }

    /* KAP: Start of additional CSS beyond HTML buildout */

    .info .dataTables_info {
        float: none !important;
        clear: none !important;
    }

    #list_length, #list_info, #employeelist_length, #employeelist_info {
        color: inherit;
    }

    .paginate_button {
        box-sizing: content-box !important;
    }

    .table-footer {
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
    }

    .jconfirm-holder {
        width: 350px;
        margin: auto;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        display: inline-block !important;
        min-width: 11px !important;
        padding: 0 6px !important;
        height: 23px !important;
        line-height: 23px !important;
        text-align: center !important;
        text-decoration: none !important;
        color: #828D96 !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        border: 1px solid #D2DADF !important;
        border-radius: 4px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            border-color: #3960A7 !important;
            color: #3960A7 !important;
        }

    a#btn-add-person, a#btn-add-position, a.btn-add {
        display: inline-block;
        font-size: 14px;
        font-family: "Montserrat";
        padding: 6px 8px;
        height: auto !important;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        border: none;
        background: #2F9D63;
        float: right;
    }

    .btn-add {
        display: inline-block;
        font-size: 14px;
        font-family: "Montserrat";
        padding: 6px 8px;
        height: auto !important;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        border: none;
        background: #2F9D63;
        cursor: pointer;
    }

    #main {
        min-height: 1000px !important;
    }

    .table {
        display: inline !important;
    }

    table.dataTable thead .sorting_asc {
        padding-right: 15px !important;
        color: #11161a !important;
        background: url(../images/ico-th-arrow-down.svg) no-repeat 100% 53% !important;
    }

    table.dataTable thead .sorting_desc {
        padding-right: 15px !important;
        color: #11161a !important;
        background: url(../images/ico-th-arrow-up.svg) no-repeat 100% 53% !important;
    }

    #table-ptq-dd a {
        font-size: 12px !important;
    }

    table td .options .options-menu {
        margin-left: -140px !important;
    }

    nav a.ico {
        cursor: pointer !important;
    }

    #level-menu {
        color: #707372;
        padding-right: 18px;
        background: url(../images/ico-arrow-down-green.svg) no-repeat 100% 50%;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    .people a {
        color: #000;
    }

    .green {
        color: #33B464
    }

    ul.breadcrumbs li {
        margin-right: 5px !important;
    }

    a.btn-action, a.btn-action-right {
        display: inline-block;
        font-size: 14px;
        font-family: "Montserrat";
        padding: 5px 8px;
        height: auto !important;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        border: none;
        background: #2F9D63;
    }

    a.btn-action-right {
        float: right;
    }

    .bottom15 {
        margin-bottom: 15px;
    }

    .options-menu a {
        cursor: pointer !important;
    }

    ul.people li .options .options-menu {
        margin-left: -149px !important;
    }

    .tog input[type="checkbox"] {
        height: 0;
        width: 0;
        visibility: hidden;
        position: absolute;
    }

    input.error {
        border: 1px solid red;
    }

    input[type="submit"] {
        display: inline-block;
        font-size: 14px;
        font-family: "Montserrat";
        padding: 6px 8px;
        height: 35px;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        border: none;
        background: #2F9D63;
        cursor: pointer;
    }

    .ico-people {
        background: url(../images/ico-people.svg) no-repeat 20px 50%
    }

    .full label {
        font-weight: 600;
    }

    .full input {
        width: 100% !important;
    }

        .full input[type="submit"] {
            width: auto !important;
        }

    .select.superadmin {
        margin-top: 5px;
        float: right;
    }

    .required {
        display: inline-block;
        width: 3px;
        height: 9px;
        background: url(../images/ico-required.svg) no-repeat 0 50%;
    }

    table.clientperms thead .sorting_asc {
        background: none !important;
    }

    table.clientperms td:first-child {
        width: 100%;
    }

    #clients-info .halves {
        border-bottom: 0px !important;
        margin: 0px !important;
    }

    .drop-down a {
        white-space: nowrap !important;
    }

    #sm-countdown-dialog {
        color: #fff;
        font-size: 16px;
    }

    #version {
        position: fixed;
        bottom: 0;
        /*left: 25px; 9/14/2020 DAW: changed to below so will disappear when nav disappears*/
        margin-left: 25px;
        font-size: 10px;
    }

    /* Absolute Center Spinner */
    .loading {
        position: fixed;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999;
    }

        /* Transparent Overlay */
        .loading:before {
            content: '';
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.3);
        }

        /* :not(:required) hides these rules from IE9 and below */
        .loading:not(:required) {
            /* hide "loading..." text */
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

            .loading:not(:required):after {
                content: '';
                display: block;
                font-size: 10px;
                width: 1em;
                height: 1em;
                margin-top: -0.5em;
                -webkit-animation: spinner 1500ms infinite linear;
                -moz-animation: spinner 1500ms infinite linear;
                -ms-animation: spinner 1500ms infinite linear;
                -o-animation: spinner 1500ms infinite linear;
                animation: spinner 1500ms infinite linear;
                border-radius: 0.5em;
                -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
                box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            }

    /* Animation */

    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


    /* KAP Added below */

    .position {
        background-color: #fff;
        float: left;
        display: inline;
        border: 1px solid #ccc;
        font-size: 12px;
        border-radius: 20px;
        padding: 0 4px 0 4px;
        color: #3960A7;
        margin-right: 10px;
    }

    .removepos {
        margin: 0 4px 0 5px;
        cursor: pointer;
    }

    #cannedtemplates {
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .indemnify {
        background-color: #fff;
        font-weight: 600;
        border-radius: 6px;
        border: 1px solid red;
        text-align: left;
        padding: 20px 20px !important;
        margin: 0 0 30px !important;
    }

        .indemnify input {
            width: auto !important;
        }

    .fas.fa-lock {
        color: #d95332;
    }

    .fas.fa-lock-open {
        color: #73b345;
    }

    #quick-actions a.ico-question {
        background: url(../images/ico-question.png) no-repeat 0% 50%
    }

    ul#wwkd {
        margin-left: 25px;
        font-size: .9em;
    }

    #coaches_info {
        text-align: center;
    }

    .clear {
        clear: both;
    }

    input[type=text]:read-only, select:disabled, input[type=password]:read-only {
        background-color: lightyellow;
    }

    .templatesection {
        border-bottom: 1px solid #d2dadf;
        margin: 0px 0px 30px 0px;
    }

        .templatesection.noborder {
            border-bottom: 0px;
        }

    #main h1 a {
        background: none;
    }

    #main #left, #main .left {
        float: left;
        width: 66%;
        padding: 0 10px;
    }
#main #left {
    margin-bottom: 100px;
}

    @media screen and (max-width: 1059px) {
        #main #left, #main .left {
            float: none;
            width: auto;
            margin: 0 0 20px
        }
    }

    #main #right, #main .right {
        float: right;
        width: 29%;
        padding: 0 10px
    }

    @media screen and (max-width: 1059px) {
        #main #right, #main .right {
            clear: left;
            float: none;
            width: auto
        }
    }

    #main .full {
        width: 100%; /*padding: 0 10px; */
    }

    .halves.noborder {
        border-bottom: 0px;
    }

    .clearbutton {
        text-align: right;
    }

    #tptgraph {
        margin: 30px 0 30px 0;
    }

    input[type=submit]:disabled {
        background: #e3e8ed;
        color: #afbbc4;
    }

    .list-updates {
        /*padding-bottom: 30px;*/
        letter-spacing: -0.408px;
        color: #3960A7;
    }

        .list-updates li {
            position: relative;
            padding: 5px 10px 5px 33px;
            border: 1px solid #E3E8ED;
            -webkit-box-shadow: 0px 1px 2px rgba(16, 22, 26, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(16, 22, 26, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.05);
            border-radius: 4px;
            background-color: #fff;
        }

            .list-updates li:before {
                content: '';
                position: absolute;
                left: 7px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../images/bars.png) no-repeat 0 0;
                width: 16px;
                height: 17px;
                cursor: move;
            }

            .list-updates li + li {
                margin-top: 10px;
            }
    /* ------------------------------------------------------------ *\
	List Updates Selected
\* ------------------------------------------------------------ */
    .list-updates--selected {
        color: #2F9D63;
    }

    .updates--empty {
        position: relative;
        height: 100%;
    }

        .updates--empty img {
            margin-bottom: 10px;
        }

        .updates--empty .updates__inner {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #AFBBC4;
            letter-spacing: -0.24px;
        }

    @media (max-width: 1200px) {
        .updates--empty .updates__inner {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 20px 0;
        }
    }

    @media (max-width: 1023px) {
        .updates--empty .updates__inner {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }

    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .updates--empty .updates__inner {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 20px 0;
        }
    }

    .cols.templatesection {
        padding: 0 10px;
    }

    .outerlist {
        padding: 0 0px 0 0;
    }

    .sourcelist {
        height: 600px;
        overflow-x: hidden;
    }

    .destlist {
        height: 600px;
        min-height: 600px;
        scrollbar-width: thin;
        overflow-x: auto;
    }

    #competencycontainer .col, #competencycontainer1 .col, #attributecontainer .col {
        margin: 30px 0 30px 0;
    }

    #competencycontainer .input-search, #competencycontainer1 .input-search, #attributecontainer .input-search {
        margin-bottom: 13px;
        width: 85%;
    }

    .templatesection .ui-icon {
        display: none !important;
    }

    .sourcelist {
        scrollbar-width: thin;
        scrollbar-color: lightgray;
    }

        .sourcelist::-webkit-scrollbar {
            width: 12px;
            background: transparent;
        }

        .sourcelist::-webkit-scrollbar-track {
            background: lightgray;
        }

        .sourcelist::-webkit-scrollbar-thumb {
            background-color: lightgray;
            border-radius: 20px;
            border: 3px solid lightgray;
        }

    table#employeelist {
        width: 100%;
        min-width: auto;
        border: 0px;
    }

    #employeelist .title {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #707372;
    }

    #searchemployees {
        width: 95% !important;
        margin: 0px !important;
    }

    table#employeelist thead {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    table#selectedemployees {
        margin: 30px 0 30px 0;
    }

    .list-updates li:hover {
        cursor: pointer;
    }

    input[type=text].fakereadonly, input[type=password].fakereadonly {
        background-color: #fff !important;
    }

    .tptgraph {
        min-height: 550px;
        margin-top: 30px;
        padding: 50px 20px 0 20px;
        background-color: #fff;
    }

    #scoringsummary2 {
        margin-top: 20px;
    }

        #scoringsummary2 .attribute {
            line-height: 25px;
            font-size: 14px;
            margin: 8px 0px;
        }

            #scoringsummary2 .attribute .num {
                color: #2f9d63;
                width: 24px;
                display: inline-block;
                font-weight: bold;
            }


    #scoringsummary1 {
        margin-top: 20px;
    }

        #scoringsummary1 .attribute {
            line-height: 25px;
            font-size: 14px;
            margin: 8px 0px;
        }

            #scoringsummary1 .attribute .num {
                color: #2f9d63;
                width: 24px;
                display: inline-block;
                font-weight: bold;
            }

    #scoringsummaryheader2 {
        width: 350px;
        border-bottom: 1px solid #d2dadf;
    }

        #scoringsummaryheader2 #title {
            font-weight: bold;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: #828d96;
        }

    #scoringsummaryheader1 {
        width: 350px;
        border-bottom: 1px solid #d2dadf;
    }

        #scoringsummaryheader1 #title {
            font-weight: bold;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: #828d96;
        }

    .tptgraph .filters {
        border-top: 1px solid #d2dadf;
        margin-top: 30px;
        padding: 20px;
    }

    .tptgraph .tog {
        font-size: 12px;
        font-weight: 600;
    }

        .tptgraph .tog .after {
            margin-left: 10px;
        }

        .tptgraph .tog label.toggle {
            display: inline-block !important;
        }


    #scoringsummary {
        margin-top: 20px;
    }

        #scoringsummary .attribute {
            line-height: 25px;
            font-size: 14px;
            margin: 8px 0px;
        }

            #scoringsummary .attribute .num {
                color: #2f9d63;
                width: 24px;
                display: inline-block;
                font-weight: bold;
            }

    #scoringsummaryheader {
        width: 350px;
        border-bottom: 1px solid #d2dadf;
    }

        #scoringsummaryheader #title {
            font-weight: bold;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: #828d96;
        }

    .tptgraph .filters {
        border-top: 1px solid #d2dadf;
        margin-top: 30px;
        padding: 20px;
    }

    .tptgraph .tog {
        font-size: 12px;
        font-weight: 600;
    }

        .tptgraph .tog .after {
            margin-left: 10px;
        }

        .tptgraph .tog label.toggle {
            display: inline-block !important;
        }

    #right p {
        margin-bottom: 10px;
    }

    .left-center-right .left {
        padding: 0px !important;
    }

    .left-center-right .right {
        padding: 0px !important;
    }

        .left-center-right .right input[type=text] {
            width: 100% !important;
            padding: 0px !important;
        }

    @media (min-width:1100px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
        .destlist {
            min-height: 450px;
        }
        /* was 560px */
        .tptgraph .right {
            width: 26% !important;
        }

        .tptgraph {
            min-height: 420px;
        }
    }

    #main .nopadding {
        padding: 0px !important;
    }

    textarea {
        width: 100%;
    }

    #emailform .full {
        padding: 0px;
    }

    span.pinkbg {
        background-color: pink;
        font-weight: bold;
        color: black;
        padding: 5px;
    }

    .range-container {
        padding: 25px 40px 35px;
        margin: 0 0 30px;
        font-size: 12px;
        line-height: 18px;
        color: #707372;
        font-weight: 600;
        max-width: 335px;
        text-align: center;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #E3E8ED
    }

    @media screen and (max-width: 500px) {
        .range-container {
            max-width: 268px
        }
    }

    .range {
        position: relative;
        width: 335px;
        height: 5px;
        background: #E3E8ED
    }

    @media screen and (max-width: 500px) {
        .range {
            width: 268px
        }
    }

    .range.step-1 {
        background: linear-gradient(to right, #2F9D63 0%, #2F9D63 28%, #E3E8ED 28%, #E3E8ED 100%)
    }

    .range.step-2 {
        background: linear-gradient(to right, #2F9D63 0%, #2F9D63 50%, #E3E8ED 50%, #E3E8ED 100%)
    }

    .range.step-3 {
        background: linear-gradient(to right, #2F9D63 0%, #2F9D63 75%, #E3E8ED 75%, #E3E8ED 100%)
    }

    .range.step-4 {
        background: linear-gradient(to right, #2F9D63 0%, #2F9D63 100%)
    }

    .range-labels {
        position: relative;
        margin: 18px -20px 0;
        padding: 0;
        width: 335px;
        list-style: none;
        background: blue
    }

    @media screen and (max-width: 500px) {
        .range-labels {
            width: 268px
        }
    }

    .range-labels.step-1 li:first-child::before {
        background: #2F9D63
    }

    .range-labels.step-2 li:first-child::before, .range-labels.step-2 li:nth-child(2)::before {
        background: #2F9D63
    }

    .range-labels.step-3 li:first-child::before, .range-labels.step-3 li:nth-child(2)::before, .range-labels.step-3 li:nth-child(3)::before {
        background: #2F9D63
    }

    .range-labels.step-4 li:first-child::before, .range-labels.step-4 li:nth-child(2)::before, .range-labels.step-4 li:nth-child(3)::before, .range-labels.step-4 li:nth-child(4)::before {
        background: #2F9D63
    }

    .range-labels li {
        position: absolute;
        left: -12px;
        width: 20%;
        text-align: center;
        color: #2F9D63;
        font-size: 14px;
        cursor: pointer
    }

        .range-labels li:first-child {
            left: -10px
        }

        .range-labels li:nth-child(2) {
            left: 25%
        }

        .range-labels li:nth-child(3) {
            left: 50%
        }

        .range-labels li:nth-child(4) {
            left: 75%
        }

        .range-labels li:nth-child(5) {
            left: 97%
        }

        .range-labels li::before {
            position: absolute;
            top: -29px;
            right: 0;
            left: 0;
            content: "";
            margin: 0 auto;
            width: 15px;
            height: 15px;
            background: #E3E8ED;
            border-radius: 50%
        }

        .range-labels li.active::before {
            position: absolute;
            top: -33px;
            left: 20px;
            width: 24px;
            height: 24px;
            content: "";
            margin: 0;
            border-radius: 50%;
            background: white;
            box-shadow: 0px 2px 8px rgba(16,22,26,0.1),0px 1px 1px rgba(16,22,26,0.03),0px 0px 0px rgba(16,22,26,0.05)
        }

    @media screen and (max-width: 500px) {
        .range-labels li.active::before {
            left: 14px
        }
    }

    .range-labels li.active span {
        display: inline-block;
        line-height: 1em;
    }

    .range-labels span {
        display: none
    }

    .performance {
        display: flex;
        padding: 25px 40px 25px 20px;
        margin: 0 0 30px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #E3E8ED
    }

    @media screen and (max-width: 1399px) {
        .performance {
            flex-direction: column;
            padding: 25px 30px 35px 30px
        }
    }

    .performance .p-left {
        padding-right: 30px;
        width: 50%;
    }

.performance .p-right {
    /*padding-bottom: 25px;*/
}

        .performance .p-right.btns {
            text-align: right;
            width: 38%;
            padding-left: 0
        }

    @media screen and (max-width: 1399px) {
        .performance .p-right.btns {
            width: auto;
            text-align: left
        }
    }

    @media screen and (max-width: 1399px) {
        .performance .p-right {
            padding-left: 10px
        }
    }

    .performance .p-right .btn {
        display: inline-block;
        text-align: center;
        margin: 12px 0 0;
        padding: 6px 8px;
        min-width: 44px;
        border-radius: 4px
    }

    .performance .p-right .range {
        margin-top: 38px
    }

    .performance h2 {
        color: #3960A7 !important
    }

    .btn.outline {
        border: 1px solid #D2DADF;
        color: #2F9D63;
        background: none
    }

    ol {
        color: #3960A7;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        list-style: decimal;
        list-style-position: outside;
        list-style-position: outside;
        margin: 0 0 0 15px;
    }

        ol p {
            margin-bottom: 15px !important;
        }

    #person-profile p {
        margin: 0 0 30px;
        margin-bottom: 30px;
        font-weight: 500;
        color: #828D96;
    }

    #person-profile h6 {
        border-bottom: none;
    }

    #person-profile h3 {
        color: #11161A;
        margin: 0 0 15px;
    }

    .sectionbuttons {
        text-align: right;
        margin-top: 20px;
    }

        .sectionbuttons a {
            margin-left: 10px;
        }

    .clear {
        clear: both;
    }

    #discovertoggle, #ratingtoggle {
        float: left;
        margin: 5px 10px 0px 0px;
    }

    #loading, .loadinggif {
        vertical-align: middle;
    }

    .select .rankingtptselect, .select .positionselect, .select .filterselectdrop {
        color: #2F9D63;
        font-weight: 600;
        font-family: Montserrat;
        padding-right: 18px;
        background: url(../images/ico-arrow-down-green.svg) no-repeat 215px 50%;
    }

    .attrcounter {
        margin-bottom: 25px;
        padding-left: 5px;
    }

    .filtertop {
        margin-top: 25px;
    }

    .red-text {
        color: #f34e46;
    }

    .perf {
        border-radius: 8px;
        height: 8px;
        background: #e3e8ed;
    }

        .perf .green {
            background: #33b464;
        }

        .perf .p {
            height: 8px;
            border-radius: 8px 0px 0px 8px;
        }

        .perf .yellow {
            background: #f9c03e;
        }

        .perf .red {
            background: #f34e46;
        }

    .table-footer .info {
        text-align: center;
    }

    .blockUI {
        z-index: 10000 !important;
    }

    #blockMessage h1 {
        font-size: 24px;
    }

    #blockMessage img {
        vertical-align: middle;
    }

    #powered {
        text-align: center;
        font-size: .8em;
        margin-bottom: 14px;
    }

    .timezone {
        font-size: .9em;
        margin-top: 20px;
    }

    a.disabled { cursor: not-allowed;  }