﻿
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

html {
    /*max-width: 906px;
    height: 710px;*/
    overflow-x:hidden;
}

@font-face {
    font-family: "Myriad Pro Light";
    src: url("../fonts/myriadpro-light.eot");
    src: url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
}

body {
    font-family: "Myriad Web Pro", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

.bodyBackground {
    background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;
}

.bodyNoBackground {
    background: none;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}


/*=============================================================
                      HEADER STYLES
=============================================================*/
.main-title {
    /*text-align: center;*/
    text-align: left;
    padding-left:15px;
    font-size: 24px;
}

.sub-title {
    /*font-size: 20px;
    font-weight: 900;*/
    text-align: left;
    /*margin: 0 0 10px;*/
    margin-left: 15px;
}

/*Added on 20210318*/
.hideSubTitle {
    visibility: hidden;
    height: 0px;
    margin: 0px !important;
}


.divShowBackground {
    margin-right: 35px !important;
}

.lblShowBackground {
    margin-left: 2rem;
    font-weight: normal !important;
}

/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
/* Reset the container */
.container {
    /*max-width: 906px;*/
    /*max-width: none !important;*/
}

/* Demonstrate the grids */
.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding: 15px;
        }

    /* Redeclare since we override the float above */
    .navbar-nav.navbar-right {
        float: right;
    }

* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /* Copy-pasted from forms.less since we mixin the .form-inline styles. */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

/*==================================================
              VIEW ANIMATION Styles 
==================================================*/
.view.ng-leave {
    z-index: 9999;
}

.view.ng-enter {
    z-index: 8888;
}

.view-map.ng-leave, .view-chart.ng-leave, .view-table.ng-leave {
    -webkit-animation: slideOutLeft 0.5s both ease-in;
    -moz-animation: slideOutLeft 0.5s both ease-in;
    animation: slideOutLeft 0.5s both ease-in;
}

view-map.ng-enter, .view-chart.ng-enter, .view-table.ng-enter {
    -webkit-animation: slideInRight 0.5s both ease-in;
    -moz-animation: slideInRight 0.5s both ease-in;
    animation: slideInRight 0.5s both ease-in;
}

/* slide in from the right */
@keyframes slideInRight {
    from {
    transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
    }
}

@-moz-keyframes slideOutLeft {
    to {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-100%);
    }
}

/*==================================================
              Widget Styles 
==================================================*/

.logo-container {
    margin-bottom: 4rem;
}

.light-weight-txt {
    /*text-align: center;*/
    /*font-size: 14px;*/
    font-size: 22px;
    font-weight: 900;
}

.heavy-weight-txt {
    margin-top: 0px;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
}

.heavy-weight-txt2 {
    margin-top: 0px;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

#headerRow .row {
    margin: 0px !important;
}

#btnGroupTools {
    padding-top: 15px;
    text-align:right;
}

#btnMap {
    padding: 0;
    font-size: 1.8em !important;
}

#btnTable {
    padding-left: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 2px;
    margin-left: 10px;
}

#btnChart {
    padding: 0;
    margin-left: 10px;
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    /*width: 50px !important;
    height: 50px !important;*/
    width: 36px !important;
    height: 36px !important;
    /*font-size: 10px;*/
    font-size: 1.6em;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

/*.downloads-button {
    margin-left: 0px;
    color: #fff;
    font-size: 12px;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}*/

