/*
	Copyright (c) 2014 Hanlun Information Limited
	All Right Reserved.
*/

/* @import url("http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css");   */
/* @import url("libs/bootstrap.min.css"); */
/* @import url("scripts/libs/slidebars.min.css"); */
/* @import url("base.css"); */

/* controllers and chart */
/* override boostrap setting for gutters */
#content, #controller, #chart {
	padding-left:0px; 
	padding-right:0px; 
}


svg {
	position: relative;
	cursor: default;
	/* Ref: 
			http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting
			http://stackoverflow.com/questions/18083056/css-what-are-moz-and-webkit
	*/
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-khtml-user-select: none;
		user-select: none;

	-webkit-touch-callout: none;
}

.axis text { 
	font-family: sans-serif; 
	font-size: 12px;
	fill: lightblue;
}
.axis.minor text{
	fill: none;
	stroke: none;
}

.axis path,.axis line {
  fill: none;
  stroke: lightblue;
	stroke-width: 1; 
  shape-rendering: crispEdges;
}
/*
.chart .plot .curve { 
	fill: none; 
	stroke: RoyalBlue ; 
	stroke-width: 2px; 
}
*/

#graph-title {
	font-size: 16px; 
	font-weight: bold;
	color: #6F2C91; 
	text-align: center;
}

.graph-label {
	font-weight: bold;
	font-size: 16px; 
}

.jxgbox {
	background: none;
	border-radius:0px;
}
.selector-locked {
	opacity: 0.75; 
}
