﻿
html, body { /*STT*/
    /*height: 100%; commented 20210324*/
    height: 100%;
}

body { /*James*/
    /*overflow:hidden;*/
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /*overflow-y: hidden; commented 20210324*/
    overflow-y: auto;
}

.fa-1Dot7x {
    font-size:1.7em;
}
/*=============================================================
                      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;
}

/*Components View drop down*/
.modal-body .divMultiDropdwonButton { /*STT*/
    width: 180px;
}

.modal-body .divDropdownMultiselect2ndRow .divMultiDropdwonButton { /*STT*/
    width: 160px;
}

.divDropdownMultiselect2ndRow {
    padding-top: 5px;
}

.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;
    background-color: #f0f0f0;
    padding: 5px 10px 5px 10px;
}

    .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
******************************************************************************/
#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;
}

/******************************************************************************
                                 WIDGET TITLE STYLES
******************************************************************************/
.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: 17px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff; /*20210219*/
    padding-top: 5px; /*20210219*/
}

.panelDescriptionRow3 {
    /*font-size: 17px;*/
    font-size: 14px;
    line-height: 1.4;
    /*color: #4F81BD;*/
    color: #fff; /*20210219*/
    padding-bottom: 5px; /*20210219*/
}

#toolArea {
    padding-top:15px;
    margin-left: 0px !important;
    margin-right:0px !important;
}

#toolArea .inputRadio input {
    /*margin-top: 2px;*/
}

    #toolArea .inputCheckBox input {
        /*margin-top: 3px;*/
    }

.divCharacteristicsToolBar {
    text-align: center;
}

.divFooterArea {
    text-align: center;
}

#medicalConditionsColumnPanel .divFooterArea {
    /*padding-top: 100px;*/ /*Commeneded 20210217*/
}

#categoryColumnPanel .divFooterArea {
    padding-top: 10px;
    padding-bottom:10px;
}

#virusTypeStkColumnPanel .divFooterArea {
    padding-top: 10px;
    padding-bottom: 10px;
}

#divFooterArea a {
    cursor: pointer;
}
    /*=============================================================
                      TOOLBAR STYLES
=============================================================*/
    .rBttnArea { /*James*/
        /*margin-top: 1rem;*/ /*STT*/
        text-align: center;
    }

/*Components View drop down*/
#divSeasonsDropdown .divMultiDropdwonButton { /*STT*/
    width: 180px;
}

    #divSeasonsDropdown .scrollable-menu {
        width: 180px;
    }

#divConditionsDropdown .divMultiDropdwonButton { /*STT*/
    width: 220px;
}

#divConditionsDropdown .scrollable-menu {
    width: 220px;
}

.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;
}

/*=============================================================
                      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;
    }

/*=============================================================
                      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;*/ /*20210219*/
}

.chartContainer { /*20201203*/
    margin-left: auto;
    margin-right: auto;
}

.discriptionButton { /*20201203*/
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 4px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: auto !important;
    cursor:pointer;
}

    .discriptionButton i { /*20201203*/
        vertical-align: -5px !important;
    }

#divVirusTypeCheckboxGroup { /*20201203*/
    padding-top: 15px;
}



.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;
}

.switchXYAxiss-button {
    margin-top: 3px;
    margin-left: 15px !important;
    color: #000000;
    background-color: #ccc;
}

    .switchXYAxiss-button:hover {
        color: #000000;
        background-color: #aaa;
    }

    .switchXYAxiss-button:focus {
        color: #000000;
        background-color: #aaa;
    }

    .switchXYAxiss-button:active {
        color: #000000 !important;
        background-color: #aaa;
    }


.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: 1rem 0 1.5rem 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;
}

.linkButton {
    cursor:pointer;
}

.nv-x .tick line { /*Hide angular nvd3 gridline */
    display: none;
}

/*Add black color for the x or y axis*/
.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 1;
}

/*.nvd3 .nv-axis path.domain {
    stroke: #000000;
}*/

.buttonAreaDiv { /*STT*/
    font-size: 14px;
}

.centerAlign {
    text-align: center;
}

.categoriesButtons { /*STT*/
    margin-top: 3px;
    margin-left: 15px; /*20200601*/
}

.virusTypeButtons { /*STT*/
    margin-top: 3px;
}
/*End For slider*/