.info-button {
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #e97e00;
    border: solid 1px #cd5c00;
}

    .info-button:hover {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .info-button:focus {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .info-button:active {
        color: #fff !important;
        background-color: #cd5c00 !important;
        border: solid 1px #cd5c00 !important;
    }

.divOptions {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.div-inline { /*20210318*/
    display:inline-block;
    padding-right:15px;
}

#rangeSliderArea row {
    margin-left: 0;
    margin-right: 0;
}

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

.map {
    margin-bottom: 3rem;
    width: 90%;
}

.xml-link {
    font-size: 12px;
    text-align: center;
}

/***Season Dropdown Area***/
/*Code from FluView1*/
.control-area {
    margin-bottom: 3rem; /*For NR*/
    /*padding-right: 0px;*/ /*For NR*/
    /*padding-left: 0px;*/ /*For NR*/
}

#year-title {
    font-weight: 600;
}

/*Code from flu 7*/
/*For year dropdown*/
/*Season dropdown container*/
.yearDropdown {
    margin-top: 0 !important;
    min-width: 100px;
}

/*Season dropdown button*/
.dropDownButton {
    min-width: 100px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    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;
    }

/*Years dropdown menu*/
.yearDropDown > ul.dropdown-menu {
    min-width: 85px;
    max-height: 300px;
    overflow-y: auto;
}

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

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

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

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

/*End*/


/***Play/Pause buttons***/
.play-pause-button {
    padding: 3px 6px;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #337ab7;
    border: solid 1px #2e6da4;
}

    .play-pause-button:hover {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

    .play-pause-button:focus {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

    .play-pause-button:active {
        color: #fff !important;
        background-color: #2e6da4 !important;
        border: solid 1px #2e6da4 !important;
    }

/***Slider Area***/
.slider-area {
    /*padding-left:0;
    padding-right:0;*/
    margin-top: -2rem;
}

/***Download Area***/
.downloads-help-area {
    text-align: right;
    padding-right: 30px;
    /*margin-top: -10px;*/ /*Commented on 20210419*/
    display: inline-block; /*Added on 20210419*/
}


.downloads-button {
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #337ab7;
    border: solid 1px #2e6da4;
}

    .downloads-button:hover {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

    .downloads-button:focus {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

    .downloads-button:active {
        color: #fff !important;
        background-color: #2e6da4 !important;
        border: solid 1px #2e6da4 !important;
    }

/*For slider*/
/*=============================================================
                      SLIDER BUTTON STYLES
=============================================================*/

.slider-button {
    padding: 2px 3px;
    color: #fff;
    background-color: #337ab7;
    border: solid 1px #2e6da4;
}

    .slider-button:hover {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

    .slider-button:active {
        color: #fff !important;
        background-color: #2e6da4 !important;
        border: solid 1px #2e6da4 !important;
    }

    .slider-button:focus {
        color: #fff;
        background-color: #2e6da4;
        border: solid 1px #2e6da4;
    }

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

/***********************************************
***********************************************/

.sliderContainer {
    margin-top: 30px;
}

.btnSlider {
}

.divSlider {
    float: left;
}

.btnSliderImg {
    margin-top: -10px;
    margin-left: -10px;
}

.rzslider .rz-ticks .rz-tick { /*Overright*/
    width: 1px !important;
    height: 10px !important;
}

    .rzslider .rz-ticks .rz-tick .rz-tick-value { /*Overright*/
        font-size: 12px !important; /*For NR*/
        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: #337ab7;
    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;
    font-size: 12px; /*For NR*/
}

/*End For slider*/
.centerText {
    text-align: center;
}

/*=============================================================
                      MAP AREA STYLES
=============================================================*/
.map-area {
    padding-left: 0px; /*For NR*/
    padding-right: 0px; /*For NR*/
    margin-top: 3rem;
}

.mapTitleDiv {
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: 900;
    margin-left: 6rem;
    margin-right: 9rem;
}

.mapTitle {
    /*padding-top:20px;*/
}

#divMap { /*For NR*/
    /*padding-left: 5px;
    padding-right: 0;*/
    padding-top: 20px;
}

.states {
    fill: none;
    stroke: #D3D3D3;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.states-labels-text {
    /*font-size: 12px;*/
    font-size: 10px;
}

#canvasScreenshot .states-labels-text, #mapScreenshot .states-labels-text { /*20210318*/
    font-size: 12px;
}

/*Fire fox doesn't support using id in url from external stylesheet
So setting pattern id for fill attribute does not work in FF*/
/*.activityCase999 {
    fill: #ffffff;
    background: #ffffff;
}

.activityCase0 {
    fill: url(#pattern-vertival-stripe); 
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGBg+D+N4T9jFgMjiA0mSBMAAKw9DAW+8C3HAAAAAElFTkSuQmCC);
}

.activityCase5 {
    fill: url(#pattern-cross-diagonal-stripe);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAPElEQVQoU2O8srX4v4JBJAM28ODCcgbGL0/P/Acx0BXBxMAKQLqRFSGz4QpgikA0smnEK8BrBV5HEvImADzPP9ekdn2lAAAAAElFTkSuQmCC);
}

.activityCase6 {
    fill: #F5EB28;
    background:#F5EB28;
}

.activityCase7 {
    fill: #FFD701;
    background:FFD701;
}

.activityCase8 {
    fill: #8B7E66;
    background:#8B7E66;
}*/
a:focus { /*for map element focus*/
    stroke: #0000ff;
    stroke-width: 2;
}

/*Tooltip*/
#tooltip {
    font-family: "Myriad Web Pro","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*width: 260px;
    height: 200px;*/
    /*margin: 10px;
    border: 1px solid #fafafa;
    border-radius: 4px;
    background-color: #ffffff;*/
    /*width: 360px; commented on 20210318*/
    width: 380px; /*Added on 20210318*/
    display: block;
    left: -1000px;
    /*max-width: 360px !important; commented on 20210318*/
    max-width: 380px !important; /*Added on 20210318*/
    line-height: 1.2 !important;
    /*font-weight: normal;
    font-size: 12px;
    color: #333333;*/
}

    #tooltip .row {
        margin:0px !important;
    }

    #tooltip .aligned-row {
        display: flex;
        flex-flow: row wrap;
    }

        #tooltip.aligned-row::before {
            display: block;
        }


    /*#tooltip .tooltipLeftPanel {
        border-width: 4px;
        border-style: solid;
        border-color: #d9d9d9;
        background-color: #F2F2F2;
        float: left !important;
        width: 50% !important;
    }*/
    #tooltip .tooltipLeftPanel {
        padding-left: 5px !important;
        padding-right: 0px !important;
        float: left !important;
        width: 58% !important;
    }

    /*Added on 20210318*/
    #tooltip .tooltipLeftPanel2 {
        padding-left: 5px !important;
        padding-right: 0px !important;
        float: left !important;
        width: 50% !important;
    }

    /*Added on 20210318*/
    #tooltip .tooltipRightPanel2 {
        padding-left: 0px;
        padding-right: 5px;
        width: 50% !important;
        margin-top:5px;
    }

    /*Added on 20210318*/
    #tooltipRightPanelP0 {
        padding-top:29px;
        font-weight: bold;
    }

    /*Added on 20210318*/
    #tooltipRightPanelP0, #tooltipRightPanelP1 {
        font-weight: bold;
        padding-left: 5px;
    }

