


 
.tabs {
	max-width:1150px;
	
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  
  }
  .tabs .title {
  color:black;
      min-height: 90px;
    cursor: pointer;
    padding: 18px 5px;
    background-color: #EEE;
    border-bottom: 3px solid #267B00;
    text-align: center;
  }
   
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
  height:10px;
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
/*     appearance: none; */
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    
    .tabs [class^="tab"] [type="radio"]  ~ label{
    border-bottom: 1px solid #267B00;
    }


   
      
    .tabs [class^="tab"] [type="radio"]:checked ~ label .title,
    .tabs [class*=" tab"] [type="radio"]:checked  ~ label .title{
      background: #267B00; 
      color: #e4f1fe;
      }
      
      
    .tabs [class^="tab"] [type="radio"]:checked ~ .tab_content,
    .tabs [class*=" tab"] [type="radio"]:checked ~ .tab_content {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"]  ~ .tab_content,
    .tabs [class*=" tab"] [type="radio"] ~ .tab_content {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%;
     }

    .tabs .tab-2 [type="radio"]  ~ .tab_content {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked  ~ .tab_content {
      margin-left:0; }
 
    .tabs .tab-2:last-child [type="radio"]:checked  ~ .tab_content {
      margin-left: -100%; }
      
      

.ui-tabs-nav{
    display: table;
    table-layout: fixed;
    width: 100%;
}
 
 
/*  #forecast-image-map .leaflet-bottom {
    left: 50%;
    transform: translate(-50%, 0%);
}
 */

 
 .beachmap{
   width: 980px !important;
 }
 
 #pieChart{
 padding-bottom: 30px;
}
 
 #image-map, #forecast-image-map {
      width: 100%;
      height: 500px;
      border: 1px solid #ccc;

    }
    
#map-legend, #forecast-map-legend {
      width: 100%;
      height: 110px;
      
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
}    

#mobile-map-legend,#mobile-forecast-map-legend {
      width: 100%;
      height: 110px;
      
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
}  

.leaflet-container {
    background-color:rgba(255,0,0,0.0) !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: #ffffff4d !important;
	background-color: rgba(255,255,255,0.9) !important;
}

a.leaflet-popup-close-button {
     padding: 0 0 0 0 !important; 
}


.leaflet-popup-content p {
    margin: 1px 0 !important;
    font-weight: 300;
    background: #6200ff;
    background-color: #6200ff;
    border-radius: 5px;
    padding: 2px 8px;
    color: white;
    font-size: calc(1.0em + 0.5vw);
}

.leaflet-popup-content {
   margin: 5px 10px !important;
}
.beachgrading_legend{
  padding-bottom:10px;
  font-weight:600;
}

.grade_caption{
	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ff9d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9ff9d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f9ff9d); /* for firefox 3.6+ */ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ffd781;
	/* width:600px; */
	padding:20px;
	box-shadow:0 0 10px #f9ff9d;
	margin-bottom:10px;
	/* font-size:15px; */
	/*! font-weight:bold; */
	/*! color:#315e00; */
}

.grade_caption{
	margin: 10px;
	 width:95%
}
nav ul {
 margin: 0; /* To remove default bottom margin */ 
 padding: 0; /* To remove default left padding */
}

nav ul li {
  list-style-type:none;
  width: 310px;
}


.button {
    background-color: #FFF0;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button span {
  pointer-events: none;
}
 
.info , .forecast_info{
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1.0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: Arial,Helvetica,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    text-align: left;
}
.info h4, .forecast_info h4 {
    color: #585757;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}    

.infobeach {
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    font-family: Arial,Helvetica,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    text-align: left;
}
 
.beachlegend {
    line-height: 20px;
    width :500px;
    color: #555;
    margin-top:2px !important;
}

.beachlegend i {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
} 
    
.legend {
    line-height: 20px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
  
.centered {
   /* margin: auto; */
    text-align: center;
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 20px;

}

.beach_description{
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	line-height:1.5em;
	font-size:17px;
	text-align:justify;
	 
}

.content-justify{
	text-align:justify;
}

.beach-highlight, .facility-open-hour{
	text-align:justify;
}

.my-label, .forecast-my-label {
    position: absolute;
    width:150px;
    height:20px; 
    font-size:14px;
    font-weight: bold;
    color: #2b0000 !important;
    background: rgba(0,0,0,0) !important;
    border: 1px none white !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.hover_title {
  font-size: 1.3em; 
  color: #8DD0B1; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top:10px; 
  margin-bottom:5px;
}

.hover_grade {
  font-size: 1em; 
  color: #ddd; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top:5px; 
  margin-bottom:5px;
}


.leaflet-tooltip.my-label::before {
  border-left-color: cyan;
}

.icon_goodgrade{
background-image: url(images/marker-good-icon.png);
}


.icon_goodgrade_zoom1{
background-image: url(images/marker-good-icon-15.png);
}

.icon_goodgrade_zoom{
 background-image: url(images/marker-good-icon-20.png);
}


.icon_goodgrade_zoom2{
background-image: url(images/marker-good-icon-20.png);
}

.icon_goodgrade_mouseover{
background-image: url(images/marker-good-icon-30.png);
}


.icon_fairgrade{
background-image: url(images/marker-fair-icon.png);
}

.icon_fairgrade_zoom{
background-image: url(images/marker-fair-icon-20.png);
}

.icon_fairgrade_zoom1{
background-image: url(images/marker-fair-icon-15.png);
}

.icon_fairgrade_zoom2{
background-image: url(images/marker-fair-icon-20.png);
}


.icon_fairgrade_mouseover{
background-image: url(images/marker-fair-icon-30.png);
}

.icon_poorgrade{
background-image: url(images/marker-poor-icon.png);
}

.icon_poorgrade_zoom{
background-image: url(images/marker-poor-icon-20.png);
}

.icon_poorgrade_zoom1{
background-image: url(images/marker-poor-icon-15.png);
}

.icon_poorgrade_zoom2{
background-image: url(images/marker-poor-icon-20.png);
}


.icon_poorgrade_mouseover{
background-image: url(images/marker-poor-icon-30.png);
}


.icon_verypoorgrade{
background-image: url(images/marker-verypoor-icon.png);
}

.icon_verypoorgrade_zoom{
background-image: url(images/marker-verypoor-icon-20.png);
}

.icon_verypoorgrade_zoom1{
background-image: url(images/marker-verypoor-icon-15.png);
}

.icon_verypoorgrade_zoom2{
background-image: url(images/marker-verypoor-icon-20.png);
}

.icon_verypoorgrade_mouseover{
background-image: url(images/marker-verypoor-icon-30.png);
}




 .forecast_icon_info{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    float: left;
    line-height: 15px;
    padding-left: 3px;
}

#forecast-image-map .icon_grade0{
background-image: url(images/grade0@3x.png);
background-size: contain;
}

#forecast-image-map .icon_grade0_zoom1{
background-image: url(images/grade0@3x.png);
background-size: contain;
}

#forecast-image-map .icon_grade0_zoom{
 background-image: url(images/grade0@3x.png);
 background-size: contain;
}

