/* CSS for all d3 and mapping visualizations */

/* Sortable tables */
table.sortable thead {
    cursor: pointer;
}
#page_content.template-5.citizen { 
/*	background-color: #f7e6f2; */
}


#page_content.template-5 div.body_segment div.wqec table th.recent_samples, #page_content.template-5 div.body_segment div.wqec table td.recent_samples span {
	background-color: #E6E6FA;
	text-align: center;
    padding-left: 0;
    padding-right: 0;
}

#page_content.template-5 div.body_segment div.wqec table th.historical_stats, #page_content.template-5 div.body_segment div.wqec table td.historical_stats span {
	background-color: #F5DEB3;
	text-align: center;
    padding-left: 0;
    padding-right: 0;
}
	
#page_content.template-5 div.body_segment div.wqec table th.site_name, #page_content.template-5 div.body_segment div.wqec table td.site_name span {
	text-align: left;
    padding-left: 5px;
    padding-right: 0;
    width:95px;
}

#page_content.template-5 div.body_segment div.wqec table th.sample_date, #page_content.template-5 div.body_segment div.wqec table td.sample_date span {
	text-align: left;
    padding-left: 5px;
    padding-right: 0;
    width:75px;
}
	
#page_content.template-5 div.body_segment div.wqec table th.specimen_count_int, #page_content.template-5 div.body_segment div.wqec table td.specimen_count_int span {
	text-align: left;
    padding-left: 15px;
    padding-right: 0;
    width:50px;
}

#page_content.template-5 div.body_segment div.wqec table th.rain_3_day_total, #page_content.template-5 div.body_segment div.wqec table td.rain_3_day_total span {
 	text-align: left;
    padding-left:15px;
    padding-right: 0;
    width:60px;
}

#page_content.template-5 div.body_segment div.wqec table th.count, #page_content.template-5 div.body_segment div.wqec table td.count span {
 	text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    width:60px;
}

#page_content.template-5 div.body_segment div.wqec table th.geomean, #page_content.template-5 div.body_segment div.wqec table td.geomean span {
 	text-align: left;
    padding-left: 15px;
    padding-right: 0;
    width:60px;
}

#page_content.template-5 div.body_segment div.wqec table th.maximum, #page_content.template-5 div.body_segment div.wqec table td.maximum span {
 	text-align: left;
    padding-left: 15px;
    padding-right: 0;
    width:60px;
}

#page_content.template-5 div.body_segment div.wqec table th.minimum, #page_content.template-5 div.body_segment div.wqec table td.minimum span {
 	text-align: left;
    padding-left: 15px;
    padding-right: 0;
    width: 60px;
}

#page_content.template-5 div.body_segment table td.type_wet span {
	background-color: #0571B0;
	color: #FFFFFF;
}

#page_content.template-5 div.body_segment table td.type_dry span {
	background-color: #A6611A;
	color: #FFFFFF;
}

#page_content.template-5 div.body_segment table td.type_4 span {
	background-color: #BCBDDC;
}

#page_content.template-5 div.body_segment table td.type_5 span {
	background-color: #8856A7;
	color: #FFFFFF;
}


#page_content.template-5 div.d3svg {
    float: right;
    padding: 0;
    width: 200px;
}

#page_content.template-5 div.smallmap {
    float: left;
    width: 200px;
    height: 200px;
	margin: 6px 0px 0px;
	border: 1px solid rgb(200, 200, 200);
}

#page_content.template-5 div.foot_segment dl.second_row {
	float: left;
	margin: 15px 0px;
}

#page_content.template-5 div.foot_segment dl dd.type_4 {
	width: 275px;
}



.axis path,
.axis line {
	fill: none;
	stroke: 	#666666;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: helvetica;
	font-size: 10px;
	font-weight: 400;
	fill: #666666;
}

.daterangeslider {
	margin: 50px 0px 100px 0px;
}

#overviewmap {
	width: 606px;
	height: 600px;
	margin: 10px 25px 25px 15px;
	border: 1px solid rgb(200, 200, 200);
}

#waterwaymap {
	width: 458px;
	height: 300px;
	margin: 10px 0px;
	border: 1px solid rgb(200, 200, 200);
}

