﻿body {
    padding: 0;
    margin: 0;
    overflow-x: hidden; /*20200404*/
    /*background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;*/
}

/*=============================================================
                      DISCLAIMER DIV STYLES
=============================================================*/
.disclaimer-area { /*20201203*/
    /*max-width: 1380px;*/
    margin-top: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.expandDisclaimer { /*20201203*/
    margin-top: 0;
    transition: all 1s;
}

.collapseDisclaimer { /*20201203*/
    /*margin-top: -100%;*/
    margin-top: -200%;
    transition: all 2s;
}

.disclaimerTitleArea { /*20201203*/
    text-align: center;
    height: 40px;
    background-color: #08519c;
}

.disclaimerTitle { /*20201203*/
    padding-top: 10px;
    margin-bottom: 0px !important;
    color: #fff;
}

.disclaimerContent { /*20201203*/
    padding: 5px;
    background-color: #deebf7;
}

.closeDisclaimerArea { /*20201203*/
    text-align: center;
    height: 54px;
    background-color: #deebf7;
}

    .closeDisclaimerArea .btn { /*20201203*/
        height: auto !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 10px;
    }

.aDisclaimerLink { /*20201203*/
    float: right;
    padding-top: 8px;
    cursor: pointer;
}

/*==================================================
    OUTLINE STYLES
====================================================*/
.flex-MainContainer {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap; /*This is default*/
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.sidebar {
    background-color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    left: 0; /*Define left property for the resize animaion when window size is below medium*/
}

.sidebar-content {
    /*width: 300px; 20200831*/
    width: 315px;
    background-color: #fff;
    display: inline-block;
    overflow-y: auto;
}

#sticky-sidebar-content.small-window {
    position: fixed;
    /*left: -300px; 20200831*/
    left: -315px;
    z-index: 9001;
}

    #sticky-sidebar-content.small-window.open-sidebar {
        left: 0px;
    }

#sticky-sidebar-content.stick {
    position: fixed;
    top: 0px;
    z-index: 9001;
}

    #sticky-sidebar-content.stick.small-window {
        /*left: -285px; 20200831*/
        left: -300px;
    }

        #sticky-sidebar-content.stick.small-window.open-sidebar {
            left: 0px;
        }

.sidebar-content > * {
    /*margin:10px;*/
    padding-left: 15px;
    /*padding-right: 15px;*/ /*Commented on 20231115*/
    padding-right: 5px; /*Added on 20231115*/
}

.sidebar-content-paddingtop {
    padding-top: 10px;
}

.sidebar-content-paddingbottom {
    padding-bottom: 10px;
}

.divSidebarButton {
    width: 25px;
    margin-top: 90px;
    margin-left: -5px;
    background-color: #fff;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
}

.sidebarButton {
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 3px;
    font-weight: bold;
    cursor: pointer;
}

.rightColumn {
    /*flex: 1;*/
    flex-grow: 1;
    flex-shrink: 0;
    /*flex-basis: calc(100% - 330px);*/
    flex-basis: calc(100% - 345px);
    min-height: 800px;
    padding-left: 15px; /*20200901*/
    padding-right: 15px; /*20200901*/
}

.sidebar.small-window {
    flex-basis: 0;
}


.rightColumn.small-window {
    /*flex-basis: 100%; 20200901*/ /*When resize to below medium window size*/
    flex-basis: calc(100% - 30px);
}

/* Animation */
.rightColumn {
    transition: flex-basis 1s cubic-bezier(.465, .183, .153, .946);
    will-change: flex-basis;
}

.sidebar.small-window {
    transition: flex-basis 1s cubic-bezier(.465, .183, .153, .946);
    /*transition: left 1s cubic-bezier(.465, .183, .153, .946);*/
}

#sticky-sidebar-content.small-window {
    transition: left 1s cubic-bezier(.465, .183, .153, .946);
}

    #sticky-sidebar-content.small-window.open-sidebar {
        transition: left 1s cubic-bezier(.465, .183, .153, .946);
    }

#sticky-sidebar-content.stick.small-window {
    transition: left 1s cubic-bezier(.465, .183, .153, .946);
}

    #sticky-sidebar-content.stick.small-window.open-sidebar {
        transition: left 1s cubic-bezier(.465, .183, .153, .946);
    }

.divGroupByContainer {
    /*padding-top:15px;*/
}

    .divGroupByContainer button {
        /*width: 270px;*/
        /*width: 250px;*/ /*Commented on 20231115*/
        width: 280px; /*Added on 20231115*/
        text-align: left;
    }

    .divGroupByContainer .caret {
        float: right;
        margin-top: 8px;
    }

a.adisabled {
    cursor: not-allowed;
    opacity: .65;
}

    a.adisabled:hover {
        text-decoration: none;
    }

    a.adisabled:focus {
        text-decoration: none;
    }

    a.adisabled:active {
        text-decoration: none;
    }

.divCompareContainer {
    /*padding-top:15px;*/
}

    .divCompareContainer button {
        /*width: 270px;*/
        /*width: 250px;*/ /*Commented on 20231115*/
        width: 280px; /*Added on 20231115*/
        text-align: left;
    }

    .divCompareContainer .caret {
        float: right;
        margin-top: 8px;
    }

.divGroupByDetail {
    /*padding-top: 15px;*/
}

.sub-agrGroup {
    padding-left: 15px;
}

.divGroupByYearList,
.divGroupByAgeGroupList,
.divGroupByNetworkList,
.divGroupBySexList,
.divGroupByRaceList {
    /*max-height: 200px;*/
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border: 1px solid #adadad;
}

    /*.div2ndList label {
        padding-right: 10px;
    }*/

    .divGroupByYearList ul,
    .divGroupByAgeGroupList ul,
    .divGroupByNetworkList ul,
    .divGroupBySexList ul,
    .divGroupByRaceList ul,
    .divMultSelections ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .divGroupByYearList a,
    .divGroupByAgeGroupList a,
    .divGroupByNetworkList a,
    .divGroupBySexList a,
    .divGroupByRaceList a {
        color: #333;
    }

.divMultSelections {
    /*padding-top: 15px;*/
}

    .divMultSelections ul {
        background-color: #fff;
        max-height: 200px;
        overflow-y: auto;
    }