.chxBoxRect {
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

#virusTypeTableArea { /*Added 20200416*/ /*Updated 20201203*/
    /*padding-top: 50px;*/ /*20210324*/
    /*margin-left: 30px;
    margin-right: 30px;*/
    margin-left: 10px; /*20210324*/
    margin-right: 10px; /*20210324*/
}

#virusTypeTableTitle { /*20201203*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*20210324*/
@media only screen and (max-width: 440px) {

    #virusTypeTableTitle { /*20201203*/
        font-size: 14px;
    }

    #virusTypeTableArea thead, #virusTypeTableArea tbody {
        font-size: 10px;
    }
}

    .marginTable {
        /*margin-left: 30px;*/ /*20201203*/
    }

    .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;
        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;
    }

    .divChkCategoryBreakdown, .divCategoryChartTitle {
        text-align: center;
        font-size: 14px;
    }

    .divCategoryChartTitle {
        font-weight: bold;
    }

    .divCategoryColumnLegend { /*20200601*/
        padding-top: 5px;
    }

    .categoryDisplayBy { /*20200423*/
        padding-top: 5px;
    }
    /*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;
    }

    /*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;
    }


    /*=============================================================
                      LEGEND STYLES
=============================================================*/
    .legendGroup text.legend-label {
        font-size: 10px;
        stroke: #fff;
        stroke-width: 0.5px;
    }

    .slidepanelLegend {
        padding-top: 30px 0 0 0 !important;
    }


    .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;
    }


    .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
