﻿:root {
    --JnJColor: #de2516;
    --JnJNavColor: #003367;
    --JnJNavColorII: #029CDD;
    --JnJActionRed: #FF5858;
    --JnJActionAmber: #FDB624;
    --JnJActionGreen: #44C49D;
    --navP: 55px;
    --CatLightPink: #E34FAA;
    --CatLightPurple: #a378de;
    --CatMidPurple: #8248D0;
    --CatDarkPurple: #5D16BE;
    --CatDarkestPurple: #3E0091;
    --BorderGrey: #999;
    --CatLightGrey: #ddd;
    --CatMidGrey: #D5D5D5
}

body {
    padding: 0PX;
    margin: 0;
    overflow: visible !important;
}

#RBMNav {
    /*    background: linear-gradient(to right, var(--JnJNavColor), var(--JnJNavColorII));
*/
    background: linear-gradient(to right, #ffffff, #ffffff)
}

#ANINav {
    background: white !important;
}

body {
    position: relative;
    width: 100%;
    height: 100vh;
    font-family: Arial
}

@media print {
    html, body {
        border: 1px solid #fff;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid
    }
}

.wrap {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    height: 100%
}

.text {
    color: #8248d0;
    display: inline-block;
    margin-left: 5px
}

div.loading {
    position: absolute;
    top: 45%;
    left: 45%
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px
}

    .bounceball:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #8248d0;
        transform-origin: 50%;
        animation: bounce 500ms alternate infinite ease
    }

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        transform: scaleX(2)
    }

    35% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1)
    }

    100% {
        top: 0
    }
}

.loader1 {
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 5% 45%
}

@media only screen and (max-width:2560px) {
    .sidenav.sidenav-fixed {
        transform: translateX(4%);
        width: 2% !important
    }

    #CollapsibleTiles {
        width: 98% !important;
        margin-left: 2% !important
    }

    .row.TokenFields {
        line-height: 2.5;
        padding: 1vh 2vw 1vh 1vw
    }

    #CompositeRiskScore {
        height: fit-content
    }

    .yearLabel {
        top: -3vh
    }

    #mainContainer, #mainContainerDSM {
        height: 86vh
    }
}

@media only screen and (min-width:1441px) and (max-width:2560px) {
    .sidenav.sidenav-fixed {
        transform: translateX(4%);
        width: 3% !important
    }
}

@media only screen and (max-width:1440px) {
    .sidenav.sidenav-fixed {
        transform: translateX(4%);
        width: 4% !important
    }

    #CollapsibleTiles {
        width: 96% !important;
        margin-left: 4% !important
    }

    #CompositeRiskScore {
        height: fit-content
    }

    .row.TokenFields {
        line-height: 1.5;
        padding: 1vh 2vw 2vh 1vw
    }

    .yearLabel {
        top: -5vh
    }

    #mainContainer, #mainContainerDSM {
        height: 76vh
    }
}

@media only screen and (max-width:1023px) {
    #VisualizationsView .dataTables_length .select-wrapper input.select-dropdown, #ComModVisualizations .dataTables_length .select-wrapper input.select-dropdown {
        padding: 0;
        border: 1px solid #f2f2f2;
        border-radius: 3px;
        height: 20px;
        margin: 0 4px 0 30px !important;
        z-index: 0;
        width: 30px !important
    }
}

@media only screen and (max-width:768px) {
    .sidenav.sidenav-fixed {
        transform: translateX(4%);
        width: 6% !important
    }

    a.reset {
        position: absolute;
        top: 4%;
        right: 26% !important;
        font-size: 12px
    }

    #VisualizationsView div.select-wrapper, #ProfileScoreExpanded #EDCVisualizations div.select-wrapper {
        right: 18% !important
    }
}

@media only screen and (max-width:993px) {
    .sidenav.sidenav-fixed {
        transform: translateX(4%);
        width: 6% !important
    }

    .VisualizationCategory.card-panel {
        margin: 4px 2px;
        border-radius: 6px
    }

    .VisualizationCategory {
        border-left: 10px solid #000;
        padding: 8px 2px 18px 5px
    }

    a.reset {
        position: absolute;
        top: 4%;
        right: 26% !important;
        font-size: 12px
    }

    #VisualizationsView div.select-wrapper, #ProfileScoreExpanded #EDCVisualizations div.select-wrapper {
        right: 18% !important
    }

    #LevelDropdownSection div.select-wrapper {
        right: unset !important
    }
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate
}

    .loader1 span:nth-child(1) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: var(--CatLightPink);
        opacity: .6
    }

    .loader1 span:nth-child(2) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        background: var(--CatLightPink);
        opacity: .8
    }

    .loader1 span:nth-child(3) {
        -webkit-animation-delay: -0.26666s;
        animation-delay: -0.26666s;
        background: var(--CatLightPink);
        opacity: 1
    }

    .loader1 span:nth-child(4) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        background: var(--CatLightPink);
        opacity: .8
    }

    .loader1 span:nth-child(5) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: var(--CatLightPink);
        opacity: .4
    }

@keyframes loader1 {
    from {
        transform: scale(0, 0)
    }

    to {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0)
    }

    to {
        -webkit-transform: scale(1, 1)
    }
}

.loader2 {
    margin: auto;
    width: 25px;
    height: 25px;
    margin-top: 20%;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: rgba(254, 168, 23, .65);
    border-bottom-color: rgba(57, 154, 219, .65);
    border-left-color: rgba(188, 84, 93, .95);
    border-right-color: rgba(137, 188, 79, .95);
    -webkit-animation: loader2 2s ease-in-out infinite alternate;
    animation: loader2 2s ease-in-out infinite alternate
}

@keyframes loader2 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(720deg)
    }
}

#BackButtonDiv {
    position: fixed;
    right: 3%;
    top: 28%;
    z-index: 3;
    cursor: pointer
}

@-webkit-keyframes loader2 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(720deg)
    }
}

div.row {
    margin-bottom: 0
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: 0;
    left: 0;
    width: 8px;
    height: 16px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #003367;
    border-bottom: 2px solid #029CDD;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    left: -16px;
    width: 14px;
    height: 14px;
    border: 2px solid #00BC41;
    background-color: #00BC41;
    z-index: 0
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: -19px;
    left: -17px;
    width: 7px;
    height: 28px
}

#AdminMain div#PartialOverlay {
    z-index: 1002
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    min-height: 35px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left
}

    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 12px;
        color: #003468;
        display: block;
        line-height: 20px;
        padding: 8px 12px
    }

.vertical--center {
    margin: 0 auto;
    position: absolute;
    background: #fff;
    width: 98.1%;
    height: 100%;
    display: block;
    z-index: 2
}

.vertical-center__element {
    position: absolute;
    width: 100%;
    top: 230px;
    transform: translateY(-50%)
}

.preloader {
    display: block;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 1px auto;
    background: #029CDD
}

.preloader--top {
    top: 0;
    animation: preloaderCSSTop 2s infinite
}

    .preloader--top::after {
        position: absolute;
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        left: 1em;
        background: #FF526C;
        margin-left: 1px;
        animation: preloaderCSSTopAfter 2s infinite;
        animation-delay: 0.5s
    }

.preloader--bottom {
    top: 0;
    animation: preloaderCSSBottom 2s infinite;
    animation-delay: 1.5s
}

    .preloader--bottom::after {
        position: absolute;
        content: '';
        display: block;
        width: 1em;
        left: 1em;
        height: 1em;
        background: #FDB624;
        margin-left: 1px;
        animation: preloaderCSSTopAfter 2s infinite;
        animation-delay: 1s
    }

@keyframes preloaderCSSTop {
    0% {
        background-color: #003367
    }

    25% {
        background-color: #029CDD
    }

    75% {
        background-color: #FDB624
    }

    100% {
        background-color: #FF526C
    }
}

@keyframes preloaderCSSBottom {
    0% {
        background-color: #003367
    }

    25% {
        background-color: #029CDD
    }

    75% {
        background-color: #FDB624
    }

    100% {
        background-color: #FF526C
    }
}

@keyframes preloaderCSSTopAfter {
    0% {
        background-color: #003367
    }

    25% {
        background-color: #029CDD
    }

    75% {
        background-color: #FDB624
    }

    100% {
        background-color: #FF526C
    }
}

@keyframes preloaderCSSBottomAfter {
    0% {
        background-color: #003367
    }

    25% {
        background-color: #029CDD
    }

    75% {
        background-color: #FDB624
    }

    100% {
        background-color: #FF526C
    }
}

#Studies, #Sites, #Countries {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll
}

    #Studies .card .card-content {
        padding: 10px 8px;
        float: left;
        border: .8px solid #CECECE;
        border-radius: 7px
    }

    #Sites .card .card-content {
        padding: 10px 8px;
        padding-right: 32px;
        float: left;
        border: .8px solid #CECECE;
        border-radius: 7px;
        border-left: 8px solid #003468
    }

    #Countries .card .card-content {
        padding: 10px 8px;
        float: left;
        border: .8px solid #CECECE;
        min-width: 265px;
        padding-right: 32px;
        border-radius: 7px;
        border-left: 8px solid #003468
    }

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 2px;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #D5D5D5;
    top: 0;
    z-index: 0;
    left: -16px
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 0;
    color: #434343;
    font: Bold 12px/10px Arial;
    letter-spacing: .4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#RoleDropdownN img {
    margin-top: 0px;
}


.navbar-fixed {
    height: var(--navP)
}

nav, nav .nav-wrapper i, nav a#mainNav.sidenav-trigger, nav a#mainNav.sidenav-trigger i {
    height: var(--navP);
    line-height: var(--navP)
}

    nav .nav-content {
        height: 30px;
        background-color: #fff;
        position: fixed;
        width: 100%;
        bottom: 0
    }

        nav .nav-content .col {
            line-height: 30px
        }

    nav .brand-logo img {
        height: 30px;
        margin: 5px 0 0 10px
    }

    nav .brand-logo {
        color: #fff;
        font-size: 1rem;
        margin: 7px 0 0 8px
    }

    nav #Atlas-logo img {
        height: 30px;
        width: 8%;
        height: 7%;
        margin: 2px 0 0 0
    }

    nav #Atlas-logo {
        font-size: 1rem;
        margin: 7px 0 0 8px
    }

.card .card-reveal .card-title {
    font-size: 14px;
    font-weight: 600;
    padding: 6px
}

nav i, nav i.material-icons {
    font-size: 20px
}

a[target=_blank] {
    cursor: pointer
}

.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
    font-size: 1rem
}

.input-field input[type=search]:focus:not(.browser-default) {
    border-radius: 6px;
    background-color: aliceblue;
    font-size: 12px
}

#USERNAME_NAV p {
    /*color: #fff*/
    color: #000
}

#USERNAME_NAV {
    font-weight: 700;
    font-size: 13px;
    line-height: 5px
}

#USERROLE_NAV {
    font-size: 10px;
    font-weight: 400
}

#USERIMAGE_NAV {
    /* width: 52px;
    height: 52px;
    float: right;
    margin-right: -15px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0293d3;
    letter-spacing: .6px  */
    width: 52px;
    height: 52px;
    float: right;
    margin-right: -15px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    /*background: #fff;*/
    background: #999;
    color: #fff;
    letter-spacing: .6px
}

#SearchIcon {
    border-right: 1px solid #fff;
    margin: -13px 7px
}

.middle {
    height: auto
}

#mainNav.sidenav {
    width: 4%;
    top: var(--navP);
    height: 100% !important
}

    #mainNav.sidenav li > a {
        padding: 10px 8px;
        height: 60px
    }

    #mainNav.sidenav .divider {
        margin: 0 10px
    }

    #mainNav.sidenav ul {
        padding: 0;
        margin: 0
    }

    #mainNav.sidenav li {
        display: block;
        text-align: center;
        background: none
    }

    #mainNav.sidenav a {
        color: #C7C7C7
    }

    #mainNav.sidenav i {
        padding: 24%
    }

    #mainNav.sidenav li > a:hover {
        border-right: 4px solid var(--JnJNavColor);
        text-decoration-color: var(--JnJNavColor)
    }

    #mainNav.sidenav li > a:hover {
        color: var(--JnJNavColor)
    }

    #mainNav.sidenav li.active a {
        border-right: 4px solid var(--JnJNavColor);
        text-decoration-color: var(--JnJNavColor)
    }

.borderBottom {
    width: 60%;
    border-bottom: 1px solid #C7C7C7;
    height: 100%;
    align-self: center;
    margin-left: 20%
}

.card-panel {
    cursor: pointer
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #F5F5F5
}

html::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

#mainContainer {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 20px 60px;
    background-color: #F8F8FC;
    margin-left: auto;
    margin-right: auto
}

#ProfileComponentsView, #KPIVisualizations, #DrillDownTableView, #KPICategoryContainer {
    margin: 2vh 1vw;
    min-height: 10vh
}

#ProfileComponentsLandingView {
    padding: 8px 16px
}

#KPICategoryContainer .UpperPortion {
    margin: 0;
    text-align: left;
    cursor: pointer
}

.page-footer {
    background: #003367 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0
}

.footer {
    padding: 4px;
    text-align: end;
    padding: 0 6px;
    background-color: var(--JnJNavColor)
}

    .footer label {
        color: #fff
    }

    .footer span {
        font-size: 14px
    }

span#ver {
    font-size: 12px
}

@media only screen and (min-width :1500px) {
    nav #Atlas-logo img {
        height: 30px;
        width: 4%;
        height: 0%;
        margin: 2px 0 0 0
    }

    #PageLevelFilters.dropdown-content {
        display: none;
        width: 290px;
        left: 64%;
        top: 14% !important;
        height: 424.667px;
        overflow-x: hidden;
        transform-origin: 0 0;
        opacity: 1;
        transform: scaleX(1) scaleY(1)
    }
}

@media only screen and (max-width :992px) {
    .breadcrumbs-nav {
        font-size: 13px
    }
}

nav #breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0 40px;
    color: #333
}

    nav #breadcrumbs ul li {
        display: inline-block;
        position: relative;
        margin: 0;
        line-height: 30px
    }

nav #breadcrumbs li:after {
    content: ">>";
    position: absolute;
    display: inline-block;
    right: -19px;
    top: -7px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    letter-spacing: -4px;
    font-family: monospace
}

nav #breadcrumbs li:last-child {
    font-weight: 700;
    font-size: 13px
}

    nav #breadcrumbs li:last-child:after {
        content: ''
    }

#TimelyFilingCumulative .dc-legend-item {
    pointer-events: none
}

.RefreshCalender {
    padding: 0 0 0 300px
}

nav #breadcrumbs ul a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none
}

    nav #breadcrumbs ul a:hover {
        text-decoration: underline;
        background-color: transparent
    }

nav #breadcrumbs .collapsed li {
    overflow: hidden;
    padding-right: 40px
}

    nav #breadcrumbs .collapsed li:after {
        background: rgb(227, 227, 227);
        background: linear-gradient(90deg, rgba(247, 234, 231, .4) 0%, rgb(211, 229, 247) 40%);
        padding-left: 10px
    }

nav #breadcrumbs .collapsed a {
    max-width: 3em;
    transition: max-width 1500ms ease-out
}

    nav #breadcrumbs .collapsed a:hover, nav #breadcrumbs .collapsed a:focus, nav #breadcrumbs .collapsed li:hover a {
        max-width: 1000px;
        padding-right: 5px
    }

nav #breadcrumbs .collapsed li:hover:after {
    padding-left: 0em;
    background: transparent
}

#DashboardVisualizations {
    background-color: #fff;
    position: relative;
    margin: 20px
}

    #DashboardVisualizations:after, #DashboardVisualizations:before {
        content: '';
        display: block;
        position: absolute;
        left: 10%;
        width: 0;
        height: 0;
        border-style: solid
    }

    #DashboardVisualizations:after {
        top: -20px;
        left: 13.2%;
        border-color: transparent transparent #fff transparent;
        border-width: 11px
    }

    #DashboardVisualizations:before {
        top: -26px;
        left: 13%;
        border-color: transparent transparent #D5D5D5 transparent;
        border-width: 13px
    }

