﻿html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /*overflow-y: hidden; commented 20210324*/
    overflow-y: auto;
}


.container-fluid a {
    padding-left:0;
    padding-right:0;
    padding-top:5px;
    padding-bottom:0;
    height: 20px;
}

.btn {
    padding-left:10px;
    padding-right:10px;
}

/******************************************************************************
                                 HEADER STYLES
******************************************************************************/
#a_cdc-logo {
    position: absolute;
    right: 15px;
    top: 1px;
}


.container-fluid a { /*STT*/
    padding: 5px 0 0 0;
    height: 20px;
}

.top-bar { /*James*/
    padding: 5px 0 0 0;
}

.cdc-logo { /*James*/
    /*padding: 10px 0;*/
    padding: 0; /*STT*/
}

/*#main-logo { 
    padding: 0 15px 0 0;
}*/

.main-title { /*James*/
    text-align: center;
    font-size: 24px;
    /*margin-top: 0;*/
    margin-top: 50px; /*20200409*/
    display: none; /*20210222*/
}

.sub-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
.control-area {
    margin-top: 2rem;
    margin-left: 15px;
}

#season-title {
  font-weight: 600;
}


.seasonDropdown {
    margin-top: 0 !important;
    min-width: 100px;
}

/*Season dropdown button*/
.seasonDropDown > .dropDownButton {
    min-width: 100px;
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .seasonDropDown > .dropDownButton:hover {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .seasonDropDown > .dropDownButton:focus {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .seasonDropDown > .dropDownButton:active {
        color: #fff !important;
        background-color: #235a89 !important;
        border-color: #2e6da4 !important;
    }

    .seasonDropDown > .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 {
    min-width: 100px;
}

.buttonAreaDiv { /*STT*/
    font-size: 14px;
}

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 {
    /*min-width: 150px;*/
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 3px;
}

    .dropDownButton:hover {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .dropDownButton:focus {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .dropDownButton:active {
        color: #fff !important;
        background-color: #235a89 !important;
        border-color: #2e6da4 !important;
    }

    .dropDownButton > .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        right: 5px;
        top: 45%;
        position: absolute;
    }

.dropDownButtonSpan {
    padding-right: 10px;
}
/*categories dropdown menu*/
.categoriesDropDown > ul.dropdown-menu {
    min-width: 150px;
}

ul.dropdown-menu {
    margin-left: 0;
    padding-left: 0 !important;
}

/*categories dropdown menu - listitem*/
.dropDownOption {
    cursor: pointer;
}
.dropDownOptionText {
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.divDropdown {
    margin-top:-3px;
}

.vewratedropdown-title {
    padding-left: 10px;
}

.entire-newtowk {
    font-weight: bold;
}

.newtowk {
    padding-left: 15px;
}

.qMark {
    color: #337ab7;
    /*font-size: 18px;*/
    font-size: 22px;
    border-color: #000;
    vertical-align:middle;
}

/*ToolTip for q mark*/
.span-tooltip {
    cursor: pointer;
    padding-left: 10px;
}

.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;
}

/*20220107*/
.divLinkButton {
    text-align: right;
    padding-right: 10px;
}

/*20220107*/
.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;
}

/*=============================================================
                      VISUALIZATION AREA
=============================================================*/

.panelContentDescription {
    padding-bottom: 10px;
    line-height: 1.1;
    /*margin-top: 1rem;*/ /*20210324*/
    margin-top: 0px; /*20210324*/
    background-color: #08519c; /*20210219*/
    /*margin-left: 15px;*/ /*20210219*/
    /*margin-right: 15px;*/ /*20210219*/
    margin-left: 0px; /*20210324*/
    margin-right: 0px; /*20210324*/
}

.panelContentDescriptionForStackedColumn {
    padding-bottom: 0 !important;
    text-align: center; /*Added 20191001*/
}

.panelDescriptionRow1, .panelDescriptionRow2 {
    /*font-size: 11px;*/
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff; /*20210219*/
    padding-top: 5px; /*20210219*/
}

.panelDescriptionRow3 {
    /*font-size: 11px;
    color: #4F81BD;*/
    font-size: 14px;
    line-height: 1.4;
    color: #fff; /*20210219*/
    padding-bottom: 5px; /*20210219*/
}

.panelDescriptionRow4 {
    padding-top: 5px;
}

    .panelDescriptionRow4 a {
        cursor: pointer;
    }

.panelDescriptionRow4Link {
    display: inline;
    padding-left: 5px !important;
}

#toolArea {
    padding-top: 15px;
    text-align:center;
}

.chartContainer { /*20201203*/
    margin-left: auto;
    margin-right: auto;
}

#divChart {
    margin-left: auto;
    margin-right: auto;
}

.seasonsBttn {
    margin-top: 2rem;
}

.chBoxWrapper {
    /*font-size:10px;*/
    font-size: 12px;
    /*margin-left: 1.5rem;*/
    margin-left: 2.5rem;
    /*padding-left: 5rem;*/
}

.legendDiv {
    margin-left: 5rem;
}

.legendItemDiv {
    display: inline-block;
    font-size: 12px;
    padding-left: 2.5rem;
}

.legendItemLabelDiv {
    display: inline-block;
    min-width:45px;
}

    dropdown-multiselect-symbol-tree3 .chBoxWrapper {
        margin-left: 0px;
        padding-left: 10px;
        font-size: 14px;
    }


.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;
}