#tooltipLeftPanelH {
    background-color: #337ab7;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px !important;
}

#tooltipLeftPanelP0, #tooltipLeftPanelP1 {
    font-weight: bold;
    padding-left: 5px;
}

/*#tooltip .tooltipRightPanel {
    border-width: 4px;
    border-style: solid;
    border-color: #d9d9d9;
    background-color: #ffffff;
    width: 50% !important;
}*/
#tooltip .tooltipRightPanel {

    width: 42% !important;
    margin-top: 5px;
}

    #tooltip h3 {
        margin-top: 10px;
    }

    #tooltip span {
        font-weight: bold;
        font-size: 16px;
    }

    #tooltip .tooltipRightPanel_LegendItem {
        padding-left: 7px;
        padding-right: 0;
    }

#tooltip .tooltipLeftPanel_LegendItem, #tooltip .tooltipLeftPanel_LastLegendItem {
    padding-left: 5px;
    padding-right: 0;
}

#tooltip .tooltipLeftPanel_LastLegendItem {
    padding-bottom: 5px;
}

    /*#tooltip .tooltipRightPanel_Symbol {
        height: 10px;
        width: 10px;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: -1px;
    }*/
#tooltip .tooltipLeftPanel_Symbol {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: -1px;
}

    /*#tooltip .tooltipRightPanel_Label {
        display: inline-block;
        font-size: 12px;
        margin-left: 2px;
        margin-bottom: 2px;
    }*/
