﻿html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}


.container-fluid a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    height: 20px;
}

.btn {
    padding-left: 10px;
    padding-right: 10px;
}


/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
.control-area {
    margin-top: 2rem;
    margin-left: 15px;
}

#season-title, #agegroup-title {
    font-weight: 600;
}


.seasonDropdown, .ageGroupDropDown {
    margin-top: 0 !important;
    min-width: 100px;
}

    /*Season dropdown button*/
    .seasonDropDown > .dropDownButton,
    .ageGroupDropDown > .dropDownButton {
        min-width: 100px;
        width: 100%;
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

        .seasonDropDown > .dropDownButton:hover,
        .ageGroupDropDown > .dropDownButton:hover {
            color: #fff;
            background-color: #235a89;
            border-color: #2e6da4;
        }

        .seasonDropDown > .dropDownButton:focus,
        .ageGroupDropDown > .dropDownButton:focus {
            color: #fff;
            background-color: #235a89;
            border-color: #2e6da4;
        }

        .seasonDropDown > .dropDownButton:active,
        .ageGroupDropDown > .dropDownButton:active {
            color: #fff !important;
            background-color: #235a89 !important;
            border-color: #2e6da4 !important;
        }

        .seasonDropDown > .dropDownButton > .caret,
        .ageGroupDropDown > .dropDownButton > .caret {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #fff;
            right: 5px;
            top: 45%;
            position: absolute;
        }

    /*Season dropdown menu*/
    .seasonDropDown > ul.dropdown-menu,
    .ageGroupDropDown > ul.dropdown-menu {
        min-width: 100px;
    }

ul.dropdown-menu {
    margin-left: 0;
    padding-left: 0 !important;
}

/*Season dropdown menu - listitem*/
.dropDownOption {
    cursor: pointer;
}

/*Season dropdown menu - listitem - element*/
.dropdown-menu > li > a {
    padding-left: 10px !important;
}

.dropDownOptionText {
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.displayBttn {
    background-color: #dedede;
    border-color: #999;
}

    .displayBttn:hover {
        background-color: #999;
        border-color: #666;
        color: #fff;
    }

    .displayBttn:focus {
        background-color: #666;
        color: #fff;
    }

.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;
}

.entire-newtowk {
    font-weight: bold;
}

.newtowk {
    padding-left: 15px;
}

.qMark {
    color: #337ab7;
    font-size: 18px;
    border-color: #000;
}

/*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;
    max-width: 400px !important;
}

/*Added on 20241003*/
.popover-inner {
    color: #333;
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0,0,0,.175);
    text-align: left;
    min-width: 200px !important;
    max-width: 200px !important;
    font-size: 11px;
    overflow-y: auto;
}

/*Added on 20241003*/
.popover-inner .popover-content {
    max-height: 200px !important;
}


/*=============================================================
                      VISUALIZATION AREA
=============================================================*/

.panelContentDescription {
    padding-bottom: 10px;
    line-height: 1.1;
}

.panelContentDescriptionForStackedColumn {
    padding-bottom: 0 !important;
    text-align: center; /*Added 20191001*/
}

.panelDescriptionRow1, .panelDescriptionRow2 {
    font-size: 11px;
    font-weight: bold;
}

.panelDescriptionRow3 {
    font-size: 11px;
    color: #4F81BD;
}

.panelDescriptionRow4 {
    padding-top: 5px;
}

    .panelDescriptionRow4 a {
        cursor: pointer;
    }

.panelDescriptionRow4Link {
    display: inline;
    padding-left: 5px !important;
}





.seasonsBttn {
    margin-top: 2rem;
}

.chBoxWrapper {
    font-size: 10px;
    margin-left: 1.5rem;
    /*padding-left: 5rem;*/ /*20240102*/
}

.overallLabel {
    font-weight: normal;
    vertical-align: middle;
}

.overallSymbol {
    vertical-align: top;
    font-size: 15px;
}

.dropWrapper {
    width: 220px;
    max-height: 300px;
    overflow-y: scroll;
}

#epiStates {
    list-style-type: none;
    padding-right: 4px;
}

    #epiStates a {
        color: #000;
    }


.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;
}


.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;
}

#dvAreaDiv .yLabel {
    font-size: 12px !important;
}

#dvAreaDiv .xLabel {
    font-size: 12px !important;
}

.noDataDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.divChartHLegend {
    padding-top: 10px;
}

.ulCustomDataMultipleSeclection_H {
    list-style: none;
    margin-left: -25px; /*20240102*/
}

    .ulCustomDataMultipleSeclection_H li {
        /*display: inline;*/ /*20240102*/
        display: inline-block; /*20240102*/
        /*padding-right: 3rem;*/
        font-size: 10px;
        width: 105px; /*20240102*/
    }

#divFooterArea {
    text-align: center;
    padding-bottom: 20px;
}

    #divFooterArea a {
        cursor: pointer;
    }

hr {
    margin-top: 0;
}

.chart .dot-series circle {
    fill: none; /*Override the dot fill style from LineChart.css*/
}

