/* Stylesheet for D3 Demo */
.axis path,
.axis line {
	fill: none;
	stroke: black;
	stroke-width: 1px;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: sans-serif;
	font-size: 0.9em;
}

/* ------------------------------------------------------------------- */

/* Add Tuesday, 4-apr-17 for Primary Map Title on Top of Page */
/*
.mapTitle, #mapTitle {
	position: fixed;
	z-index: 500;
	top: 100;
	left: 0;
	border-top-width: 100;
	font-size: 28;
	width: 100%;
	/* height: 5%; */
	/* background-color: gray; */
	/* color: green; */


.mapTitle,#mapTitle {
	/* position: fixed; */	/* This moves the map and chart towards the top of the screen; no room for title */
	top: 100;
	/* border-top-width: 100;*/
	color: green;
	font-size: 35px; 
	background-color: black;
}

/* Add Tuesday, 4-Apr-17 */

html, body, #map {
	color: black;
	width: 100%;
	height: : 100%;
	border-top-width: 100;
	margin: 100;
	padding: 0;
	
	background-color: #546060;
	background-color: black;
	background-color: #9ca5a5;
	/* background-color: white; */
	background-color: rgba(247, 241, 241, 0.2); /* 4-apr-17 */
}

.tick {
	color: black;
	font-size: 10px;
}

/* --------------------------------------------*/

.title {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

/* State Outlines */
.state {
	stroke: #000;
	stroke-width: 0.5px;
	stroke-linecap: round;
}

/* Map frame margin */
.map {
	border: medium solid #999;
	margin: 10px 0 0 20px;
}

/* Chart frame styles */
.chart {
	float: right;
	margin: 7px 20px 0 0;
	border: medium solid #999;
	float: right;
	margin: 10px 20px 0 0;
}

*.bar {
	z-index: -1;
	
}
.bar WA {
	z-index: -1;
}

.chartTitle {
	font-family: sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	z-index: 100;
}

/* comment out Tuesday, 4-apr-17 */

.chartBackground {
	fill: rgba(247, 241, 241, 0.2); /* 4-apr-17 */
	
	/* background-color: gray; */	/* this makes chart background black */
}

.chartFrame {
	fill: none;
	stroke: #999;
	stroke-width: 3px;
	shape-rendering: crispEdges;
}

.axis path,
.axis line {
	fill: none;
	stroke: #999;
	stroke-width: 1px;
	shape-rendering: crispEdges;
	
}

.axis text {
	font-family: sans-serif;
	color: black; 
	font-size: 0.8em;
	fill: #999;
}

/* Chart Text/Numbers */
.numbers {
	font-size: 9px;
	color: darkgreen;
	font-family: sans-serif;
}

/* Attribute Selection Dropdown Menu */
.dropdown {
	position: absolute;
	/* top: 30px; */
	/* left: 10px;	*/	/* Left border of dropdown menu */
	top: 200px;			/* Tues, 4-apr-17 want to move towards bottom */
	left: 40px;			/* Tues, 4-apr-17 */
	z-index: 10;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #999;
	box-shadow: 2px 2px 4px #999;
	
}
option {
	font-weight: normal;
}

/* Label styles */
.infolabel {
	position: absolute;
	height: 50px;
	min-width: 90px;
	color: #fff;
	background-color: #434040;
	border: solid thin #fff;
	padding: 5px 10px;
	font-family: roboto;
	
	/* top: -75px;	*/	/* hides the label to avoid flicker */
}

.infolabel h1 {
	margin: 0 20px 0 0;
	font-size: 20px;
	padding: 0;
	display: inline-block;
	line-height: 1em;
	
}

/* State of Washington */
/*
.state.Washington {
	fill: blue;
	stroke-width: 2.5px;
}
.state.Wisconsin {
	fill: green;
}

*/
