﻿html, body {
    height:100%;
}

body {
    /*overflow:hidden;*/
  padding: 0;
  margin: 0;
  /*/*background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;*/*/
}

/*=============================================================
                      DISCLAIMER 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;
}

/*=============================================================
                      HEADER STYLES
=============================================================*/ 
.container-fluid a {
    padding-left:0;
    padding-right:0;
    padding-top:5px;
    padding-bottom:0;
    height: 20px;
}

.main-title {
  text-align: center;
  font-size: 24px;
  margin-top: 0;
}

/*=============================================================
                      TOOLBAR STYLES
=============================================================*/ 
.control-area {
  /*margin-top: 3rem;*/
  margin-top: 2rem;
  /*margin-left: 3rem;*/
  margin-left: 15px;
}

/***Season Dropdown Area***/
/*#seasonUI.control-area {
  margin-left: 0;
}*/


/*#seasonUI.control-area span#season-title {
  margin-left: 0;
}*/

.control-area span#season-title {
  margin-left: 0;
}

#season-title, #labtypes-title, #areas-title {
  font-weight: 600;
}

#labtypes-title, #areas-title {
  padding-left:10px;
}

/*Season dropdown container*/
.seasonDropdown {
    margin-top:0 !important;
    min-width: 100px;
}

/*Season dropdown button*/
.dropDownButton {
    min-width:100px;
   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;
}

/*Season dropdown menu*/
.seasonDropDown > ul.dropdown-menu {
    min-width:100px;
}

ul.dropdown-menu {
    margin-left:0;
    padding-left:0 !important;
}

/*Season dropdown menu - listitem*/
.dropDownOption {
    cursor:pointer;
}

/*Season dropdown menu - listitem - element*/
.dropdown-menu > li > a {
    padding-left: 10px !important;
}

.dropDownOptionText {
    font-size: 14px !important;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.labTypesDropDwonButton {
    min-width:160px;
}

.areasDropDwonButton {
    min-width:150px;
}

.disabled {
  cursor: not-allowed !important;
}

.divMultiDropdwonButton {
    width:180px;
}

.multiDropdwonButton {
    width:86%;
    text-align:left !important;
}

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    /*padding-left: 15px !important;*/ /*For pahse 1 and Phase 8*/
    padding-right: 10px !important; /*For pahse 2*/
}

.popover {
    font-size: 10px !important;
}

/*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:15px;
}

.divSlider {
    float:left;
}

.slider-button-area {
  margin: 150px 150px;
}

/*Added by STT from Phase 8*/
.slider-button { /*Added by STT from Phase 8*/
  /*padding: 4px 6px;*/ /*From James*/
  padding: 2px 3px; /*STT*/
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.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: 14px !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;
}

/*End For slider*/


/***Download Area***/
.downloads-help-area {
  padding-left: 15px;
  margin-top: 2rem;
  text-align:right;
  /*margin-right: 3rem;*/
}

.downloads-help-area .downloads-button {
  margin-left: 0;
}

.downloads-button {
  margin-left: 5px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}
.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;
}

.help-button {
  margin-left: 5px;
  color: #fff;
  background-color: #e97e00;
  border: solid 1px #cd5c00;
}

.help-button:hover {
  color: #fff;
  background-color: #cd5c00;
  border: solid 1px #cd5c00;
}

.help-button:focus {
  color: #fff;
  background-color: #cd5c00;
  border: solid 1px #cd5c00;
}

.help-button:active {
  color: #fff !important;
  background-color: #cd5c00 !important;
  border: solid 1px #cd5c00 !important;
}



.datavisualization-area {
    /*padding-top:50px;
    height:calc(100% - 60px);*/
    /*min-height:860px;*/
}

.datavisualization-panelGroup { /*, .panel-cols, .mapDivHeight*/
    height:100%;
    padding-left:0; 
    padding-right:0;
    min-height:800px;
    margin-bottom:0; /*Overwrite bootstrap panel-group's style*/
}

.setPanelVisible {
    visibility:visible;
}

.setPanelInvisible {
    visibility:hidden;
}

.panel-ele70 {
    height:70%;
}

.panel-ele30 {
    height:30%;
}

.panel-ele50 {
    /*height:50%;*/
    /*min-height:350px; 07112017*/ 
    
    margin-top:5px;
    margin-left: 10px;
}

.panel-body {
    /*height:calc(100% - 40px);
    min-height:310px;*/
}

.panelContentDescription {
    padding-bottom:10px;
    line-height: 1.1;
}

.panelContentDescriptionForStackedColumn {
    padding-bottom:0 !important;
}

.panelDescriptionRow1, .panelDescriptionRow2 {
    font-size:11px;
    font-weight:bold;
}

.panelDescriptionRow3 {
    font-size:11px;
    color:#4F81BD;
}

.panelDescriptionRow4 {
    padding-top:5px;
}

.panelDescriptionRow4 a {
    cursor:pointer;
}

.panelDescriptionRow4Link {
    display:inline;
    padding-left:5px !important;
    
}

.chartContainer{
    /*height: calc(100% - 60px);*/
    /*min-height:250px;*/
    /*height:250px;*/
    /*padding-top:10px;*/
}

.mapContainer { /*07112017*/
    float:left;
}

.pieDivContainer {
    /*height: calc(100% - 40px);*/
    /*min-height:250px;*/
    text-align:center;
    float:left; /*07112017*/
}

.pieContainer {
    display:inline-block;
}

#linePanel g.y2-axis {
    visibility: hidden;
}

#linePanel .chart-legend {
    visibility: hidden;
}

#columnPanel g.y2-axis {
    visibility: hidden;
}

#columnPanel rect.stack {
    stroke-width:1;
    stroke:rgb(0,0,0);
}