.VisualizationCategory {
    border-left: 10px solid #000;
    padding: 10px 10px 20px 10px
}

    .VisualizationCategory .row {
        text-align: center
    }

    .VisualizationCategory#BudgetManagement {
        border-color: var(--CatLightPink)
    }

        .VisualizationCategory#BudgetManagement h6.CategoryHeading {
            font-weight: 600;
            font-size: 14px;
            margin: 2px;
            color: var(--CatLightPink);
            pointer-events: none
        }

        .VisualizationCategory#BudgetManagement h6.TasksCount {
            line-height: 22px;
            font-weight: 700;
            font-size: 24px;
            padding-bottom: 6px;
            color: var(--CatLightPink)
        }

    .VisualizationCategory#DataManagement {
        border-color: var(--CatLightPurple)
    }

        .VisualizationCategory#DataManagement h6.CategoryHeading {
            font-weight: 600;
            font-size: 14px;
            margin: 2px;
            color: var(--CatLightPurple);
            pointer-events: none
        }

        .VisualizationCategory#DataManagement h6.TasksCount {
            line-height: 22px;
            font-weight: 700;
            font-size: 24px;
            padding-bottom: 6px;
            color: var(--CatLightPurple)
        }

    .VisualizationCategory#SiteManagement {
        border-color: var(--CatDarkPurple)
    }

        .VisualizationCategory#SiteManagement h6.CategoryHeading {
            font-weight: 600;
            font-size: 14px;
            margin: 2px;
            color: var(--CatDarkPurple);
            pointer-events: none
        }

        .VisualizationCategory#SiteManagement h6.TasksCount {
            line-height: 22px;
            font-weight: 700;
            font-size: 24px;
            padding-bottom: 6px;
            color: var(--CatDarkPurple)
        }

    .VisualizationCategory#StudyManagement {
        border-color: var(--CatDarkestPurple)
    }

        .VisualizationCategory#StudyManagement h6.CategoryHeading {
            font-weight: 600;
            font-size: 14px;
            margin: 2px;
            color: var(--CatDarkestPurple);
            pointer-events: none
        }

        .VisualizationCategory#StudyManagement h6.TasksCount {
            line-height: 22px;
            font-weight: 700;
            font-size: 24px;
            padding-bottom: 6px;
            color: var(--CatDarkestPurple)
        }

    .VisualizationCategory#SubjectManagement {
        border-color: var(--CatMidPurple)
    }

        .VisualizationCategory#SubjectManagement h6.CategoryHeading {
            font-weight: 600;
            font-size: 14px;
            margin: 2px;
            color: var(--CatMidPurple);
            pointer-events: none
        }

        .VisualizationCategory#SubjectManagement h6.TasksCount {
            line-height: 22px;
            font-weight: 700;
            font-size: 24px;
            padding-bottom: 6px;
            color: var(--CatMidPurple)
        }

img.expandCategoryImg {
    float: right;
    border: .5px solid #D5D5D5;
    padding: 3px 5px;
    border-radius: 4px;
    pointer-events: none
}

h6.Iconheading {
    text-transform: uppercase;
    font-size: 10px;
    margin: -5px 0;
    color: #989898
}

table.dataTable thead th, table.dataTable thead td {
    font-size: 10px;
    background-color: #fff;
    color: #414141 !important;
    border: #D5D5D5 .8px solid;
    padding: 8px 12px;
    font: Bold 10px/14px Arial;
    letter-spacing: 0
}

div.dt-button-collection {
    font-size: 10px;
    min-width: 100px;
    width: fit-content;
    height: 140px;
    overflow-y: scroll
}

    div.dt-button-collection::-webkit-scrollbar {
        width: 5px
    }

.dataTables_wrapper div.dt-button-collection::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    display: none
}

.dataTables_wrapper div.dt-button-collection::-webkit-scrollbar-thumb {
    background: var(--JnJNavColorII);
    border-radius: 2px
}

    .dataTables_wrapper div.dt-button-collection::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

div .dataTables_wrapper {
    width: 100%;
    margin: 0 auto
}

.dataTables_wrapper .dataTables_length {
    margin: 12px 6px
}

table.dataTable.nowrap tr th:not(.ONFSiteMV) {
    white-space: pre-wrap;
    width: 20px !important
}

table.dataTable.nowrap tr td:not(.CumulativeBlock), table.dataTable.nowrap tr td:not(.ONFSiteMV) {
    white-space: pre-wrap;
    width: 20px !important
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 10px;
    line-height: 26px
}

table.dataTable tbody td {
    background-color: #fcfcfc;
    padding: 1.5vh .5vw;
    border-bottom: .8px solid #D5D5D5;
    border-radius: 0;
    font-size: 12px;
    vertical-align: middle;
    font: 10px Arial;
    letter-spacing: .2px;
    color: #4F4C4D
}

#ProfileComponentsView table.dataTable tbody td {
    border-bottom: none
}

table.dataTable tbody tr {
    background-color: #fffffffc
}

.dataTables_wrapper {
    background-color: transparent;
    margin-bottom: 10px;
    z-index: 0
}

#tableContainer table, #ProfileComponentsView table, #MetricsViewMain table, #AdminMain table, #MappingOverlay table, #ComModReportExpandedOvrlay table, #ComModNestedExpandedOvrlay table, #ComModNestedExpandedOvrlay table, #SVRDetailTable table, #tableContainerInst table {
    border-collapse: separate;
    border-spacing: 1px 5px;
    table-layout: fixed;
    word-wrap: break-word
}

#MappingOverlay table {
    border-collapse: separate;
    border-spacing: 1px 5px;
    table-layout: fixed;
    word-wrap: break-word
}

#DrillDownTableView table {
    border-collapse: separate;
    border-spacing: 1px 5px;
    table-layout: auto !important;
    word-wrap: break-word
}

#ReportExpanded table {
    border-collapse: separate;
    border-spacing: 1px 5px;
    table-layout: auto !important;
    word-wrap: break-word
}

#DrillDownTableView table.dataTable.nowrap tr th, #DrillDownTableView table.dataTable.nowrap tr td {
    white-space: pre-wrap;
    width: unset !important
}

#ReportExpanded table.dataTable.nowrap tr th, #ReportExpanded table.dataTable.nowrap tr td {
    white-space: pre-wrap;
    width: unset !important
}

table {
    border-collapse: separate;
    border-spacing: 1px 5px;
    table-layout: fixed;
    word-wrap: break-word
}

#TableVisualizations table, #TableVisualizationsInst table {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word
}

#SystemTabSection table {
    border-collapse: separate;
    table-layout: fixed;
    word-wrap: break-word
}

    #SystemTabSection table.dataTable.nowrap tr th {
        white-space: pre-wrap;
        width: 20px !important
    }

    #SystemTabSection table.dataTable.nowrap tr td, #SystemTabSection table.dataTable.nowrap tr td {
        white-space: pre-wrap;
        width: 20px !important
    }

#ProfileComponentsView table {
    border-collapse: separate;
    table-layout: fixed;
    word-wrap: break-word
}

    #ProfileComponentsView table.dataTable.nowrap tr th {
        white-space: pre-wrap;
        width: 20px !important
    }

    #ProfileComponentsView table.dataTable.nowrap tr td, #ProfileComponentsView table.dataTable.nowrap tr td {
        white-space: pre-wrap;
        width: 20px !important
    }

#ProfileComponentsLandingView table {
    border-collapse: separate;
    table-layout: fixed;
    word-wrap: break-word
}

    #ProfileComponentsLandingView table.dataTable.nowrap tr th {
        white-space: pre-wrap;
        width: 20px !important
    }

    #ProfileComponentsLandingView table.dataTable.nowrap tr td, #ProfileComponentsLandingView table.dataTable.nowrap tr td {
        white-space: pre-wrap;
        width: 20px !important
    }

#TableVisualizations .dataTables_wrapper, #TableVisualizationsInst .dataTables_wrapper {
    padding: 0 2px
}

#TableVisualizations table.dataTable thead th, #TableVisualizations table.dataTable thead td, #TableVisualizationsInst table.dataTable thead th, #TableVisualizationsInst table.dataTable thead td {
    padding: 13px 17px;
    border: #D5D5D5 .8px solid
}

#TableVisualizations .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td, #TableVisualizationsInst .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    padding: 15px 5px;
    border: #D5D5D5 .8px solid;
    font-size: 10px;
    font-weight: 600
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none
}

.dataTables_wrapper td:first-child {
    border-bottom-left-radius: 6px
}

.dataTables_wrapper td:last-child {
    border-bottom-right-radius: 6px
}

.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar {
    width: 2px;
    height: 6px
}

.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

span.GreenText {
    color: #44C49D;
    font-size: 11px;
    font-weight: 600
}

span.RedText {
    color: #FF5858;
    font-size: 11px;
    font-weight: 600
}

span.AmberText {
    color: #FDB624;
    font-size: 11px;
    font-weight: 600
}

span.YellowText {
    color: #E3D220;
    font-size: 11px;
    font-weight: 600
}

span.BlueText {
    color: #00F;
    font-size: 11px;
    font-weight: 600
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#IssuesPD .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#ComModNestedExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#ComModReportExpandedOvrlay .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#MetricsViewMain .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#ReportExpanded .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#TableVisualizations .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock, #TableVisualizationsInst .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

#tableContainer .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock, #tableContainerInst {
    background-color: #FDB624
}

    #tableContainer .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock, #tableContainerInst .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
        background-color: #FF5858
    }

    #tableContainer .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock, #tableContainerInst .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
        background-color: #44C49D
    }

    #tableContainer .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock, #tableContainerInst .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
        background-color: #E3D220
    }

    #tableContainer .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock, #tableContainerInst .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
        background-color: #00F
    }

    #tableContainer .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock, #tableContainerInst .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
        background-color: #D5D5D5
    }

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.AmberBack, span.AmberBlock {
    background-color: #FDB624
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.RedBack, span.RedBlock {
    background-color: #FF5858
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.GreenBack, span.GreenBlock {
    background-color: #44C49D
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.GreyBack, span.GreyBlock {
    background-color: #D5D5D5
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.YellowBack, span.YellowBlock {
    background-color: #E3D220
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.BlueBack, span.BlueBlock {
    background-color: #00F
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 2px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: none !important
    }

table.dataTable {
    border-top: none;
    border-bottom: none !important
}

    table.dataTable thead {
        color: darkgrey
    }
	 #TableVisualizations table.dataTable thead .sorting, table.dataTable thead .sorting, #TableVisualizationsInst table.dataTable thead .sorting, table.dataTable thead .sorting {
            background-image: url(/Assets/Images/SortIcon.svg);
            background-size: 7px;
            color: lightgrey;
            background-position-x: 97%;
            background-position-y: 52%
        }
        #TableVisualizations table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc, #TableVisualizationsInst table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc {
            background-image: url(/Assets/Images/UpSortIcon.svg);
            color: #fff;
            background-size: 7px;
            background-position-x: 97%;
            background-position-y: 49%
        }

        #TableVisualizations table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc, #TableVisualizationsInst table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc {
            background-image: url(/Assets/Images/DownSortIcon.svg);
            color: #fff;
            background-size: 7px;
            background-position-x: 97%;
            background-position-y: 49%
        }

       

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none
}

.dataTables_wrapper .dataTables_length .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 1rem;
    line-height: 0rem;
    width: 100%;
    font-size: 14px;
    margin: 0 11px 15px 12px;
    padding: 2px;
    display: block;
    width: 34px
}

.dataTables_wrapper .dataTables_length .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 8px;
    margin: 0 7px 0 0
}

.dataTables_wrapper .dataTables_length label {
    font-size: 13px;
    display: inline-flex;
    color: #000;
    line-height: 24px
}

.dataTables_wrapper .dataTables_length .select-wrapper input.select-dropdown {
    padding: 0;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    height: 20px;
    margin: 0 4px;
    z-index: 0
}

#VisualizationsView .dataTables_length .select-wrapper input.select-dropdown, #ComModVisualizations .dataTables_length .select-wrapper input.select-dropdown {
    padding: 0;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    height: 20px;
    margin: 0 4px;
    z-index: 0;
    width: 30px
}

#VisualizationsView .dataTables_length div.select-wrapper, #ComModVisualizations .dataTables_length div.select-wrapper {
    right: unset;
    position: relative;
    top: 0;
    z-index: 1
}

#VisualizationsView .dataTables_length .select-wrapper .caret, #ComModVisualizations .dataTables_length .select-wrapper .caret {
    top: 0;
    right: 0
}

.dataTables_wrapper .dataTables_filter label {
    font-size: 0;
    display: inline-flex
}

.dataTables_wrapper .dataTables_filter {
    margin: 10px
}

    .dataTables_wrapper .dataTables_filter input[type=search] {
        background: url(/Assets/Images/magnifier.png) no-repeat center right;
        margin-right: 35px;
        margin-left: 0;
        height: 28px;
        background-size: 11px;
        background-position: 95% 50%;
        font: Bold 10px/15px Arial;
        border: 1px solid #DDD;
        width: 100%;
        border-radius: 41px;
        padding: 0 10px
    }

.dataTables_wrapper div.dt-buttons {
    float: right;
    bottom: -16px
}

#example_wrapper.dataTables_wrapper div.dt-buttons {
    bottom: 0px !important
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    padding: 4px 10px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #003367 !important;
        background-color: #fff;
        padding: 0 9px;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: 600;
        border-radius: 50%;
        padding: 0 9px
    }

    .dataTables_wrapper .dataTables_paginate .previous {
        background: url(/Assets/Images/PrevArrow.svg) no-repeat center left !important;
        height: 20px;
        width: 20px;
        font-size: 0
    }

    .dataTables_wrapper .dataTables_paginate .next {
        background: url(/Assets/Images/NextArrow.svg) no-repeat center right !important;
        height: 20px;
        width: 20px;
        font-size: 0
    }

        .dataTables_wrapper .dataTables_paginate .next:hover {
            background: transparent
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        color: #3D85C6 !important;
        border: 1px solid #979797;
        background: #fff;
        font-weight: 700
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #3D85C6 !important;
        border: 1px solid #979797;
        background: #fff;
        font-weight: 700
    }

table.dataTable tr.dtrg-group td {
    background-color: #ede8f5
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-weight: 700;
    text-align: left;
    background-color: #ede8f5
}

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f4f0f9 !important;
    font-weight: 700;
    text-align: left;
    font-size: 10px !important
}

button.dt-button {
    border: none
}

button.buttons-print span {
    display: none
}

button.buttons-pdf span {
    display: none
}

button.buttons-excel span {
    display: none
}

button.buttons-colvis span {
    display: none
}

.dt-buttons button.dt-button:hover {
    border: 1px solid var(--JnJNavColor);
    border-radius: 20px
}

button.buttons-print {
    background: url(/Assets/Images/PrintIcon.svg) no-repeat center !important;
    height: 27px;
    background-size: 14px;
    width: 59px
}

button.buttons-pdf {
    background: url(/Assets/Images/PDFIcon.svg) no-repeat center !important;
    height: 27px;
    background-size: 14px;
    width: 59px
}

button.buttons-excel {
    background: url(/Assets/Images/ExcelIcon.svg) no-repeat center !important;
    height: 27px;
    background-size: 14px;
    width: 59px
}

button.buttons-colvis {
    background: url(/Assets/Images/ColumnVisibilityIcon.svg) no-repeat center !important;
    height: 27px;
    background-size: 14px;
    width: 130px
}

div.dt-button-background {
    z-index: -1 !important;
    background: none;
    height: 165px;
    overflow-y: scroll
}

    div.dt-button-background::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(142, 110, 110, .3);
        border-radius: 10px;
        background-color: #F5F5F5
    }

    div.dt-button-background::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    div.dt-button-background::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: var(--CatMidPurple)
    }

#DatepickerRange {
    height: 368px
}

.datepicker-controls .select-wrapper .caret {
    display: block
}