.divLegend .chBoxWrapper,
.divShowMoreOtherList .chBoxWrapper {
    margin-left: 0px;
    padding-left: 10px;
}

.divSeriesSelection,
.divShowMoreNetworkList,
.divShowMoreSeasonList,
.divShowMoreOtherList {
    /*max-height: 200px;*/
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #adadad;
}

.divShowMoreNetworkList {
    margin-bottom: 15px;
}

    .divSeriesSelection ul,
    .divShowMoreNetworkList ul,
    .divShowMoreSeasonList ul,
    .divShowMoreOtherList ul {
        list-style-type: none;
        margin-left: 0px !important;
        padding-left: 10px !important;
    }

/*20210523*/
.divLinkButton {
    text-align: right;
    padding-right: 10px;
}

/*20210523*/
.linkButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.divChartContainerTitleArea { /*20210217*/
    text-align: center;
    /*height: 40px; 20210113*/
    height: 55px; /*20210113*/
    background-color: #08519c;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.divChartContainerTitle { /*20210217*/
    margin-bottom: 0px !important;
    color: #fff;
}

.divChartContainerSubTitle { /*20210217*/
    color: #fff;
}

#sticky-htoolbar {
    width: 100%;
    background-color: #fff;
}

    #sticky-htoolbar.stick {
        position: fixed;
        top: 0px;
        /*right: 15px;*/
        right: 0px;
        z-index: 9000;
        /*width: calc(100% - 300px); 20200831*/
        width: calc(100% - 315px);
        padding-left: 15px; /*20200901*/
        padding-right: 15px; /*20200901*/
    }

    #sticky-htoolbar.small-window {
        /*width: 100%;*/
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    #sticky-htoolbar.stick.small-window {
        /*width: calc(100% - 30px);*/
        width: calc(100% - 15px);
    }

#divDownloadBtnGroup a {
    cursor: pointer;
}

/*#sticky-htoolbar.stick.sticky-small-window {
    width: calc(100% - 30px);
}*/
.divSliderComp {
    width: 100%;
    height: 85px;
    margin: 0px;
    padding-top: 8px;
    text-align: center;
}

    .divSliderComp .btnSlider {
        display: inline-block;
        float: none;
    }

.divRZSlider {
    max-width: 954px;
    width: calc(100% - 70px); /*Button's wifth is 25px. Padding is 10px; */
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#divContent.stick {
    /*width: calc(100% - 330px); 20200831*/
    width: calc(100% - 345px);
    float: right;
    margin-right: 30px; /*20200901*/
}

#divContent.small-window {
    /*width: 100%;*/
    width: calc(100% - 15px);
    padding-left: 15px;
}

#divContent.stick.small-window {
    /*width: calc(100% - 30px);*/
    width: calc(100% - 15px);
}

#divMapFootnotes.stick {
    /*width: calc(100% - 330px); 20200831*/
    width: calc(100% - 345px);
    float: right;
}

    #divMapFootnotes.stick.small-window {
        width: calc(100% - 15px);
    }

#divFooter.stick {
    /*width: calc(100% - 300px); 20200831*/
    width: calc(100% - 330px);
    float: right;
}

    #divFooter.stick.small-window {
        width: calc(100% - 15px);
    }

.one-chart-container {
    /*padding-top: 25px;*/
    padding-top: 10px;
    max-width: 1024px;
    min-width: 380px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 100%;
    padding-left: 15px;
}

.one-chart {
    width: 100%;
    height: 550px;
    margin-top: 10px;
}

.one-chart-dim {
    height: 500px;
    width: 100%;
}

.multi-charts-container {
    /*padding-top: 25px;
    margin-bottom: 60px;*/
    /*height: 380px;*/
    height: 420px;
    text-align: center;
}

.multi-charts {
    width: 380px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*text-align: center;*/
    display: inline-block;
}

.multi-charts-dim {
    width: 375px;
    height: 300px;
}

@media only screen and (min-width: 1470px) {
    .multi-charts-container {
        flex: 0 0 33.333333%;
    }
}

.divImageDownloadBar {
    text-align: right;
    padding-right: 30px;
}

.imageDownloadButton {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px !important;
}

.divImageDownloadBar .tooltip.downloadImageTooltip .tooltip-inner {
    color: #333;
    background-color: #fff !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 100px;
}
/*==================================================*/
.container-fluid a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    height: 20px;
}

.btn {
    padding-left: 10px;
    padding-right: 10px;
}
/*=============================================================
                      DISCLAIMER STYLES
=============================================================*/
.disclaimerDialog h5 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.disclaimerDialog p {
    font-size: 14px !important;
}

.disclaimerDialog > .modal-body {
    max-height: 600px;
    overflow-y: auto;
}


/*=============================================================
                      HEADER STYLES
=============================================================*/
#a_cdc-logo {
    position: absolute;
    right: 15px;
    top: 1px;
}


#season-title {
    font-weight: 900;
}

#main-title {
    /*margin-top: 5px;*/
    margin-top: 0;
    text-align: center;
    font-size: 24px;
}

#sub-title {
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    visibility: hidden;
    display: none;
}

/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
.control-area {
    /*margin-top: 3rem;*/
    margin-top: 0;
}

.toolbarArea { /*20210211*/
    /*max-width: 1380px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px; /*20210224*/
}

.mainToolBar { /*20210211*/
    margin-bottom: 10px;
}