#forecast-image-map .icon_grade0_zoom2{
background-image: url(images/grade0@3x.png);
background-size: contain;
}

#forecast-image-map .icon_grade0_mouseover{
background-image: url(images/grade0@3x.png);
background-size: contain;
}




#forecast-image-map .icon_goodgrade{
background-image: url(images/good@3x.png);
background-size: contain;
}


#forecast-image-map .icon_goodgrade_zoom1{
background-image: url(images/good@3x.png);
background-size: contain;
}

#forecast-image-map .icon_goodgrade_zoom{
 background-image: url(images/good@3x.png);
 background-size: contain;
}


#forecast-image-map .icon_goodgrade_zoom2{
background-image: url(images/good@3x.png);
background-size: contain;
}

#forecast-image-map .icon_goodgrade_mouseover{
background-image: url(images/good@3x.png);
background-size: contain;
}


#forecast-image-map .icon_fairgrade{
background-image: url(images/fair@3x.png);
background-size: contain;
}

#forecast-image-map .icon_fairgrade_zoom{
background-image: url(images/fair@3x.png);
background-size: contain;
}

#forecast-image-map .icon_fairgrade_zoom1{
background-image: url(images/fair@3x.png);
background-size: contain;
}

#forecast-image-map .icon_fairgrade_zoom2{
background-image: url(images/fair@3x.png);
background-size: contain;
}


#forecast-image-map .icon_fairgrade_mouseover{
background-image: url(images/fair@3x.png);
background-size: contain;
}

#forecast-image-map .icon_poorgrade{
background-image: url(images/poor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_poorgrade_zoom{
background-image: url(images/poor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_poorgrade_zoom1{
background-image: url(images/poor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_poorgrade_zoom2{
background-image: url(images/poor@3x.png);
background-size: contain;
}


#forecast-image-map .icon_poorgrade_mouseover{
background-image: url(images/poor@3x.png);
background-size: contain;
}


#forecast-image-map .icon_verypoorgrade{
background-image: url(images/verypoor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_verypoorgrade_zoom{
background-image: url(images/verypoor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_verypoorgrade_zoom1{
background-image: url(images/verypoor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_verypoorgrade_zoom2{
background-image: url(images/verypoor@3x.png);
background-size: contain;
}

#forecast-image-map .icon_verypoorgrade_mouseover{
background-image: url(images/verypoor@3x.png);
background-size: contain;
}




#forecast-image-map .icon_notgraded{
   background: #FFFFFF; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
    border: 1px solid #000;
}


#forecast-image-map .icon_notgraded_icon{
background-image: url(images/marker-forecast-notgraded-icon.png);
}

#forecast-image-map .icon_notgraded_zoom{
background-image: url(images/marker-forecast-notgraded-icon.png);
}

#forecast-image-map .icon_notgraded_zoom1{
background-image: url(images/marker-forecast-notgraded-icon.png);
}

#forecast-image-map .icon_notgraded_zoom2{
background-image: url(images/marker-forecast-notgraded-icon.png);
}

#forecast-image-map .icon_notgraded_mouseover{
background-image: url(images/marker-forecast-notgraded-icon-30.png);
}

#forecast-image-map .icon_notopen{
   background: #ccc; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   border: 1px solid #000;
}

#forecast-image-map .icon_notopen_icon{
background-image: url(images/marker-forecast-notopen-icon.svg);
}


#forecast-image-map .icon_notopen_zoom{
background-image: url(images/marker-forecast-notopen-icon.svg);
}


#forecast-image-map .icon_notopen_zoom1{
background-image: url(images/marker-forecast-notopen-icon.svg);
}

#forecast-image-map .icon_notopen_zoom2{
background-image: url(images/marker-forecast-notopen-icon.svg);
}

#forecast-image-map .icon_notopen_mouseover{
background-image: url(images/marker-forecast-notopen-icon-30.svg);
}

#forecast-image-map .icon_planned{
   background: #db62bd; 
}

#forecast-image-map .icon_planned_icon{
background-image: url(images/marker-forecast-planned-icon.svg);
}


#forecast-image-map .icon_planned_zoom{
background-image: url(images/marker-forecast-planned-icon.svg);
}


#forecast-image-map .icon_planned_zoom1{
background-image: url(images/marker-forecast-planned-icon.svg);
}

#forecast-image-map .icon_planned_zoom2{
background-image: url(images/marker-forecast-planned-icon.svg);
}

#forecast-image-map .icon_planned_mouseover{
background-image: url(images/marker-forecast-planned-icon-30.svg);
}


#forecast-image-map .icon_closed{
   background: #4D4D4D; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;

}

#forecast-image-map .icon_closed_icon{
background-image: url(images/marker-forecast-closed-icon.svg);
}

#forecast-image-map .icon_closed_zoom{
background-image: url(images/marker-forecast-closed-icon.svg);
}


#forecast-image-map .icon_closed_zoom1{
background-image: url(images/marker-forecast-closed-icon.svg);
}

#forecast-image-map .icon_closed_zoom2{
background-image: url(images/marker-forecast-closed-icon.svg);
}

#forecast-image-map .icon_closed_mouseover{
background-image: url(images/marker-forecast-closed-icon-30.svg);
}


#mobile-forecast-map-legend .legend_text{
	padding-left:30px;
}


#mobile-forecast-map-legend .icon_not_open_beach
{
    margin-top:5px;
} 


.beach_faq_icon{
	width: 80px;
}

.faqContent p{
	text-align:justify;
}

.faqContent H2{
	padding-top:40px;
}

.faqContent p a{
  	text-decoration: underline;
}

.icon_notgraded{
   background: #FFFFFF; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
    border: 1px solid #000;
}
.icon_notgraded_icon{
background-image: url(images/marker-notgraded-icon.png);
}

.icon_notgraded_zoom{
background-image: url(images/marker-notgraded-icon-20.png);
}

.icon_notgraded_zoom1{
background-image: url(images/marker-notgraded-icon-15.png);
}

.icon_notgraded_zoom2{
background-image: url(images/marker-notgraded-icon-20.png);
}

.icon_notgraded_mouseover{
background-image: url(images/marker-notgraded-icon-30.png);
}

.icon_notopen{
   background: #ccc; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   border: 1px solid #000;
}

.icon_notopen_icon{
background-image: url(images/marker-notopen-icon.png);
}