.datepicker-day-button {
    line-height: 38px;
    font-size: 13px
}

.datepicker-table td {
    border-radius: 50%;
    padding: 4px 0
}

.month-prev, .month-next {
    margin-top: 0
}

.datepicker-controls, .datepicker-table, .datepicker-footer {
    width: 350px
}

#DatepickerContract {
    position: absolute;
    right: -6%;
    top: -5%
}

    #DatepickerContract .datepicker {
        width: 122px
    }

    #DatepickerRange .datepicker, #DatepickerContract .datepicker {
        border: 1px solid #4D4F5C;
        border-radius: 5px;
        height: 16px;
        font-size: 14px;
        margin: 0 0 3px 0;
        background: url(/Assets/Images/calendar.svg) no-repeat bottom right;
        padding: 2px;
        background-size: contain
    }

    #DatepickerRange label, #DatepickerContract .datepicker {
        font-size: 10px;
        letter-spacing: 1px;
        color: #0e0d0d
    }

.Rtable {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: .1em 1.2em;
    overflow: hidden;
    list-style: none;
    border: solid 1px #fff
}

    .Rtable-cell.content {
        background-color: #fff;
        padding: 8px;
        border: 1px solid #f1f1f1
    }

        .Rtable-cell.content span.red, .Rtable-cell.content span.amber, .Rtable-cell.content span.green {
            padding: 0 8px;
            border-radius: 50%
        }

    .Rtable-cell a.MainTasks span {
        color: darkblue;
        font-weight: 600;
        line-height: 30px
    }

    .Rtable-cell span {
        padding: 2px
    }

.Rtable--2cols > .Rtable-cell {
    width: 50%
}

.Rtable--3cols > .Rtable-cell {
    width: 33.33%
}

.Rtable--4cols > .Rtable-cell {
    width: 25%
}

.Rtable--5cols > .Rtable-cell {
    width: 20%
}

.Rtable--6cols > .Rtable-cell {
    width: 16.6%
}

.Rtable-cell.Rtable-cell--1of1 {
    width: 100%
}

.Rtable-cell.Rtable-cell--5of6 {
    width: 83.33
}

.Rtable-cell.Rtable-cell--4of5 {
    width: 80%
}

.Rtable-cell.Rtable-cell--3of4 {
    width: 75%
}

.Rtable-cell.Rtable-cell--2of3 {
    width: 66.66%
}

.Rtable-cell.Rtable-cell--3of5 {
    width: 60%
}

.Rtable-cell.Rtable-cell--1of2 {
    width: 50%
}

    .Rtable-cell.Rtable-cell--1of2.Info {
        font: Bold 11px/12px Arial;
        letter-spacing: .55px;
        padding: 4px;
        padding-left: 28px
    }

.Rtable-cell.Rtable-cell--1of1.Info {
    font: 10px Arial;
    font-weight: 600;
    letter-spacing: .55px;
    padding-left: 28px;
    padding: 4px
}

.Rtable-cell.Rtable-cell--2of4 {
    width: 40%
}

.Rtable-cell.Rtable-cell--1of3 {
    width: 33.33%
}

.Rtable-cell.Rtable-cell--1of4 {
    width: 25%
}

.Rtable-cell.Rtable-cell--1of5 {
    width: 20%
}

.Rtable-cell.Rtable-cell--1of6 {
    width: 16.66%
}

#StudyView .card .card-content {
    padding: 0
}

h6.Heading {
    text-transform: uppercase;
    font-size: 10px;
    margin: 2px;
    color: #989898
}

h6.Text {
    font-size: 12px;
    font-weight: 600;
    margin: 2px
}

#StudyView .card, #SiteView .card {
    padding: 2px;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1)
}

    #StudyView .card:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
    }

.btn.status {
    font-size: 12px;
    height: 22px;
    padding: 0 14px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 5px
}

span.RedTask:before {
    background-color: var(--JnJActionRed)
}

span.GreenTask:before {
    background-color: var(--JnJActionGreen)
}

span.AmberTask:before {
    background-color: var(--JnJActionAmber)
}

span.RedTask:before, span.GreenTask:before, span.AmberTask:before {
    content: '';
    border-radius: 50%;
    margin: 0 4px;
    height: 12px;
    width: 12px;
    display: inline-block
}

div.TaskView {
    background-color: #efeeee;
    border-radius: 20px;
    line-height: 25px
}

    div.TaskView:after {
        background-color: #efeeee;
        border-radius: 20px
    }

img.DashboardIcon {
    width: 32px;
    height: 32px;
    float: right
}

.material-icons.ArrowIcon {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #9E9E9E;
    border-radius: 50%;
    padding: 4px;
    margin-left: -12px
}

#DashboardVisualizations .col {
    background-color: #fff
}

    #DashboardVisualizations .col.s2 {
        background-color: #fff;
        border: 1px solid #D5D5D5;
        border-right: none;
        height: 430px;
        padding: 20px 0
    }

    #DashboardVisualizations .col.s10 {
        background-color: #fff;
        border: 1px solid #D5D5D5;
        border-left: none;
        height: 430px
    }

    #DashboardVisualizations .col.s2 #DashboardKRIMenu {
        background-color: #fff;
        height: 100%;
        border-right: 1px solid #D5D5D5;
        padding: 10px
    }

    #DashboardVisualizations .col.s10 #DashboardKRIVisuals {
        background-color: #fff;
        height: 100%
    }

#DashboardKRIMenu ul li {
    padding: 0;
    height: 12vh
}

#DashboardKRIMenu ul {
    margin: 0;
    height: 65vh
}

    #DashboardKRIMenu ul li.KRISelectedList label {
        color: #fff;
        align-self: center
    }

    #DashboardKRIMenu ul li .KRILabel label {
        align-self: center
    }

    #DashboardKRIMenu ul li.KRISelectedList .KRILabel {
        background-color: var(--JnJNavColor)
    }

    #DashboardKRIMenu ul .KRILabel {
        padding: 0vh 1vw;
        border-bottom: .8px solid #ddd;
        height: 12vh;
        text-align: center;
        display: grid
    }

    #DashboardKRIMenu ul li .divider {
        display: none
    }

#VisualizationsTabs li a:not(.active), #VisualizationsTabsSPT li a:not(.active), #VisualizationsTabsWrkld li a:not(.active), #SDVTabs li a:not(.active), #NewSDVTabs li a:not(.active), #StackNewSDVTabs li a:not(.active) {
    color: #D5D5D5
}

#VisualizationsTabs li a, #VisualizationsTabsSPT li a, #VisualizationsTabsWrkld li a, #SDVTabs li a, #NewSDVTabs li a, #StackNewSDVTabs li a {
    text-align: left;
    font: Bold 13px/20px Arial;
    letter-spacing: .6px;
    color: #003367;
    text-transform: initial;
    opacity: 1;
    text-overflow: clip
}

#VisualizationsTabs.tabs .tab:last-child a, #VisualizationsTabsSPT.tabs .tab:last-child a, #VisualizationsTabsWrkld .tabs .tab:last-child a, #SDVTabs .tabs .tab:last-child a, #NewSDVTabs .tabs .tab:last-child a, #StackNewSDVTabs .tabs .tab:last-child a {
    border: none
}

#VisualizationsTabs.tabs, #VisualizationsTabsSPT.tabs, #VisualizationsTabsWrkld .tabs, #SDVTabs .tabs, #NewSDVTabs .tabs, #StackNewSDVTabs .tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    border: .8px solid #D5D5D5;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#DSMmain #VisualizationsTabs.tabs {
    background-color: #f8f8fc;
    border: none;
    height: 65px
}

#DSMmain #VisualizationsTabsSPT.tabs {
    border: none
}

#DSMmain #VisualizationsTabs.tabs .tab {
    line-height: 48px;
    height: 65px;
    padding: 22px 2px
}

#VisualizationsTabsWrkld.tabs {
    background-color: #fff;
    border: none;
    height: 55px
}

#VisualizationsTabsWrkld.tabs {
    border: none
}

    #VisualizationsTabsWrkld.tabs .tab {
        line-height: 48px;
        height: 65px;
        padding: 22px 2px
    }

#DSMmain .card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12), 0 0 1px 0 rgba(0, 0, 0, .2)
}

#DSMmain #tableContainer {
    width: 100%;
    left: 0%;
    border: .1px solid #f8efef;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12), 0 0 1px 0 rgba(0, 0, 0, .2)
}

#VisualizationsTabs.tabs .tab, #VisualizationsTabsSPT.tabs .tab, #VisualizationsTabsWrkld.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 29px;
    height: 48px;
    padding: 14px 2px;
    margin: 0;
    text-transform: uppercase
}

#SDVTabs.tabs .tab, #NewSDVTabs.tabs .tab, #StackNewSDVTabs.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 15px;
    height: 27px;
    padding: 2px 2px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 25px;
    border: .8px solid #D5D5D5
}

#VisualizationsTabs.tabs .indicator, #VisualizationsTabsSPT.tabs .indicator, #VisualizationsTabsWrkld.tabs .indicator, #SDVTabs.tabs .indicator, #NewSDVTabs.tabs .indicator, #StackNewSDVTabs.tabs .indicator {
    display: none
}

#VisualizationsTabs.tabs .tab a:focus, #VisualizationsTabs.tabs .tab a:focus.active, #VisualizationsTabsSPT.tabs .tab a:focus, #VisualizationsTabsSPT.tabs .tab a:focus.active, #VisualizationsTabsWrkld .tabs .tab a:focus, #VisualizationsTabsWrkld.tabs .tab a:focus.active, #SDVTabs .tabs .tab a:focus, #SDVTabs.tabs .tab a:focus.active, #NewSDVTabs .tabs .tab a:focus, #NewSDVTabs.tabs .tab a:focus.active, #StackNewSDVTabs .tabs .tab a:focus, #StackNewSDVTabs.tabs .tab a:focus.active {
    background-color: none;
    outline: none
}

#TableTabs li a:not(.active) {
    color: #D5D5D5
}

#TableTabs li a {
    text-align: center;
    padding: 0 10px;
    font: Bold 13px/20px Arial;
    letter-spacing: .6px;
    color: #003367;
    text-transform: initial;
    opacity: 1;
    text-overflow: clip
}

#TableTabs.tabs .tab:last-child a {
    border: none
}

#TableTabs.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 60%;
    background-color: #fff;
    margin: 0 auto;
    float: left;
    white-space: nowrap;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    #TableTabs.tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: 29px;
        height: 48px;
        padding: 14px 2px;
        margin: 0;
        text-transform: uppercase
    }

    #TableTabs.tabs .indicator {
        display: none
    }

    #TableTabs.tabs .tab a:focus, #TableTabs.tabs .tab a:focus.active {
        background-color: none;
        outline: none
    }

div#SPTOverlay .sidenav-overlay {
    position: fixed;
    top: var(--navP);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 120vh;
    background-color: rgb(255, 252, 252) !important;
    z-index: 997;
    display: none
}

div#SPTOverlay {
    width: 96%;
    margin-top: 55px;
    margin-left: 4%;
    padding: 20px;
    height: 91%;
    z-index: 1006
}

    div#SPTOverlay i.OverlayClose {
        border-radius: 50%;
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 4px
    }

    div#SPTOverlay::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: #F5F5F5
    }

    div#SPTOverlay::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5
    }

    div#SPTOverlay::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555
    }

a.OpenOverlayClass {
    float: right;
    border: .8px solid #003c71;
    border-radius: 9px;
    padding: 5px;
    font-size: 12px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 3%
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(193, 174, 220, .14);
    outline: none
}

#AnalyticalTabs li a:not(.active) {
    color: #999
}

#AnalyticalTabs li a {
    text-align: left;
    font: Bold 10px/18px Arial;
    letter-spacing: .8px;
    color: #8248D0;
    text-transform: capitalize;
    opacity: 1
}

#AnalyticalTabs.tabs {
    height: 28px;
    width: 40%;
    margin: 30px 0 10px 0;
    white-space: nowrap;
    border: .8px solid #D5D5D5;
    border-radius: 36px;
    padding: 4px 0
}

    #AnalyticalTabs.tabs .tab:nth-child(2) {
        border-left: 1px solid #D5D5D5;
        border-right: 1px solid #D5D5D5
    }

    #AnalyticalTabs.tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: -3px;
        height: 16px;
        padding: 0 0;
        margin: 0 0;
        text-transform: uppercase
    }

    #AnalyticalTabs.tabs .indicator {
        display: none
    }

#SVRTabs li a:not(.active), #ESTabs li a:not(.active) {
    color: #999
}

#SVRTabs li a, #ESTabs li a {
    text-align: left;
    font: Bold 10px/18px Arial;
    letter-spacing: .8px;
    color: #8248D0;
    text-transform: uppercase;
    opacity: 1
}

#SVRTabs.tabs {
    height: 28px;
    width: 35%;
    margin: 30px 0 10px 0;
    white-space: nowrap;
    border: .8px solid #D5D5D5;
    border-radius: 36px;
    padding: 4px 0
}

    #SVRTabs.tabs .tab, #ESTabs.tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: -3px;
        height: 16px;
        padding: 0 0;
        margin: 0 0;
        text-transform: uppercase
    }

    #SVRTabs.tabs .indicator, #ESTabs.tabs .indicator {
        display: none
    }

#FulMetricTabs li a:not(.active) {
    color: #999
}

#FulMetricTabs li a {
    text-align: left;
    font: Bold 10px/18px Arial;
    letter-spacing: .8px;
    color: #8248D0;
    text-transform: uppercase;
    opacity: 1
}

#FulMetricTabs.tabs {
    height: 28px;
    width: 38%;
    margin: 30px 0 10px 0;
    white-space: nowrap;
    border: .8px solid #D5D5D5;
    border-radius: 36px;
    padding: 4px 0
}

    #FulMetricTabs.tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: -3px;
        height: 16px;
        padding: 0 0;
        margin: 0 0;
        text-transform: uppercase
    }

    #FulMetricTabs.tabs .indicator {
        display: none
    }

#EnollmentMilestoneTabs li a:not(.active) {
    color: #999
}

#EnollmentMilestoneTabs li a {
    text-align: left;
    font: Bold 10px/18px Arial;
    letter-spacing: .8px;
    color: #8248D0;
    text-transform: uppercase;
    opacity: 1
}

#EnollmentMilestoneTabs.tabs {
    height: 28px;
    width: 60%;
    margin: 30px 0 10px 0;
    white-space: nowrap;
    border: .8px solid #D5D5D5;
    border-radius: 36px;
    padding: 4px 0
}

    #EnollmentMilestoneTabs.tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: -3px;
        height: 16px;
        padding: 0 0;
        margin: 0 0;
        text-transform: uppercase
    }

    #EnollmentMilestoneTabs.tabs .indicator {
        display: none
    }

#mainContainer div.dc-chart {
    text-align: center
}

div .dc-chart {
    float: none;
    text-align: left
}

.KRISelectedList .divider {
    background-color: transparent
}

.VisualizationCategory.card-panel {
    margin: 4px 10px;
    border-radius: 6px
}

#KPICategoryContainer .col.s3 {
    padding: 0
}

#CompositeRiskScore {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    /*overflow-y: scroll;*/
    overflow-y: auto; /*march release scroll*/
}

#chartViewmain .row {
    padding-left: 20px;
    padding-right: 20px
}

#tableContainer, #SVRDetailTable, #tableContainerInst, #tableContainerLM {
    width: 120%;
    position: relative;
    left: -20%;
    margin: 35px 0;
    border: .8px solid #D5D5D5;
    border-radius: 4px
}

#KPILinks {
    border: .8px solid #D5D5D5;
    border-right: none;
    height: 67vh;
    overflow-y: scroll;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

    #KPILinks::-webkit-scrollbar {
        width: 5px
    }

    #KPILinks::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    #KPILinks::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        #KPILinks::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

.heading-1 {
    text-align: left;
    font: Bold 14px/23px Arial;
    letter-spacing: .7px;
    color: #4F4C4D;
    opacity: 1;
    margin: 1rem 0;
    display: inline
}

