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: 19px;
    color: #555;
    margin: 0 10px 10px;
	font-weight:bold;
}
.middle-widget .graph-box .desc{
	text-align:center;
	font-size:16px;
	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;
}

.bb-texts text{
	fill: rgb(0, 0, 0) !important;
}

.bb-tooltip .colorChip{
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 6px;
	  border:1px solid #fff;
}

 /*!
 * @version 1.2.0
 */
/*-- Chart --*/
.bb svg {
  font: 14px Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent; }

.bb path, .bb line {
  fill: none;
  stroke: #000; }

.bb text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid,
.bb-event-rect,
.bb-bars path {
  shape-rendering: crispEdges; }

.bb-chart-arc path {
  stroke: #fff; }

.bb-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.bb-grid line {
  stroke: #aaa; }

.bb-grid text {
  fill: #aaa; }

.bb-xgrid, .bb-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.bb-text{
	font-size:14px;
}
.bb-text.bb-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.bb-line {
  stroke-width: 2px; }

/*-- Point --*/
.bb-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.bb-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.bb-bar {
  stroke-width: 0; }
  .bb-bar._expanded_ {
    fill-opacity: 0.75; }

/*-- Focus --*/
.bb-target.bb-focused {
  opacity: 1; }

.bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step {
  stroke-width: 2px; }

.bb-target.bb-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.bb-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.bb-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.bb-legend-item {
  font-size: 12px; }

.bb-legend-item-hidden {
  opacity: 0.15; }

.bb-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.bb-title {
  font: 14px Arial, Helvetica, sans-serif; }

/*-- Tooltip --*/
.bb-tooltip-container {
	font-family:Arial, Helvetica, sans-serif;
  z-index: 10; 
  max-width:100%;}

.bb-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  opacity: 0.9;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777; 
  width:100%;}
  .bb-tooltip tr {
    border: 1px solid #CCC; }
  .bb-tooltip th {
	  font-weight:bold;
    background-color: #555;
    font-size: 16px;
    padding: 5px 5px 2px;
    text-align: left;
    color: #FFF; }
  .bb-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999; }
    .bb-tooltip td > span, .bb-tooltip td > svg {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 6px; }
    .bb-tooltip td.value {
		font-weight:bold;
      text-align: right; }

/*-- Area --*/
.bb-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.bb-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.bb-chart-arcs .bb-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.bb-chart-arcs .bb-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.bb-chart-arcs .bb-chart-arcs-gauge-max {
  fill: #777; }

.bb-chart-arcs .bb-chart-arcs-gauge-min {
  fill: #777; }

.bb-chart-arc .bb-gauge-value {
  fill: #000; }

/*# sourceMappingURL=billboard.css.map*/



@media screen and (max-width: 667px){
	.middle-widget .graph-box h4{font-size: 16px;}
	.middle-widget .graph-box .desc{font-size:14px;}
	.bb svg {font-size:12px;}
	
	.bb-tooltip th {font-size: 16px;}
	.bb-tooltip td {font-size: 12px; padding: 2px 5px;}
	.bb-tooltip .colorChip{ width: 10px; height: 10px;}
}