@charset "UTF-8";
/* CSS Document */

/*** BARCHART STUFF ************************************************/


.barchart {
	position: relative;
	/*background-color: #604843;*/
	padding: 20px;
	/*padding-left: 100px;*/
	padding-bottom: 40px;
	/*margin-left: -50px;*/
	margin-top: 4em;
	/*width: 450px;*/
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-right: 40px;
	border: 1px solid #999;
}

.barchart h3 {
	color:#FFFFFF;
	font-size: 1.2em;
	margin-bottom: 30px;
	line-height: 140%;
	font-weight: normal;
}

.bar_area {
	position: relative;
	marg
}

.barchart ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	padding-left: 100px;
	
	
}

#content .barchart .bar, 
#mainContent .barchart .bar, 
.colourkey div {
	height: 8px;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

.colourkey div {
	width: 8px;
	margin-top: 2px;
}

.colourkey  {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5em;
}

.colourkey p {
	width: 120px;
}

.polo-micra {
	background: #33FF66;
}
.scenic {
	background: #007cd7;
}

.key_morning,
.key_2011 {
	background: #e59e00;
}

.key_afternoon,
.key_2012 {
	background: #ec6553;
}

.key_evening,
.key_2013 {
	background: #6297ee;
}

.key_all_day__24hrs_,
.key_2014 {
	background: #d6d6d6;
}

/*
.key_2011 {
	background-color: #527609;	
}

.key_2012 {
	background-color: #539A08;	
}

.key_2013 {
	background-color: #6AC506;	
}

.key_2014 {
	background: #90f000;
}
*/

#metrics .bar::before {
	position: absolute;
	width: 3em;
	left: -3.3em;
	top: -1px;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}

#metrics .bar0,
#metrics .colourkey div:first-child {
	background-color: #527609;	
}
#metrics .bar0::before {
	content: '2015';
}


#metrics .bar1,
#metrics .colourkey div:nth-child(2) {
	background-color: #539A08;	
}
#metrics .bar1::before {
	content: '2016';
}

#metrics .bar2,
#metrics .colourkey div:nth-child(3) {
	background-color: #6AC506;	
}
#metrics .bar2::before {
	content: '2017';
}

#metrics .bar3,
#metrics .colourkey div:nth-child(4) {
	background: #90f000;
}
#metrics .bar3::before {
	content: '2018';
}

#metrics .bar4,
#metrics .colourkey div:nth-child(5) {
	background: #D6FF0E; /* #E7FE09; */
	/*opacity: 0.4;*/
}
#metrics .bar4::before {
	content: '2019';
}


#metrics .jill,
#metrics .justin,
#metrics .malcolm,
#metrics .jane,
#metrics .philip,
#metrics .stella {
	display: none;
}

.rowlabel {
	position: absolute;
	height: 20px;
	width: 100px;
	left: -20px;
	text-align: right;
	color: #FFFFFF;
}

#metrics .rowlabel {
	width: 80px;
}

.bar p, 
.colourkey p {
	color: #FFFFFF;
	position: absolute;
	top: -1px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	font-size: 10px;
	z-index: 2;
	width: 4em;
	right: -4.5em;
}

.colourkey p {
	right: auto;
	left: 20px;
	width: 7em;
}


#availability fieldset#period,
#metrics fieldset#fs_metric {
	float: right;
	width: 10em;
	margin-right: 7em;
	padding-top: 0px;
}

#availability legend,
#metrics legend {
	display: none;
}

.barchart li {
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bar_area .row {
	margin-left: 0px;
	margin-right: 0px;
}

.grid img,
.grid div {
	position: absolute;
	height: 100%;
	width: 1px;
}

.grid div {
	position: absolute;
	height: 100%;
	width: 1px;
	opacity: 0.2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.grid {
	background: transparent;
	position: absolute;
	height: 100%;
	left: 100px;
	right: 0px;
	top: 0px;
}

#metrics .grid,
#fiddle .grid {
	display: none;
}

#metrics .row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
}

#metrics .bar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


#fiddle .bar_part {
	height: 8px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}

#fiddle .key_time_cost {
	background-color: #6AC506;
	clear: left;
}

#fiddle .key_miles_cost {
	background-color: #3FC;
}

#mainContent #fiddle .bar {
	height: 8px;
	display: block;
	clear: left;
	margin-bottom: 3px;
}


#fiddle .rowlabel {
	margin-top: 0em;
}

#fiddle .bar_area li {
	margin-top: 20px;
}

#fiddle .row {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#fiddle .bar1 {
	opacity: 0.5;
}

#fiddle .bar p {
	float: left;
	margin-top: 0px;
	position: static;
	margin-left: 10px;
}

#fiddle .colourkey p {
	width: 5em;
}

#fiddle_controls {
	margin-top: 40px;
}

#fiddle_controls h4 {
	margin-top: 15px;
}

#fiddle_controls td {
	padding: 2px;
}

#fiddle_controls td.label {
	width: 8em;
	padding-left: 0px;
}

#fiddle_controls td.rateval {
	text-align: center;
	cursor: default;
	width: 4em;
}

#fiddle_controls td.up, 
#fiddle_controls td.down {
	cursor: pointer;
}

#fiddle_controls td.up:hover, 
#fiddle_controls td.down:hover {
	color: #FFFFFF;
}


#fiddle_controls td.current {
	color: #999;
	text-align: right;
	width: 4em;
}

#fiddle_controls td.tweaked {
	color: #FC0;
}


.key_miles {
	background-color: #F93;
}

.key_cost_per_mile {
	background-color: #6CC;
}

#miles_by_year,
#cost_per_mile,
#availability,
#metrics {
	padding: 0px;
	border: none;
	margin-bottom: 6em;
}

#miles_by_year ol,
#cost_per_mile ol {
	padding-left: 50px;
}

#miles_by_year .rowlabel,
#cost_per_mile .rowlabel {
	width: 56px;
	margin-top: -8px;
}

#miles_by_year .grid,
#cost_per_mile .grid {
	left: 50px;
}

#miles_by_year .colourkey,
#cost_per_mile .colourkey {
	display: none;
}