#KRICategoryCardKontainer img {
    cursor: pointer
}

#DashboardVisualizations, #DashboardTableRecords {
    display: none
}

#btnAddSite {
    width: 151px;
    height: 38px;
    font: Bold 14px Arial;
    padding: 0 16px;
    line-height: 38px
}

    #btnAddSite i {
        padding-right: 0
    }

.tabs .tab col s3 {
    border-left: #000 5px solid;
    height: 30vh;
    background-color: bisque
}

.redColor {
    color: #DE2516 !important
}

#introduction::-webkit-scrollbar {
    width: 5px
}

#introduction::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    display: none
}

#introduction::-webkit-scrollbar-thumb {
    background: var(--JnJNavColorII);
    border-radius: 2px
}

    #introduction::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#SiteView::-webkit-scrollbar {
    width: 2px;
    height: 3px
}

#SiteView::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    display: none
}

#SiteView::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 2px
}

    #SiteView::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#introduction {
    overflow-y: scroll;
    overflow-x: hidden
}

.try {
    height: 900px
}

.dotred {
    height: 17px;
    width: 17px;
    background-color: #FF5858;
    border-radius: 50%;
    display: inline-block
}

.dotred1 {
    height: 22px;
    width: 48px;
    background-color: #FF5858;
    border-radius: 12px;
    display: inline-block
}

.dotamber {
    height: 17px;
    width: 17px;
    background-color: #FDB624;
    border-radius: 50%;
    display: inline-block
}

.dotamber1 {
    height: 22px;
    width: 48px;
    background-color: #FDB624;
    border-radius: 12px;
    display: inline-block
}

.dotgreen1 {
    height: 22px;
    width: 48px;
    background-color: #44C49D;
    border-radius: 12px;
    display: inline-block
}

a {
    cursor: pointer
}

.sitecontainer-outer {
    overflow-x: scroll;
    width: 100%;
    height: 212px
}

.sitecontainer-inner {
    min-width: max-content
}

#DashboardTableRecords {
    background-color: #fff;
    margin: 10px 20px;
    border: 1px solid #e0e0e1
}

td, th {
    padding: 5px 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px
}

a {
    cursor: pointer
}

th {
    /* background-color: #f9e4e4;*/
    color: black !important
}

#KRICategoryCardKontainer.row .col {
    padding: 0
}

#CurrentTrendingTab .card {
    box-shadow: none
}

#SideBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(142, 110, 110, .3);
    border-radius: 10px;
    background-color: #F5F5F5
}

#SideBar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#SideBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003367
}

.dc-chart.selectFilter .select-wrapper ul.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(142, 110, 110, .3);
    border-radius: 10px;
    background-color: #F5F5F5
}

.dc-chart.selectFilter .select-wrapper ul.dropdown-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.dc-chart.selectFilter .select-wrapper ul.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--CatMidPurple)
}

ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(142, 110, 110, .3);
    border-radius: 10px;
    background-color: #F5F5F5
}

ul::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--CatMidPurple)
}

img.activator {
    width: 20px;
    height: 25px
}

#ChartViewMain .card .card-content {
    height: 62vh
}

#ChartViewMain {
    border: .8px solid #D5D5D5;
    height: 65vh
}

#MetricsViewMain {
    border: .8px solid #D5D5D5;
    height: auto;
    min-height: 65vh;
    max-height: 70vh;
    overflow-y: hidden;
    margin-left: -0.25rem;
}

    #MetricsViewMain::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    #MetricsViewMain::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    #MetricsViewMain::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        #MetricsViewMain::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

#ChartView {
    border-top: .8px solid #D5D5D5
}

    #ChartView #TableVisualizations, #ChartView #TableVisualizationsInst {
        display: block;
        background: #fff;
        border: .8px solid #D5D5D5;
        height: auto;
        min-height: 61.2vh;
        max-height: 61.2vh
    }

#ChartViewMain .card {
    box-shadow: none
}

#MetricsViewMain .card {
    box-shadow: none
}

#ChartView .card {
    box-shadow: none;
    border: .8px solid #D5D5D5;
    border-top: none
}

#SubjectCountChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#CompletionRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#EnrollmentRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#EnrollmentStatusThreeChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#ScreeningRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#RandomisationSuccessRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#ScreenfailureRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#EnrollmentpersiteweekChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PercentageofsitesenrollingChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PercentageofEnrollmentChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#AverageEnrollmentpersiteChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#EnrollingvsNonEnrollingChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MissingPageCountDynamic svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#QueryGenerationRateChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MVReportSubmisnAndApprvlComplianceFour_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MontrgVisitReportSubAndAppInTimeChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PrcntgOfQuestTrigrgRiskChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MVReportSubmisnAndApprvlCompliance_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PagesPendingforDataEntryChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#SDVCompletionPerformanceChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PendingForFreezeAgingChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#DMReviewPerformanceChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#SDVDataEntryPerformanceChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MissingPagesDynamicChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PageFrozenStatusChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PagesPendingforDataEntryChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PagesPendingforDMChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PagesPendingforFreezeChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PagesPendingforSDVChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#QueryResAndDistOptoAnChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#QueryResAndDistAntoClChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#QueryResAndDistOtoClChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#AverageDaysForQueryResolution_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#QueryCountChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#MissingVisitDynamicChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#AverageDaysForQueryResolutionChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#DataPointsPendingForSDVChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#PercentagetSDVAssignmentChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#DistOfTimeTakenForDataEntryChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#AverageDelayInDataEntry svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#AvgDaysForDataEntryChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#TimeTakenForDataEntrySlottedPagesChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#TimeTakenForDataEntrySlottedVisitToDEPagesChart_1 svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

#VisitsChart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    font-size: 8px
}

.dc-chart svg g.axis.x g.tick text {
    transform: translate(0%, 0%) rotate(7deg);
    //font-size:8px;
    font-size: 10px
}

img.closeSVG {
    pointer-events: none;
    height: 10px;
    width: 25px
}

text.barLabel {
    font-size: 10px
}

a.reset {
    position: absolute;
    top: 4%;
    right: 20%;
    font-size: 12px
}

.dc-chart.selectFilter a.reset {
    position: relative;
    top: 0;
    left: 84%;
    font-size: 12px
}

.dc-chart.selectFilter span.filter {
    position: relative;
    font-size: 12px;
    padding-right: 30px;
}

.card .card-content {
    padding-bottom: 0
}

#ChartView .card .card-content {
    height: 61.6vh
}

#TableVisualizations .card, #TableVisualizationsInst .card {
    border: none
}

    #TableVisualizations .card .card-content, #tab, #TableVisualizationsInst .card .card-content, #tab {
        height: 58.7vh;
        /*overflow-y: scroll;*/
        overflow-y: auto; /*march release scroll*/
        overflow-x: hidden
    }

#ComModReportExpandedOvrlay #TableVisualizations .card .card-content, #tab, #ComModReportExpandedOvrlay #TableVisualizationsInst .card .card-content, #tab {
    height: 100%;
    /*overflow-y: scroll;*/
    overflow-y: auto; /*march release scroll*/
    overflow-x: hidden
}

#TableVisualizations .card .card-content::-webkit-scrollbar, #TableVisualizationsInst .card .card-content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#TableVisualizations .card .card-content::-webkit-scrollbar-track, #TableVisualizationsInst .card .card-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#TableVisualizations .card .card-content::-webkit-scrollbar-thumb, #TableVisualizationsInst .card .card-content::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #TableVisualizations .card .card-content::-webkit-scrollbar-thumb:hover, #TableVisualizationsInst .card .card-content::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

.tooltip {
    position: absolute;
    display: none;
    background: rgb(0 62 115);
    border-radius: 3px;
    box-shadow: -3px 3px 15px #888;
    color: #fff;
    padding: 4px;
    z-index: 2000;
    font-size: 12px;
    opacity: .9
}

#DatepickerRange .datepicker {
    border: 1px solid #4D4F5C;
    border-radius: 5px;
    height: 16px;
    font-size: 14px;
    margin: 0 0 3px 0;
    background: url(/Assets/Images/calendar.svg) no-repeat bottom right;
    padding: 2px;
    background-size: contain
}

#DatepickerRange label {
    font-size: 10px;
    letter-spacing: 1px;
    color: #0e0d0d;
    font-family: Arial
}

.chart-heading-cls {
    font-weight: 600;
    color: #4F4C4D;
    font-size: 15px;
    font-family: Arial
}

.chart-heading-RefreshDate {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    margin: 14px 2px
}

#mainContainer .chart-heading-RefreshDate {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    margin: 2px 6px
}

#ProfileScoreExpanded .chart-heading-Total,#ProfileScoreSPTExpanded .chart-heading-Total {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    position: absolute;
    top: 50px;
    width: 200px;
    right: 0%;
}
.chart-heading-Total {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    position: absolute;
    top: 30px;
    width: 200px;
    right: 0%;
}
.datepicker-date-display {
    display: none
}

.datepicker-modal {
    max-width: fit-content
}

.datepicker-calendar .datepicker-controls .select-wrapper input.select-dropdown {
    width: 112px
}

.datepicker-table th {
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0,0,0,.04);
    border-radius: 50%
}

.datepicker-table td.is-selected {
    background-color: var(--JnJNavColor);
    color: #fff
}

.datepicker-table td.is-today {
    color: var(--JnJNavColor)
}

    .datepicker-table td.is-today.is-selected {
        color: #fff
    }

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: var(--JnJNavColor)
}

.selectFilter.dc-chart ul li:first-child {
    position: sticky;
    margin-bottom: 0;
    top: 0;
    background-color: #E6E6E6;
    z-index: 1
}

.dc-chart g.row text.row {
    font: Bold 11px/12px Arial;
    letter-spacing: 0;
    fill: #4F4C4D;
    cursor: pointer;
    text-anchor: end;
    transform: translate(-20px,0)
}

.dc-chart g.row text.titlerow {
    fill: #003468;
    font-weight: 600;
    font-size: 10px;
    font-family: Arial;
    cursor: pointer;
    text-anchor: end;
    transform: translate(40px,0)
}

#TimeToEnterMetricsStatus.dc-chart g.row text.titlerow {
    fill: #003468;
    font-weight: 600;
    font-size: 10px;
    font-family: Arial;
    cursor: pointer;
    text-anchor: end;
    // transform: translate(160px,0)
}

.dc-chart .axis.x .tick text {
    fill: #000;
    font-weight: 500;
    font-size: 10px;
    font-family: Avenir;
    cursor: pointer;
    transform: translate(0%,0%) rotate(7deg)
}

#VisitsChart svg g.axis.x g.tick text {
    transform: translate(1%,2%) rotate(35deg);
    font-size: 5px
}

#VisualizationsView #ContactControls .select-wrapper .caret {
    position: relative;
    top: -32px;
    right: -108px
}

#VisualizationsView #ContactControls div.select-wrapper {
    right: 43%;
    position: inherit;
    top: 0;
    z-index: unset
}

#VisualizationsView .select-wrapper input.select-dropdown, #ProfileScoreExpanded #EDCVisualizations .select-wrapper input.select-dropdown,
#Dropdown .select-wrapper input.select-dropdown, #ProfileScoreSPTExpanded #Cum .select-wrapper input.select-dropdown,
#ProfileScoreExpanded #Cum .select-wrapper input.select-dropdown, #ProfileScoreSPTExpanded #AEMultiDropdown .select-wrapper input.select-dropdown,
#ProfileScoreExpanded #AEMultiDropdown .select-wrapper input.select-dropdown, #ProfileScoreSPTExpanded #AEMultiDropdownGP .select-wrapper input.select-dropdown {
    font: Bold 10px/15px Arial;
    border: 1px solid #DDD;
    width: 90px;
    height: 20px;
    padding: 1px 20px;
    border-radius: 12px
}

#VisualizationsView div.select-wrapper, #ProfileScoreExpanded #EDCVisualizations div.select-wrapper {
    right: 43%;
    position: absolute;
    top: 29px;
    z-index: 1
}
#ProfileScoreSPTExpanded #Cum div.select-wrapper,#ProfileScoreExpanded #Cum div.select-wrapper,#ProfileScoreSPTExpanded #AEMultiDropdown div.select-wrapper,#ProfileScoreExpanded #AEMultiDropdown div.select-wrapper {
    right: 67%;
    position: absolute;
    top: 29px;
    z-index: 1
}

#LevelDropdownSection div.select-wrapper {
    right: unset;
    position: unset;
    top: unset;
    z-index: unset
}

#VisualizationsView .selects-container div.select-wrapper, #ProfileScoreExpanded #EDCVisualizations .selects-container div.select-wrapper {
    right: 0%;
    position: relative;
    top: 0;
    z-index: 1
}

#Dropdown div.select-wrapper {
    float: right
}

#VisualizationsView .select-wrapper .caret, #ProfileScoreExpanded #EDCVisualizations .select-wrapper .caret, #Dropdown .select-wrapper .caret,
#ProfileScoreSPTExpanded #Cum .select-wrapper .caret,#ProfileScoreExpanded #Cum .select-wrapper .caret,#ProfileScoreSPTExpanded #AEMultiDropdown .select-wrapper .caret,#ProfileScoreExpanded #AEMultiDropdown .select-wrapper .caret {
    top: -7px;
    right: 0
}

#VisualizationsView .select-wrapper ul.dropdown-content li > a, #VisualizationsView .select-wrapper ul.dropdown-content li > span, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul.dropdown-content li > a, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul.dropdown-content li > span, #Dropdown .select-wrapper ul.dropdown-content li > a, #Dropdown .select-wrapper ul.dropdown-content li > span {
    font-size: 11px;
    color: #003367;
    display: block;
    line-height: 24px;
    padding: 4px 8px
}

#VisualizationsView .select-wrapper ul.dropdown-content li, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul.dropdown-content li, #Dropdown .select-wrapper ul.dropdown-content li {
    color: rgba(0,0,0,.87);
    min-height: 30px
}

#VisualizationsView .select-wrapper ul::-webkit-scrollbar, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul::-webkit-scrollbar, #Dropdown .select-wrapper ul::-webkit-scrollbar {
    width: 5px
}

#VisualizationsView .select-wrapper ul::-webkit-scrollbar-track, #Dropdown .select-wrapper ul::-webkit-scrollbar-track, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul::-webkit-scrollbar-track, #Dropdown .select-wrapper ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    display: none
}

#VisualizationsView .select-wrapper ul::-webkit-scrollbar-thumb, #Dropdown .select-wrapper ul::-webkit-scrollbar-thumb, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul::-webkit-scrollbar-thumb, #Dropdown .select-wrapper ul::-webkit-scrollbar-thumb {
    background: var(--JnJNavColorII);
    border-radius: 2px
}

    #VisualizationsView .select-wrapper ul::-webkit-scrollbar-thumb:hover, #Dropdown .select-wrapper ul::-webkit-scrollbar-thumb:hover, #ProfileScoreExpanded #EDCVisualizations .select-wrapper ul::-webkit-scrollbar-thumb:hover, #Dropdown .select-wrapper ul::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#CollapsibleTiles {
    margin: 0;
    border-radius: 4px;
    border: none;
    width: 96%;
    margin-left: 4%;
    position: fixed;
    z-index: 2;
    box-shadow: none;
    background-color: #F8F8FC;
    padding: 30px;
    padding-bottom: 15px
}

    #CollapsibleTiles li {
        border-radius: 4px
    }

    #CollapsibleTiles .collapsible-header {
        display: block;
        border: none
    }

    #CollapsibleTiles .collapsible-body {
        padding: .2rem 1rem;
        background-color: #fff;
        border: 1px solid #E0E0E0;
        border-top: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

        #CollapsibleTiles .collapsible-body .row {
            padding: 6px 4px
        }

    #CollapsibleTiles .collapsible-header .row {
        padding: 2px 4px
    }