#tooltip .tooltipLeftPanel_Label {
    display: inline-block;
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 2px;
}
    
    /*=============================================================
                      LEGEND STYLES
=============================================================*/
    /*.mapLegend .legendGroup text.legend-label {
        font-size: 12px;
        stroke: #000000;
        stroke-width: 0.5px;
    }*/
.mapLegend .legendGroup text.legendItem {
    font-size: 12px;
    stroke: #000000;
    stroke-width: 0.5px;
}

.mapLegend#mapLegend_v {
    /*padding-top: 30px !important;*/ /*For NR*/
    margin-top: 3rem; /*For NR*/
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
}

    .mapLegend#mapLegend_v > svg.Svg-Body {
        /*padding-left: 10px;*/ /*Commenetd by STT on 08232016 for the cutting off issue in FF*/
    }

.mapLegend#mapLegend_h {
    padding-left: 0;
    float: left;
}

map_legend > h3 {
    /*font-size: 18px; 
  font-weight: 900;
  text-align:left;*/ /*For NR*/
    margin-top: 0px !important; /*For NR*/
    margin-bottom: 1rem !important; /*For NR*/
    /*padding-left: 10px !important;*/ /*For NR*/
    font-size: 12px !important; /*For NR*/
    font-weight: 900 !important; /*For NR*/
}

map_legend_h > h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

/*.mapLegend .legendGroup text.legend-label {
    font-size: 12px;
    stroke: #000000;
    stroke-width: 0.5px;
}*/
.mapLegend .legendGroup text.legendItem {
    font-size: 12px;
    stroke: #000000;
    stroke-width: 0.5px;
}

.pieLegendSymbolUnknown {
    fill: url(#pattern-vertival-stripe);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAF0lEQVQYV2NMTk7+P3fuXEYYDWcQLwAARiogBVAtJTgAAAAASUVORK5CYII=);
}

/*******************************************************************************
                            CHART AREA STYLES
******************************************************************************/
.nv-x .tick line { /*Hide angular nvd3 gridline */
    display: none;
}

/*******************************************************************************
                            TABLE AREA STYLES
******************************************************************************/
.tableContainer {
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 15px;
}

.cneterHeader {
    text-align: center;
}

#divTable th {
    background-color: #337ab7;
    color: #ffffff;
    width:20%;
} 

/*=============================================================
                     Footer AREA STYLES
=============================================================*/
#footerArea {
    /*padding-bottom: 50px;*/
    padding-left: 15px;
    padding-right: 15px;
}

#footerAreaDisclaimer {
    font-style: italic;
    display: inline-block; /*Added on 20210419*/
    padding-left: 15px; /*Added on 20210419*/
    width: calc(100% - 300px); /*Added on 20210419*/
}

#map-clause {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

/*=============================================================
                     BUSY INDICATOR STYLES
=============================================================*/
.DataLoadingOverLay {
    opacity: 0.5;
    background-color: #fff;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1100;
}

    .DataLoadingOverLay.On {
        display: block;
    }

.DataLoadingWrapper {
    opacity: 1;
    background-color: transparent;
    display: none;
    top: 200px;
    left: 50%;
    width: 128px;
    height: 15px;
    margin: 100px auto;
    position: absolute;
    z-index: 1101;
}

    .DataLoadingWrapper img {
        position: absolute;
    }

    .DataLoadingWrapper.On {
        display: block;
    }

/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/

.screenshot {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0;
}

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

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

.canvas-Image-title-bar {
    margin-top: -30px;
}

#chartScreenshot {
    width: 1024px;
    height: 663px;
}

text.bigFont {
    font-size: 12px !important;
}

/*******************************************************************************
                             POPUP DIALOG STYLES
******************************************************************************/
.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: #fff !important; /*Overwrite ngDialog's css*/
}

.ngdialog-content {
    padding: 0 !important;
}

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

.divCustomOption {
    /*padding-top: 10px;*/
    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;
    overflow-x: hidden;
    width: 180px;
}

