/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	font-family: sans-serif;
}

/* END RESET */
.controlsPanel {
  display: block;
  width: 25%;
  height: 100%;
  background-color: lightgrey;
  padding-left: 5px;
  padding-right: 5px;
  float:left;
  overflow:hidden;
}

.hide { display:none; }

.dropDownMenu {
  width: 50%;
  float: right;
}

.widgetContainer {
  margin: auto;
  margin-top: 150px;
  width: 1000px;
  height: 500px;
  border: solid 2px gray;
}

.fieldSet {
  margin-bottom: 25px;
  width: 95%;
  float:right;
}

.btnExec {
  float: left;;

}

.chartPanel {
  float:right;
  width: 73%;
  height: 100%;
  background-color: #EBEBEB;
}

.pieChartLegend {
  float:left;
  margin-left: 5%;
  border-top: solid 1px lightgray;
  padding-top: 5px;
	margin-top: 10px;
}

.pieChartLegend:first-of-type { margin-left: 0; }

.noMarginLegend { margin-left: 0; }

.legendContainer {
  margin-right: -5%;
	margin-top: 10px;
  padding: 0 5%;
	  cursor: pointer;
}

.colorRectAll {
  border-radius: 10px;
  float:left;
  font-size: 22px;
	line-height: 1;
}

.legendTextAll {
	display: inline-block;
	margin-left: 5px;
}

.colorRectAll { margin-right: 5px; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
  height: 0;
  overflow: hidden;
}

.clearfix:after { clear: both; }

.X_axes path, .Y_axes path {
	fill:none;
	stroke: black;
  stroke-opacity: 1;
  stroke-width:2;
}
.tick line {
	shape-rendering: crispEdges;
  	stroke: black;
  	stroke-width:2;
		opacity: 0.1;
	}
.X_axesTicks line {
	shape-rendering: crispEdges;
  	stroke: black;
  	stroke-width:4;
		opacity: 1;
	}

.LowLight {	opacity: 0.3!important; }
.HiLight { opacity: 1!important; }
  /*.X_axes text {
  	font-size:5px;
  	}*/