.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;*/
    padding-bottom:20px;
}

.one-chart {
    width: 100%;
    /*height: 550px;*/ /*20210324*/
    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%;
    }
}

#dvAreaDiv .yLabel {
    /*font-size: 12px !important;*/
    font-size: 14px !important; /*Added 20200319*/
}

#dvAreaDiv .xLabel {
    /*font-size: 12px !important;*/
    font-size: 14px !important; /*Added 20200319*/
}

/*Added 20200319*/
#dvAreaDiv .axis {
    font-size: 12px !important;
}


.divChartHLegend {
    /*padding-top: 10px;*/
    /*padding-top: 30px;*/ /*Commented 20210401*/
}

/*20210302*/
.hLegendLabel {
    display:inline-block !important;
    min-width:45px;
}

.ulCustomDataMultipleSeclection_H {
    list-style: none;
    /*margin-left:-15px;*/
}

    .ulCustomDataMultipleSeclection_H li {
        display: inline;
        list-style-type: none;
        /*padding-right: 3rem;*/
        /*font-size: 10px;*/
        font-size: 12px;
    }

#divFooterArea {
    text-align: center;
    /*padding-bottom: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

    #divFooterArea a {
        cursor: pointer;
    }

hr {
  margin-top: 0;
}

/*=============================================================
                      FOOTNOTE DIV STYLES
=============================================================*/

.footnoteContent { /*20201203*/
    font-size: 12px;
    /*padding-left: 30px;
    padding-right: 30px;*/
    padding-left: 10px; /*20210324*/
    padding-right: 10px; /*20210324*/
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footnoteContent p { /*20201203*/
        margin: 0px !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;
}

    #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;*/ 
    width: 220px; /*820220719*/
}

.divMultiDropdwonButton {
    /*width: 180px;*/
    width: 220px; /*820220719*/
}

.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*/
}

/*09282018*/
.liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 43px !important; /*For pahse 3*/
}

multiselect-tree3 .liCustomDataMultipleSeclectionChildSubElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 30px !important;
}

dropdown-multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubElement {
    padding-left: 40px !important;
}

multiselect-tree3 .liCustomDataMultipleSeclectionChildSubSubElement,
multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubSubElement {
    padding-left: 45px !important;
}

dropdown-multiselect-symbol-tree3 .liCustomDataMultipleSeclectionChildSubSubElement {
    padding-left: 55px !important;
}

multiselect-tree4 .liCustomDataMultipleSeclectionChildSubElement,
multiselect-tree5 .liCustomDataMultipleSeclectionChildSubElement {
    font-weight: normal !important; /*For pahse 3*/
    padding-left: 18px !important; /*For pahse 3*/
}

