svg text {
	font: normal 12px 'Roboto';
}

.nvd3 * {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
	fill-opacity: 0 !important;
	stroke-opacity: 0 !important;
}

.nvd3 .nv-point {
	fill-opacity: 0;
	stroke-opacity: 0;
}

.nvd3 .nv-point.hover {
	stroke-width: 20px;
	fill-opacity: .5 !important;
	stroke-opacity: .5 !important;
}

.nvd3 .tick line {
	fill: none;
	stroke: #000;
	stroke-opacity: .25;
	shape-rendering: crispEdges;
}

.nvd3 .nv-point-paths {
	fill-opacity: 0;
	stroke-opacity: 0;
}

/* .nvd3 .nv-groups path.nv-line {
	display: none;
}
 */
.nvd3 .nv-groups path.nv-area {
	fill-opacity: 1;
}

.nvd3 .nv-groups rect.nv-bar {
	cursor: pointer;
	fill-opacity: 1;
	stroke: none !important;
}

.nvd3 .nv-context .nv-x .tick {
	cursor: pointer;
	pointer-events: auto;
}

.nvd3 .nv-context .nv-scatterWrap {
	display: none;
}

.nvd3 .nv-legend {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.nvd3 .nv-context .nv-groups .nv-group rect {
	fill-opacity: 0.5;
}

.nvd3 .nv-context .nv-groups .nv-group rect.selected {
	fill-opacity: 1;
}

.nvd3 text.scopeLabel {
	font-size: 22px;
	fill-opacity: 0.7;
}

.nvd3 text.liveText {
	fill: red;
	font-size: 22px;
	font-weight: bold;
	fill-opacity: 0.7;
}

.nvd3 .navigationButton {
	cursor: pointer;
}

.nvd3 .navigationButton:hover {
	fill: #666666 !important;
}

.nvd3 .navigationButton.center:hover .coloredPart {
	fill: #333333 !important;
}

.nvd3 .navigationButton.center.following .coloredPart, .nvd3 .navigationButton.center.following:hover .coloredPart {
	fill: #990000 !important;
}

.nvd3 .downloadIcon path {
	cursor: pointer;
	fill: #888 !important;
}

.nvd3 .downloadIcon:hover path {
	fill: #000000 !important;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
	font-weight: normal;
}

.nvd3 .nv-axis {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.nvd3 .nv-axis path {
	stroke: none;
}

.nvtooltip p {
	text-align: left !important;
}

.activeLink {
	background-color: #e6e6e6 !important;
	background-image: none !important
}

.liveInfoPanel[min-height~="100"] .flowGraphic {
	float: right;
}

.liveInfoPanel[min-height~="100"] .disconnectedMsg {
	float: right;
	margin-right: 16px;
}

.liveInfoPanel[min-height~="100"] .subMessage {
	float: right;
}

/*.counterWrap, .counterWrapReactive {
    display: inline-block;
    vertical-align: bottom;
    margin: 5px 6px 5px 20px;
}

.counterWrapWrapper, .counterWrapWrapperReactive {
    margin: 5px 0 5px 0;
}

.counterWrap .counter, .counterWrapReactive .counter {
    width: 303px;
    height: 36px;
}

.counterWrap .counterLabel, .counterWrapReactive .counterLabel {
    font-weight: bold;
    margin-right: 12px;
    white-space: nowrap;
}

.counterWrap table, .counterWrapReactive table {
    margin-right: 12px;
}*/

.zoomValuesLayer {
	min-width: 1000px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-webkit-user-select: none;
}

.zoomValuesLayer .undoButton {
	display: inline-block;
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	cursor: pointer;
}

.d3-tip {
	font-family: sans-serif;
	line-height: 1;
	padding: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 2px;
	pointer-events: none;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
	box-sizing: border-box;
	display: inline;
	font-size: 10px;
	width: 100%;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	position: absolute;
	pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
	content: "\25BC";
	margin: -1px 0 0 0;
	top: 100%;
	left: 0;
	text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
	content: "\25C0";
	margin: -4px 0 0 0;
	top: 50%;
	left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
	content: "\25B2";
	margin: 0 0 1px 0;
	top: -8px;
	left: 0;
	text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
	content: "\25B6";
	margin: -4px 0 0 -1px;
	top: 50%;
	left: 100%;
}

/*new dashboard*/

.nv-x > .nvd3.nv-wrap.nv-axis .tick line {
	opacity: 0 !important;
}

.nvd3 .nv-groups rect.nv-bar {
	fill-opacity: 0.5;
}

.nvd3 .nv-groups rect.nv-bar:hover {
	fill-opacity: 0.75;
}

.nvd3 .nv-groups rect.nv-bar.active {
	fill-opacity: 1;
}

.nvtooltip table thead td {
	padding: 5px;
	text-align: center;
}

.nv-multiBarWithLegend .nv-x .tick > text {
	cursor: pointer;
}

.nv-multiBarWithLegend .nv-x .tick,
.nv-lineChart .nv-x .tick {
	pointer-events: all;
}

.nv-y2 .tick line {
	display: none;
}

.dashed {
	stroke-dasharray: 2;
}