.aChartLink { /*20201203*/
    padding-right: 10px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.aDisclaimerLinkTop, .aGoToExternalLink { /*20210211*/
    padding-right: 10px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.a-disabled,
.a-disabled[disabled] { /*20210421*/
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

.divToolButtons { /*20210211*/
    float: right;
    display: inline-block;
}

    .divToolButtons .btn { /*20201203*/
        height: auto !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

@media only screen and (max-width: 1270px) {
    /*20201203 max-width: 768px*/
    .divToolButtons {
        float: none;
        margin-top: 1rem;
    }

        .divToolButtons .btn {
            font-size: 12px;
            padding: 6px 12px;
        }
}

@media only screen and (max-width: 700px) { /*20201203*/
    .divToolButtons .btn {
        font-size: 11px;
        padding: 4px 6px;
    }

    .aChartLink, .aDisclaimerLinkTop, .aGoToExternalLink {
        font-size: 14px;
    }
}

.displayBttn {
    background-color: #dedede;
    border-color: #999;
}

    .displayBttn:hover {
        background-color: #999;
        border-color: #666;
        color: #fff;
    }

/*Flu 7 style*/
.dropdown-menu > li > a {
    padding-left: 10px !important;
}

.dropDownButton {
    width: 100%;
}

    .dropDownButton > .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
        right: 5px;
        top: 45%;
        position: absolute;
    }


.dropDownOption {
    cursor: pointer;
}

.dropDownOptionText {
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/***********/

/*STT added for Flu 3*/
.entire-newtowk {
    font-weight: bold;
}

.newtowk {
    padding-left: 15px;
}

/***********/
.displayBttn:focus {
    background-color: #666;
    color: #fff;
}

.qMark {
    color: #337ab7;
    font-size: 18px;
    border-color: #000;
    float: right;
}

/*ToolTip for q mark*/
.span-tooltip {
    cursor: pointer;
}

.tooltip.qMarkTooltip .tooltip-inner {
    color: #333;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    text-align: left;
    min-width: 400px !important; /*20210225*/
    max-width: 400px !important;
    max-height: 400px !important;

}

/*Added on 20241003*/
.sidebar-content-paddingtop .popover-inner {
    color: #333;
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0,0,0,.175);
    text-align: left;
    min-width: 400px !important; 
    max-width: 400px !important;
    font-size: 11px;
    overflow-y: auto;
}

/*Added on 20241003*/
.sidebar-content-paddingtop .popover-inner .popover-content {
    max-height:200px !important;
}

.rBttnArea {
    padding-left: 20px;
    /*margin-top: 3rem;*/
    margin-top: 0;
    text-align: center;
}

.downloads-button {
    margin-left: 5px;
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

    .downloads-button:hover {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .downloads-button:focus {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .downloads-button:active {
        color: #fff !important;
        background-color: #1e7d1b !important;
        border: solid 1px #1e7d1b !important;
    }

.help-button {
    margin-left: 5px;
    color: #fff;
    background-color: #e97e00;
    border: solid 1px #cd5c00;
}

    .help-button:hover {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:focus {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:active {
        color: #fff !important;
        background-color: #cd5c00 !important;
        border: solid 1px #cd5c00 !important;
    }

.seasonsBttn {
    margin-top: 2rem;
}

.chBoxWrapper {
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.overallLabel {
    font-weight: normal;
}

.slider-button {
    padding: 2px 4px;
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

    .slider-button:hover {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .slider-button:focus {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

.downloads-help-area {
    /*padding-right: 0px;*/ /*STT modified*/
    /*margin-top: 3rem;*/
    margin-top: 0;
    float: right; /*Added by STT on 01062017 to replace pull-rught class*/
}

.externalLink {
    /*padding-left: 15px;
    text-align: right;
    margin-top: 1rem;*/
    margin-bottom: 1rem;
}

#sidebar-content .externalLink { /*20200831*/
    font-size: 12px;
}

.downloadBttn-wrapper { /*Added by STT on 01062017 to replace pull-rught class*/
    float: right;
}

.dropWrapper {
    width: 220px;
    max-height: 300px;
    overflow-y: scroll;
}

#epiStates {
    list-style-type: none;
    padding-right: 4px;
}

    #epiStates a {
        color: #000;
    }

/*For slider*/
/*=============================================================
                      SLIDER BUTTON STYLES
=============================================================*/

.slider-button-area {
    margin: 150px 150px;
}

/*Added by STT from Phase 8*/
.slider-button { /*Added by STT from Phase 8*/
    /*padding: 4px 6px;*/ /*From James*/
    padding: 2px 3px; /*STT*/
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

    .slider-button:hover {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .slider-button:active {
        color: #fff !important;
        background-color: #1e7d1b !important;
        border: solid 1px #1e7d1b !important;
    }

    .slider-button:focus {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

.slider-button-area {
    margin: 150px 150px;
}
/*Ended adding by STT from Phase 8*/

/***********************************************
***********************************************/

.sliderContainer {
    margin-top: 30px;
}

/*.divRangerSlider {
    margin-left:13%;
}*/

.btnSlider {
    float: left;
    margin-top: 15px;
    /*height:26px;
    width:26px;
    border-radius:3px;*/
}

.divSlider {
    float: left;
}

.btnSliderImg {
    margin-top: -10px;
    margin-left: -10px;
}

.rzslider .rz-ticks .rz-tick { /*Overright*/
    width: 1px !important;
    height: 10px !important;
}

    .rzslider .rz-ticks .rz-tick .rz-tick-value { /*Overright*/
        font-size: 12px !important;
        transform: translate(-50%, 7px); /*Overright teanslateY from 0 to 7px*/
        top: -35px !important;
    }


.rzslider .rz-pointer { /*Change slider button from circle to rectangle*/
    width: 12px;
    height: 24px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: red;
    opacity: 0.6;
}

    .rzslider .rz-pointer::after { /*Hide the white background*/
        opacity: 0 !important;
    }


.rzslider .rz-bar-wrapper-title { /*Slider's title*/
    text-align: center;
    width: 100%;
    padding-top: 15px;
    left: 0px;
}


/*End For slider*/
.centerText {
    text-align: center;
}

/******************************************************************************
                              DATA VISUALIZATION STYLES
******************************************************************************/

.slider-area {
    /*margin-top: 3rem;*/
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.ageSelection {
    border: 1px solid #000;
}

/*STT Added to replace ageSelection*/
.seriesSelection {
    border: 1px solid #000;
}

.greenLine {
    color: #00885a;
}

.orangeLine {
    color: #b5753d;
}

.purpleLine {
    color: #473f64;
}

.pinkLine {
    color: #be326d;
}

.lightGreenLine {
    color: #97b35a;
}

#ageSelectionTitle {
    text-align: center;
}
/*STT Added to replace ageSelectionTitle*/
#seriesSelectionTitle {
    font-size: 16px;
    text-align: center;
}

/*STT Added*/
.slider-area-row, .datavisualization-area .row {
    margin-right: 0;
    margin-left: 0;
}

.chart-area img {
    width: 100%;
}

/*STT Added*/
.chart {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: crosshair;
}

.chartTitleDiv {
    text-align: center;
    /*height:40px;*/
}

.chartTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.chartZoomTip {
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
}

.chartDiv {
    /*height:500px;*/
    padding-left: 30px;
    padding-right: 30px;
}

.chartDivFullHeight {
    height: 500px;
}

.chartDivHalfHeight {
    height: 250px;
    /*height:205px;*/
}

/*Added on 20210405*/
.noDataDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.dataWindowBttn {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#dataWindowData {
    padding: 5px 15px;
    border: 1px solid #000;
    text-align: center;
}

/*.dataWindowTitle {
  text-align: center;
}

.dataWindowP {
  text-align: center;
}*/
.dataWindowResults { /*20200505*/
    text-align: left;
}

    .dataWindowResults li {
        display: inline;
        list-style-type: none;
        /*padding-right: 3rem; 20200505*/
        padding-right: 2.5rem; /*20200505*/
    }

.map-footnotes {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}

hr {
    margin-top: 0;
}


/******************************************************************************
                              CDC FOOTER STYLES
******************************************************************************/
.important {
    color: red;
    font-size: 20px;
}

.cdc-logo {
    padding: 10px 0;
}

.atlas-logo {
    padding: 5px 0;
}

.footer-area {
    background-color: #fff;
}

footer a, footer a:visited, footer a:hover, footer a:focus {
    color: #075290;
}

footer {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

    footer .container {
        max-width: 1170px;
        width: 100%;
    }

    footer .nav li a:hover, footer .nav li a:focus {
        background-color: transparent;
    }

    footer .social-media {
        background: silver;
        min-height: 36px;
    }

        footer .social-media a {
            padding-top: 6px;
            padding-bottom: 0;
            padding-right: 0;
            margin: 0 5px 0 0;
        }

    footer .cdc-links {
        background: #e5e5e5;
        min-height: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

        footer .cdc-links a {
            padding-top: 10px;
            padding-bottom: 5px;
            color: #404040;
            margin-right: 10px;
        }

            footer .cdc-links a:hover {
                text-decoration: underline;
            }

    footer .cdc-contact {
        margin-top: 22px;
    }

        footer .cdc-contact address {
            line-height: 25px;
        }

        footer .cdc-contact .cdc-url a {
            color: #404040;
        }

    footer .nav-pills {
        display: inline-block;
    }

html .tp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

span[class*=sprite-] {
    margin: 0 5px;
    display: block;
    background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/ss.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

span[class*=sprite-24], i[class*=sprite-24], img[class*=sprite-24] {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}

.sprite-24-govd {
    background-position: 0 -85px;
}

.sprite-24-facebook {
    background-position: -52px -85px;
}

.sprite-24-twitter {
    background-position: -78px -85px;
}

.sprite-24-youtube {
    background-position: -26px -85px;
}

.sprite-24-instagram {
    background-position: -233px -85px;
}

.sprite-24-listen {
    background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -155px -85px;
}

.sprite-24-watch {
    background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -129px -85px;
}

.sprite-24-rss {
    background-position: -155px -85px;
}

/*=============================================================
                     BUSY INDICATOR STYLES
=============================================================*/
.DataLoadingOverLay {
    opacity: 0.5;
    background-color: #fff;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1100;
}

    .DataLoadingOverLay.On {
        display: block;
    }

.DataLoadingWrapper {
    opacity: 1;
    background-color: transparent;
    display: none;
    top: 200px;
    left: 50%;
    width: 128px;
    height: 15px;
    margin: 100px auto;
    position: absolute;
    z-index: 1101;
}

    .DataLoadingWrapper img {
        position: absolute;
    }

    .DataLoadingWrapper.On {
        display: block;
    }

/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshot {
    width: 1152px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0;
}

#canvas-map-screenshot {
    width: 864px;
    float: left;
}

.map-footnotes-screenshot {
    font-size: 14px;
    margin-left: 9rem;
    width: 85%;
}


/*******************************************************************************
                             POPUP DIALOG STYLES
******************************************************************************/
.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: #fff !important; /*Overwrite ngDialog's css*/
}

.ngdialog-content {
    padding: 0 !important;
}

.saveImageDialog {
    height: 100%;
}

.saveImageDialogBody {
    height: calc(100% - 40px);
    overflow-y: auto;
}

.ngdialog-message {
    height: 40px !important;
    padding: 7px 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}

.modalTitle {
    margin: 0;
}

.modal-body {
    padding: 15px;
}

    .modal-body .row {
        margin: 0 !important;
    }

.modal-footer {
    height: 48px !important;
    padding: 4px 15px !important;
}

.divModalFooterCenter {
    text-align: center;
}

.divCustomOptions {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    /*padding:15px;*/
}

.divTopCustomOption {
    padding-top: 10px;
    padding-bottom: 20px;
}

.divCustomOption {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    background-color: #F7F7F7;
}

.divNextCustomOption {
    margin-bottom: 15px;
}

.downloadDataLabelType1 {
    width: 31%;
    text-align: right;
    font-weight: normal;
    font-size: 1em !important;
}

.downloadDataLabelType2 {
    width: 22%;
    text-align: left;
    font-weight: normal;
    font-size: 14px !important;
    padding-left: 5px;
}

.downloadDataOptionType1 {
    margin-top: 0;
    width: 64% !important;
}

.downloadDataOptionType2 {
    margin-top: 0;
    width: 42% !important;
}

.disabledLabel {
    opacity: 0.5;
}

.enabledLabel {
    opacity: 1;
}

.scrollable-menu {
    height: auto;
    /*max-height: 200px;*/
    /*09282018*/
    max-height: 220px;
    overflow-x: hidden;
    width: 180px;
}

.downloadDataOptionType2 .divMultiDropdwonButton {
    margin-top: -20px;
}

.downloadDataOptionType3 {
    margin-top: 0px;
    width: 64% !important;
}

    .downloadDataOptionType3 .divMultiDropdwonButton {
        margin-top: -20px;
    }

    .downloadDataOptionType3 .divMultiDropdwonButton {
        width: 270px !important;
    }

        .downloadDataOptionType3 .divMultiDropdwonButton .seasonsBttn {
            width: 100% !important;
        }

            .downloadDataOptionType3 .divMultiDropdwonButton .seasonsBttn .caret {
                float: right;
                margin-top: 8px;
            }

        .downloadDataOptionType3 .divMultiDropdwonButton .scrollable-menu {
            width: 100% !important;
        }

            .downloadDataOptionType3 .divMultiDropdwonButton .scrollable-menu .liCustomDataMultipleSeclectionChildSubElement {
                padding-left: 30px !important;
            }

.divMultiDropdwonButton {
    width: 180px;
}

.multiDropdwonButton {
    width: 86%;
    text-align: left !important;
}

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    /*padding-left: 15px !important;*/ /*For pahse 1 and Phase 8*/
    padding-left: 25px !important; /*For pahse 3 and Phase 7*/
}

multiselect-tree .liCustomDataMultipleSeclectionChildElement,
multiselect-tree3 .liCustomDataMultipleSeclectionChildElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildElement {
    padding-left: 15px !important;
}

/*Added on 20231114*/
multiselect-tree5 .liCustomDataMultipleSeclectionChildElement {
    padding-left: 0px !important;
}

/*20200505*/
.divLegendSymbol {
    /*width:20px;*/
    width: 30px;
    /*height: 2px;*/
    height: 3px;
    display: inline-block;
    vertical-align: middle;
}
/*20200505*/
.dotted {
    /*border-bottom-style: dotted !important;
    border-bottom-width: 3px;*/
}
/*20200505*/
.dashed {
    /*border-bottom-style: dashed !important;
    border-bottom-width: 3px;*/
}
/*20200505*/
.dash-dotted {
    /*border-bottom-style: dashed !important;
    border-bottom-width: 2px;*/
}

/*09282018*/
.liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 43px !important; /*For pahse 3*/
}

multiselect-tree3 .liCustomDataMultipleSeclectionChildSubElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 30px !important;
}

multiselect-tree3 .liCustomDataMultipleSeclectionChildSubSubElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubSubElement {
    padding-left: 45px !important;
}

/*Added on 20231121*/
multiselect-tree3 .liCustomDataMultipleSeclectionChildSubSubSubElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubSubSubElement {
    padding-left: 60px !important;
}

multiselect-tree4 .liCustomDataMultipleSeclectionChildSubElement,
multiselect-tree5 .liCustomDataMultipleSeclectionChildSubElement {
    font-weight: normal !important; /*For pahse 3*/
    padding-left: 18px !important; /*For pahse 3*/
}

/*Added on 20231114*/
multiselect-tree5 .liCustomDataMultipleSeclectionChildSubSubElement {
    padding-left: 33px !important;
}

/*Added on 20231121*/
multiselect-tree5 .liCustomDataMultipleSeclectionChildSubSubSubElement {
    padding-left: 48px !important;
}

multiselect-tree .ulCustomDataMultipleSeclection,
multiselect-tree2 .ulCustomDataMultipleSeclection,
multiselect-tree3 .ulCustomDataMultipleSeclection,
multiselect-symbol-tree3 .ulCustomDataMultipleSeclection {
    list-style: none;
    margin-left: -15px;
}

multiselect-tree .liCustomDataMultipleSeclection {
    padding-left: 0;
}


/*09282018*/
multiselect-tree2 .ulCustomDataMultipleSeclection2,
multiselect-tree3 .ulCustomDataMultipleSeclection2,
multiselect-symbol-tree3 .ulCustomDataMultipleSeclection2 {
    list-style: none;
    margin-left: -22px;
}

/*09282018*/
multiselect-tree2 .liCustomDataMultipleSeclection,
multiselect-tree3 .liCustomDataMultipleSeclection,
multiselect-symbol-tree3 .liCustomDataMultipleSeclection,
multiselect-tree4 .liCustomDataMultipleSeclection,
multiselect-tree5 .liCustomDataMultipleSeclection {
    padding-left: 0;
}

multiselect-tree4 .liCustomDataMultipleSeclection {
    font-weight: bold;
}

#divGroupBySexList multiselect-tree4 .liCustomDataMultipleSeclection,
#divGroupByRaceList multiselect-tree4 .liCustomDataMultipleSeclection {
    font-weight: normal;
}

.divShowMoreTitle {
    padding-left: 12px;
}

fieldset legend { /*Added by STT on 10082016 for accessibility*/
    margin: 0 !important;
    border: none !important;
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
    width: auto;
}

.dropDownButtonDialog {
    min-width: 100px;
    width: 100%;
}


    .dropDownButtonDialog > .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
        right: 5px;
        top: 45%;
        position: absolute;
    }

/*
animation:*/


.slideDown {
    height: 260px;
    transition: height 0.5s ease;
    overflow: hidden;
    position: relative;
}

    .slideDown.ng-hide {
        height: 0;
        transition: height 0.5s ease;
        overflow: hidden;
        position: relative;
    }

    .slideDown.ng-hide-remove,
    .slideDown.ng-hide-add {
        /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
        display: block !important;
    }


    .slideDown.ng-hide-add {
        animation-name: hide;
        -webkit-animation-name: hide;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-timing-function: ease-in; /*ease-in: slow at the beginning, fast/abrupt at the end*/
        -webkit-animation-timing-function: ease-in;
    }



    .slideDown.ng-hide-remove {
        animation-name: show;
        -webkit-animation-name: show;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-timing-function: ease-out; /*ease-out: fast/abrupt at the beginning, slow at the end*/
        -webkit-animation-timing-function: ease-out;
    }


/******************************************************************************
                              MEDIA QUERY STYLES
******************************************************************************/
@media only screen and (max-width : 360px) {
    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #25a721;
        border: solid 1px #1e7d1b;
        font-size: 14px;
    }

    .COVID-logo_2600 {
        display: none !important;
    }

    .COVID-logo_1920 {
        display: none !important;
    }

    .COVID-logo_1260 {
        display: none !important;
    }

    .COVID-logo_1024 {
        display: none !important;
    }

    .COVID-logo_768 {
        display: none !important;
    }

    .COVID-logo_360 {
        display: block !important;
    }
}

/* Custom, iPhone Retina */
/*@media only screen and (min-width : 321px) {

    


}*/

/* 480px  */
/*@media only screen and (min-width : 480px) {
   .rzslider .rz-ticks .rz-tick .rz-tick-value {
    font-size: 12px !important; 
    }

    .rzslider .rz-bar-wrapper-title { 
    font-size:12px; 
    }
}*/

@media only screen and (max-width : 478px) {
    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #25a721;
        border: solid 1px #1e7d1b;
        font-size: 14px;
    }

    .rzslider .rz-ticks .rz-tick .rz-tick-value { /*Overright*/
        font-size: 10px !important; /*For NR*/
    }

    .rzslider .rz-bar-wrapper-title { /*Slider's title*/
        font-size: 10px; /*For NR*/
    }
}

@media only screen and (min-width: 361px) and (max-width:767px) {
    .COVID-logo_2600 {
        display: none !important;
    }

    .COVID-logo_1920 {
        display: none !important;
    }

    .COVID-logo_1260 {
        display: none !important;
    }

    .COVID-logo_1024 {
        display: none !important;
    }

    .COVID-logo_768 {
        display: block !important;
    }

    .COVID-logo_360 {
        display: none !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
    .slider-area {
        margin-top: 1rem;
    }

    .range-slider {
        padding-left: 0px;
        margin-bottom: 0rem;
    }

    /*#divSliderComp, #divContent {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    rzslider .rz-ticks .rz-tick .rz-tick-value { /*Overright*/
        font-size: 12px !important; /*For NR*/
    }

    .rzslider .rz-bar-wrapper-title { /*Slider's title*/
        font-size: 12px; /*For NR*/
    }

    #flu-logo {
        /*width: 170px;*/
        /*55 / 73 x 102*/
        width: 77px;
    }

    #main-logo {
        width: 55px;
    }

    #main-title {
        font-size: 18px;
        /*margin: 25px 5px 10px 5px;*/
        margin: 0px 5px 10px 5px; /*20200404*/
    }

    #sub-title {
        font-size: 14px;
        margin: 0px 5px;
    }

    .chartTitle {
        font-size: 14px;
    }

    #seriesSelectionTitle {
        font-size: 14px;
    }


    .rBttnArea {
        padding-left: 10px;
        font-size: 12px;
    }

    .seasonsBttn {
        padding: 5px 5px;
        font-size: 12px;
    }

    .control-area {
        margin-left: 0px;
    }

    .play-pause-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    .displayBttn {
        padding: 5px 2px;
        font-size: 12px;
    }

    .downloads-button {
        padding: 5px 2px;
        font-size: 12px;
    }

    .help-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    #map-title {
        margin-left: 0px !important;
        text-align: center;
        font-size: 14px;
    }

    .map-area {
        margin-left: 0px;
        padding: 0px 15px;
    }

        .map-area img {
            margin-top: 10px;
            width: 100%;
            border: solid 1px #eee;
        }

    .map-footnotes {
        font-size: 11px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
    }

    .dataWindowResults {
        padding-left: 5px;
    }

        .dataWindowResults li {
            padding-right: 1rem;
        }

    .chartDiv {
        padding-left: 0;
        padding-right: 0;
    }

    .chartDivFullHeight {
        /*height:250px;*/
        height: 205px;
    }
}

