@CHARSET "ISO-8859-1";

/*----------------------------- HEADER -----------------------------*/

#headerlogoarea {
	width: 474px;
	height: 80px;
	/*float: left;*/
	position: absolute;
	top: 10px;
	left: 10px;
	border:1px solid #333;
}

#nommonlogoarea {
	float: left;
	height: 80px;
}

#eunoialogoarea {
	float: right;
	height: 80px;
}

#nommonlogo {
	background: url(../images/nommon_logo.png) no-repeat center top;
	color: #000;
	display: block;
	font: 15px/30px 'Play';
	height: 80px;
	width: 211px;
}

#logo_eunoia {
	background: url(../images/logo_eunoia.png) no-repeat center top;
	color: #000;
	display: block;
	font: 15px/30px 'Play';
	height: 80px;
	width: 263px;
}

/*-----------------------------  BODY  -----------------------------*/

html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.stations, .stations svg {
  position: absolute;
}

.lines, .lines svg {
  position: absolute;
}

#menugroup {
	width: 230px;
	height: 330px;
	position: absolute;
	top: 150px;
	left: 30px;
	text-align: center;
}

#datetimepickergroup {
	width: 100%;
	height: 30px;
}

#playanimation {
	background: url(../images/play.png) no-repeat center top;
	width: 30px;
	height: 31px;
	vertical-align: middle;
	background-color: white;
	margin-left: 10px;
}

#datetimepick {
	width: 76px;
	height: 25px;
	vertical-align: middle;
}

#opendatetimepick {
	background: url(../images/clock.png) no-repeat center top;
	width: 30px;
	height: 31px;
	vertical-align: middle;
}

#amount {
	border:0; 
	color:#f6931f; 
	font-weight:bold; 
	width:40px;
}

#amountlabel, #sizelabel, #colorlabel, #sizelabel, #colorlabel {
	font-weight:bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

#colorlabelprefixdiv {
	float: right;
	text-align: left;
}

#colorlabelsuffixdiv {
	float: left;
	text-align: rigth;
}

#colorlabelprefix, #colorlabelsuffix  {
	font-size:1;
}

#legend {
	width: 220px;
	height: 135px;
	position: absolute;
	text-align: center;
	border: 1px solid grey;
	background-color: #ffffff;
	opacity: .8;
}

.legendsize{
	heigth: 42px;
}

.legendcolor{
	heigth: 26px;
}

#colorlegend {
	width: 100%;
	height: 60px;
}

#sizelegend {
	width: 100%;
	height: 60px;
		
}

#stationbarchart {
	position: absolute;
	text-align: center;
	opacity: .8;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: steelblue;
}

.x.axis path {
/*   display: none; */
}