.chartContainer .chart .dot-series circle {
    fill: none; /*Override the dot fill style from LineChart.css*/
}

.chartContainer .chart .line-data path {
    stroke-width: 3px !important; /*Overwrite the line thinkness from LineChart.css*/
}

/*dotted line*/
.chart .line-data .chartSeries1 path,
.chart .line-data .chartSeries3 path,
.chart .line-data .chartSeries6 path,
.chart .line-data .chartSeries10 path,
.chart .line-data .chartSeries15 path,
.chart .line-data .chartSeries17 path {
    stroke-dasharray: 3 !important;
}

.chartContainer .chart .line-data .chartSeries1 path,
.chartContainer .chart .line-data .chartSeries3 path,
.chartContainer .chart .line-data .chartSeries6 path,
.chartContainer .chart .line-data .chartSeries10 path,
.chartContainer .chart .line-data .chartSeries15 path,
.chartContainer .chart .line-data .chartSeries17 path {
    stroke-dasharray: 3 !important;
}

/*dash-dotted*/
.chart .line-data .chartSeries4 path,
.chart .line-data .chartSeries7 path,
.chart .line-data .chartSeries8 path,
.chart .line-data .chartSeries11 path,
.chart .line-data .chartSeries18 path {
    stroke-dasharray: 10 4 2 4 !important;
}


.chartContainer .chart .line-data .chartSeries4 path,
.chartContainer .chart .line-data .chartSeries7 path,
.chartContainer .chart .line-data .chartSeries8 path,
.chartContainer .chart .line-data .chartSeries11 path,
.chartContainer .chart .line-data .chartSeries18 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*dashed*/
.chart .line-data .chartSeries12 path {
    stroke-dasharray: 10 !important;
}

.chartContainer .chart .line-data .chartSeries12 path {
    stroke-dasharray: 10 !important;
}

.chart .line-series path {
    stroke-width: 3px !important;
}

.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;
}

.chartContainer .chart .line-data .chartSeries-Season-11 path,
.chartContainer .chart .line-data .chartSeries-Season-12 path,
.chartContainer .chart .line-data .chartSeries-Season-13 path,
.chartContainer .chart .line-data .chartSeries-Season-14 path,
.chartContainer .chart .line-data .chartSeries-Season-15 path,
.chartContainer .chart .line-data .chartSeries-Season-16 path,
.chartContainer .chart .line-data .chartSeries-Season-17 path,
.chartContainer .chart .line-data .chartSeries-Season-18 path,
.chartContainer .chart .line-data .chartSeries-Season-19 path,
.chartContainer .chart .line-data .chartSeries-Season-20 path,
.chartContainer .chart .line-data .chartSeries-Season-21 path {
    stroke-dasharray: 3 !important;
}

/*=============================================================
                     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
******************************************************************************/
#screenshotCharts {
    /*width: 700px;
    height: 325px;*/
    width: 912px; /*Updated on 20231003*/
    height: 465px;
}

    #screenshotCharts .y2-axis {
        visibility: hidden;
    }


/*******************************************************************************
                             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;
}

.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;
}

.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*/ /*20240102*/
}

/*09282018*/
.liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 43px !important; /*For pahse 3*/
}

multiselect-tree .ulCustomDataMultipleSeclection {
    list-style: none;
    margin-left: -15px;
}

multiselect-tree .liCustomDataMultipleSeclection {
    padding-left: 0;
}

/*09282018*/
multiselect-tree2 .ulCustomDataMultipleSeclection {
    list-style: none;
    margin-left: -15px;
}

/*09282018*/
multiselect-tree2 .ulCustomDataMultipleSeclection2 {
    list-style: none;
    margin-left: -22px;
}

/*09282018*/
multiselect-tree2 .liCustomDataMultipleSeclection {
    padding-left: 0;
}

.divLegendSymbol {
    width: 30px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
}

.dotted {

}

.dashed {

}

.dash-dotted {

}

/*09282018*/
.liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 43px !important; /*For pahse 3*/
}


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 : 320px) {
    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #25a721;
        border: solid 1px #1e7d1b;
        font-size: 14px;
    }
}

/* 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 : 479px) {
    .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*/
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
    .slider-area {
        margin-top: 1rem;
    }

    .range-slider {
        padding-left: 0px;
        margin-bottom: 0rem;
    }

    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*/
    }

    #main-logo {
        width: 55px;
    }

    #main-title {
        font-size: 18px;
        margin: 25px 5px 10px 5px;
    }

    #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: 10px;*/
        font-size: 11px;
    }

    .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;
    }

    .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;
    }
}

/* Tablets, Small Laptops */
@media only screen and (max-width: 1024px) {
    .container-fluid a {
        /*height: 50px;*/
    }

    .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*/
    }

    .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;
    }
}

/*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*/
}

.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 by STT on 01082017 for Download Image*/
/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshot {
    width: 1152px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0 !important;
    width: 1122px;
}

#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;*/
    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;
}


/**/