@media only screen and (max-width: 991px) {
    .range-slider {
        padding-left: 0px;
        margin-bottom: 0rem;
    }

    /*#divSliderComp, #divContent {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    .rBttnArea {
        text-align: left;
    }

    .cdc-local {
        text-align: right;
    }

    footer .cdc-links {
        background: #ffffff;
        margin-top: 15px;
    }

        footer .cdc-links h6 {
            font-size: 14px;
            font-weight: 700;
            color: #404040;
        }

        footer .cdc-links a {
            padding-top: 3px;
            padding-bottom: 3px;
        }

    footer .social-media a {
        padding-right: 10px;
        padding-left: 0;
    }

    .cdc-links .nav-pills {
        width: 50%;
        float: left;
    }

        .cdc-links .nav-pills li {
            width: 100%;
        }

        .cdc-links .nav-pills a {
            padding-left: 0;
        }

    footer .cdc-contact .container {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .COVID-logo_2600 {
        display: none !important;
    }

    .COVID-logo_1920 {
        display: none !important;
    }

    .COVID-logo_1260 {
        display: none !important;
    }

    .COVID-logo_1024 {
        display: block !important;
    }

    .COVID-logo_768 {
        display: none !important;
    }

    .COVID-logo_360 {
        display: none !important;
    }
}

/* Tablets, Small Laptops */
@media only screen and (max-width: 1024px) {
    .container-fluid a {
        height: 50px;
    }

    .aChartLink, .aDisclaimerLinkTop, .aGoToExternalLink { /*20210211*/
        height: 20px !important;
    }

    /*#main-title { 
        padding-top: 25px;
    }*/

    .rBttnArea {
        /*padding-left: 0px;*/ /*Original value*/
        /*padding-left: 20px;*/ /*Modified by STT on 01062017*/
        padding-right: 0;
        margin-top: 2rem; /*Added by STT on 01062017*/
    }

    .control-area {
        margin-top: 2rem;
        padding-right: 0px;
        padding-left: 5px;
    }

    .downloads-help-area {
        padding-left: 0px;
        padding-right: 5px;
        float: left !important; /*Added by STT on 01062017 to replace pull-rught class*/
        margin-top: 2rem; /*Added by STT on 01062017*/
    }

    .externalLink {
        padding-left: 8px;
        /*text-align: left;*/
        margin-top: 1rem;
        margin-bottom: 0;
    }

    #sidebar-content .externalLink {
        padding-left: 0px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .downloadBttn-wrapper { /*Added by STT on 01062017 to replace pull-rught class*/
        float: left !important;
    }

    .play-pause-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    .seasonsArea {
        padding-left: 5px;
    }

    .downloads-button {
        padding: 5px 2px;
        font-size: 12px;
    }

    .help-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    .dataWindowBttn {
        padding: 5px 2px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1259px) {
    .COVID-logo_2600 {
        display: none !important;
    }

    .COVID-logo_1920 {
        display: none !important;
    }

    .COVID-logo_1260 {
        display: block !important;
    }

    .COVID-logo_1024 {
        display: none !important;
    }

    .COVID-logo_768 {
        display: none !important;
    }

    .COVID-logo_360 {
        display: none !important;
    }
}

/*20200404*/
@media only screen and (min-width: 1260px) and (max-width:1919px) {
    .COVID-logo_2600 {
        display: none !important;
    }

    .COVID-logo_1920 {
        display: block !important;
    }

    .COVID-logo_1260 {
        display: none !important;
    }

    .COVID-logo_1024 {
        display: none !important;
    }

    .COVID-logo_768 {
        display: none !important;
    }

    .COVID-logo_360 {
        display: none !important;
    }
}

@media screen and (min-width: 1920px) {
    .COVID-logo_2600 {
        display: block !important;
    }

    .COVID-logo_1920 {
        display: none !important;
    }

    .COVID-logo_1260 {
        display: none !important;
    }

    .COVID-logo_1024 {
        display: none !important;
    }

    .COVID-logo_768 {
        display: none !important;
    }

    .COVID-logo_360 {
        display: none !important;
    }
}

/*Added by STT for the chart for this version*/
.y2-axis {
    visibility: hidden;
}

.chart .dot-series circle {
    fill: none; /*Override the dot fill style from LiineChart.css*/
}

/*Overwrite the line thinkness for COVID19-3 from LiineChart.css 20200319*/
.chart .line-series path {
    stroke-width: 3px !important;
}

/*Added on 20210915*/
.chart .line-data .chartSeries-Season-11 path,
.chart .line-data .chartSeries-Season-12 path,
.chart .line-data .chartSeries-Season-13 path,
.chart .line-data .chartSeries-Season-14 path,
.chart .line-data .chartSeries-Season-15 path,
.chart .line-data .chartSeries-Season-16 path,
.chart .line-data .chartSeries-Season-17 path,
.chart .line-data .chartSeries-Season-18 path,
.chart .line-data .chartSeries-Season-19 path,
.chart .line-data .chartSeries-Season-20 path,
.chart .line-data .chartSeries-Season-21 path {
    stroke-dasharray: 3 !important;
}

/*Commented on 20231114*/
/*.chart .line-data .chartSeries-AgeGroup-1 path {
    stroke-dasharray: 3 !important;
}*/

/*Commented on 20231114*/
/*.chart .line-data .chartSeries-AgeGroup-4 path
{
    stroke-dasharray: 3 !important;
}*/

/*Commented on 20231114*/
/*.chart .line-data .chartSeries-AgeGroup-8 path {
    stroke-dasharray: 3 !important;
}*/

/*Commented on 20231114*/
/*.chart .line-data .chartSeries-AgeGroup-13 path {
    stroke-dasharray: 3 !important;
}*/

/*Added on 20210915*/
#divContent .chart .line-data .chartSeries-Season-11 path,
#divContent .chart .line-data .chartSeries-Season-12 path,
#divContent .chart .line-data .chartSeries-Season-13 path,
#divContent .chart .line-data .chartSeries-Season-14 path,
#divContent .chart .line-data .chartSeries-Season-15 path,
#divContent .chart .line-data .chartSeries-Season-16 path,
#divContent .chart .line-data .chartSeries-Season-17 path,
#divContent .chart .line-data .chartSeries-Season-18 path,
#divContent .chart .line-data .chartSeries-Season-19 path,
#divContent .chart .line-data .chartSeries-Season-20 path,
#divContent .chart .line-data .chartSeries-Season-21 path {
    stroke-dasharray: 3 !important;
}

/*20231114 for dotted line*/
#divContent .chart .line-data .chartSeries-AgeGroup-1 path,
#divContent .chart .line-data .chartSeries-AgeGroup-3 path,
#divContent .chart .line-data .chartSeries-AgeGroup-6 path,
#divContent .chart .line-data .chartSeries-AgeGroup-10 path,
#divContent .chart .line-data .chartSeries-AgeGroup-15 path, 
#divContent .chart .line-data .chartSeries-AgeGroup-17 path {
    stroke-dasharray: 3 !important;
}