p.collapsibleLink {
    margin: 0;
    float: right;
    border: .8px solid #d5d5d5;
    padding-left: 5px;
    border-radius: 18px;
    font-size: 12px;
    color: #999;
    pointer-events: all
}

    p.collapsibleLink * {
        vertical-align: middle
    }

main {
    margin-top: 90px
}

    main .card .card-reveal {
        z-index: 0
    }

ul#Studies li, ul#Sites li, ul#Countries li {
    margin: 5px 10px 15px 10px
}

input#myStudy, input#mySite, input#myCountry {
    font-size: 12px;
    background: url(/Assets/Images/magnifier.png) no-repeat center right;
    background-position: 6% 46%;
    margin-right: 50px;
    margin-left: 0;
    height: 28px;
    background-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    padding: 0 30px
}

#StudySelectedValue, #SiteSelectedValue, #CountrySelectedValue, #PISelectedValue, #RegionSelectedValue, #RAGSelectedValue, #TrendSelectedValue, #CountryRAGSelectedValue, #SiteRAGSelectedValue, #CountryTrendSelectedValue, #SiteTrendSelectedValue {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 2px 0
}

p.StudyToken, p.SiteToken, p.CountryToken, p.PIToken, p.RegionToken, p.RAGToken, p.TrendToken, p.SiteRAGToken, p.CountryTrendToken, p.SiteTrendToken, p.CountryRAGToken {
    display: inline;
    border: .8px solid #CECECE;
    margin: 4px;
    border-radius: 4px;
    padding: 2px 2px;
    background: #F8F8F8;
    font-weight: 500
}

    p.StudyToken *, p.SiteToken *, p.CountryToken *, p.PIToken *, p.RegionToken *, p.RAGToken *, p.TrendToken *, p.SiteRAGToken *, p.CountryTrendToken *, p.SiteTrendToken *, p.CountryRAGToken * {
        vertical-align: middle;
        font-size: 10px
    }

#ResetStudySite {
    border: 1px solid #D5D5D5;
    background: #fff;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 14px;
    display: none;
    cursor: pointer
}

p.StudyToken i, p.SiteToken i, p.CountryToken i, p.PIToken i, p.RegionToken i, p.RAGToken i, p.TrendToken i, p.SiteRAGToken i, p.CountryTrendToken i, p.SiteTrendToken i, p.CountryRAGToken i {
    margin: 0;
    font-size: 9px;
    width: 13px;
    cursor: pointer;
    pointer-events: all;
    border: .8px solid #D5D5D5;
    border-radius: 50%;
    padding: 1.3px 1px;
    background: #D8D8D8;
    color: #fff
}

.row.TokenFields {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    height: fit-content;
}

#AssignedCount {
    font: Bold 14px/16px Arial;
    letter-spacing: .85px;
    color: #4F4C4D;
    margin-top: 6px
}

#Studies::-webkit-scrollbar, #Countries::-webkit-scrollbar {
    width: 2px;
    height: 6px
}

#Studies::-webkit-scrollbar-track, #Countries::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#Studies::-webkit-scrollbar-thumb, #Countries::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #Studies::-webkit-scrollbar-thumb:hover, #Countries::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

#Sites::-webkit-scrollbar, #Countries::-webkit-scrollbar {
    width: 2px;
    height: 6px
}

#Sites::-webkit-scrollbar-track, #Countries::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#Sites::-webkit-scrollbar-thumb, #Countries::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #Sites::-webkit-scrollbar-thumb:hover, #Countries::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

.switch.Role label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 44px;
    height: 22px;
    background-color: #00000029;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px
}

    .switch.Role label .lever:before, .switch.Role label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        left: 0;
        top: 0;
        transition: left 0.3s ease,background .3s ease,box-shadow 0.1s ease,transform .1s ease
    }

.switch label .lever:after {
    background-color: #f6f4f4
}

.Role.switch label input[type=checkbox]:checked + .lever:before, .Role.switch label input[type=checkbox]:checked + .lever:after {
    left: 24px
}

div#PartialOverlay .sidenav-overlay, div#MappingOverlay .sidenav-overlay, div#ComModOverlay .sidenav-overlay, div#ComModNestedOverlay .sidenav-overlay {
    position: fixed;
    top: var(--navP);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 120vh;
    background-color: rgb(255,252,252) !important;
    z-index: 1008;
    display: none
}

div#PartialOverlay, div#ComModOverlay, div#ComModNestedOverlay, div#MappingOverlay {
    width: 96%;
    margin-top: 55px;
    margin-left: 4%;
    padding: 20px;
    height: 91%;
    z-index: 1007
}

    div#PartialOverlay i.OverlayClose, div#ComModOverlay i.OverlayClose, div#ComModNestedOverlay i.OverlayClose, div#MappingOverlay i.OverlayClose {
        border-radius: 50%;
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 4px
    }

    div#PartialOverlay::-webkit-scrollbar-track, div#ComModOverlay::-webkit-scrollbar-track, div#ComModNestedOverlay::-webkit-scrollbar-track, div#MappingOverlay::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background-color: #F5F5F5
    }

    div#PartialOverlay::-webkit-scrollbar, div#ComModOverlay::-webkit-scrollbar, div#ComModNestedOverlay::-webkit-scrollbar, div#MappingOverlay::-webkit-scrollbar-track {
        width: 12px;
        background-color: #F5F5F5
    }

    div#PartialOverlay::-webkit-scrollbar-thumb, div#ComModOverlay::-webkit-scrollbar-thumb, div#ComModNestedOverlay::-webkit-scrollbar-thumb, div#MappingOverlay::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555
    }

div#IssuesPD .sidenav-overlay {
    position: fixed;
    top: var(--navP);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 120vh;
    background-color: rgb(255,252,252) !important;
    z-index: 997;
    display: none
}

div#IssuesPD {
    width: 96%;
    margin-top: 55px;
    margin-left: 4%;
    padding: 20px;
    height: 91%;
    z-index: 1006
}

div#OnSiteOffSiteOverlay i.OverlayClose {
    border-radius: 50%;
    border: 1px solid #DDD;
    font-size: 14px;
    padding: 4px
}

div#OnSiteOffSiteOverlay .sidenav-overlay {
    position: fixed;
    top: var(--navP);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 120vh;
    background-color: rgb(255,252,252) !important;
    z-index: 997;
    display: none
}

div#OnSiteOffSiteOverlay {
    width: 96%;
    margin-top: 55px;
    margin-left: 4%;
    padding: 20px;
    height: 91%
}

    div#OnSiteOffSiteOverlay i.OverlayClose {
        border-radius: 50%;
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 4px
    }

div#IssuesPD::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

div#IssuesPD::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

div#IssuesPD::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

p.profileValue {
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 10px;
    background-color: var(--CatDarkestPurple);
    width: 20px;
    height: 10px;
    color: #fff;
    text-align: center;
    margin: auto;
    opacity: .5;
    cursor: pointer
}

.dataTables_wrapper .dt-buttons .select-wrapper {
    display: inline-block;
    z-index: 1;
    top: -2px
}

    .dataTables_wrapper .dt-buttons .select-wrapper input.select-dropdown {
        margin: 0 0 8px 5px;
        font: Bold 10px/15px Arial;
        border: 1px solid #DDD;
        width: 65px;
        height: 20px;
        padding: 2px 20px 2px 5px;
        border-radius: 12px;
        text-overflow: ellipsis
    }

#VisualizationsView .dataTables_wrapper .dt-buttons .select-wrapper {
    display: inline-block;
    z-index: 1;
    position: inherit;
    right: unset;
    top: -2px
}

    #VisualizationsView .dataTables_wrapper .dt-buttons .select-wrapper input.select-dropdown {
        font: Bold 10px/15px Arial;
        border: 1px solid #DDD;
        width: 56px;
        height: 20px;
        padding: 2px 20px 2px 5px;
        border-radius: 12px;
        text-overflow: ellipsis
    }

#VisualizationsView .dataTables_length .dt-buttons .select-wrapper input.select-dropdown span.caret {
    top: -8px;
    right: 0
}

.dataTables_wrapper .dt-buttons .select-wrapper ul {
    width: 120px
}

    .dataTables_wrapper .dt-buttons .select-wrapper ul [type="checkbox"] + span:not(.lever) {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        display: inline-block;
        height: 17px;
        line-height: 1px;
        color: #434343;
        font: Bold 10px/10px Arial
    }

    .dataTables_wrapper .dt-buttons .select-wrapper ul .dropdown-content li > a, .dataTables_wrapper .dt-buttons .select-wrapper ul .dropdown-content .dropdown-content li > span {
        font-size: 12px;
        color: #26a69a;
        display: block;
        line-height: 22px;
        padding: 6px 8px
    }

#CurrentVisualizations .select-wrapper ul {
    min-width: 170px
}

#ResetDropdown {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #027fbc;
    font-size: 20px
}

#CurrentVisualizations .select-wrapper ul [type="checkbox"] + span:not(.lever), #Dropdown .select-wrapper ul [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    line-height: 1px;
    color: #434343;
    font: Bold 10px/10px Arial
}

    #CurrentVisualizations .select-wrapper ul [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after, #Dropdown .select-wrapper ul [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        margin-top: 0
    }

#CurrentVisualizations .select-wrapper ul .dropdown-content li > a, #CurrentVisualizations .select-wrapper ul .dropdown-content .dropdown-content li > span, #Dropdown .select-wrapper ul .dropdown-content li > a, #Dropdown .select-wrapper ul .dropdown-content .dropdown-content li > span {
    font-size: 12px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 6px 8px
}

.dataTables_wrapper .dt-buttons .select-wrapper ul [type="checkbox"]:checked + span:not(.lever):before {
    top: -6px
}

.dataTables_wrapper .dt-buttons .select-wrapper ul::-webkit-scrollbar {
    width: 5px
}

.dataTables_wrapper .dt-buttons .select-wrapper ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    display: none
}

.dataTables_wrapper .dt-buttons .select-wrapper ul::-webkit-scrollbar-thumb {
    background: var(--JnJNavColorII);
    border-radius: 2px
}

    .dataTables_wrapper .dt-buttons .select-wrapper ul::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#ProfileScoreDetail h6, #ProfileScoreDetailNested h6 {
    font: 14px Arial;
    font-weight: 600;
    margin: 6px 0;
    color: var(--CatDarkPurple)
}

#ComModNestedExpandedOvrlay input#AddDetails {
    border: 1px solid #ddd;
    border-radius: 6px
}

#ProfileScoreDetail .divider {
    margin: 8px 0 10px 0
}

#ProfileScoreDetail h6.LabelHeading {
    font: 12px Arial;
    font-weight: 600;
    margin: 0;
    color: #000
}

.Chart_container h6 {
    border: 1px solid #D5D5D5;
    width: fit-content;
    padding: 8px 12px 8px 12px;
    border-radius: 20px;
    font: Bold 14px/ 14px Arial;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px
}

#DrillDownTableView .chart-heading-cls, #DrillDownTableViewExpanded .chart-heading-cls {
    border: 1px solid #D5D5D5;
    width: fit-content;
    padding: 8px 12px 8px 12px;
    border-radius: 20px;
    font: Bold 14px/ 14px Arial;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px
}

.dt-buttons .select-wrapper .caret {
    top: -7px
}

a.button.TotalAllCount {
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 60px;
    padding: 0;
    margin: 5px 10px 5px 0;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    border-radius: 4px;
    transition: all 0.2s
}

.btnPurple {
    background: var(--CatDarkestPurple)
}

.btnFade.btnPurple:hover {
    background: var(--CatLightPurple)
}

a.buttonpush {
    display: block;
    position: relative;
    float: left;
    width: 120px;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    top: -36px;
    border-radius: 5px;
    right: 39px
}

.btnPurple.btnPush:hover {
    box-shadow: 0 0 0 0 var(--CatLightPurple)
}

.btnGrey {
    background: #fffbfb;
    width: 100% !important;
    color: black !important;
    margin: 10px 20px 30px 0 !important;
    border: 1px solid #D5D5D5
}

.btnFade.btnGrey:hover {
    background: var(--CatLightGrey)
}

.btnGrey.btnPush:hover {
    box-shadow: 0 0 0 0 var(--CatLightGrey)
}

.DataLevel.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 110px;
    height: 26px;
    background-color: rgba(238,238,238,.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
    border: 1px solid #DDD
}

    .DataLevel.switch label .lever:before, .switch label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-transition: left 0.3s ease,background .3s ease,-webkit-box-shadow 0.1s ease,-webkit-transform .1s ease;
        transition: left 0.3s ease,background .3s ease,-webkit-box-shadow 0.1s ease,-webkit-transform .1s ease;
        transition: left 0.3s ease,background .3s ease,box-shadow 0.1s ease,transform .1s ease;
        transition: left 0.3s ease,background .3s ease,box-shadow 0.1s ease,transform .1s ease,-webkit-box-shadow 0.1s ease,-webkit-transform .1s ease
    }

.DataLevel.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #9d7ec7
}

.DataLevel.switch label input[type=checkbox]:checked + .lever {
    background-color: #7d45cb
}

    .DataLevel.switch label input[type=checkbox]:checked + .lever:before, .DataLevel.switch label input[type=checkbox]:checked + .lever:after {
        left: 86px
    }

.DataLevel.switch label input[type=checkbox] + .lever span.off, .DataLevel.switch label input[type=checkbox] + .lever span.off {
    display: inline-block;
    padding: 4px 0 0 28px;
    font-size: 10px
}

.DataLevel.switch label input[type=checkbox] + .lever span.on, .DataLevel.switch label input[type=checkbox] + .lever span.on {
    display: none
}

.DataLevel.switch label input[type=checkbox]:checked + .lever span.on, .DataLevel.switch label input[type=checkbox]:checked + .lever span.on {
    display: inline-block;
    padding: 4px 0 4px 10px;
    color: #fff;
    font-size: 10px
}

.DataLevel.switch label input[type=checkbox]:checked + .lever span.off, .switch label input[type=checkbox]:checked + .lever span.off {
    display: none
}

#SiteInfoName, #SiteInfoInst, #SiteInfoAdds, #CountryInfoName, #ProtocolInfoName {
    font-size: 12px;
    font-weight: 600
}

#GiveComment.modal {
    top: 30% !important;
    width: 45%;
    border-radius: 20px
}

    #GiveComment.modal .modal-content {
        padding: 35px;
        text-align: center
    }

    #GiveComment.modal a#SubmitReason, a#CancelReason {
        font-size: 12px;
        background-color: var(--JnJNavColorII);
        color: #fff;
        border-radius: 40px;
        padding: 4px 20px;
        height: 24px;
        line-height: 24px
    }

    #GiveComment.modal a#CancelReason {
        background-color: var(--BorderGrey)
    }

svg.NoLegendClick .dc-legend .dc-legend-item {
    cursor: auto;
    pointer-events: none
}

.dc-legend .dc-legend-item text {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

#SubjectSignatureVisualizationsID.dc-chart rect.bar {
    stroke: none;
    cursor: pointer;
    width: 50px
}

rect.deselected {
    stroke: none;
    fill: #ccc !important
}

.dc-chart .empty-chart .pie-slice path {
    fill: #efeef0;
    cursor: default
}

table tr.CumulativeRow td.CumulativeBlock {
    background-color: aliceblue;
    font-weight: 600;
    width: unset !important
}

#DSMmain {
    margin-top: 0
}

#mainContainerDSM {
    width: 99.5%;
    max-width: 99.5%;
    margin-top: var(--navP);
    padding: 5px 0 20px 23px;
    background-color: #F8F8FC;
    margin-left: auto;
    margin-right: auto
}

#SPTMainRow, #SPWPMainRow {
    background-color: #fff;
    margin-top: -20px;
    border: .8px solid #D5D5D5;
    border-radius: 4px
}

#WPMainRow {
    margin-top: -20px
}

    #WPMainRow #Block1 {
        background-color: #fff;
        border: .8px solid #D5D5D5;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 10px
    }

    #WPMainRow #Block2 {
        background-color: #fff;
        border: .8px solid #D5D5D5;
        border-radius: 4px;
        margin-top: 10px;
        padding: 10px
    }