.icon_notopen_zoom{
background-image: url(images/marker-notopen-icon-20.png);
}

.icon_notopen_zoom1{
background-image: url(images/marker-notopen-icon-15.png);
}

.icon_notopen_zoom2{
background-image: url(images/marker-notopen-icon-20.png);
}

.icon_notopen_mouseover{
background-image: url(images/marker-notopen-icon-30.png);
}

.icon_planned{
   background: #db62bd; 
}

.icon_planned_icon{
background-image: url(images/marker-planned-icon.png);
}

.icon_planned_zoom{
background-image: url(images/marker-planned-icon-20.png);
}

.icon_planned_zoom1{
background-image: url(images/marker-planned-icon-15.png);
}

.icon_planned_zoom2{
background-image: url(images/marker-planned-icon-20.png);
}

.icon_planned_mouseover{
background-image: url(images/marker-planned-icon-30.png);
}


.icon_closed{
   background: #4D4D4D; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;

}

.icon_closed_icon{
background-image: url(images/marker-closed-icon.png);
}

.icon_closed_zoom{
background-image: url(images/marker-closed-icon-20.png);
}

.icon_closed_zoom1{
background-image: url(images/marker-closed-icon-15.png);
}

.icon_closed_zoom2{
background-image: url(images/marker-closed-icon-20.png);
}

.icon_closed_mouseover{
background-image: url(images/marker-closed-icon-30.png);
}



.icon_solid_good_cir
{
    height:16px;
    width:16px;
    background:#66FFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_good
{
    color:#007a7a;
    background: #fff;
} 

.icon_solid_fair_cir
{
    height:16px;
    width:16px;
    background:#33FF00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_fair
{
    color:#017c28;
    background: #fff;
} 

.icon_solid_poor_cir
{
    height:16px;
    width:16px;
    background:#FFAE00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_poor
{
    color:#db2e0d;
    background: #fff;
} 

.icon_solid_very_poor_cir
{
    height:16px;
    width:16px;
    background:#FF0000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_very_poor
{
    color:#c51f00;
    background:#fff;
} 

.font_normal
{
    color:#000000;
    font-size:1.1em;
} 

.icon_not_graded_beach2
{
    height:16px;
    width:16px;
    background:#fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
    border: 1px solid #000;
} 

.icon_not_graded_beach
{

    background:#fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     border: 1px solid #000;

} 

.icon_not_open_beach2
{
    height:16px;
    width:16px;
    background:#ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.icon_not_open_beach
{
    background:#ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000; 
} 

.icon_planned_beach2
{
	height:16px;
    width:16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    background:#db62bd;
	margin: 12px;
} 

.icon_planned_beach
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#db62bd;
    border: 1px solid #000;
    border: 1px solid #000;  

} 

.icon_closed_beach2
{
    height:16px;
    width:16px;
    background:#000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    margin: 12px;
}

.icon_closed_beach
{

    background:#000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;     
 
} 

.icon_grade0
{
 background-image: url(images/grade0@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
 
} 


.beach_grading_content_container {
 width: 280px;
}

.beach_grading_content{
   padding-left: 10px;
}

.beach_grading_content >p {
   margin-bottom: 15px;
   margin-top: 5px;
}

.beach_grading_content  span {
  background-color: #EEE;
}

.action_panel_general div {

    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}


.div_container {
 /*margin-bottom : 40px;*/
}

.btn_beach_fix_size  {
     /* padding-bottom: 15px; */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333333;
    cursor: pointer;
    font-size: 1em;
    text-align: left;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.2s;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);/*For IE10*/
	background: linear-gradient(#fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff');/*For IE7-8-9*/
     /*white-space: pre-wrap;  */     /* css-3 */ 
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     min-height:55px;
 
}

.btn_beach_fix_size:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #4e9106;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;    
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #4e9106;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #4e9106;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-top-color: #4e9106;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 8px #ccc;
    background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);/*For IE10*/
	background: linear-gradient(#fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff');/*For IE7-8-9*/
    
}
.btn_beach_fix_size a:link, .btn_beach_fix_size a:visited {
    display: block;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.btn_beach_fix_size a:hover {
    color: grey;
}

.btn_text{
  padding-left: 35px;
  display: block;
  width:300px;
  color:#42CB6E;
  line-height:1em;
  font-size:0.9em;
}

.leaflet-container a {
 /*   color: #045 !important;*/
}

.leaflet-control-attribution{
 text-align: right;
}

.leaflet-control-attribution a{
  background-color: #fff;
}


#css_table {
      display:table;
      width: 100%;
  }
.css_tr {
      display: table-row;
  }
.css_td {
      display: table-cell;
      padding-right: 5px;
      padding-left: 5px;      
      padding-top: 5px;
  }
 
 
.column {
    float: left;
    position: relative;
    width: 20%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.column-offset-1 {
    left: 20%;
}
.column-offset-2 {
    left: 40%;
}
.column-offset-3 {
    left: 60%;
}
.column-offset-4 {
    left: 80%;
}

.column-inset-1 {
    left: -20%;
}
.column-inset-2 {
    left: -40%;
}
.column-inset-3 {
    left: -60%;
}
.column-inset-4 {
    left: -80%;
}
 
 
 
.table_head {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #7b7575;
    background-image: url("../images/popup_head_grey_bg.jpg");
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;

    padding-left:10px;
}

#detail{
 padding-bottom:5px;
-webkit-box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
-moz-box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
}

.table_head_beach {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-size: auto auto;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    color: #247E1A;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
   
    padding-left:10px;
}


.bb-region > rect:first-child{
  fill-opacity: 1.0 !important;
}

.bb-chart-line {
  opacity: 1 !important;
}

.bb-region.regionY {
  fill: #98c8c8;
  
}
.bb-region.regionY1 {
  fill: #60b030;

}
.bb-region.regionY2 {
  fill: #e8b040;

}
.bb-region.regionY3 {
  fill: #e85050;
  
}

#chart .bb-axis-y-label {
 font-style: italic;
}

.bb-chart-arc text {
 fill: #794040 !important;
}


.bb-target-period {
 opacity: 1 !important;
}


polyline{
	opacity: .5;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

#latestBeachGrade .bb-legend-item-tile {
    stroke: rgb(255, 255,255) !important;
}

#divContainer{
 height: 600px !important;
}

#divContainerReport{
 height: 500px !important;
}

#divTrendChartContainer{
 height: 700px !important;
}

.leaflet-top {
z-index:9000 !important;
}
.leaflet-bottom {
 z-index:500 !important;
}

