﻿
html, body { /*STT*/
    height: 100%;
}


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

/*=============================================================
                      DISCLAIMER STYLES & POPUP DIALOG 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;
}

.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;
    background-color: #ffffff;
}

    .modal-body form > * {
        margin: 10px 0;
    }

    .modal-body .row {
        /*margin: 0 !important;*/
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.modal-footer {
    height: 48px !important;
    padding: 4px 15px !important;
}

.divRegionTypeLabel {
    margin-top: -5px;
}

    .divDataSourceLabel, .divRegionTypeLabel label {
        font-weight: 700;
    }

.downloadDataLabelType2 {
    /*width:22%;*/
    text-align: left;
    font-weight: normal;
    font-size: 14px !important;
    padding-left: 5px;
}

.downloadDataOptionType2 {
    margin-top: 0;
    width: 42% !important;
}

.disabledLabel {
    opacity: 0.5;
}

.enabledLabel {
    opacity: 1;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    width: 180px;
}


dropdown-multiselect button,
dropdown-multiselect-tree button {
    width: 100%;
}

dropdown-multiselect-tree .scrollable-menu {
    width: 260px !important;
}

.downloadDataOptionType2 .btn .caret {
    float: right !important;
    margin-top: 8px !important;
}

.childOption {
    padding-left: 15px;
}

.multiDropdwonButton {
    width: 86%;
    text-align: left !important;
}

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    padding-left: 25px !important;
}

fieldset legend { /*Added by STT on 10082016 for accessibility*/
    margin: 0 !important;
    border: none !important;
}

.radioFont {
    font-weight: normal !important;
}

.divDataSourceChxBoxLabel label {
    font-weight: normal;
    font-size: 14px;
}

.divModalFooterCenter {
    text-align: center;
}

.divCustomOptions {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .divCustomOptions dropdown-multiselect button,
    .divCustomOptions dropdown-multiselect-tree button {
        color: #333 !important;
        background-color: #fff !important;
        border-color: #ccc !important;
    }

.divTopCustomOption {
    padding-top: 10px;
}

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

/******************************************************************************
                                 HEADER STYLES
******************************************************************************/
.container-fluid a { /*STT*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    height: 20px;
}

.top-bar { /*James*/
    padding: 5px 0 0 0;
}

.cdc-logo { /*James*/
    /*padding: 10px 0;*/
    padding: 0; /*STT*/
}

#main-logo { /*James*/
    padding: 0 15px 0 0;
}

.main-title { /*James*/
    text-align: center;
    font-size: 24px;
    /*margin-top: 1.5rem;*/
    margin-top: 0; /*STT*/
}

/******************************************************************************
                                 WIDGET TITLE STYLES
******************************************************************************/
.panelContentDescription {
    padding-bottom: 10px;
    line-height: 1.1;
    margin-top: 2rem;
}

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

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

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

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

.toolbarArea {
    padding-top: 2rem;
}

.rBttnArea { /*James*/
    /*margin-top: 1rem;*/ /*STT*/
    text-align: center;
}

/*Components View drop down*/
.divMultiDropdwonButton { /*STT*/
    width: 180px;
}

.liCustomDataMultipleSeclection { /*STT*/
    padding-left: 10px;
}