.divMultiDropdwonButton {
    width: 180px;
}

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

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

/*=============================================================
                      DISCLAIMER STYLES
=============================================================*/
.disclaimerDialog h5 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.disclaimerDialog p {
    font-size: 14px !important;
}

.disclaimerDialog > .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

/*==========  Mobile First Method  Media Query ==========*/

@media only screen and (max-width : 320px) {
    .light-weight-txt {
        font-size: 14px;
        font-weight: 900;
    }

    h1 {
        margin-top: 10px;
    }

    #btnGroupTools {
        padding-top: 0;
        text-align: left;
    }

    #btnMap {
        margin-left: 15px;
    }

    #btnMap, #btnChart, #btnTable {
        font-size: 1.2em !important;
    }

    .btn-sq-sm {
        width: 24px !important;
        height: 24px !important;
    }

    .widget-wrapper {
        width: 100%;
    }

    .view-map, .view-chart, .view-table {
        padding-top: 5px;
    }

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 100%;
    }


    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
        font-size: 14px;
    }

    .play-pause-button {
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
    }

    .pause {
        margin-right: 5px;
    }

    .heavy-weight-txt {
        margin-top: 0px;
        margin-bottom: 2rem;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .heavy-weight-txt2 {
        margin-top: 0px;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 10px;
        font-weight: 900;
    }

    #map-legend-title-v {
        font-size: 10px !important;
    }

    .control-area {
        margin-bottom: 0; /*For NR*/
    }

    /*.downloads-help-area {
        text-align: center;
        margin-bottom: 0;
        visibility: hidden;
    }*/

    .left-info-button {
        visibility: visible;
    }

    #headerUI, .yearUI {
        margin-bottom: 2rem;
        /*margin-left: 23%;*/
        /*text-align: center;*/
        width: 100%;
    }

    #rangeSliderArea .yearUI {
        margin-top: 0;
    }

    .states-labels-text {
        font-size: 10px;
    }

    #canvasScreenshot .states-labels-text, #mapScreenshot .states-labels-text { /*20210318*/
        font-size: 12px;
    }

    /*.mapLegend .legendGroup text.legend-label {
        font-size: 9px;
    }*/
    .mapLegend .legendGroup text.legendItem {
        font-size: 9px;
    }

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

    #map-clause {
        font-size: 11px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 321px) {
    h1 {
        margin-top: 10px;
    }

    .light-weight-txt {
        font-size: 16px;
        font-weight: 900;
    }

    #btnGroupTools {
        padding-top: 0;
        text-align: left;
    }

    #btnMap {
        margin-left: 15px;
    }

    #btnMap, #btnChart, #btnTable {
        font-size: 1.2em !important;
    }

    .btn-sq-sm {
        width: 24px !important;
        height: 24px !important;
    }

    .widget-wrapper {
        width: 100%;
    }

    .view-map, .view-chart, .view-table {
        padding-top: 5px;
    }

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 100%;
        padding-left: 15px;
    }


    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
        font-size: 14px;
    }

    .play-pause-button {
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
    }

    .pause {
        margin-right: 5px;
    }

    .heavy-weight-txt {
        margin-top: 0px;
        margin-bottom: 2rem;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .heavy-weight-txt2 {
        margin-top: 0px;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 10px;
        font-weight: 900;
    }

    #map-legend-title-v {
        font-size: 10px !important;
    }

    .control-area {
        margin-bottom: 0; /*For NR*/
    }

    /*.downloads-help-area {
        margin-right: 15%;
        margin-bottom: 0;
        visibility: hidden;
    }*/

    .left-info-button {
        visibility: visible;
    }

    #headerUI, .yearUI {
        /*margin-left: 23%;
    width: 100%;*/
        /*margin-bottom: 2rem;*/
        /*text-align: center;*/
    }

    #rangeSliderArea .yearUI {
        margin-top: 0;
        text-align: right;
    }

    .states-labels-text {
        font-size: 10px;
    }

    #canvasScreenshot .states-labels-text, #mapScreenshot .states-labels-text { /*20210318*/
        font-size: 12px;
    }

    /*.mapLegend .legendGroup text.legend-label {
        font-size: 10px;
    }*/
    .mapLegend .legendGroup text.legendItem {
        font-size: 10px;
    }

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

    #map-clause {
        font-size: 11px;
    }
}
/* 480px  */
@media only screen and (min-width : 480px) {

    .light-weight-txt {
        font-size: 20px;
        font-weight: 900;
    }

    .widget-wrapper {
        width: 100%;
    }

    .slider-area {
        margin-top: 0px;
        display: block;
        /*width: 100%;*/
        width: 70%;
    }


    .slider-button {
        padding: 2px 3px;
        color: #fff;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
        font-size: 14px;
    }

    .play-pause-button {
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
        background-color: #337ab7;
        border: solid 1px #2e6da4;
    }

    .pause {
        margin-right: 5px;
    }

    .heavy-weight-txt {
        margin-top: 0px;
        margin-bottom: 2rem;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
    }

    .heavy-weight-txt2 {
        margin-top: 0px;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }


    #map-legend-title-v {
        font-size: 12px !important;
    }

    .control-area {
        margin-bottom: 3rem; /*For NR*/
    }
    /*.downloads-help-area {
    margin-right: 15%;
    margin-bottom: 2rem;
  }*/
    /*.downloads-help-area {
        width: 70%;
        margin-bottom: 2rem;
        margin-right: 0px;
        visibility: visible;
    }*/

    .left-info-button {
        visibility: hidden;
    }

    /*#yearUI {
    margin-bottom: 2rem;
    margin-left: 23%;
    width: 100%;
  }*/
    #headerUI, .yearUI.control-area {
        width: 30%;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #rangeSliderArea .yearUI {
        margin-top: 2rem;
        width: 30%;
    }

    .states-labels-text {
        /*font-size: 12px;*/
        font-size: 10px;
    }

    #canvasScreenshot .states-labels-text, #mapScreenshot .states-labels-text { /*20210318*/
        font-size: 12px;
    }

    /*.mapLegend .legendGroup text.legend-label {
        font-size: 12px;
    }*/
    .mapLegend .legendGroup text.legendItem {
        font-size: 12px;
    }

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

    #map-clause {
        font-size: 13px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    h1 {
        margin-top: 20px;
    }

    #btnGroupTools {
        padding-top: 15px;
        text-align:right;
    }

    #btnMap {
        margin-left: 0;
    }

    #btnMap, #btnChart, #btnTable {
        font-size: 1.8em !important;
    }

    .btn-sq-sm {
        width: 36px !important;
        height: 36px !important;
    }

    .view-map, .view-chart, .view-table {
        padding-top: 0;
    }

    #map-legend-title-v {
        font-size: 14px !important;
    }

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 70%;
    }

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

    .downloads-button, .info-button {
        padding: 3px 6px;
    }

    /*.downloads-help-area {
        width: 70%;
        margin-bottom: 2rem;
        margin-right: 0px;
    }*/

    .dropDownButton {
        padding: 3px 6px;
    }

    .light-weight-txt {
        font-size: 22px;
        font-weight: 900;
    }

    .heavy-weight-txt2 {
        font-size: 12px;
    }

    #headerUI, .yearUI.control-area {
        width: 30%;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #rangeSliderArea .yearUI {
        margin-top: 2rem;
        width: 30%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #map-legend-title-v {
        font-size: 16px !important;
    }

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 55%;
    }

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

    .downloads-button, .info-button {
        padding: 3px 6px;
    }

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

/* 1080px  */
/*@media only screen and (min-width : 1080px) {
  .slider-area {
    margin-top: 0px;
    display: block;
      width: 70%;
  }

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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 65%;
    }

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

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

    .slider-area {
        margin-top: 0px;
        display: block;
        width: 70%;
    }

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

/*Overrite bootstraps style to make dropdown menu open upward*/
/*.dropdown-menu {
    bottom: 100% !important;
    top: auto !important;
}*/