.gridy .tick {
	stroke: lightgrey;
	opacity: 0.7;
}
.gridy path {
	stroke-width: 0;
}

.gridxred .tick {
	stroke: #7a0026;
	opacity: 0.7;
}
.gridxred path {
  	stroke-width: 0;
}

.gridxorange .tick {
	stroke: #e51a1d;
	opacity: 0.7;
}
.gridxorange path {
  	stroke-width: 0;
}

.legend-wrapper {
	display: inline-block;
	margin-bottom: 10px;
}

.legendTableChart {
	margin: 5px 25px 10px 10px;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: left;
	color: #555;
	display: inline;
	float: left;
}

.legendTableChart h3 {
	line-height: 18px;
	margin: 0 0 5px;
	color: #777;
}

.legendTableChart span {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #777;
}

.legendTableChart .text {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #777;
	margin-bottom: 12px;
}

.legendTableChart i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 1;
}

.infomap {
	padding: 6px 8px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}

.infomap h4 {
    font: 14px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #777;
}

.infomap span {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #777;
}

.legendmap {
	color: #777;
}

.legendmap i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 1;
}

.left {
	float: left;
}

svg .legendSvg1 { 
	fill: #2aa727;
	stroke: black; 
	stroke-width: 1;
	opacity: 1;
}

svg .legendSvg2 { 
	fill: #e51a1d;
	stroke: black; 
	stroke-width: 1;
	opacity: 1;
}

svg .legendSvg3 { 
	fill: #7a0026;
	stroke: black; 
	stroke-width: 1;
	opacity: 1;
}

svg .backgroundDots { 
	fill: #878787;
	stroke: #878787; 
	stroke-width: 1;
	opacity: 1;
}

svg .foregroundDots { 
	fill: #4d4d4d;
	stroke: #4d4d4d; 
	stroke-width: 1;
	opacity: 1;
}

.svgPopupCitizen {
/*	background-color: #f7e6f2; */
}

.legendmapWetDry {	
	color: #777;
}

.legendmapWetDry img {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 8px;
	opacity: 1;
}

.svgPopup {
	min-width: 205px;
	min-height: 210px;
}

.svgPopupCitizen {
	min-width: 205px;
	min-height: 210px;
}

.linkPopup {
	text-align: center;
}

.linkPopupCitizen {
	text-align: center;
/*	background-color: #f7e6f2; */
}

#datepickerbar {
	width: 630px
	height: 40px;
	background: url(9c4c595de576603948375f00370696be07fc6e5e.png)  repeat-x scroll 0 0 transparent;
	clear: both;
	padding-bottom: 80px;
	margin-top: 15px;
	border-top: 1px solid rgb(212, 218, 227);
}

#datepickerbar ul {
	width: 630px;
	margin: 0 auto 0 auto;
}

#datepickerbar ul li {
	float:left;
	padding:0 40px 0 14px;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	height:40px;
	list-style:none;
	display:block;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	color: #527A95;
    
    font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
}

#datepickerbar ul li:hover {
	background-color:#639FC5;
	color:#FFFFFF;
}


.leaflet-control-zoom-fullscreen { 
	background-image: url(2da14d8bcd279ade4560a6c457e6a4900e617336.png) ; 
}

.leaflet-container:-webkit-full-screen { 
	width: 100% !important; 
	height: 100% !important; 
}

.vizLinks {
	float: left;
	margin-right: 25px;
}

.clear {
	clear: both;
	margin-bottom: 1px;
}


/* table "i" buttons */
.info_r3d {
	display: none;
	margin: -130px 0 0 -428px;
	font-weight: normal;
}

.info_n {
	display: none;
	margin: -98px 0 0 -428px;
	font-weight: normal;
}

.info_geo {
	display: none;
	margin: -162px 0 0 -428px;
	font-weight: normal;
}

.info_max {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_min {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_ec2 {
	display: none;
	margin: -130px 0 0 -13px;
	font-weight: normal;
}

.info_ec3 {
	display: none;
	margin: -130px 0 0 -13px;
	font-weight: normal;
}

.info_t {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_s {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_c {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_tu {
	display: none;
	margin: -112px 0 0 -428px;
	font-weight: normal;
}

.info_o {
	display: none;
	margin: -130px 0 0 -428px;
	font-weight: normal;
}