=============================================================*/
    #virusTypeStkColumnPanel .y-grid .tick.major,
    #screenshotVirusTypeChartArea .y-grid .tick.major {
        opacity: 0 !important;
    }

    #virusTypeStkColumnPanel g.y2-axis,
    #screenshotVirusTypeChartArea g.y2-axis {
        visibility: hidden;
    }

    #virusTypeStkColumnPanel .chart-legend,
    #screenshotVirusTypeChartArea .chart-legend {
        visibility: hidden;
    }

    #virusTypeStkColumnPanel .chart-legend {
        height: 0 !important;
    }

        #virusTypeStkColumnPanel .chart-legend .item {
            height: 0 !important;
        }

            #virusTypeStkColumnPanel .chart-legend .item > .legend-label {
                height: 0 !important;
            }

            #virusTypeStkColumnPanel .chart-legend .item > .icon {
                height: 0 !important;
            }

    #virusTypeStkColumnPanel .chart .y-axis {
        font: normal 12px Arial !important; /*Overwrite .chart .axis in LineChart.css*/
    }

    #medicalConditionsColumnPanel .chartContainer nvd3 svg.nvd3-svg .nv-groups .nv-group {
        fill-opacity: 1 !important;
    }

    #categoryColumnPanel .chartContainer {
        padding-left: 8px;
    }

    #categoryColumnPanel .y-grid .tick,
    #screenshotCategoryChartArea .y-grid .tick {
        opacity: 0 !important;
    }

    #categoryColumnPanel g.y2-axis {
        visibility: hidden;
    }

    #categoryColumnPanel .chart-legend {
        visibility: hidden;
        height: 0 !important;
    }

        #categoryColumnPanel .chart-legend .item {
            height: 0 !important;
        }

            #categoryColumnPanel .chart-legend .item > .legend-label {
                height: 0 !important;
            }

            #categoryColumnPanel .chart-legend .item > .icon {
                height: 0 !important;
            }


    .ulCategoryColumnLegend_H {
        /*text-align:center;*/
        list-style: none;
        margin-bottom: 0;
        text-align: center;
    }

        .ulCategoryColumnLegend_H li {
            display: inline-block;
            list-style-type: none;
            /*padding-right: 3rem;*/
            /*font-size: 10px;*/
            font-size: 12px; /*20200601*/
        }

    .liCategoryColumnLegend_H_ChildElement {
        padding-left: 25px !important;
    }

    .liCategoryColumnLegend_H_ChildElement_Symbol {
        /*height: 10px;
    width: 10px;*/
        height: 12px; /*20200601*/
        width: 12px;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: -1px;
    }

    .liCategoryColumnLegend_H_ChildElement_Label {
        display: inline-block;
        margin-left: 2px;
        margin-bottom: 3px;
    }

    .chart-tooltip .abscissas {
        font-size: 0.85em !important;
        /*margin-bottom: 0 !important;*/
        margin-bottom: 5px !important; /*20200416*/
    }

    .tooltip-subtitle, .tooltip-subtitle2 { /*20200416*/
        font-size: 0.85em !important;
        margin-bottom: 5px;
        white-space: nowrap;
    }

    #categoryColumnPanel .chart .axis {
        font: normal 12px Arial !important; /*Overwrite .chart .axis in LineChart.css*/
    }

    #categoryColumnPanel .chart-tooltip .tooltip-item > * {
        display: inline !important;
    }

    #categoryColumnPanel .chart-tooltip .tooltip-item {
        white-space: normal !important;
    }

        #categoryColumnPanel .chart-tooltip .tooltip-item .color-dot {
            display: inline-block !important;
        }

        #categoryColumnPanel .chart-tooltip .tooltip-item .series-label:after {
            content: "\A";
            white-space: pre;
        }

        #categoryColumnPanel .chart-tooltip .tooltip-item .y-value2:after { /*04102018 for Phase 5*/
            content: "\A";
            white-space: pre;
        }

    .chart .column-series { /*Overwrite LineChart.css*/
        /*fill-opacity: 1 !important;*/
        fill-opacity: 1;
    }

    /*#virusTypeStkColumnPanel .x-axis .tick text {
    transform: rotate(-90deg) !important;
}*/

    /*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
    .screenshotMap {
        width: 932px;
        margin-right: auto;
        margin-left: auto;
    }

    .screenshot-RowDiv {
        margin: 0;
    }

    #screenshotVirusTypeChartArea {
        width: 1200px;
        height: 355px;
    }

    .screenshotVirusTypeChartInnerArea {
        width: 1200px;
        /*height: 430px;*/
        height: 345px;
    }

    #screenshotVirusTypeChartArea .y2-axis {
        visibility: hidden;
    }

    .screenshotVirusTypeChart {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }


    .screenshotMedicalConditionsHChartArea {
        width: 1050px;
        height: 900px;
    }

    .screenshotMedicalConditionsVChartArea {
        width: 1050px;
        height: 675px;
    }

    .screenshotMedicalConditionsChart {
        width: 1050px;
        margin-right: auto;
        margin-left: auto;
    }

    .screenshotSaveMedicalConditionsChart {
        width: 1575px;
        margin-right: auto;
        margin-left: auto;
    }

    #screenshotCategoryChartArea {
        width: 1050px;
        height: 375px;
    }

        #screenshotCategoryChartArea .y2-axis {
            visibility: hidden;
        }

    .screenshotCategoryChart {
        width: 1050px;
        margin-right: auto;
        margin-left: auto;
    }

    /*#screenshotMedicalConditionsChartArea .nv-axis g text {
    font-size: 18px !important;
}

#screenshotMedicalConditionsChartArea .nv-groups g.nv-bar text {
    font-size: 18px !important;
}

#screenshotMedicalConditionsChartArea .nv-groups g text.bar-values {
    font-size: 18px !important;
}*/

    #screenshotMedicalConditionsChartArea nv-groups text {
        font-size: 10px !important;
    }

    text.bigFont {
        font-size: 18px !important;
    }

    text.bigValueFont { /*20201203*/
        font-size: 13px !important;
    }

    text.smallValueFont { /*20201203*/
        font-size: 10px !important;
    }

    /*#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 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;
        }
    }

    @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 only screen and (min-width: 1025px) { /*STT*/
        .main-title {
            font-size: 24px;
            text-align: center;
            /*margin-top: 0;*/
            margin-top: 50px; /*20200409*/
        }

        .downloads-help-area {
            padding-left: 15px;
            text-align: right;
        }

        .externalLink {
            padding-left: 15px;
            text-align: right;
            margin-top: 1rem;
        }
    }

    @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;
        }
    }

    /* 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 (min-width: 769px) 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;
        }
    }

    @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: 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;*/
            /*55 / 73 x 102*/
            width: 77px;
        }

        /*#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 (min-width: 321px) and (max-width:768px) {
        .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;
        }
    }

    @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 */
    /*iPhone 4*/
    @media only screen and (max-width : 320px) { /*STT*/
        .main-title {
            font-size: 12px;
            /*margin: 30px 5px 10px 15px;*/
        }

        .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;
        }
    }
 

