﻿/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/*html {
    max-width: 906px;
    height: 710px;
}*/

body {
  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;
  font-size: 24px;
}

.sub-title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 10px;
}


.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;
}


/*==================================================
              Fluview 8 Widget Styles 
==================================================*/

.logo-container {
  margin-bottom: 4rem;
}

.light-weight-txt {
  text-align: center;
  font-size: 14px;
  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;
}

.downloads-button {
    margin-left: 0px;
    color: #fff;
    font-size: 12px;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

.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*/
}

#season-title {
  font-weight: 600;
}

/*Code from flu 7*/
/*For season dropdown*/ 
/*Season dropdown container*/
.seasonDropdown {
    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;
}

/*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;
}

/*End*/


/***Play/Pause buttons***/
.play-pause-button {
  padding: 3px 6px; 
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}
.play-pause-button:hover {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}
.play-pause-button:focus {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}
.play-pause-button:active {
  color: #fff !important;
  background-color: #1e7d1b !important;
  border: solid 1px #1e7d1b !important;
}

/***Slider Area***/
.slider-area {
    /*padding-left:0;
    padding-right:0;*/
    margin-top: -2rem;
}

/***Download Area***/
.downloads-help-area {
  /*padding-left: 50px;*/ /*For NR*/
  text-align:right; /*For NR*/
  padding-right:25px;
}


.downloads-button {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  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;
}

/*For slider*/
/*=============================================================
                      SLIDER BUTTON STYLES
=============================================================*/ 

.slider-button {
  padding: 2px 3px;
  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;
}

/***********************************************
***********************************************/

.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: 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;
  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;
}

.states {
  fill: none;
  stroke: #D3D3D3;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.states-labels-text {
    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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 260px;
  /*height: 165px;*/
  height: 200px;
  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;
  height: 55px;
  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;
}

#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;
}

#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;
}


/*=============================================================
                      LEGEND STYLES
=============================================================*/ 
.mapLegend .legendGroup text.legend-label {
  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;
}


/*=============================================================
                     Footer AREA STYLES
=============================================================*/
#footerArea {
    padding-bottom: 50px;
    padding-left:15px;
    padding-right:15px;
}

#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:1152px;
    margin-right:auto;
    margin-left:auto;
}

.screenshot-RowDiv {
    margin:0;
}

#canvas-map-screenshot {
    width:864px; 
    float:left;
}

.map-footnotes-screenshot {
        font-size: 14px;
        margin-left: 9rem;
        width:85%;
}


/*******************************************************************************
                             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;  
}

/*==========  Mobile First Method  Media Query ==========*/

@media only screen and (max-width : 320px) {
.widget-wrapper {
  width: 100%;
}

.slider-area {
  margin-top: 0px;
  display: block;
    width: 100%;
}


.slider-button {
  padding: 2px 3px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
  font-size: 14px;
}

.play-pause-button {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.pause {
  margin-right: 5px;
}

.light-weight-txt {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.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 > h3 {
  font-size: 10px !important; /*For NR*/
}

.control-area {
  margin-bottom: 0; /*For NR*/
}

  .downloads-help-area {
    text-align:center;
    /*margin-bottom: 2rem;*/
    margin-bottom: 0;
    visibility:hidden;
  }

  #seasonUI {
    margin-bottom: 2rem;
    /*margin-left: 23%;*/
    text-align:center;
    width: 100%;
  }

   #rangeSliderArea #seasonUI {
      margin-top: 0;
  }

   .states-labels-text {
    font-size:10px;
    }

   .mapLegend .legendGroup text.legend-label {
       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) {
.widget-wrapper {
  width: 100%;
}

.slider-area {
  margin-top: 0px;
  display: block;
    width: 100%;
}


.slider-button {
  padding: 2px 3px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
  font-size: 14px;
}

.play-pause-button {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.pause {
  margin-right: 5px;
}

.light-weight-txt {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.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 > h3 {
  font-size: 10px !important; /*For NR*/
}

.control-area {
  margin-bottom: 0; /*For NR*/
} 

  .downloads-help-area {
    margin-right: 15%;
    /*margin-bottom: 2rem;*/
    margin-bottom: 0;
    visibility:hidden;
  }

  #seasonUI {
    /*margin-left: 23%;
    width: 100%;*/
    margin-bottom: 2rem;
    text-align:center;
  }

   #rangeSliderArea #seasonUI {
      margin-top: 0;
  }

   .states-labels-text {
    font-size:10px;
    }

   .mapLegend .legendGroup text.legend-label {
       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) {
  /*.widget-wrapper {
  }

  .slider-area {
    margin-top: 0px;
    display: block;
      width: 55%;
  }

  .slider-button {
    padding: 2px 3px;
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
    font-size: 14px;
  }

  .play-pause-button {
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
  }

  .pause {
    margin-right: 5px;
  }

  .light-weight-txt {
    text-align: center;
    font-size: 14px;
    font-weight: 900;
  }

  .heavy-weight-txt {
    margin-top: 0px;
    margin-bottom: 3rem;
    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;
  }*/
  .widget-wrapper {
  width: 100%;
}

.slider-area {
  margin-top: 0px;
  display: block;
    /*width: 100%;*/
    width: 70%;
}


.slider-button {
  padding: 2px 3px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
  font-size: 14px;
}

.play-pause-button {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.pause {
  margin-right: 5px;
}

.light-weight-txt {
  text-align: center;
  font-size: 14px;
  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;
  }

map_legend > h3 {
  font-size: 12px !important; /*For NR*/
}

.control-area {
  margin-bottom: 3rem; /*For NR*/
}
  /*.downloads-help-area {
    margin-right: 15%;
    margin-bottom: 2rem;
  }*/
  .downloads-help-area {
    width: 50%;
    margin-bottom: 2rem;
    margin-right: 0px;
    visibility:visible;
  }

  /*#seasonUI {
    margin-bottom: 2rem;
    margin-left: 23%;
    width: 100%;
  }*/
   #seasonUI.control-area {
    width: 30%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

   #rangeSliderArea #seasonUI {
       margin-top: 2rem;
      width: 30%;
  }

   .states-labels-text {
    font-size:12px;
    }

   .mapLegend .legendGroup text.legend-label {
       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) {
  .slider-area {
    margin-top: 0px;
    display: block;
    width: 70%;
  }

  .range-slider {
    padding-left: 0px;
    margin-bottom: 0rem;
  }

  .downloads-button {
    padding: 3px 6px;
  }

  .downloads-help-area {
    width: 50%;
    margin-bottom: 2rem;
    margin-right: 0px;
  }

  .dropDownButton {
    padding: 3px 6px;
  }

  .heavy-weight-txt2 {
    font-size: 12px;
  }

  #seasonUI.control-area {
    width: 30%;
    margin-left: 0px;
    margin-bottom: 0px;
    
  }

  #rangeSliderArea #seasonUI {
      margin-top: 2rem;
      width:30%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .slider-area {
    margin-top: 0px;
    display: block;
    width: 55%;
  }

  .range-slider {
    padding-left: 0px;
    margin-bottom: 0rem;
  }

  .downloads-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;
}