/*20241218 for age group dotted line*/
.chart .line-data .chartSeries-AgeGroup-1 path,
.chart .line-data .chartSeries-AgeGroup-3 path,
.chart .line-data .chartSeries-AgeGroup-6 path,
.chart .line-data .chartSeries-AgeGroup-10 path,
.chart .line-data .chartSeries-AgeGroup-15 path,
.chart .line-data .chartSeries-AgeGroup-17 path {
    stroke-dasharray: 3 !important;
}

/*Commented on 20231115*/
/*.chart .line-data .chartSeries-Race_Ethnicity-1 path {
    stroke-dasharray: 3 !important;
}*/
/*Added on 20231115*/
.chart .line-data .chartSeries-Race_Ethnicity-Unadjusted-1 path,
.chart .line-data .chartSeries-Race_Ethnicity-Ageadjusted-1 path {
    stroke-dasharray: 3 !important;
}
/*Commented on 20231115*/
/*.chart .line-data .chartSeries-Race_Ethnicity-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}*/
/*Added on 20231115*/
.chart .line-data .chartSeries-Race_Ethnicity-Unadjusted-2 path,
.chart .line-data .chartSeries-Race_Ethnicity-Ageadjusted-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}
/*Commented on 20231115*/
/*#divContent .chart .line-data .chartSeries-Race_Ethnicity-1 path {
    stroke-dasharray: 3 !important;
}*/
/*Added on 20231115*/
#divContent .chart .line-data .chartSeries-Race_Ethnicity-Unadjusted-1 path,
#divContent .chart .line-data .chartSeries-Race_Ethnicity-Ageadjusted-1 path {
    stroke-dasharray: 3 !important;
}
/*Commented on 20231115*/
/*#divContent .chart .line-data .chartSeries-Race_Ethnicity-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}*/
/*Added on 20231115*/
#divContent .chart .line-data .chartSeries-Race_Ethnicity-Unadjusted-2 path,
#divContent .chart .line-data .chartSeries-Race_Ethnicity-Ageadjusted-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*Added on 20210521*/
.chart .line-data .chartSeries-AgeGroup-6 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*dash-dotted Added on 20231114*/
#divContent .chart .line-data .chartSeries-AgeGroup-4 path,
#divContent .chart .line-data .chartSeries-AgeGroup-7 path,
#divContent .chart .line-data .chartSeries-AgeGroup-8 path,
#divContent .chart .line-data .chartSeries-AgeGroup-11 path,
#divContent .chart .line-data .chartSeries-AgeGroup-18 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*Added on 20241218*/
.chart .line-data .chartSeries-AgeGroup-4 path,
.chart .line-data .chartSeries-AgeGroup-7 path,
.chart .line-data .chartSeries-AgeGroup-8 path,
.chart .line-data .chartSeries-AgeGroup-11 path,
.chart .line-data .chartSeries-AgeGroup-18 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*dashed Added on 20231114*/
#divContent .chart .line-data .chartSeries-AgeGroup-12 path {
    stroke-dasharray: 10 !important;
}