.legend rect {
  fill:white;
  stroke:black;
  opacity:1;}
  
  /* Slide Menu */
  /*
  #beach_row{
   display: table-row;
  }
 */ 
  #main_content{
    transition: 0.5s;
    display: table;
  }
  
  .sidenav {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    display: table-cell;
    padding: 5px;
    box-shadow: 2px 5px 5px 2px #ccc; 
}

.menubutton{

color:#085e12;
}

.sidenav a {
/*    padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size:0.65em;
    color: #565454;
    display: block;
    transition: 0.3s;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff;
    position: relative;  
    line-height: 45px;  
    text-indent: 8px;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.sidenav a:hover {
    color: #17633d;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#chart .bb-axis-y .tick:nth-child(3) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(5) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(7) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(9) {
 visibility:hidden;
}


#tabs-1 p {
  margin-top:0;
  margin-bottom:0;
}

#tabs-1 a{
  text-decoration: underline;
}

#main {
    transition: margin-left .5s;
    display: table-cell;
}





	.table_td{
		width:33%;
		margin:1px;
	}


.beachContent{
  padding:20px;	
}

/* #main_content {
	margin-left:-320px;
}
 */


	
 .ui-tabs-anchor {
  font-size:0.8em !important;
  }
  
  #latestBeachGrade svg {
	width:100% !important;
}

#pieChart svg {
	width:100% !important;
}

#chart svg {
	width:100% !important;
}
  
  .leaflet-control {
  		/* width:90%; */
  }
 
  .leaflet-control img {
     width:80%;
  }
  
  #beach_report{
  	margin-left:-320px;
  
  }
  
 
  	.sidenav{
  	display:none;
  	position:absolute;
	 width: 0px;
	 transition: width 0.3s;
    }
  
   #beach_report #mySidenav nav a {
   font-size:0.7em;
   }
   
   	 #map-legend,#forecast-map-legend {
      height: 110px;
    }
    
    #mobile-map-legend ,#mobile-forecast-map-legend{
      height: 200px;
    }
    
    
     .large_select .m_full_width select{
 	 width:100%;
 	}
 	
 	 .large_select .m_30_width select{
 	 width:30%;
 	}
 	
 	
 	.legend, #map-legend,#forecast-map-legend{
	  display:block;
	}
	
	#mobile-map-legend,#mobile-forecast-map-legend{
	 display:none;
	}
	
	#mobile_menu_header{
	 margin-bottom:20px;
	 display:none;
	}
	#mobile_menu_header .table_head_beach{
	   margin:0px;
	   padding-bottom:0px;
	   display:flex;
	   border: 1px solid rgb(199, 199, 199);
	}
	#mobile_menu_header #detail{
	  border: 1px solid rgb(199, 199, 199);
      padding-bottom:5px;
     -webkit-box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);
     -moz-box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);
     box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);

	}
	#mobile_menu_header .table_row{
	flex-direction: column;
	}
	
	#mobile_menu_header img {
	  display:none;
	}
	
	#mobile_menu_header li{
	  width:100%;
	  padding-left:10px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-top:0px;
	  margin-bottom:0px;
	  border-bottom: 1px solid rgb(199, 199, 199);

	}
	
		#mobile_menu_header li:last-child{
		   border-bottom: 0px solid;
		}
	
	#mobile_menu_header a {
	  font-size: 1em !important;
	  padding-top: 20px;
	  padding-bottom: 20px;
	
	}
	
	#tabs-1 .form-grid__row{
	  margin-left:2px;
	  margin-right:2px;
	}
 #tabs-1 .left_col{
    width:30%;
 }
	
#tabs-1 .right_col{
	    width:70%;
}

#tabs-1 .field-label{
	padding-top:15px;
	padding-bottom:15px;
}
/*
#tabs-1 .field-label a{
	white-space: pre-line;
	word-break: break-all;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	display:block;
}
*/

#tabs-1 .wrap-text a{
	white-space: pre-line;
	word-break: break-all;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	
}
#tabs-1 .color_odd{
	background: #E6F9F2;
}

#tabs-1 .color_even{
	background: #D0F2E8;
}

.bb-legend-item--{
	display:none;
}

#chart .bb-axis-y-label{
	font-size: calc(1.0em + 0.2vw);
}


.beach_image{
	display:flex;
}

.beach_image .beach_image_column{
	-webkit-box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
    box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
}
@media screen and (max-width: 1001px) {
	
	#main_content {
	 margin-left:0px;
    }
	 .sidenav{
	 display:none
    }
	
	.menubutton{
	color:red;
	}
	
	.beachContent{
      padding:0px;	
   }
   
       .beachmap{
      padding:0px;
    }
    
    .centered{
      padding:0px;
      border-radius:0px;
    }
    .info_control, .forecast_info_control {
	   display:none;
	}
	
    .info_control, .forecast_info_control{
       visibility: hidden; 
       opacity: 0.9;
    }

	.info_control img, .forecast_info_control img {
	   display:none;
	}
	
	
	#image-map .legend, #map-legend{
	  display:none;
	}
	
	#forecast-image-map .legend, #forecast-map-legend{
	  display:none;
	}
	
	#mobile-map-legend,#mobile-forecast-map-legend{
	 display:block;
	}
	
	.menubutton{
	 display:none;
	}
	
	#mobile_menu_header{
	 display:block;
   }
   
   #mySidenav{
    display:none !important;
   }
	
}	






@media screen and (max-width: 900px) {
	

	
	#mySidenav{
	display:none;
	}
	
	.table_td{
		flex-grow:1;
		width:100%;
	}
	
	
	  #map-legend,#forecast-map-legend {
      height: 180px;
    }
    
	 #mobile-map-legend ,#mobile-forecast-map-legend{
      height: 120px;
    }
    
    
    .sidenav a {
     font-size: 1em !important;
    }
    
    
    .beachlegend {
	font-size: 1.0em;
	width :500px;
     }
     
          
 #tabs-1 .left_col{
    width:100%;
 }
	
#tabs-1 .right_col{
	    width:100%;
}

#chart .bb-axis-y-label{
	font-size: calc(0.7em);
}
 
 
 .ui-tabs-panel{
	padding: 0px !important;
	border: 0px solid !important;
}

.ui-tabs-panel .centered {
	border-left-color: #fff !important;
	border-right-color: #fff !important;
	border-top-color:#fff !important;
	border-bottom-color:#fff !important;
}
    
    

}






  


/* iPad */
@media screen and (max-width: 768px) {
	.beachlegend {
	font-size: 1.0em;
	width :100%;
     }
     
     
     .beachreport h1{
	    font-size: calc(0.75em + 1vmin);
    }

    .beachreport h2{
	    font-size: inhirent;
    }


}



@media screen and (max-width: 640px) {
	.beachlegend {
	font-size: 1.0em;
	width :100%;
     }
     
   .beach_image{
     display:block;
   }
	
	.beach_image .beach_image_column{
	-webkit-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
    -moz-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
    box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
}
}



