/*
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:#ffffff;
}
*/
.hide{display:none;}
.middle-widget{
	border:none;
	padding:0;
	margin:0;
}
.middle-widget .graph-box{
	margin:0;
}
.middle-widget .graph-box h4{
	text-align:center;
	font-size: 16px;
    color: #555;
    margin: 0 10px 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.middle-widget .graph-box .desc{
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 10px 10px;
}
#dataSrcHldr{
	display:inline-block;
	clear:both;
}
#dataSource{
	color:#888;
}
.graph-box .text_13_333{
	font-size:12px;
	line-height:1.2em;
	margin-top:5px;
	display:inline-block;
}



/******************************************************************************************************************************/
.d3vizchart path {
	fill: #CED8B6;
}
.d3vizchart line {
	stroke: #555;
	stroke-width: 2px;
}
.line.unfocused{
	stroke-opacity: 40%;
}
.line.focused {
	stroke-width: 3px;
	stroke-opacity: 100%;
	stroke: black;
}
.d3vizchart line.bestfit {
	stroke: #ddd;
	stroke-width: 5px;
}
.d3vizchart .xaxisclass path, .d3vizchart .yaxisclass path, .d3vizchart .xaxisclass line, .d3vizchart .axisclass line {
	stroke: #ccc;
	fill: none;
	shape-rendering: crispEdges;
}
.d3vizchart text {
	font-size: 12px;
	fill: #888;
}
.d3vizchart.micro text {
	font-size: 10px;
}

.svg-container text{
	font-size: 12px;
	fill: #888;
}

.svg-container.micro text{
	font-size: 10px;
}

.hilite circle {
  fill: none;
  //stroke: #6F257F;
  stroke-width: 4px;
  pointer-events:none;
}

.svg-container.micro .hilite circle{
	stroke-width: 2px;
}

.d3viztooltip {
	//display:none;
	opacity:0;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(120,120,120,0.55);
    text-shadow: 0 1px 0 #eee;
	pointer-events: none;
	max-width: 300px;
}
.d3viztooltip p{
	margin:5px 0;
	line-height:1.2em;
	font-size:12px;
	pointer-events: none;
}
.d3viztooltip p .title{
	font-size:14px;
	font-weight:bold;
	pointer-events: none;
}
.svg-container.micro .xLabel, .svg-container.micro .yLabel{
	display:none;
}
.svg-container text.xLabel, .svg-container text.yLabel{
	font-size:14px;
}
.geoChartHolder.micro .legendGeo{
	display:none;
}
.middle-widget .filter.level_2{
	margin-bottom:10px;
}
.middle-widget .graph-box{
	margin:0;
}