.help-button { /*James*/
    margin-left: 5px;
    color: #fff;
    background-color: #e97e00;
    border: solid 1px #cd5c00;
}

    .help-button:hover { /*James*/
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:focus { /*James*/
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:active { /*James*/
        color: #fff !important;
        background-color: #cd5c00 !important;
        border: solid 1px #cd5c00 !important;
    }

.dropDownOption { /*STT*/
    cursor: pointer;
}

/*=============================================================
                      DATA VISUALIZATION STYLES
=============================================================*/
.datavisualization-panelGroup { /*, .panel-cols, .mapDivHeight*/ /*STT*/
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 800px;
    margin-bottom: 0; /*Overwrite bootstrap panel-group's style*/
    margin-left: 0;
    margin-right: 0;
}

.datavisualization-panel { /*STT*/
    padding-left: 0;
    padding-right: 0;
}

.panel-ele50 { /*STT*/
    margin-top: 5px;
    margin-left: 10px;
}

.panel-group .panel + .panel { /*Overwrite bootstrap's style*/ /*STT*/
    margin-top: 0;
}

.mapContainer { /*07112017*/
    float: left;
}

.mapBttnArea { /*STT*/
    margin-top: 18px;
}

.downloads-button {
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
    margin-bottom: 1rem;
}

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

.downloads-button-sm {
    margin-bottom: 0 !important;
}

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

.imgQuestion {
    margin-top: -10px;
}

/*Slider Area*/
.slider-area {
    /*margin-top: 3rem;*/
    margin-top: 1rem;
    /*margin-bottom: 3rem;*/
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-left: 0;
}

.btnSlider {
    float: left;
    margin-top: 20px;
}

.divSlider {
    float: left;
}

/*Added by STT from Phase 8*/
.slider-button { /*Added by STT from Phase 8*/
    /*padding: 4px 6px;*/ /*From James*/
    padding: 2px 3px !important; /*STT*/
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

.slider-button-area {
    margin: 150px 150px;
}

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

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


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

.weeklyButtonAreaDiv { /*STT*/
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
}

.weeklyButtons { /*STT*/
    margin-top: 8px;
}
/*End For slider*/

.chxBoxRect {
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

.marginTable {
    margin-left: 30px;
}

.cneterHeader {
    text-align: center;
}

/*Categories drop dwon button*/
/*Season dropdown button*/
.dropDownButton {
    min-width: 150px;
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

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

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

.divChkCategoryBreakdown, .divCategoryChartTitle {
    text-align: center;
    font-size: 14px;
}

.divCategoryChartTitle {
    font-weight: bold;
}

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

/*Tooltip*/
#tooltip {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*width: 260px;*/
    width: 180px;
    /*height: 200px;*/
    height: 100px;
    margin: 10px;
    border: 1px solid #fafafa;
    border-radius: 4px;
    background-color: #ffffff;
    display: block;
    left: -1000px;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}

    #tooltip #tooltipTitle {
        /*padding: 10px 15px;*/
        padding: 10px 10px;
        /*height: 55px;*/
        height: 35px;
        border-bottom: 1px solid #aabef9;
    }

        #tooltip #tooltipTitle .tip_leftHeader {
            float: left;
            font-size: 14px;
        }

            #tooltip #tooltipTitle .tip_leftHeader > p {
                margin: 0 0 4px;
                font-weight: normal;
                font-size: 12px;
                padding-top: 5px;
            }

                #tooltip #tooltipTitle .tip_leftHeader > p.title {
                    font-weight: bold;
                    font-size: 14px;
                }

        #tooltip #tooltipTitle .tip_rightHeader {
            float: right;
            width: 58px;
            font-size: 12px;
        }

            #tooltip #tooltipTitle .tip_rightHeader .tip_rectangle {
                border-radius: 4px;
                display: block;
                width: 34px;
                height: 20px;
                margin-bottom: 4px;
            }

            #tooltip #tooltipTitle .tip_rightHeader > p {
                font-size: 12px;
            }

    #tooltip #tooltipContent {
        /*padding: 5px 15px;*/
        padding: 5px 5px;
        font-size: 11px;
    }

        #tooltip #tooltipContent .tip_leftBody {
            padding-left: 22px;
            float: left;
            width: calc(100% - 20px);
            padding-top: 22px;
        }

            #tooltip #tooltipContent .tip_leftBody > p {
                font-weight: normal;
                font-size: 12px;
            }

                #tooltip #tooltipContent .tip_leftBody > p .boldText {
                    font-weight: bold;
                }

.boldText {
    margin-bottom: 3px !important;
}


#tooltip #tooltipContent .tip_rightBody {
    float: right;
    margin-top: 40px;
    margin-right: -15px;
    width: 20px;
}

    #tooltip #tooltipContent .tip_rightBody span.new_window:before {
        font-size: 14px;
        color: #36b0f7;
    }

#topoMap, #mappietooltip {
    text-align: center;
}

.hhsregions {
    fill: none;
    stroke: #4d4f4f; /*#D3D3D3;*/
    stroke-linejoin: round;
    stroke-linecap: round;
}

/*.state-borders {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
}*/


.mapVirustypeDropDown {
    padding-top: 10px;
}

/*=============================================================
                      LEGEND STYLES
=============================================================*/
.legendGroup text.legend-label {
    font-size: 10px;
    stroke: #fff;
    stroke-width: 0.5px;
}

.slidepanelLegend {
    padding-top: 30px !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}


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

    .ulCustomDataMultipleSeclection_H li {
        display: inline;
        list-style-type: none;
        /*padding-right: 3rem;*/
        font-size: 10px;
    }

.divParentNationalPieChart {
    float: left; /*07112017*/
    padding-left: 0;
    padding-right: 0;
}

.divNationalPieChartTitle {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

multiselect-tree .liCustomDataMultipleSeclection_H {
    /*padding-left: 0;*/
}

.legendDimension {
    float: right;
    width: 150px;
    padding-top: 20px;
    /*height: 230px;*/
}

.mapLegendTitle {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}

.ulMapLegend {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

    .ulMapLegend li {
        list-style-type: none;
        font-size: 11px;
        /*margin-bottom: 0 !important;*/
    }


.legendRect {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d4f4f;
}

.legendLabel {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    font-size: 12px;
}

.boldFont {
    font-weight: bold;
}

/*=============================================================
                      Stacked Column Chart
=============================================================*/
#weeklyStkColumnPanel .yLabel, #screenshotWeeklyChartArea .yLabel {
    font-size: 12px !important;
}

#weeklyStkColumnPanel .xLabel, #screenshotWeeklyChartArea .xLabel {
    font-size: 12px !important;
}

#weeklyStkColumnPanel .y-grid .tick.major,
#screenshotWeeklyChartArea .y-grid .tick.major {
    opacity: 0 !important;
}

#weeklyStkColumnPanel g.y2-axis,
#screenshotWeeklyChartArea g.y2-axis {
    visibility: hidden;
}