#WPActivity {
    background-color: #fff;
    border: .8px solid #D5D5D5;
    border-radius: 4px;
    margin-bottom: 30px
}

#SDVContainerDSM {
    border: .8px solid #D5D5D5;
    border-radius: 4px;
    padding: 20px 10px
}

#WorkloadPredictionsPartial, #SPTComparisonPartial, #SiteProfileToolPartial {
    padding: 22.6px 32px 22.6px 48px
}

    #WorkloadPredictionsPartial .col .row, #SPTComparisonPartial .col .row, #SiteProfileToolPartial .col .row {
        margin: 0px !important
    }

.CarContainer {
    width: 100%;
    min-height: 111vh;
    padding: 20px 0;
    background: #fff
}

span.GREENRisk {
    background-color: #44C49D;
    border: 1px solid #44C49D
}

span.REDRisk {
    background-color: #FF5858;
    border: 1px solid #FF5858
}

span.AMBERRisk {
    background-color: #FDB624;
    border: 1px solid #FDB624
}

span.GREYRisk, span.INACTIVE_GREYRisk {
    background-color: #D5D5D5;
    border: 1px solid #D5D5D5
}

span.INACTIVE {
    background-color: #212121;
    border: 1px solid #212121
}

span.GREENRisk, span.AMBERRisk, span.REDRisk, span.GREYRisk {
    padding: 5px 10px 5px 10px;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    text-align: right
}

span.INACTIVE {
    padding: 6px 2px 6px 0;
    border-radius: 14px;
    color: #fff;
    font-weight: 500;
    font-size: 8px;
    text-align: right
}

    span.GREENRisk[onclick], span.AMBERRisk[onclick], span.REDRisk[onclick], span.GREYRisk[onclick], span.INACTIVE[onclick] {
        cursor: pointer
    }

#OverallSiteScore span.GREENRisk, #OverallSiteScore span.AMBERRisk, #OverallSiteScore span.REDRisk, #OverallSiteScore span.GREYRisk {
    padding: 2px 10px 2px 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: right
}

span.INACTIVE span.TrendNOT:before {
    content: 'X';
    padding: 0 4px
}

span.INACTIVE span.TrendNOT_AVAILABLE:before {
    content: 'X';
    padding: 0 4px
}

span.TrendHIGH:before {
    content: '';
    position: relative;
    width: 0;
    top: -10px;
    left: -6px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff
}

span.TrendLOW:before {
    content: '';
    position: relative;
    width: 0;
    top: 10px;
    left: -7px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff
}

span.TrendNO_CHANGE:before {
    content: '';
    position: relative;
    top: -15px;
    left: -5px;
    border-bottom: 4px solid #fff;
    padding: 8px;
    border-radius: -3px
}

span.AMBERRisk span.TrendNOT_AVAILABLE:before {
    content: '';
    position: relative;
    top: -15px;
    left: -5px;
    border-bottom: 4px solid #FDB624;
    padding: 8px;
    border-radius: -3px
}

span.REDRisk span.TrendNOT_AVAILABLE:before {
    content: '';
    position: relative;
    top: -15px;
    left: -5px;
    border-bottom: 4px solid #FF5858;
    padding: 8px;
    border-radius: -3px
}

span.GREENRisk span.TrendNOT_AVAILABLE:before {
    content: '';
    position: relative;
    top: -15px;
    left: -5px;
    border-bottom: 4px solid #44C49D;
    padding: 8px;
    border-radius: -3px
}

span.TrendTrendNO_TREND:before {
    content: '';
    position: relative;
    top: -15px;
    left: -5px;
    border-bottom: 4px solid none;
    padding: 8px;
    border-radius: -3px
}

#SelectedRiskElement {
    font-size: 11px;
    font-weight: 600;
    margin: 10px
}

#SiteProfileTrendingOverTime g.axis.y, #AggregateSiteProfileTrending g.axis.y, #AggregateSubjectProfileTrending g.axis.y, #AggregateDataProfileTrending g.axis.y, #CategoryProfileTrending g.axis.y, #CountryProfileTrendingOverTime g.axis.y, #AggregateSiteProfileTrending g.axis.y, #AggregateSubjectProfileTrending g.axis.y, #AggregateDataProfileTrending g.axis.y, #CategoryProfileTrending g.axis.y {
    display: none
}

a.BackDSMButton {
    position: absolute;
    left: 5%;
    top: 164px
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 12px;
    border-left: 2px solid #2196F3
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 12px;
    border-left: 1px solid #2196F3
}

.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #6f6b6b;
    padding-left: 16px;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 14px;
    letter-spacing: .4;
    display: inline-block
}

.dc-html-legend {
    position: absolute;
    top: 25%;
    right: 1%
}

div.dc-html-legend {
    max-height: 245px;
    max-width: 300px
}

    div.dc-html-legend::-webkit-scrollbar {
        width: 5px
    }

    div.dc-html-legend::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    div.dc-html-legend::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        div.dc-html-legend::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

    div.dc-html-legend .dc-legend-item-label {
        line-height: 10px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 11px;
        padding: 0;
        font-weight: 600
    }

    div.dc-html-legend .dc-legend-item-color {
        border: 3px solid #fff;
        display: table-cell;
        width: 25px;
        height: 15px
    }

    div.dc-html-legend .dc-legend-item-vertical {
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
        cursor: pointer
    }

.NumberBlock {
    padding: 40px 20px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center !important
}

.Blocks {
    padding: 40px 10px
}

.NumberBlock .number-display {
    font-size: 26px;
    font-weight: 600
}

.month h3 {
    text-align: center;
    margin: -20px -20px 30px -20px;
    padding: 20px 0;
    background: red;
    color: #fff
}

.day, .dow, .dummy-day {
    display: inline-block;
    width: 12.7864%;
    float: left;
    text-align: center;
    margin-right: 1.5%
}

.dow {
    font-weight: 700;
    margin-bottom: 10px
}

.day {
    color: #333;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #eee
}

    .day.weekend {
        background: #fafaff
    }

    .day:hover {
        background: yellow
    }

.day, .dummy-day {
    height: 40px;
    line-height: 40px;
    margin-bottom: 1.5%;
    background: #fff
}

.dummy-day {
    background: #f5f5f5;
    color: #ccc
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale
}

.middle-indicator {
    position: absolute;
    top: 50%
}

.middle-indicator-text {
    font-size: 4.2rem
}

a.middle-indicator-text {
    color: white !important
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

a.CATReset {
    position: absolute;
    top: 1% !important;
    right: 20%;
    font-size: 12px
}

.dc-chart.selectFilter a.CATReset {
    position: relative;
    top: 0;
    left: 84%;
    font-size: 12px
}

a.AQRReset {
    position: absolute;
    top: 4%;
    right: 20%;
    font-size: 12px
}

.dc-chart.selectFilter a.AQRReset {
    position: relative;
    top: 0;
    left: 84%;
    font-size: 12px
}

.indicators {
    visibility: hidden
}

.NumberBlock {
    padding: 40px 20px;
    border-radius: 10px;
    cursor: pointer
}

.Blocks {
    padding: 40px 10px
}

.NumberBlock .number-display {
    font-size: 26px;
    font-weight: 600
}

.month {
    width: 100px;
    padding: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 20px;
    border: 1px solid #d5d5d5
}

    .month h3 {
        text-align: center;
        margin: -20px -20px 30px -20px;
        padding: 20px 0;
        background: red;
        color: #fff
    }

.day, .dow, .dummy-day {
    display: inline-block;
    width: 12.7864%;
    float: left;
    text-align: center;
    margin-right: 1.5%
}

.dow {
    font-weight: 700;
    margin-bottom: 10px
}

.day {
    color: #333;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #eee
}

    .day.weekend {
        background: #fafaff
    }

    .day:hover {
        background: yellow
    }

.day, .dummy-day {
    height: 40px;
    line-height: 40px;
    margin-bottom: 1.5%;
    background: #fff
}

.dummy-day {
    background: #f5f5f5;
    color: #ccc
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale
}

.middle-indicator {
    position: absolute;
    top: 50%
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 0
}

.yearLabel {
    position: relative
}

a.middle-indicator-text {
    color: #000
}

.middle-indicator-text {
    font-size: 4.2rem
}

a.middle-indicator-text {
    color: white !important
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.indicators {
    visibility: hidden
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    position: absolute;
    top: 0;
    padding: 8px 0;
    left: 0;
    overflow: scroll;
    transform: none !important
}

.middle-indicator {
    top: 5%
}

.middle-indicator-text {
    font-size: 10px
}

.middle-indicator .left {
    position: relative;
    left: 20%
}

.middle-indicator .right {
    position: relative;
    right: 20%
}

.monthHeading {
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
    width: 130%;
    font-size: 12px;
    margin-left: -12%;
    font-weight: 700;
    pointer-events: none
}

.carousel.carousel-slider .carousel-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(142,110,110,.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

.carousel.carousel-slider .carousel-item::-webkit-scrollbar {
    width: 5px;
    height: 0;
    background-color: #F5F5F5
}

.carousel.carousel-slider .carousel-item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--CatMidGrey)
}

.carousel-item .WorkloadCount {
    display: inline;
    font-weight: 600;
    pointer-events: none
}

.carousel-item .WorkloadCountUnit, .carousel-item .VisitsCount {
    font-size: 12px;
    pointer-events: none;
    color: #000;
    font-weight: 400
}

.carousel-item .month {
    width: 100px;
    padding: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 8px 14px;
    cursor: pointer;
    min-width: 10vw;
    min-height: 12vh;
    border: 1px solid #d5d5d5
}

.carousel-item .selectedMonth {
    background-color: var(--JnJNavColorII)
}

#DSMBlock #DropdownSelections {
    padding: 0 0 10px 0
}

    #DSMBlock #DropdownSelections .select-wrapper {
        margin-right: 20px
    }

        #DSMBlock #DropdownSelections .select-wrapper .select-wrapper .caret {
            right: -30px
        }

        #DSMBlock #DropdownSelections .select-wrapper input {
            border: 1px solid #d5d5d5;
            outline: none;
            border-radius: 20px;
            height: 2rem;
            line-height: 2rem;
            width: 100%;
            font-size: 12px;
            font-weight: 500;
            margin: 0 0 8px 0;
            padding: 0 22px 0 12px;
            box-shadow: 3px 3px 1px #d5d5d5
        }

    #DSMBlock #DropdownSelections .dc-chart.selectFilter a.reset {
        position: relative;
        top: 10px;
        left: 54%;
        font-size: 12px
    }

    #DSMBlock #DropdownSelections [type="checkbox"] + span:not(.lever) {
        padding-left: 26px;
        height: 16px;
        line-height: 1px;
        color: #434343;
        font: Bold 12px/9px Arial;
        letter-spacing: .4px
    }

        #DSMBlock #DropdownSelections [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
            margin-top: 0
        }

    #DSMBlock #DropdownSelections .dropdown-content {
        overflow-x: hidden
    }

#PredictionActivityChartLegend .dc-html-legend {
    top: 24%;
    max-height: 330px;
    right: 0%
}

#DSMBlock, #ReportsBlock {
    padding: 2vh 1vw 2vh 2vw;
    overflow-y: scroll;
    height: 76vh
}

    #DSMBlock #Block1 .col.s5 .card {
        box-shadow: none
    }

    #DSMBlock #Block1 .col.s5, #DSMBlock #Block1 .col.s7 {
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.2);
        padding: 10px 4px
    }

.carousel.carousel-slider .carousel-fixed-item {
    top: 25px
}

.CarContainer .carousel {
    height: 110vh
}

#DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever {
    background-color: #3E0091;
    box-shadow: 1px 1px 4px #3E0091;
    border: none
}

    #DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever:before, #DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever:after {
        left: 87px;
        top: 3px
    }

    #DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever span.on, #DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever span.on {
        display: inline-block;
        // padding:6px 0 4px 10px;
        padding: 5px 0 0 30px;
        color: #fff;
        font-size: 10px;
        font-weight: 600
    }

#DSMBlock .DataLevel.switch label .lever:before, .switch label .lever:after {
    width: 20px;
    height: 20px;
    top: 2px
}

#DSMBlock .DataLevel.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #fff
}

#DSMBlock .switch label .lever:after {
    background-color: #3E0091
}

#DSMBlock .DataLevel.switch label input[type=checkbox] + .lever span.off, #DSMBlock .DataLevel.switch label input[type=checkbox] + .lever span.off {
    padding: 5px 0 0 30px;
    font-size: 10px;
    font-weight: 600;
    color: #3E0091
}

#DSMBlock .DataLevel.switch label .lever {
    background-color: #ded9e4
}

#refreshActivity {
    width: 350px !important;
    left: 66.8% !important
}

    #refreshActivity.dropdown-content li:nth-child(odd) {
        background-color: #f5f3f6
    }

    #refreshActivity.dropdown-content li span {
        display: inline
    }

    #refreshActivity.dropdown-content li {
        clear: both;
        color: rgba(0,0,0,.87);
        cursor: pointer;
        min-height: 36px;
        line-height: 1.5rem;
        width: 100%;
        text-align: left;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 600
    }

.dropdown-trigger i {
    border-radius: 2px;
    font-size: 20px;
    border: 1px solid #d5d5d5
}

h6.EnrollmentRateBlock span {
    font-weight: 800
}

h6.EnrollmentRateBlock {
    text-align: right;
    position: relative;
    top: -60px;
    font-size: 14px;
    font-weight: 600;
    left: 70%;
    padding: 6px;
    border: 1px solid #d5d5d5;
    width: fit-content;
    border-radius: 3px
}

#PredictionActivityChart a.reset {
    position: absolute;
    top: 16%;
    right: 8%;
    font-size: 12px
}

#CollapsibleTiles span.GREENRisk, #CollapsibleTiles span.AMBERRisk, #CollapsibleTiles span.REDRisk, #CollapsibleTiles span.GREYRisk {
    padding: 2px 10px 2px 11px;
    border-radius: 2px;
    border-bottom-left-radius: 11px;
    color: #fff;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
    left: 80%
}

a#DropdownFilters {
    margin: 0;
    float: right;
    border: .8px solid #d5d5d5;
    padding-left: 5px;
    border-radius: 18px;
    font-size: 12px;
    color: #999;
    pointer-events: all
}

    a#DropdownFilters * {
        vertical-align: middle
    }

#PageLevelFilters.dropdown-content li span {
    display: inline
}

#PageLevelFilters.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,.87);
    cursor: pointer;
    min-height: 30px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    padding: 6px 2px;
    font-size: 12px;
    font-weight: 600
}

#PageLevelFilters.dropdown-content {
    display: none;
    width: 290px;
    left: 58% !important;
    top: 21% !important;
    height: 424.667px;
    overflow-x: hidden;
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

#DSMmain #PageLevelFilters.dropdown-content {
    display: none;
    width: 290px;
    left: 74% !important;
    top: 21% !important;
    height: 424.667px;
    overflow-x: hidden;
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.dc-chart.selectFilter .select-wrapper ul.dropdown-content {
    min-height: 200px;
    overflow-y: scroll
}

#PageLevelFilters .dc-chart .dropdown-content {
    display: block;
    opacity: 1;
    height: 200px;
    position: relative
}

#PageLevelFilters .select-dropdown {
    width: 100% !important;
    display: none
}

#PageLevelFilters.dropdown-content::-webkit-scrollbar {
    width: 12px;
    height: 6px
}

#PageLevelFilters.dropdown-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#PageLevelFilters.dropdown-content::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #PageLevelFilters.dropdown-content::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

#PageLevelFilters.dropdown-content .dc-chart.selectFilter a.reset {
    position: absolute;
    left: 84%;
    z-index: 99999
}

#PageLevelFilters.dropdown-content li.dc-chart {
    position: relative
}

#PageLevelFilters.dropdown-content [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    margin: 0
}

#PageLevelFilters.dropdown-content .dc-chart.selectFilter li {
    padding: 5px 2px
}

    #PageLevelFilters.dropdown-content .dc-chart.selectFilter li:first-child [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        display: none
    }