/*20200505*/
.divLegendSymbol {
    /*width:20px;*/
    width: 30px;
    /*height: 2px;*/
    height: 3px;
    display: inline-block;
    vertical-align: middle;
}

dropdown-multiselect-symbol-tree3 {
    padding-left:10px;
}

dropdown-multiselect-symbol-tree3 .divOverallLegendSymbol {
    width: 30px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

multiselect-tree .liCustomDataMultipleSeclection {
    padding-left: 0;
}


/*09282018*/
multiselect-tree2 .ulCustomDataMultipleSeclection2,
multiselect-tree3 .ulCustomDataMultipleSeclection2,
multiselect-symbol-tree3 .ulCustomDataMultipleSeclection2,
dropdown-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;
}

dropdown-multiselect-symbol-tree3 .liCustomDataMultipleSeclection {
    padding-left: 10px;
}

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 : 320px) {
    .main-title {
        font-size: 12px;
        /*margin: 30px 5px 10px 15px;*/
    }

    .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*/
    }
}

@media only screen and (max-width: 640px) { /*STT*/
    .btn {
        font-size: 11px;
        padding: 4px 6px;
    }

    .btn-sm {
        font-size: 11px;
        padding: 4px 6px;
    }

    .buttonAreaDiv { /*STT*/
        font-size: 11px;
    }

    .main-title {
        /*text-align: left; 20200409*/
        font-size: 14px;
        font-weight: bold;
        /*margin: 30px 5px 10px 15px; 20200409*/
        margin: 50px 5px 10px 15px;
        padding-left: 0;
    }

    .rBttnArea {
        margin-top: 1rem;
        text-align: left;
        padding-left: 15px;
    }

    .downloads-help-area, .externalLink {
        margin-top: 1rem;
    }
}

/* 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;
      }*/

    .main-title { /*STT*/
        font-size: 18px;
        /*text-align: left;
        margin: 25px 0 0 15px;*/
    }

    #sub-title {
        /*font-size: 14px;*/
        font-size: 12px;
        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: 800px) { /*STT*/

    .main-title {
        padding-left: 10rem;
    }
}

@media only screen and (max-width: 960px) { /*STT*/

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .buttonAreaDiv { /*STT*/
        font-size: 12px;
    }

    .main-title {
        font-size: 18px;
    }

    .rBttnArea {
        margin-top: 1rem;
        text-align: left;
        padding-left: 15px;
    }

    .downloads-help-area, .externalLink {
        margin-top: 1rem;
    }
}

@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: 24px;
}

    .main-title { /*STT*/
        padding-left: 5rem;
    }

    .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*/ 
}

/*Overwrite the line thinkness for COVID19-3 from LiineChart.css 20200319*/
.chart .line-series path {
    stroke-width: 3px !important;
}