/* iphone5 SE */
@media screen and (max-width: 320px) {
	
 #beach_report{
  	margin-left:-270px;
  
  }
  
  #beach_report #mySidenav nav{
    width:250px;
  }
  
nav ul li {
  list-style-type:none;
  width: 250px;
}




}



.table_row{
	display:flex;
	flex-wrap:wrap;
}







#latestBeachGrade svg {
	width:100% !important;
}

#pieChart svg {
	width:100% !important;
}

#chart svg {
	width:100% !important;
}



/* Mobile Menu Toggle Icon  */

.toggle_icon {
  margin: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-left: auto;
}




.menu_icon {
  position: relative;
  background: rgb(212, 57, 0);
  width: 30px;
  height: 3px;
  margin-top: 3px;
  margin-left: 3x;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_icon:before, .menu_icon:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: rgb(212, 57, 0);
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_icon:before {
  top: -10px;
}
.menu_icon:after {
  top: 10px;
}


#mobile_beach_menu_icon.close {
  border-radius: 50%;
  -webkit-transform: rotate(90deg) scaleX(0.2);
          transform: rotate(90deg) scaleX(0.2);
}
#mobile_beach_menu_icon.close:before {
  border-radius: 50%;
}
#mobile_beach_menu_icon.close:after {
  border-radius: 50%;
}

/*End Mobile Menu toggle Icon */


 .beachmap{
   width: 980px !important;
 }
 
 #pieChart{
 padding-bottom: 30px;
}
 
 #image-map {
      width: 100%;
      height: 500px;
      border: 1px solid #ccc;

    }
 #forecast-image-map {
      width: 100%;
      height: 500px;
      border: 1px solid #ccc;

    }    
    
#map-legend, #forecast-map-legend {
      width: 100%;
      height: 110px;
      
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
}    

#mobile-map-legend, #mobile-forecast-map-legend {
      width: 100%;
      height: 110px;
      
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
}  

.leaflet-container {
    background-color:rgba(255,0,0,0.0) !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: #ffffff4d !important;
	background-color: rgba(255,255,255,0.9) !important;
}

a.leaflet-popup-close-button {
     padding: 0 0 0 0 !important; 
}


.leaflet-popup-content p {
    margin: 1px 0 !important;
    font-weight: 300;
    background: #6200ff;
    background-color: #6200ff;
    border-radius: 5px;
    padding: 2px 8px;
    color: white;
    font-size: calc(1.0em + 0.5vw);
}

.leaflet-popup-content {
   margin: 5px 10px !important;
}
.beachgrading_legend{
  padding-bottom:10px;
  font-weight:600;
}

.forecast_grade_caption{
	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ff9d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9ff9d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f9ff9d); /* for firefox 3.6+ */ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ffd781;
	padding:10px 2px;
	box-shadow:0 0 10px #f9ff9d;
	margin-bottom:10px;
	position:relative;
	overflow: auto;
}

.grade_caption{
	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ff9d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9ff9d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f9ff9d); /* for firefox 3.6+ */ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ffd781;
	/* width:600px; */
	padding:20px;
	box-shadow:0 0 10px #f9ff9d;
	margin-bottom:10px;
	font-size:21px;
	/* font-size:15px; */
	/*! font-weight:bold; */
	/*! color:#315e00; */
}
nav ul {
 margin: 0; /* To remove default bottom margin */ 
 padding: 0; /* To remove default left padding */
}

nav ul li {
  list-style-type:none;
  width: 310px;
}


.button {
    background-color: #FFF0;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button span {
  pointer-events: none;
}
 