/*Added on 20241218*/
.chart .line-data .chartSeries-AgeGroup-12 path {
    stroke-dasharray: 10 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-11 path,
.chart .line-data .chartSeries-SurveillanceSite-12 path,
.chart .line-data .chartSeries-SurveillanceSite-13 path,
.chart .line-data .chartSeries-SurveillanceSite-14 path,
.chart .line-data .chartSeries-SurveillanceSite-15 path,
.chart .line-data .chartSeries-SurveillanceSite-16 path,
.chart .line-data .chartSeries-SurveillanceSite-17 path,
.chart .line-data .chartSeries-SurveillanceSite-18 path,
.chart .line-data .chartSeries-SurveillanceSite-19 path,
.chart .line-data .chartSeries-SurveillanceSite-20 path,
.chart .line-data .chartSeries-SurveillanceSite-21 path {
    stroke-dasharray: 3 !important;
}



.chart .line-data .chartSeries-SurveillanceSite-22 path {
    stroke-dasharray: 10 4 2 4 !important;
}

#divContent .chart .line-data .chartSeries-SurveillanceSite-11 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-12 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-13 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-14 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-15 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-16 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-17 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-18 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-19 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-20 path,
#divContent .chart .line-data .chartSeries-SurveillanceSite-21 path {
    stroke-dasharray: 3 !important;
}