#PageLevelFilters.dropdown-content [type="checkbox"] + span:not(.lever) {
    font: Bold 12px/12px Arial;
    padding-left: 20px
}

#SideBar .dc-chart .dropdown-content {
    display: block;
    opacity: 1;
    height: 200px;
    position: relative
}

#SideBar .select-dropdown {
    width: 100% !important;
    display: none
}

#SideBar .dropdown-content::-webkit-scrollbar {
    width: 2px;
    height: 6px
}

#SideBar .dropdown-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#SideBar .dropdown-content::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #SideBar .dropdown-content::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

#SideBar .dropdown-content .dc-chart.selectFilter a.reset {
    position: relative;
    top: 0;
    left: 88%;
    font-size: 12px
}

#SideBar .dropdown-content .dc-chart.selectFilter span.filter {
    position: relative;
    font-size: 12px;
    padding-right: 30px
}

#SideBar .dropdown-content li.dc-chart {
    position: relative
}

#SideBar .dropdown-content [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    margin: 0
}

#SideBar .dropdown-content .dc-chart.selectFilter li {
    padding: 5px 2px
}

    #SideBar .dropdown-content .dc-chart.selectFilter li:first-child [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        display: none
    }

#SideBar .dropdown-content [type="checkbox"] + span:not(.lever) {
    font: Bold 12px/12px Arial;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    padding-left: 20px
}

.ReportCard, .AdminCard {
    padding: 16px 0;
    float: left;
    border: .8px solid #CECECE;
    border-radius: 7px;
    width: 100%;
    height: 78px
}

    .ReportCard .card-content, .AdminCard .card-content {
        padding: 5px 0
    }

    .ReportCard a, .AdminCard a {
        font-size: 12px;
        color: #000;
        font-weight: 500
    }

#ReportExpanded {
    padding: 10px 20px
}

#ReportsBlock, #AdminBlock {
    padding: 20px 27px !important;
    margin-right: 250px
}

#AdminMain {
    margin: 0
}

#SideBar .dc-chart.selectFilter .select-wrapper ul.dropdown-content {
    min-height: 200px;
    overflow-y: scroll
}

#SideBar .dc-chart .dropdown-content {
    display: block;
    opacity: 1;
    height: 200px;
    position: relative;
    left: -7px
}

#SideBar .select-dropdown {
    width: 100% !important
}

div#SideContentFilter {
    position: fixed;
    top: var(--navP);
    right: 0;
    height: 100%;
    padding: 0 0 20px 0;
    list-style: none;
    width: 249px !important;
    overflow-y: hidden;
    border-radius: 0px 0 0 10px;
    z-index: 1000;
}

    div#SideContentFilter #SideBar {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 60px
    }

        div#SideContentFilter #SideBar li {
            text-align: left;
            text-decoration: none;
            color: #003468;
            width: 100%
        }

        div#SideContentFilter #SideBar .dropdown-content li > a, div#SideContentFilter #SideBar .dropdown-content li > span {
            color: #000;
            font-size: 11px;
            font-weight: 500;
            padding: 6px 12px;
            width: unset
        }

ul.SideBarContent {
    margin: 10px
}

#ReportExpanded {
    padding: 10px 20px;
    margin-right: 235px;
    overflow-x: scroll
}

div#SideContentFilter.sidenav li > a {
    color: rgba(0,0,0,.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 0;
    line-height: 0;
    padding: 0
}

#ContractSummaryChart::-webkit-scrollbar {
    width: 2px;
    height: 6px
}

#ContractSummaryChart::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#ContractSummaryChart::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #ContractSummaryChart::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

#QuarterlyContractOverviewChart::-webkit-scrollbar {
    width: 5px;
    height: 6px
}

#QuarterlyContractOverviewChart::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec;
    border-radius: 8px
}

#QuarterlyContractOverviewChart::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 8px
}

    #QuarterlyContractOverviewChart::-webkit-scrollbar-thumb:hover {
        background: #CECECE
    }

.pie-slice-group .selected path {
    stroke-width: 2px !important;
    stroke: #ccc !important;
    filter: url(#drop-shadow)
}

#ContractStatusCountry #QuarterlyContractOverviewPartial .dc-chart.selectFilter a.reset {
    position: relative;
    top: -39px;
    left: -125%;
    font-size: 12px;
    z-index: 2
}

#ContractStatusCountry #ContractSummaryPartial .dc-chart.selectFilter a.reset {
    position: relative;
    top: -39px;
    left: -169%;
    font-size: 12px
}

#ContractStatusCountry .select-wrapper [type="checkbox"]:checked + span:not(.lever):before {
    top: 0;
    left: 0;
    width: 6px;
    height: 12px
}

#ContractStatusCountry .select-wrapper [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: inline-block;
    height: 2px;
    line-height: 1px;
    color: #434343;
    font: 10px Arial;
    letter-spacing: .4px
}

    #ContractStatusCountry .select-wrapper [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 12px
    }

#AdminMain table td i.material-icons, #MappingOverlay table td i.material-icons {
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer
}

#DeleteAlert, #SessionExpNotice {
    width: 26%
}

.modal#DeleteAlert .modal-content, .modal#SessionExpNotice .modal-content {
    padding: 15px
}

    .modal#DeleteAlert .modal-content p {
        font-size: 12px
    }

.modal#DeleteAlert .btn-small, .modal#SessionExpNotice .btn-small {
    height: 28.4px;
    line-height: 29.4px;
    font-size: 12px;
    margin: 5px 10px
}

#AdminMain table.dataTable.hover tbody tr:hover.selected td, #AdminMain table.dataTable.display tbody tr:hover.selected td {
    background-color: #ede7f6
}

#MappingOverlay table.dataTable.hover tbody tr:hover.selected td, #MappingOverlay table.dataTable.display tbody tr:hover.selected td {
    background-color: #ede7f6
}

#AdminMain .btn-small {
    height: 26.4px;
    line-height: 26.4px;
    font-size: 12px;
    margin: 5px 10px;
    text-transform: capitalize;
    background: #013468
}

#MappingOverlay .btn-small, #SelfMappingScreen .btn-small {
    height: 26.4px;
    line-height: 26.4px;
    font-size: 12px;
    margin: 5px 10px;
    text-transform: capitalize;
    background: #013468
}

#SelfMappingScreen table td i.material-icons {
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer
}

#SelfMappingScreen table tr.selected td:nth-child(1) {
    background-image: url(/Assets/Images/FavouritesIConBlue.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 2%;
    background-position-y: 49%
}

#SelfMappingScreen table.dataTable tbody tr.selected td {
    background-color: #f7f3ff
}

#AdminMain i.activator, #SelfMappingScreen i.activator {
    margin: 11px 6px 0 0;
    font-size: 16px;
    color: #0292d2;
    cursor: pointer
}

#AdminMain i.activator {
    margin: 11px 6px 0 0;
    font-size: 16px;
    color: #0292d2;
    cursor: pointer
}

#AdminMain .card .card-reveal {
    height: 90%;
    background: #E1F5FE
}

#VisualizationsView .dataTables_wrapper .dt-buttons .select-wrapper input.select-dropdown {
    font: Bold 10px/15px Arial;
    border: 1px solid #DDD;
    width: 56px;
    height: 20px;
    padding: 2px 20px 2px 5px;
    border-radius: 12px;
    text-overflow: ellipsis;
    right: -204px
}

#SPTVisualizations .select-wrapper input.select-dropdown {
    font: Bold 10px/15px Arial;
    border: 1px solid #DDD;
    width: 155px;
    height: 25px;
    padding: 1px 20px;
    border-radius: 12px
}

#SPTVisualizations div.select-wrapper {
    right: 8%;
    position: absolute;
    top: 29px;
    z-index: 1
}

#SPTVisualizations .selects-container div.select-wrapper {
    right: 0%;
    position: relative;
    top: 0;
    z-index: 1
}

#SPTVisualizations div.select-wrapper {
    float: right
}

#SPTVisualizations .select-wrapper .caret, #ProfileScoreExpanded .select-wrapper .caret, #Dropdown .select-wrapper .caret {
    top: -7px;
    right: 0
}

#ProfileScoreSPTExpanded a.BackDSMButton {
    position: absolute;
    left: 16%;
    top: 48px
}

#PredictionMonthlyChartRange .y.axis, #PredictedBySiteChartRange .y.axis, #PredictionActivityChartRange .y.axis, #PagestoSDVovertimeIDChartRange .y.axis {
    display: none
}

div.MngToken {
    border: .8px solid #4527A0;
    margin: 4px;
    border-radius: 4px;
    padding: 4px 6px;
    background: #796c8c;
    position: relative;
    font-weight: 500
}

    div.MngToken * {
        vertical-align: middle;
        font-size: 12px;
        color: #f7fbff
    }

    div.MngToken i {
        margin: 0;
        font-size: 9px;
        width: 13px;
        cursor: pointer;
        pointer-events: all;
        border: .8px solid #D5D5D5;
        border-radius: 50%;
        padding: 1.3px 1px;
        background: #fff;
        color: #796c8c;
        right: 0%;
        top: 23%;
        position: absolute
    }

#SelectedRoleInfo, #SelectedUserInfo, #SelectedMappingInfo, #Remark {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    background-color: #E3F2FD;
    margin-bottom: 10px
}

.remark-container {
    padding-left: 0 !important
}

#Remark label {
    color: rgba(0, 0, 0, 0.87);
}

#UsersSelectedValue {
    min-height: 45px;
    max-height: 200px;
    overflow-y: scroll
}

#RolesSelectedValue {
    height: 45px
}

#AdminMain table tr.selected td:nth-child(1) {
    background-image: url(/Assets/Images/FavouritesIConBlue.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 2%;
    background-position-y: 49%
}

#MappingOverlay table tr.selected td:nth-child(1) {
    background-image: url(/Assets/Images/FavouritesIConBlue.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 2%;
    background-position-y: 49%
}

#MappingOverlay table.dataTable tbody tr.selected td {
    background-color: #f7f3ff
}

#AdminMain table.dataTable tbody tr.selected td {
    background-color: #f7f3ff
}

#ComModuleTabs li a:not(.active), #ETLReportsTabs li a:not(.active), #DataWarehouseReportsTabs li a:not(.active) {
    color: #D5D5D5
}

#ComModuleTabs li a, #ETLReportsTabs li a, #DataWarehouseReportsTabs li a {
    text-align: left;
    font: Bold 11px/20px Arial;
    letter-spacing: .6px;
    color: darkblue;
    text-transform: initial;
    opacity: 1;
    text-overflow: clip;
    line-height: 4
}

#ComModuleTabs.tabs .tab:last-child a, #ETLReportsTabs.tabs .tab:last-child a, #DataWarehouseReportsTabs.tabs .tab:last-child a {
    border: none
}

#ComModuleTabs.tabs .tab, #ETLReportsTabs.tabs .tab, #DataWarehouseReportsTabs.tabs .tab {
    border-bottom: 1px solid #ddd;
    border-radius: 10px
}

#ComModuleTabs.tabs, #ETLReportsTabs.tabs, #DataWarehouseReportsTabs.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    #ComModuleTabs.tabs .indicator, #ETLReportsTabs.tabs .indicator, #DataWarehouseReportsTabs.tabs .indicator {
        background-color: #003569
    }

    #ComModuleTabs.tabs .tab a:focus, #ComModuleTabs.tabs .tab a:focus.active, #ETLReportsTabs.tabs .tab a:focus, #ETLReportsTabs.tabs .tab a:focus.active, #DataWarehouseReportsTabs.tabs .tab a:focus, #DataWarehouseReportsTabs.tabs .tab a:focus.active {
        background-color: none;
        outline: none
    }

.CMbtn {
    background-color: darkblue;
    color: #fff;
    border-radius: 6.5px
}

#ComModVisualizations {
    margin-top: var(--navP);
    padding: 10px 20px;
    margin-left: 2%
}

#CMspan {
    padding: 0 10px
}

#ComModOverlay .chart-heading-cls {
    font-weight: 600;
    color: #3E0091;
    font-size: 15px;
    font-family: Arial
}

#TableDropdownSection {
    float: right
}

    #TableDropdownSection .select-wrapper {
        display: inline-block !important;
        z-index: 1;
        position: relative !important;
        right: unset !important;
        top: 0px !important
    }

#YMQDropdown .select-wrapper {
    left: -260% !important;
    position: relative !important;
    top: -64px !important;
    z-index: 1
}

    #YMQDropdown .select-wrapper .caret {
        top: 0px !important;
        right: -28px !important
    }

    #YMQDropdown .select-wrapper input.select-dropdown {
        font: Bold 10px/15px Arial;
        border: 1px solid #DDD;
        width: 70px;
        height: 20px;
        margin: 0 30px;
        padding: 1px 20px;
        border-radius: 12px
    }

#TableDropdownSection .select-wrapper input.select-dropdown {
    font: Bold 10px/15px Arial;
    border: 1px solid #DDD;
    width: 55px;
    height: 20px;
    padding: 2px 20px 2px 5px;
    border-radius: 12px;
    text-overflow: ellipsis;
    right: 0
}

#Notice {
    padding: 10px 20px
}

    #Notice h5 {
        background-color: #d7ebf9;
        color: #000;
        height: 26px;
        line-height: 1.8;
        padding-left: 8px;
        color: #0090c5;
        font-weight: 700
    }

    #Notice h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        margin: 10px 0px !important;
        color: #3f51b5
    }

    #Notice .div-Content {
        text-align: justify;
        text-justify: inter-word;
        margin-left: 5px
    }

    #Notice .row {
        font-size: 12px
    }

#SystemTabSection tr table th {
    background-color: #e2d7f5;
    color: black !important
}

table.MetricsDesc tr th {
    background-color: #e2d7f5;
    color: black !important
}

table.MetricsDesc tr th, table.MetricsDesc tr td {
    white-space: pre-line;
    font-size: 12px;
    vertical-align: baseline;
    border: 1px solid #ddd
}

table.MetricsDesc tr th {
    text-align: middle
}

table.MetricsDesc tr td {
    text-align: left
}

#SystemTabSection .dataTables_wrapper .dt-buttons .select-wrapper input.select-dropdown {
    width: 200px !important
}

html {
    overflow-x: hidden
}

#tableContainerDSM, #tableContainerWorkloadDSM, #tableContainerWorkloadDDSM, #tableContainerHDSM, #tableContainerWorkloadDDSMSite, #tableContainerWorkloadDSMSite {
    padding: 30px 0
}

.Role .select-wrapper {
    margin: 10px
}

#WorkloadTable_filter {
    margin-right: -30px
}

#SSite_Table_filter {
    margin: 0;
    visibility: hidden
}

#TableVisualizations table.dataTable.nowrap tr th, #TableVisualizationsInst table.dataTable.nowrap tr th {
    position: sticky;
    top: -25px
}

#TableVisualizations table.dataTable tr th, #TableVisualizationsInst table.dataTable tr th {
    position: sticky;
    top: -25px
}

#tableContainerDSM table.dataTable tr th, #tableContainerWorkloadDSM table.dataTable tr th,, #tableContainerWorkloadDDSM table.dataTable tr th, #tableContainerHDSM table.dataTable tr th, #tableContainerWorkloadDDSMSite table.dataTable tr th, #tableContainerWorkloadDSMSite table.dataTable tr th {
    position: sticky;
    top: -25px
}

#VisualizationsOpenIssueView .Chart_container table.dataTable tr th {
    position: sticky;
    top: -25px
}

#tableContainer .Chart_container table.dataTable.nowrap tr th, #SVRDetailTable .Chart_container table.dataTable.nowrap tr th, #tableContainerInst .Chart_container table.dataTable.nowrap tr th {
    position: sticky;
    top: 0
}

#tableContainer .Chart_container table.dataTable tr th, #SVRDetailTable .Chart_container table.dataTable.nowrap tr th, #tableContainerInst .Chart_container table.dataTable.nowrap tr th {
    position: sticky;
    top: 0
}