.info, .forecast_info {
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1.0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: Arial,Helvetica,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    text-align: left;
}
.info h4, .forecast_info h4 {
    color: #585757;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}    

.infobeach {
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    font-family: Arial,Helvetica,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    text-align: left;
}
 
.beachlegend {
    line-height: 20px;
    width :500px;
    color: #555;
    margin-top:2px !important;
}

.beachlegend i {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
} 
    
.legend {
    line-height: 20px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#forecast-image-map .leaflet-bottom .leaflet-control{
	margin-bottom: 10px !important;
}
 .beach_forecast_index{
   margin-left:auto;
   margin-right:auto;
   width:140px;
   text-align:center;
 }
 
.beach_forecast_index  b {
    width: 24px;
    height: 24px;
    float: right;
    margin-right: 8px;
    opacity: 0.7;
    border-radius:12px;
}

.item_container{

	margin-top: 20px;
	padding-left: 10px;

}

.item_container .btn_text{

    width:90%;
	line-height: 22px;

}
.table_td .forecast_1,.table_td .forecast_2,.table_td .forecast_3,.table_td .forecast_4,.table_td .forecast_99,.table_td .forecast_0, .grade_0, .beach_not_open, .not_graded_in_winter,.closed_beach{
	width: 40px;
	height: 40px;
	border-radius:10px;
	float: left;
	line-height: 40px;
	padding-left: 3px;
	display: table-cell;
	
}

.forecast_beach_item .btn_text{
	width: auto;
	vertical-align: middle;
    display: table-cell;
}

.forecast_beach_item .item_container{
	margin-top:8px;
	display: table;
	vertical-align: middle;
}


.forecast_beach_item .beach_not_open{
	background: #ccc !important;
	border: 1px solid #000;
	border-radius: 20px;
}

.forecast_beach_item .not_graded_in_winter{
	background: #ccc !important;
	border: 1px solid #000;
	border-radius: 20px;
}

.forecast_beach_item .closed_beach{
	background: #000 !important;
	border: 1px solid #ccc;
	border-radius: 20px;
}




.forecast .forecast_1,.forecast .forecast_2,.forecast .forecast_3,.forecast .forecast_4, .forecast .forecast_99{
width: 30px;
height: 30px;
border-radius: 15px;
float: left;
line-height: 25px;
padding-left: 7px;
	
}

.forecast_index .forecast_1,.forecast_index .forecast_2,.forecast_index .forecast_3,.forecast_index .forecast_4,.forecast_index .forecast_0,.forecast_index .forecast_99,   .forecast_index .grade_0, .forecast_index .beach_not_open, .forecast_index .closed_beach{

display:inline-block;	
width: 60px;	
height: 60px;
text-align: center;
float:left;
margin: 10px;
}

.forecast_index_msg{
	padding-left:70px;
	/*padding-top:5px;*/
	line-height: 2;
}
.forecast_index .beach_not_open{
	border-radius: 30px;
	border: solid 2px #aaa;
}

.forecast .data_listing_head{
	background: #2D92DC;
	color: white;
}

.beach_not_open {
  background: rgb(204,204,204) !important;
  border: solid 2px rgb(204,204,204);
  color: rgb(91,220,220);	
	
}


.not_graded_in_winter {
  background: rgb(255,255,255) !important;
  border: solid 2px rgb(204,204,204);
  color: rgb(91,220,220);	
}

.closed_beach {
  background: rgb(0,0,0) !important;
  border: solid 2px rgb(204,204,204);
  color: rgb(91,220,220);
}


.grade_0 {
 background-image: url(images/grade0@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}


.forecast_1 {
 background-image: url(images/good@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}

.forecast_2 {
 background-image: url(images/fair@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}

.forecast_3 {
 background-image: url(images/poor@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}


.forecast_4 {
 background-image: url(images/verypoor@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}

.forecast_0 {
    background: #000 !important;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.forecast_99 {
 background-image: url(images/grade0@3x.png);
 background-repeat: no-repeat;
 background-size: contain;
 color: transparent;
}

  
    
.centered {
   /* margin: auto; */
    text-align: center;
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 20px;

}

.my-label, .forecast-my-label {
    position: absolute;
    width:150px;
    height:20px;  
    font-size:14px;
    font-weight: bold;
    color: #2b0000 !important;
    background: rgba(0,0,0,0) !important;
    border: 1px none white !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.hover_title {
  font-size: 1.3em; 
  color: #8DD0B1; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top:10px; 
  margin-bottom:5px;
}

.hover_grade {
  font-size: 1em; 
  color: #ddd; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top:5px; 
  margin-bottom:5px;
}


.leaflet-tooltip.my-label::before {
  border-left-color: cyan;
}

.icon_goodgrade{
background-image: url(images/marker-good-icon.png);
}

.icon_forecast_goodgrade{
background-image: url(images/marker-forecast-good-icon.png);
}


.icon_goodgrade_zoom1{
background-image: url(images/marker-good-icon-15.png);
}

.icon_goodgrade_zoom{
 background-image: url(images/marker-good-icon-20.png);
}


.icon_forecast_goodgrade_zoom{
 background-image: url(images/marker-forecast-good-icon-20.png);
}



.icon_goodgrade_zoom2{
background-image: url(images/marker-good-icon-20.png);
}

.icon_goodgrade_mouseover{
background-image: url(images/marker-good-icon-30.png);
}



.icon_fairgrade{
background-image: url(images/marker-fair-icon.png);
}


.icon_fairgrade_zoom{
background-image: url(images/marker-fair-icon-20.png);
}

.icon_fairgrade_zoom1{
background-image: url(images/marker-fair-icon-15.png);
}

.icon_fairgrade_zoom2{
background-image: url(images/marker-fair-icon-20.png);
}


.icon_fairgrade_mouseover{
background-image: url(images/marker-fair-icon-30.png);
}


.icon_poorgrade{
background-image: url(images/marker-poor-icon.png);
}


.icon_poorgrade_zoom{
background-image: url(images/marker-poor-icon-20.png);
}


.icon_poorgrade_zoom1{
background-image: url(images/marker-poor-icon-15.png);
}

.icon_poorgrade_zoom2{
background-image: url(images/marker-poor-icon-20.png);
}


.icon_poorgrade_mouseover{
background-image: url(images/marker-poor-icon-30.png);
}


.icon_verypoorgrade{
background-image: url(images/marker-verypoor-icon.png);
}

.icon_verypoorgrade_zoom{
background-image: url(images/marker-verypoor-icon-20.png);
}

.icon_verypoorgrade_zoom1{
background-image: url(images/marker-verypoor-icon-15.png);
}

.icon_verypoorgrade_zoom2{
background-image: url(images/marker-verypoor-icon-20.png);
}

.icon_verypoorgrade_mouseover{
background-image: url(images/marker-verypoor-icon-30.png);
}

.icon_notgraded{
   background: #FFFFFF; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
    border: 1px solid #000;
}


.icon_notgraded_icon{
background-image: url(images/marker-notgraded-icon.png);
}

.icon_notgraded_zoom{
background-image: url(images/marker-notgraded-icon-20.png);
}

.icon_notgraded_zoom1{
background-image: url(images/marker-notgraded-icon-15.png);
}

.icon_notgraded_zoom2{
background-image: url(images/marker-notgraded-icon-20.png);
}

.icon_notgraded_mouseover{
background-image: url(images/marker-notgraded-icon-30.png);
}

.icon_notopen{
   background: #ccc; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   border: 1px solid #000;
}

.icon_notopen_icon{
background-image: url(images/marker-notopen-icon.png);
}


.icon_notopen_zoom{
background-image: url(images/marker-notopen-icon-20.png);
}


.icon_notopen_zoom1{
background-image: url(images/marker-notopen-icon-15.png);
}

.icon_notopen_zoom2{
background-image: url(images/marker-notopen-icon-20.png);
}

.icon_notopen_mouseover{
background-image: url(images/marker-notopen-icon-30.png);
}

.icon_planned{
   background: #db62bd; 
}

.icon_planned_icon{
background-image: url(images/marker-planned-icon.png);
}


.icon_planned_zoom{
background-image: url(images/marker-planned-icon-20.png);
}


.icon_planned_zoom1{
background-image: url(images/marker-planned-icon-15.png);
}

.icon_planned_zoom2{
background-image: url(images/marker-planned-icon-20.png);
}

.icon_planned_mouseover{
background-image: url(images/marker-planned-icon-30.png);
}


.icon_closed{
   background: #4D4D4D; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;

}

.icon_closed_icon{
background-image: url(images/marker-closed-icon.png);
}

.icon_closed_zoom{
background-image: url(images/marker-closed-icon-20.png);
}


.icon_closed_zoom1{
background-image: url(images/marker-closed-icon-15.png);
}

.icon_closed_zoom2{
background-image: url(images/marker-closed-icon-20.png);
}

.icon_closed_mouseover{
background-image: url(images/marker-closed-icon-30.png);
}



.icon_solid_good_cir
{
    height:16px;
    width:16px;
    background:#66FFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_good
{
    color:#007a7a;
    background: #fff;
} 

.icon_solid_fair_cir
{
    height:16px;
    width:16px;
    background:#33FF00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_fair
{
    color:#017c28;
    background: #fff;
} 

.icon_solid_poor_cir
{
    height:16px;
    width:16px;
    background:#FFAE00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_poor
{
    color:#db2e0d;
    background: #fff;
} 

.icon_solid_very_poor_cir
{
    height:16px;
    width:16px;
    background:#FF0000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.font_very_poor
{
    color:#c51f00;
    background:#fff;
} 

.font_normal
{
    color:#000000;
    font-size:1.1em;
} 

.icon_not_graded_beach2
{
    height:16px;
    width:16px;
    background:#fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
    border: 1px solid #000;
} 

.icon_not_graded_beach
{

    background:#fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     border: 1px solid #000;

} 

.icon_not_open_beach2
{
    height:16px;
    width:16px;
    background:#ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 12px;
} 

.icon_not_open_beach
{
    background:#ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000; 
} 

.icon_planned_beach2
{
	height:16px;
    width:16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    background:#db62bd;
	margin: 12px;
} 

.icon_planned_beach
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#db62bd;
    border: 1px solid #000;
    border: 1px solid #000;  

} 

.icon_closed_beach2
{
    height:16px;
    width:16px;
    background:#000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    margin: 12px;
}

.icon_closed_beach
{

    background:#000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;     
 
} 



.beach_grading_content_container {
 width: 280px;
}

.beach_grading_content{
   padding-left: 10px;
}

.beach_grading_content >p {
   margin-bottom: 15px;
   margin-top: 5px;
}

.beach_grading_content  span {
  background-color: #EEE;
}

.action_panel_general div {

    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}


.div_container {
 /*margin-bottom : 40px;*/
}

.btn_beach_fix_size  {
     /* padding-bottom: 15px; */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333333;
    cursor: pointer;
    font-size: 1em;
    text-align: left;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.2s;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);/*For IE10*/
	background: linear-gradient(#fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff');/*For IE7-8-9*/
     /*white-space: pre-wrap;  */     /* css-3 */ 
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     min-height:55px;
 
}

.btn_beach_fix_size:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #4e9106;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;    
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #4e9106;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #4e9106;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-top-color: #4e9106;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 8px #ccc;
    background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);/*For IE10*/
	background: linear-gradient(#fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff');/*For IE7-8-9*/
    
}
.btn_beach_fix_size a:link, .btn_beach_fix_size a:visited {
    display: block;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.btn_beach_fix_size a:hover {
    color: grey;
}

.btn_text{
  padding-left: 35px;
  display: block;
  width:300px;
  color:#42CB6E;
  line-height:1em;
  font-size:0.9em;
}

.leaflet-container a {
 /*   color: #045 !important;*/
}

.leaflet-control-attribution{
 text-align: right;
}

.leaflet-control-attribution a{
  background-color: #fff;
}


#css_table {
      display:table;
      width: 100%;
  }
.css_tr {
      display: table-row;
  }
.css_td {
      display: table-cell;
      padding-right: 5px;
      padding-left: 5px;      
      padding-top: 5px;
  }
 
 
.column {
    float: left;
    position: relative;
    width: 20%;

    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.column-offset-1 {
    left: 20%;
}
.column-offset-2 {
    left: 40%;
}
.column-offset-3 {
    left: 60%;
}
.column-offset-4 {
    left: 80%;
}

.column-inset-1 {
    left: -20%;
}
.column-inset-2 {
    left: -40%;
}
.column-inset-3 {
    left: -60%;
}
.column-inset-4 {
    left: -80%;
}
 
 
 
.table_head {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #7b7575;
    background-image: url("../images/popup_head_grey_bg.jpg");
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;

    padding-left:10px;
}

#detail{
 padding-bottom:5px;
-webkit-box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
-moz-box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
box-shadow: 4px 7px 9px 0px rgba(197,197,199,1);
}

.table_head_beach {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-size: auto auto;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    color: #247E1A;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
   
    padding-left:10px;
}


.bb-region > rect:first-child{
  fill-opacity: 1.0 !important;
}

.bb-chart-line {
  opacity: 1 !important;
}

.bb-region.regionY {
  fill: #98c8c8;
  
}
.bb-region.regionY1 {
  fill: #60b030;

}
.bb-region.regionY2 {
  fill: #e8b040;

}
.bb-region.regionY3 {
  fill: #e85050;
  
}

#chart .bb-axis-y-label {
 font-style: italic;
}

.bb-chart-arc text {
 fill: #794040 !important;
}


.bb-target-period {
 opacity: 1 !important;
}


polyline{
	opacity: .5;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

#latestBeachGrade .bb-legend-item-tile {
    stroke: rgb(255, 255,255) !important;
}

#divContainer{
 height: 600px !important;
}

#divContainerReport{
 height: 500px !important;
}

#divTrendChartContainer{
 height: 700px !important;
}

.leaflet-top {
z-index:9000 !important;
}
.leaflet-bottom {
 z-index:500 !important;
}

.legend rect {
  fill:white;
  stroke:black;
  opacity:1;}
  
  /* Slide Menu */
  /*
  #beach_row{
   display: table-row;
  }
 */ 
  #main_content{
    transition: 0.5s;
    display: table;
  }
  
  .sidenav {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    display: table-cell;
    padding: 5px;
    box-shadow: 2px 5px 5px 2px #ccc; 
}

.menubutton{

color:#085e12;
}

.sidenav a {
/*    padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size:0.65em;
    color: #565454;
    display: block;
    transition: 0.3s;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff;
    position: relative;  
    line-height: 45px;  
    text-indent: 8px;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.sidenav a:hover {
    color: #17633d;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#chart .bb-axis-y .tick:nth-child(3) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(5) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(7) {
 visibility:hidden;
}
#chart .bb-axis-y .tick:nth-child(9) {
 visibility:hidden;
}


#tabs-1 p {
  margin-top:0;
  margin-bottom:0;
}

#main {
    transition: margin-left .5s;
    display: table-cell;
}




	.table_td{
		width:33%;
		margin:1px;
	}


.beachContent{
  padding:20px;	
}

/* #main_content {
	margin-left:-320px;
}
 */


	
 .ui-tabs-anchor {
  font-size:0.8em !important;
  }
  
  #latestBeachGrade svg {
	width:100% !important;
}

#pieChart svg {
	width:100% !important;
}

#chart svg {
	width:100% !important;
}
  
  .leaflet-control {
  	text-align:left;
  }
 
 #forecast .leaflet-bottom .leaflet-control {
  	text-align:center;
  }
 
  .leaflet-control img {
     width:80%;
  }
  
  #beach_report{
  	margin-left:-320px;
  
  }
  
 
  	.sidenav{
  	display:none;
  	position:absolute;
	 width: 0px;
	 transition: width 0.3s;
    }
  
   #beach_report #mySidenav nav a {
   font-size:0.7em;
   }
   
   	 #map-legend, #forecast-map-legend {
      height: 110px;
    }
    
    #mobile-map-legend, #mobile-forecast-map-legend {
      height: 200px;
    }
    
    
     .large_select .m_full_width select{
 	 width:100%;
 	}
 	
 	 .large_select .m_30_width select{
 	 width:30%;
 	}
 	
 	
 	.legend, #map-legend, #forecast-map-legend{
	  display:block;
	}
	
	#mobile-map-legend, #mobile-forecast-map-legend{
	 display:none;
	}
	
	#mobile_menu_header{
	 margin-bottom:20px;
	 display:none;
	}
	#mobile_menu_header .table_head_beach{
	   margin:0px;
	   padding-bottom:0px;
	   display:flex;
	   border: 1px solid rgb(199, 199, 199);
	}
	#mobile_menu_header #detail{
	  border: 1px solid rgb(199, 199, 199);
      padding-bottom:5px;
     -webkit-box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);
     -moz-box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);
     box-shadow: -3px 7px 9px 0px rgba(197,197,199,1);

	}
	#mobile_menu_header .table_row{
	flex-direction: column;
	}
	
	#mobile_menu_header img {
	  display:none;
	}
	
	#mobile_menu_header li{
	  width:100%;
	  padding-left:10px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-top:0px;
	  margin-bottom:0px;
	  border-bottom: 1px solid rgb(199, 199, 199);

	}
	
		#mobile_menu_header li:last-child{
		   border-bottom: 0px solid;
		}
	
	#mobile_menu_header a {
	  font-size: 1em !important;
	  padding-top: 20px;
	  padding-bottom: 20px;
	
	}
	
	#tabs-1 .form-grid__row{
	  margin-left:2px;
	  margin-right:2px;
	}
	