.chart .line-data .chartSeries-AgeGroup-1 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-AgeGroup-3 path { /*20220719*/
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-AgeGroup-6 path { /*20220719*/
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-AgeGroup-10 path { /*20220719*/
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-AgeGroup-15 path { /*20220719*/
    stroke-dasharray: 3 !important;
}

/* 20220719
.chart .line-data .chartSeries-AgeGroup-4 path {
    stroke-dasharray: 3 !important;
}


.chart .line-data .chartSeries-AgeGroup-8 path {
    stroke-dasharray: 3 !important;
}


.chart .line-data .chartSeries-AgeGroup-13 path { 
    stroke-dasharray: 3 !important;
}*/

/*for dashed line*/
#divContent .chart .line-data .chartSeries-AgeGroup-1 path,
/*#divContent .chart .line-data .chartSeries-AgeGroup-4 path,
#divContent .chart .line-data .chartSeries-AgeGroup-8 path,
#divContent .chart .line-data .chartSeries-AgeGroup-13 path*/ /*20200505 for dashed line*/
#divContent .chart .line-data .chartSeries-AgeGroup-3 path, /*20220719*/
#divContent .chart .line-data .chartSeries-AgeGroup-6 path,
#divContent .chart .line-data .chartSeries-AgeGroup-10 path,
#divContent .chart .line-data .chartSeries-AgeGroup-15 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-Race_Ethnicity-1 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-Race_Ethnicity-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}

#divContent .chart .line-data .chartSeries-Race_Ethnicity-1 path {
    stroke-dasharray: 3 !important;
}

#divContent .chart .line-data .chartSeries-Race_Ethnicity-2 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*20210521
.chart .line-data .chartSeries-AgeGroup-5 path {
    stroke-dasharray: 10 4 2 4 !important;
}


.chart .line-data .chartSeries-AgeGroup-6 path {
    stroke-dasharray: 10 4 2 4 !important;
}


.chart .line-data .chartSeries-AgeGroup-9 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.chart .line-data .chartSeries-AgeGroup-14 path {
    stroke-dasharray: 10 4 2 4 !important;
}
*/

.chart .line-data .chartSeries-AgeGroup-4 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.chart .line-data .chartSeries-AgeGroup-7 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.chart .line-data .chartSeries-AgeGroup-8 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.chart .line-data .chartSeries-AgeGroup-11 path {
    stroke-dasharray: 10 4 2 4 !important;
}

.chart .line-data .chartSeries-AgeGroup-16 path {
    stroke-dasharray: 10 4 2 4 !important;
}

/*#divContent .chart .line-data .chartSeries-AgeGroup-5 path,
#divContent .chart .line-data .chartSeries-AgeGroup-6 path,
#divContent .chart .line-data .chartSeries-AgeGroup-9 path,
#divContent .chart .line-data .chartSeries-AgeGroup-14 path,*/ /*20210521*/
#divContent .chart .line-data .chartSeries-AgeGroup-4 path, /*20220719*/
#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-16 path {
    stroke-dasharray: 10 4 2 4 !important;
}


/*20210521
.chart .line-data .chartSeries-AgeGroup-10 path {
    stroke-dasharray: 10 !important;
}

.chart .line-data .chartSeries-AgeGroup-15 path {
    stroke-dasharray: 10 !important;
}
*/

/*20220719*/
.chart .line-data .chartSeries-AgeGroup-12 path {
    stroke-dasharray: 10 !important;
}

/*20220719*/
.chart .line-data .chartSeries-AgeGroup-17 path {
    stroke-dasharray: 10 !important;
}

/*
#divContent .chart .line-data .chartSeries-AgeGroup-10 path,
#divContent .chart .line-data .chartSeries-AgeGroup-15 path, */ /*20210521*/
#divContent .chart .line-data .chartSeries-AgeGroup-12 path, /*20220719*/
#divContent .chart .line-data .chartSeries-AgeGroup-17 path {
    stroke-dasharray: 10 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-11 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-12 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-13 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-14 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-15 path {
    stroke-dasharray: 3 !important;
}

.chart .line-data .chartSeries-SurveillanceSite-16 path {
    stroke-dasharray: 3 !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 {
    stroke-dasharray: 3 !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;
}

/*.chart-tooltip .tooltip_chartSeries3 {
    border-bottom-style: dotted !important;
    border-bottom-width: 3px;
}

.chart-tooltip .tooltip_chartSeries4 {
    border-style: dashed !important;
    border-width: 2px;
}

.chart-tooltip .tooltip_chartSeries5 {
    border-bottom-style: dashed !important;
    border-bottom-width: 3px;
}


.chart-tooltip .tooltip_chartSeries8 {
    border-bottom-style: dotted !important;
    border-bottom-width: 3px;
}

.chart-tooltip .tooltip_chartSeries9 {
    border-style: dashed !important;
    border-width: 2px;
}

.chart-tooltip .tooltip_chartSeries10 {
    
    border-bottom-style: dashed !important;
    border-bottom-width: 3px;
}*/

/*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: 12px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/*Added 20200319*/
.chart .xLabel {
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/*Added 20200319*/
.chart .yLabel {
    font-size: 14px !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 {
    /*font: 10px Roboto;*/
    font-size: 12px !important;
}

/*Added 20200319*/
#divChart_1 .chart .xLabel {
    font-size: 14px !important;
}

/*Added 20200319*/
#divChart_1 .chart .yLabel {
    font-size: 14px !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;
}


/**/