#divContent .chart .line-data .chartSeries-SurveillanceSite-22 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*Added on 202050730*/
.chart .line-data .chartSeries-VirusType_ASubtype-2 path {
    stroke-dasharray: 3 !important;
}

/*Added on 202050730*/
.chart .line-data .chartSeries-VirusType_ASubtype-3 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*Added on 202050730*/
#divContent .chart .line-data .chartSeries-VirusType_ASubtype-2 path {
    stroke-dasharray: 3 !important;
}

/*Added on 202050730*/
#divContent .chart .line-data .chartSeries-VirusType_ASubtype-3 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.datavisualization-area .chart .line-data .chartSeries3 path {
    stroke-dasharray: 3 !important;
}

.datavisualization-area .chart .line-data .chartSeries4 path {
    /*stroke-dasharray: 5 !important;*/
    stroke-dasharray: 10 4 2 4 !important;
}

.datavisualization-area .chart .line-data .chartSeries5 path {
    /*stroke-dasharray: 7 5 3 5 !important;*/
    stroke-dasharray: 10 !important;
}

.datavisualization-area .chart .line-data .chartSeries8 path {
    stroke-dasharray: 3 !important;
}


.datavisualization-area .chart .line-data .chartSeries9 path {
    /*stroke-dasharray: 5 !important;*/
    stroke-dasharray: 10 4 2 4 !important;
}