#weeklyStkColumnPanel .chart-legend,
#screenshotWeeklyChartArea .chart-legend {
    visibility: hidden;
}

.chart-tooltip .abscissas {
    font-size: 0.85em !important;
    margin-bottom: 0 !important;
}

.tooltip-subtitle {
    font-size: 0.85em !important;
    margin-bottom: 5px;
    white-space: nowrap;
}

.chart .column-series { /*Overwrite LineChart.css*/
    /*fill-opacity: 1 !important;*/
    fill-opacity: 1;
}


/*******************************************************************************
                             FOOTER STYLES
******************************************************************************/
#divFooterArea {
    text-align: center;
    padding-bottom: 20px;
}

    #divFooterArea a {
        cursor: pointer;
    }

/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshotMap {
    width: 932px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0;
}

#screenshotWeeklyChartArea {
    / /*width: 700px;
    height: 325px;*/
    width: 912px; /*Updated on 20231003*/
    height: 465px;
}

.screenshotWeeklyChartInnerArea {
    /*width: 1200px;
    height: 430px;*/
    /*width: 700px;
    height: 315px;*/
    width: 912px; /*Updated on 20231003*/
    height: 455px;
}

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

.screenshotWeeklyChart {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

#screenshotCategoryChartArea {
    width: 1050px;
    height: 460px;
}

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

.screenshotCategoryChart {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

/*#screenshotStackedColumnChartArea rect.stack {
        stroke: rgb(0,0,0);
        stroke-width: 1;
    }*/



/*.chartZoomTip {
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
}*/

.divStackedColumnLegend {
    margin-top: -10px;
}

#canvas-map-screenshot {
    width: 702px;
    float: left;
}

#canvas-mapLegend-screenshot {
    float: right;
}

.map-footnotes-screenshot {
    font-size: 14px;
    margin-left: 9rem;
    width: 85%;
}

/******************************************************************************
                              MEDIA QUERY STYLES
******************************************************************************/
/* Extra small devices (phones, less than 768px) / / No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up)  @media (min-width: @screen-sm-min) {
    ...
}
/* Medium devices (desktops, 992px and up)  @media (min-width: @screen-md-min) {
    ...
}*/
/* Large devices (large desktops, 1200px and up)  @media (min-width: @screen-lg-min) {
    ...
}*/
@media only screen and (min-width: 1025px) { /*STT*/
    .main-title {
        font-size: 24px;
        text-align: center;
        margin-top: 0;
    }

    .downloads-help-area {
        padding-left: 15px;
        text-align: right;
        /*margin-right: 3rem;*/
    }
}

/* Tablets, Small Laptops */
@media only screen and (max-width: 1024px) { /*James*/

    .main-title { /*STT*/
        padding-left: 5rem;
    }

    .rBttnArea {
        padding-left: 0px;
        padding-right: 0px;
    }

    .control-area {
        padding-right: 0px;
        padding-left: 5px;
    }

    /*.downloads-help-area {
        padding-left: 0px;
        padding-right: 15px; 
    }*/

    .play-pause-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    .seasonsArea {
        /*padding-left: 5px;*/
        padding-left: 15px; /*STT*/
    }

    .help-button {
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 960px) { /*STT*/

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .weeklyButtonAreaDiv { /*STT*/
        font-size: 12px;
    }

    .main-title {
        font-size: 18px;
    }

    .rBttnArea {
        margin-top: 1rem;
        text-align: left;
        padding-left: 15px;
    }

    .downloads-help-area {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 800px) { /*STT*/
    .mapBttnArea { /*STT*/
        margin-top: 8px;
    }

    .main-title {
        padding-left: 10rem;
    }
}

@media only screen and (max-width: 768px) { /*James*/

    .mapGroupDownloadButtonDiv {
        padding-top: 0;
    }

    #flu-logo {
        width: 170px;
    }

    #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: 12px;
        margin: 0px 5px;
    }

    .control-area {
        margin-left: 0px;
    }

    .play-pause-button {
        padding: 5px 5px;
        font-size: 12px;
    }

    .help-button {
        padding: 5px 5px;
    }

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

    .dataWindowResults {
        padding-left: 5px;
    }

        .dataWindowResults li {
            padding-right: 1rem;
        }

    .genderBttn {
        padding: 3px 6px;
    }
}

@media only screen and (max-width: 640px) { /*STT*/
    .btn {
        font-size: 11px;
        padding: 4px 6px;
    }

    .btn-sm {
        font-size: 11px;
        padding: 4px 6px;
    }

    .weeklyButtonAreaDiv { /*STT*/
        font-size: 11px;
    }

    .main-title {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 30px 5px 10px 15px;
        padding-left: 0;
    }

    .toolbarArea {
        padding-top: 0.5rem;
    }

    .rBttnArea {
        margin-top: 1rem;
        text-align: left;
        padding-left: 15px;
    }

    .downloads-help-area {
        margin-top: 1rem;
    }
}


/* Extra Small Devices, Phones */
/*iPhone 4*/
@media only screen and (max-width : 320px) { /*STT*/
    .main-title {
        font-size: 12px;
        /*margin: 30px 5px 10px 15px;*/
    }
}