#tabs {
	font-family: "Poppins", "Microsoft JhengHei", �L�n������, �L�n������, �ө���_HKSCS, Arial, sans-serif;
}

 #tabs-1 .left_col{
    width:30%;
 }
	
#tabs-1 .right_col{
	    width:70%;
}

#tabs-1 .field-label{
	padding-top:15px;
	padding-bottom:15px;
}

/*
#tabs-1 .field-label a{
	white-space: pre-line;
	word-break: break-all;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	display:block;
}
*/

#tabs-1 .wrap-text a{
	white-space: pre-line;
	word-break: break-all;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	
}
#tabs-1 .color_odd{
	background: #E6F9F2;
}

#tabs-1 .color_even{
	background: #D0F2E8;
}

.bb-legend-item--{
	display:none;
}

#chart .bb-axis-y-label{
	font-size: calc(1.0em + 0.2vw);
}


.beach_image{
	display:flex;
}

.beach_image .beach_image_column{
	-webkit-box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
    box-shadow: 6px 7px 7px -2px rgba(0,0,0,0.41);
}
@media screen and (max-width: 1001px) {
	
	#main_content {
	 margin-left:0px;
    }
	 .sidenav{
	 display:none
    }
	
	.menubutton{
	color:red;
	}
	
	.beachContent{
      padding:0px;	
   }
   
       .beachmap{
      padding:0px;
    }
    
    .centered{
      padding:0px;
      border-radius:0px;
    }
    .info_control , .forecast_info_control{
	   display:none;
	}
	
    .info_control, .forecast_info_control{
       visibility: hidden; 
       opacity: 0.9;
    }

	.info_control img, .forecast_info_control img {
	   display:none;
	}
	
	
	#image-map .legend, #map-legend{
	  display:none;
	}
	
	#forecast-image-map .legend, #forecast-map-legend{
	  display:none;
	}
	
	
	#mobile-map-legend, #mobile-forecast-map-legend{
	 display:block;
	}
	
	.menubutton{
	 display:none;
	}
	
	#mobile_menu_header{
	 display:block;
   }
   
   #mySidenav{
    display:none !important;
   }
	
}	