.datavisualization-area .chart .line-data .chartSeries10 path {
    /*stroke-dasharray: 7 5 3 5 !important;*/
    stroke-dasharray: 10 !important;
}

.chart-tooltip {
    text-align: left !important;
}

    .chart-tooltip .tooltip-item .color-dot {
        width: 30px !important;
        height: 3px !important;
    }


/*Overwrite it for the line thinkness for COVID19-3 from LiineChart.css 20200319*/
.tooltip-dot {
    stroke-width: 4px !important;
    fill: white;
}

.chart-legend {
    visibility: hidden;
}

.chart-tooltip > .tooltip-subtitle, .chart-tooltip > .tooltip-subtitle2 {
    margin-bottom: 5px;
    font-size: 0.7em;
    white-space: nowrap;
}

.chart-tooltip > .tooltip-footer {
    margin-bottom: 5px;
    font-size: 0.7em;
    white-space: nowrap;
}

/*Added 20200319*/
.chart .axis {
    /*font: 10px Roboto;*/
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/*Added 20200319*/
.chart .xLabel {
    font-size: 16px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/*Added 20200319*/
.chart .yLabel {
    font-size: 16px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}


/*Added 20200319*/
/*Add it back when we need to rotate the x-axis tick 20200403*/
.chart .x-axis .tick text {
    text-anchor: end !important;
}

/*Added 20200319*/
#divChart_1 .chart .axis,
#divContent .chart .axis {
    /*font: 10px Roboto;*/
    font-size: 12px !important;
}

/*Added 20200319*/
#divChart_1 .chart .xLabel,
#divContent .chart .xLabel {
    font-size: 14px !important;
}

/*Added 20200319 commented on 20250725*/
/*#divChart_1 .chart .yLabel,
#divContent .chart .yLabel {
    font-size: 14px !important;
}*/

/*Added on 20250725*/
.one-chart-dim .chart .yLabel{
    font-size: 14px !important;
}

/*Added on 20250725*/
.multi-charts-dim .chart .yLabel {
    font-size: 12px !important;
}
/**/
/*Added by STT on 01082017 for Download Image*/
/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshot {
    /*width: 1152px;*/
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0 !important;
    /*width: 1122px;*/
    width: 1220px;
}

#screenshot-ChartsArea-Charts, #screenshot-ChartsArea {
    width: 910px;
}

.screenshot-ChartsArea-Helf {
    width: 430px;
}

.screenshot-ChartsArea-Full {
    width: 940px;
    padding-left: 15px;
    padding-right: 15px;
}

.screenshot-ChartAreaDiv {
    /*padding-bottom: 30px;*/
}

#canvas-chart-disclaimer-screenshot {
    padding-top: 20px;
}

.screenshot-ChartDiv {
    height: 500px; /*20200403*/
    /*height: 760px;*/
}

.screenshot-Multi-ChartDiv {
    height: 205px;
}

.screenshotChartTitle {
    text-align: center;
    height: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*#canvas-map-screenshot {
    width:864px; 
    float:left;
}*/
#canvas-chart-screenshot {
    width: 960px;
    float: left;
}

.chart-title {
    margin-left: 0px !important;
    text-align: center;
    font-size: 12px;
}

.chart-footnotes-screenshot {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    /*width:85%;*/
    padding-top: 10px;
}


/*******************************************************************************
                            Fix for CSP 20250725
******************************************************************************/
#divAllLists {
    overflow-y: auto;
}