#ComModReportExpandedOvrlay .Chart_container table.dataTable tr th {
    position: sticky;
    top: -25px
}

#ComModNestedExpandedOvrlay .Chart_container table.dataTable tr th {
    position: sticky;
    top: -25px
}

#SystemTabSection .Chart_container table.dataTable tr th {
    position: sticky;
    top: -25px
}

#MappingOverlay .card-content table.dataTable tr th {
    position: sticky;
    top: -25px
}

#ReportExpanded .Chart_container table.dataTable tr th {
    position: sticky;
    top: -25px
}

#tableContainer .Chart_container, #SVRDetailTable .Chart_container, #tableContainerInst .Chart_container {
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 500px;
    position: relative
}

    #tableContainer .Chart_container::-webkit-scrollbar, #SVRDetailTable .Chart_container::-webkit-scrollbar, #tableContainerInst .Chart_container::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    #tableContainer .Chart_container::-webkit-scrollbar-track, #SVRDetailTable .Chart_container::-webkit-scrollbar-track, #tableContainerInst .Chart_container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    #tableContainer .Chart_container::-webkit-scrollbar-thumb, #SVRDetailTable .Chart_container::-webkit-scrollbar-thumb, #tableContainerInst .Chart_container::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        #tableContainer .Chart_container::-webkit-scrollbar-thumb:hover, #SVRDetailTable .Chart_container::-webkit-scrollbar-thumb:hover, #tableContainerInst .Chart_container::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

#tableContainerDSM .Chart_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#tableContainerDSM .Chart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#tableContainerDSM .Chart_wrapper::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #tableContainerDSM .Chart_wrapper::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#tableContainerWorkloadDSM .Chart_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#tableContainerWorkloadDSM .Chart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#tableContainerWorkloadDSM .Chart_wrapper::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #tableContainerWorkloadDSM .Chart_wrapper::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#tableContainerWorkloadDDSM .Chart_wrapper::-webkit-scrollbar, #tableContainerWorkloadDDSMSite .Chart_wrapper::-webkit-scrollbar, #tableContainerWorkloadDSMSite .Chart_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#tableContainerWorkloadDDSM .Chart_wrapper::-webkit-scrollbar-track, #tableContainerWorkloadDDSMSite .Chart_wrapper::-webkit-scrollbar-track, #tableContainerWorkloadDSMSite .Chart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#tableContainerWorkloadDDSM .Chart_wrapper::-webkit-scrollbar-thumb, #tableContainerWorkloadDDSMSite .Chart_wrapper::-webkit-scrollbar-thumb, #tableContainerWorkloadDSMSite .Chart_wrapper::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #tableContainerWorkloadDDSM .Chart_wrapper::-webkit-scrollbar-thumb:hover, #tableContainerWorkloadDDSMSite .Chart_wrapper::-webkit-scrollbar-thumb:hover, #tableContainerWorkloadDSMSite .Chart_wrapper::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#tableContainerHDSM .Chart_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#tableContainerHDSM .Chart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#tableContainerHDSM .Chart_wrapper::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #tableContainerHDSM .Chart_wrapper::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#tableContainerDSM .Chart_wrapper, #tableContainerWorkloadDSM .Chart_wrapper, #tableContainerWorkloadDDSM .Chart_wrapper, #tableContainerHDSM .Chart_wrapper, #tableContainerWorkloadDDSMSite .Chart_wrapper, #tableContainerWorkloadDSMSite .Chart_wrapper {
    height: 122vh;
    overflow-y: scroll;
    width: 100%
}

#DrillDownTableView .Chart_container table.dataTable tr th {
    position: sticky;
    top: 0
}

#DrillDownTableView .Chart_container {
    max-height: 500px;
    position: relative
}

#DrillDownTableView .Chart_wrapper {
    /*overflow-y:scroll;overflow-x:scroll;*/
    overflow-y: auto; /*march release scroll*/
    overflow-x: auto; /*march release scroll*/
    width: 100%;
    height: 80vh
}

#DrillDownTableView {
    overflow-x: scroll !important
}

#VisualizationsOpenIssueView .Chart_container {
    overflow: auto;
    height: 70vh;
    width: 100%
}

    #VisualizationsOpenIssueView .Chart_container::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    #VisualizationsOpenIssueView .Chart_container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    #VisualizationsOpenIssueView .Chart_container::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        #VisualizationsOpenIssueView .Chart_container::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

#DrillDownTableView .Chart_container::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#DrillDownTableView .Chart_container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#DrillDownTableView .Chart_container::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #DrillDownTableView .Chart_container::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#DrillDownTableView .Chart_wrapper::-webkit-scrollbar {
    width: 5px
}

#DrillDownTableView .Chart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#DrillDownTableView .Chart_wrapper::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #DrillDownTableView .Chart_wrapper::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#DSMBlock::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#DSMBlock::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#DSMBlock::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #DSMBlock::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#InfoModal::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#InfoModal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#InfoModal::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #InfoModal::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#ReportExpanded .Chart_wrapper {
    overflow-x: scroll
}

    #ReportExpanded .Chart_wrapper::-webkit-scrollbar {
        width: 5px;
        height: 10px
    }

    #ReportExpanded .Chart_wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #673ab752;
        border-radius: 2px
    }

    #ReportExpanded .Chart_wrapper::-webkit-scrollbar-thumb {
        background: #D5D5D5;
        border-radius: 2px
    }

        #ReportExpanded .Chart_wrapper::-webkit-scrollbar-thumb:hover {
            background: #b30000
        }

#ReportsBlock::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#ReportsBlock::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#ReportsBlock::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #ReportsBlock::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#TableVisualizations .card .card-content, #tab, #TableVisualizationsInst .card .card-content, #tab {
    /*overflow-x: scroll*/
    overflow-x: auto; /*march release scroll*/
}

#ProfileComponentsLandingView #CompositeRiskScore::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#ProfileComponentsLandingView #CompositeRiskScore::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#ProfileComponentsLandingView #CompositeRiskScore::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #ProfileComponentsLandingView #CompositeRiskScore::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#ProfileComponentsView #CompositeRiskScore::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#ProfileComponentsView #CompositeRiskScore::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px
}

#ProfileComponentsView #CompositeRiskScore::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px
}

    #ProfileComponentsView #CompositeRiskScore::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#CompositeRiskScore .Chart_container table.dataTable tr th {
    position: sticky;
    top: -6px
}

.divider {
    height: .1vh
}

#tableContainerDSM table.dataTable thead th, table.dataTable thead td, #tableContainerWorkloadDSM table.dataTable thead th, table.dataTable thead td {
    padding: 6vh .5vw
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
    width: 11vw
}

#TableDropdownSection .select-wrapper input.select-dropdown {
    margin: 0 0 0 27px
}

#CurrentVisualizations a.OpenOverlayClass {
    bottom: 315px !important
}

#ContactControls .dropdown-content {
    top: 0px !important
}

a[onclick] {
    color: #039be5;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

a.GreenText {
    color: #44C49D;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

a.RedText {
    color: #FF5858;
    font-size: 12px;
    font-weight: 600
}

a.AmberText {
    color: #FDB624;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

a.YellowText {
    color: #E3D220;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

a.BlueText {
    color: #00F;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.Role .select-wrapper input.select-dropdown {
    border: 1px solid #9e9e9e;
    height: 2rem;
    line-height: 2rem;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    margin: 0 0 8px 0;
    color: white;
    padding: 0px 0px 0px 4px;
    display: block;
    z-index: 1;
    border-radius: 8px;
}

.Role .select-wrapper .caret {
    fill: #fff;
}

.navbar-fixed {
    height: var(--navP)
}

nav,
nav .nav-wrapper i,
nav a#mainNav.sidenav-trigger,
nav a#mainNav.sidenav-trigger i {
    height: var(--navP);
    line-height: var(--navP)
}

    nav .nav-content {
        height: 30px;
        background-color: #fff;
        position: fixed;
        width: 100%;
        bottom: 0
    }

        nav .nav-content .col {
            line-height: 30px
        }

    nav .brand-logo img {
        height: 30px;
        margin: 5px 0 0 10px
    }

    nav .brand-logo {
        color: #fff;
        font-size: 1rem;
        margin: 7px 0 0 8px;
    }

/* nav #Atlas-logo img {
        height: 30px;
        width: 8%;
        height: 89%;
        margin: 2px 0 0 7px;
    }

    nav #Atlas-logo {
        font-size: 1rem;
        margin: 7px 0 0 8px
    }*/

#ChartView {
    margin-left: -0.25rem;
}

#KPILinks::-webkit-scrollbar {
    width: 6px;
}

.card .card-reveal::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.card .card-reveal::-webkit-scrollbar-thumb {
    background: #D5D5D5;
    border-radius: 2px;
}

.card .card-reveal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #673ab752;
    border-radius: 2px;
}
/*img.activator {   
    top: -4% !important;
}*/

#VisualizationsView .DataLevel.switch {
    position: absolute;
    left: 82%;
}



/*21augInlineCss*/

/*.HiddenVisible {
    visibility: hidden;
}*/

/*AE_Grade Changes Below*/

#VisualizationsView #LCmilestoneselectdropdownId .select-wrapper input.select-dropdown {
    font: Bold 10px/15px Arial;
    border: 1px solid #DDD;
    width: 90px;
    height: 20px;
    padding: 1px 20px;
    border-radius: 12px;
    /*right: 30% !important;*/
}


#VisualizationsView .AEGradeDivGP div.select-wrapper {
    right: 54%;
}

#VisualizationsView #Cum div.select-wrapper {
    right: 70% !important;
}

#VisualizationsView #AEMultiDropdown #Toxicity div.select-wrapper, #VisualizationsView #AEMultiDropdown #AE_SEVERITY div.select-wrapper, #VisualizationsView #AEMultiDropdownGP #Toxicity div.select-wrapper, #VisualizationsView #AEMultiDropdownGP #AE_SEVERITY div.select-wrapper {
    right: 22% !important;
}

#VisualizationsView #AEMultiDropdown #Severity div.select-wrapper, #VisualizationsView #AEMultiDropdown #AE_TOXICITY div.select-wrapper, #VisualizationsView #AEMultiDropdownGP #Severity div.select-wrapper, #VisualizationsView #AEMultiDropdownGP #AE_TOXICITY div.select-wrapper {
    right: 38% !important;
}

#AEMultiDropdown #Toxicity div.select-wrapper, #AEMultiDropdown #AE_SEVERITY div.select-wrapper, #AEMultiDropdownGP #Toxicity div.select-wrapper, #AEMultiDropdownGP #AE_SEVERITY div.select-wrapper {
    right: 22% !important;
}

#AEMultiDropdown #Severity div.select-wrapper, #AEMultiDropdown #AE_TOXICITY div.select-wrapper, #AEMultiDropdownGP #Severity div.select-wrapper, #AEMultiDropdownGP #AE_TOXICITY div.select-wrapper {
    right: 38% !important;
}
/*#AEMultiDropdown #AE_NON_SERIOUS a.reset {*/
#AEMultiDropdown #AE_SEVERITY a.reset, #AEMultiDropdownGP #AE_SEVERITY a.reset {
    position: absolute;
    top: 33px;
    left: 79% !important;
}

/*#AEMultiDropdown #SAE a.reset {*/
#AEMultiDropdown #AE_TOXICITY a.reset, #AEMultiDropdownGP #AE_TOXICITY a.reset {
    position: absolute;
    top: 33px;
    left: 63% !important;
}

#TotalAECountVisualizationsID a.reset, a.resetAEGrade {
    position: absolute !important;
    top: -4% !important;
    right: 19% !important;
    font-size: 12px !important;
}

#OpenAEGradeButton {
       /* margin: 315px !important; */
    /* margin: 320px !important; */
    padding: 3px 12px 6px 12px !important;
    font-weight: 200 !important;
    background-color: rgb(255, 255, 255);
    color: darkgrey;
    /* margin: 0px 0px 0px 0px; */
    /* float: right; */
    border: 0.8px solid #d5d5d5;
    /* padding-left: 5px; */
    border-radius: 18px;
    font-size: 11px;
    color: #999;
    pointer-events: all;
    position: absolute;
    right: 56%;
    height: 24px;
    width: 102px;
    top: 8%;
}

#DrillDownTableView table.showAEInfo {
    padding-left: 50px;
    border-collapse: collapse !important;
    border-left-style: solid;
    border-right-style: solid;
}

/*#AEMultiDropdown #AE_NON_SERIOUS a.reset {*/
#AEMultiDropdownGP #AE_SEVERITY a.resetMulti,#AEMultiDropdownGP #AE_SEVERITY a.resetMultiLM {
    position: absolute;
    top: 33px;
    left: 79% !important;
}
#SPTOverlay #AEMultiDropdownGP #AE_SEVERITY a.resetMulti,#SPTOverlay #AEMultiDropdownGP #AE_SEVERITY a.resetMultiLM {
    position: absolute;
    top: 33px;
    left: 76% !important;
}
/*OpenAEPartial.js*/
/*#AEMultiDropdown #SAE a.reset {*/
#AEMultiDropdownGP #AE_TOXICITY a.resetMulti,#AEMultiDropdownGP #AE_TOXICITY a.resetMultiLM {
    position: absolute;
    /*top: 54px;
    left: 64% !important;*/
	top: 33px;
    left: 63% !important;
}


/*#VisualizationsView .DRPSMVF div.select-wrapper {
    right: 8% !important;
    top: 16px !important;
}*/

table.nestedTbl tbody tr{
	background-color: #e2d7f5 !important;
}

#DrillDownTableView .dataTables_wrapper > table > tbody > tr > td.GreyBack{
	background-color: #D5D5D5;
}

#tableContainer table{
    table-layout: auto !important;
}

#tableContainer .modal{
    position: absolute;
}

.modalHeading{
    font-size: large;
    font-weight: 500;
}

#TableVisualizationsSite table.dataTable.nowrap tr.sum-row th {
	position: static !important;
}
/*#VisualizationsView .DRPSMVF div.select-wrapper {
    
    z-index: 10 !important;
	

}*/
#VisualizationsView .DRPSMVF div.select-wrapper {
    position: relative;
    float: right;
    top: 0;
    right: 10px;
}
#VisualizationsView .DRPSMVF .select-wrapper .caret {
    top: -3%;
    right: 1%;
    position: absolute;
    bottom: unset;	
}

#ProfileScoreSPTExpanded #FreqLevelRow .select-wrapper input {
    height: 2rem;
    border: 1px solid grey;
    border-radius: 32px;
    font-size: 12px;
    padding: 0 0 0 10px;
}
#ProfileScoreSPTExpanded #FreqLevelRow .select-wrapper {
    margin: 10px;
    width: 10%;
}
#ProfileScoreSPTExpanded #FreqLevelRow div.select-wrapper{
    right: 89%;    
    top: 78px;
}
#ProfileScoreSPTExpanded #FreqLevelRow .select-wrapper input.select-dropdown{
width: 116px;
font: Regular 10px !important;
}

#CATSummary .dataTables_wrapper .dt-buttons #TableDropdownCM .select-wrapper ul {
 
	top: 0 !important;

	height: 180px !important;

}

#ProfileScoreSPTExpanded .DataLevel .lever, #ProfileScoreExpanded .DataLevel .lever {
    z-index: 1;
    position: absolute;
    right: 2%;	
}

#ProfileScoreSPTExpanded #AEMultiDropdownGP #AE_TOXICITY div.select-wrapper{
	right: 332% !important;
}
#ProfileScoreSPTExpanded #AEMultiDropdownGP #AE_SEVERITY div.select-wrapper{
	right: 259% !important;
}

#ProfileScoreSPTExpanded #AEMultiDropdownGP .select-wrapper .caret {
    
    right: -3vw;
}
#ProfileScoreSPTExpanded .DataLevel .chart-heading-Total {
   
    right: 1vw;
}

#ProfileScoreSPTExpanded #tableContainerLM {
    
    width: 100% !important;
    left: unset !important;
    //position: static;
}