@media screen and (max-width: 900px) {
	
	#mySidenav{
	display:none;
	}
	
	.table_td{
		flex-grow:1;
		width:100%;
	}
	
	
	  #map-legend ,#forecast-map-legend{
      height: 180px;
    }
    
	 #mobile-map-legend, #mobile-forecast-map-legend {
      height: 120px;
    }
    
    
    .sidenav a {
     font-size: 1em !important;
    }
    
    
    .beachlegend {
	font-size: 1.0em;
	width :500px;
     }
     
          
 #tabs-1 .left_col{
    width:100%;
 }
	
#tabs-1 .right_col{
	    width:100%;
}

#chart .bb-axis-y-label{
	font-size: calc(0.7em);
}
 
 

 .ui-tabs-panel{
	padding: 0px !important;
	border: 0px solid !important;
}

.ui-tabs-panel .centered {
	border-left-color: #fff !important;
	border-right-color: #fff !important;
	border-top-color:#fff !important;
	border-bottom-color:#fff !important;
}
    
    

}




@media screen and (max-width: 1480px){
	.grade_caption{
	  font-size:18px;
	}
	
	.beach_description{
	  font-size:18px;
	}
}

  


/* iPad */
@media screen and (max-width: 768px) {
	.beachlegend {
	font-size: 1.0em;
	width :100%;
     }
     
     
     .beachreport h1{
	    font-size: calc(0.75em + 1vmin);
    }

    .beachreport h2{
	    font-size: inhirent;
    }


}



@media screen and (max-width: 640px) {
	.beachlegend {
	font-size: 1.0em;
	width :100%;
     }
     
   .beach_image{
     display:block;
   }
	
	.beach_image .beach_image_column{
	-webkit-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
    -moz-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
    box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.0);
}
}



/* iphone5 SE */
@media screen and (max-width: 320px) {
	
 #beach_report{
  	margin-left:-270px;
  
  }
  
  #beach_report #mySidenav nav{
    width:250px;
  }
  
nav ul li {
  list-style-type:none;
  width: 250px;
}




}



.table_row{
	display:flex;
	flex-wrap:wrap;
}







#latestBeachGrade svg {
	width:100% !important;
}

#pieChart svg {
	width:100% !important;
}

#chart svg {
	width:100% !important;
}



/* Mobile Menu Toggle Icon  */

.toggle_icon {
  margin: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-left: auto;
}




.menu_icon {
  position: relative;
  background: rgb(212, 57, 0);
  width: 30px;
  height: 3px;
  margin-top: 3px;
  margin-left: 3x;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_icon:before, .menu_icon:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: rgb(212, 57, 0);
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_icon:before {
  top: -10px;
}
.menu_icon:after {
  top: 10px;
}


#mobile_beach_menu_icon.close {
  border-radius: 50%;
  -webkit-transform: rotate(90deg) scaleX(0.2);
          transform: rotate(90deg) scaleX(0.2);
}
#mobile_beach_menu_icon.close:before {
  border-radius: 50%;
}
#mobile_beach_menu_icon.close:after {
  border-radius: 50%;
}

/*End Mobile Menu toggle Icon */
.form_border {
  border: 2px solid #ffc62e;
  padding: 10px;
  margin-bottom: 10px;
}

.disclaimer_title{
	text-decoration: underline;
}