#columnPanel text.y2Label {
    visibility: hidden;
}

#columnPanel .chart-legend {
    visibility: hidden;
}

.noDataDiv {
    font-size:20px;
    color:dimgray;
    text-align:center;
}

.id_Txt rect.stack {
    stroke-width:1;
    stroke: #d9d9d9 !important;
}

/*FlexBox to make the same height of each column elements*/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.datavisualization-panelGroup {
    /*padding-left:15px;
    padding-right: 15px;*/
    margin-left:0;
    margin-right: 0;
}

.datavisualization-panel {
    /*min-height:300px;*/
    /*border:1px solid black;
    padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding-left:0;
    padding-right: 0;
}


.panel-group .panel + .panel { /*Overwrite bootstrap's style*/
    margin-top: 0;
}

/*Tooltip*/
#tooltip {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*width: 260px;*/
  width: 200px;
  /*height: 200px;*/
  height: 180px;
  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;
}

/*Slide Panel*/
.divMapSildePanelOverlay {
    background-color:rgba(64,64,64,0.6);
    position:absolute;
    text-align:left;
    color:#fff;
     /*height:100%;*/
    width:0;
    right:0;
    top:40px; /*40px is panel heading's height*/
    bottom:0;
    transition:opacity 1s linear, width 1s linear;
    opacity:1;
    z-index:886;
}

.divMapSlidePanelButtonOverlay {
    position:absolute;
    color:#fff;
    bottom:50%;
    right:0px;
    z-index:892;
    opacity:0.8;
    cursor:pointer;
}

.divMapSlidePanelContainer {
    padding:15px;
    /*position: relative;*/
}

#topoMap, #mappietooltip {
    text-align:center;
}

.land, .states, .hhsregions, .censusregions {
  fill: none;
  stroke: #4d4f4f; /*#D3D3D3;*/
  stroke-linejoin: round;
  stroke-linecap: round;
}

.hhsregion-borders, .censusregion-borders, .state-borders {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.hhsregion-boundary, .censusregion-boundary, .state-boundary {
    fill: none;
    stroke: blue;
    stroke-width: 3;
    stroke-linejoin: round;
}

/*=============================================================
                      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:230px; 
    height:178px;
}

.legendTitle {
    font-size:11px;
    font-weight:bold;
}

.legendDescription {
    font-size:10px;
}

.ulPieLegend, .ulMapLegend {
    list-style:none;
    padding-left:0;
    margin-bottom:0 !important;
}

.ulPieLegend li, .ulMapLegend li {
    list-style-type:none;
    font-size:10px;
    margin-bottom:0 !important;
}



.legendRect {
    height:10px;
    width:10px;
    display:inline-block;
    margin-left:5px;
}

.legendLabel {
    display:inline-block;
    margin-left:2px;
}

.boldFont {
    font-weight:bold;
}

/*=============================================================
                     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;
}

/*Modal (Pop-up)*/
.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;
    background-color: #ffffff;
}

.modal-body form > * {
    margin: 10px 0;
}

.modal-body .row {
    margin-left:0 !important;
    margin-right:0 !important;
}

.modal-footer {
  height: 48px !important;
  padding: 4px 15px !important;
}

.divDataSourceLabel, .divRegionTypeLabel label {
    font-weight:700 !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;
}

.divTopCustomOption {
    padding-top: 10px;
}

.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;
}


dropdown-multiselect button {
    width:100%;
}

.downloadDataOptionType2 .btn .caret {
    float: right !important;
    margin-top: 8px !important;
}

.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;
}

/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshotMap {
    width:932px;
    margin-right:auto;
    margin-left:auto;
}

.screenshot-RowDiv {
    margin:0;
}

.screenshotLinePieChart {
    width:815px;
    margin-right:auto;
    margin-left:auto;
}

#screenshotLineChartArea {
    width:795px; /*815-20*/
    height: 325px; /*375-50*/
    /*margin-right:auto;
    margin-left:auto;*/
}

#screenshotLineChartArea .y2-axis {
    visibility:hidden;
}

#canvas-screenshotPieChartArea {
    width:585px; /*815-230*/
    height: 355px; /*375-20*/
    float:left;
}

#screenshotStackedColumnChartArea {
    width:1180px; /*1200-20*/
    height: 325px; /*375-50*/
}

    #screenshotStackedColumnChartArea rect.stack {
        stroke: rgb(0,0,0);
        stroke-width: 1;
    }

.screenshotStackedColumnChart {
    width:1200px;
    margin-right:auto;
    margin-left:auto;
}

.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
=============================================================*/
/*iPhone 4*/
@media only screen and (max-width : 320px) {
    .main-title {
        font-size: 18px;
        margin: 25px 5px 10px 5px;
      }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 321px) {
    .main-title {
        font-size: 18px;
        text-align: left;
        margin: 40px 0 0 15px;
      }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 1025px) {
     .main-title {
         font-size: 24px;
         text-align: center;
         margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .main-title {
      text-align: center;
      margin-top: 0;
    }

    .container-fluid a {
        /*height: 50px;*/
    }


    .downloads-help-area {
      padding-left: 15px;
      text-align:left;
    }
}

@media only screen and (max-width: 960px) {
    .main-title {
        text-align: left;
        font-size: 18px;
        margin: 35px 5px 10px 15px;
      }

    .control-area {
        margin-top:0;
    }
}

@media only screen and (max-width: 800px) {
    #areas-title {
      padding-left:0;
    }
}

@media only screen and (max-width: 640px) {
    .main-title {
        text-align: left;
        font-size: 16px;
        font-weight:bold;
        margin: 45px 5px 10px 15px;
      }

    .control-area {
        margin-top:0;
    }
}


@media only screen and (max-width: 480px) {
    #labtypes-title {
        padding-left:0;
    }
}


