@import url("d3/lib/jquery-ui/jquery-ui.css");

body {
	background-color: #ededed;
	font-size: 16px;
	font-family: 'Ovo', helvetica, sans-serif;
	font-weight: 400;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */

	touch-action: none;

	overflow: hidden;
	margin: 0;
	padding: 0;

}

h1 {
	display: block;
	font-size: 3em;
	font-family: 'Open Sans';
	font-weight: 300;
	margin-bottom: 0.3333333em;
	margin-top: 0.333333em;
}

h2 {
	display: block;
	font-size: 1.3333333em;
	font-family: 'Open Sans';
	font-weight: 700;
	margin-bottom: 0.3333333em;
	margin-top: 0.5em;
}

p {
	margin-bottom: 1em;
}

h1 strong {
	font-weight: 400;
}

strong {
/*	font-family: 'Open Sans';*/
	font-weight: 600;
/*	font-size: 0.91em;*/
}
.sans {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 100vw ;
	height: 100vh;
}

div.2ndRow {
	margin-top: 20px;
}

p.caption {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 0.8em;
}

p.note {
	font-family: 'Open Sans';
	font-weight: 600;
	background-color: #EDE6B2;
	border-radius: 15px;
	font-size: 0.8em;
	padding: 0px;
}

.border {
	border: solid black 1px;
}

hr {
	height: 1px;
	background-color: #ccc;
	margin: 15px;
}

#dataSets .active {
	color: #fff;
	background-image: url('tile16.png');
}

#dataSets div {
	border-radius: 4px;
	margin: 2px;
	padding: 2px 8px 2px 8px;
}
#dataSets button {
	margin-left: 120px;
}

#sliderRadius, #sliderDistance {
	margin-top: -10px;
}

div.msg {
	width: 200px;
/*	height: 40px;*/
	position: fixed;
	top: 10px;
	left:50%;
	margin-left: -100px;
	background-color: #FFE736;
	border-radius: 10px;
	padding: 0px;
	color: #fff;
	text-align: center;
	vertical-align: center;
	font-family: 'Open Sans';
	font-weight: 700;
}

div.testmsg {
	/* width: 50%; */
/*	height: 40px;*/
	position: fixed;
	top: 25%;
	left: 20%;
	/* make margin so that the text is centered on a phone */
	margin-right: 20%;
	/* margin-left: 200px; */
	/* border-radius: 10px; */
	/* padding: 10px; */
	color: #000000;
	text-align: center;
	vertical-align: center;
	font-family: 'Open Sans';
	font-weight: 900;

	overflow: auto;
}

div.endTestMsg {
	width: 400px;
/*	height: 40px;*/
	position: fixed;
	top: 100px;
	border-radius: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: center;
	font-family: 'Open Sans';
	font-weight: 400;

	overflow: auto;
}

div.saveMsg {
	width: 40%;
/*	height: 40px;*/
	position: fixed;
	top: 10%;
	left: 20%;
	margin-left: 0px;
	background-color: #4389ec;
	border-radius: 10px;
	padding: 0px;
	color: #fff;
	text-align: center;
	vertical-align: center;
	font-family: 'Open Sans';
	font-weight: 700;
	/* increase font size */
	font-size: 1.25em;
}

div.keyinstructions {
	width: 200px;
/*	height: 40px;*/
	position: fixed;
	top: 50px;
	left:80%;
	margin-left: -100px;
	background-color: #4389ec;
	border-radius: 10px;
	padding: 0px;
	color: #fff;
	text-align: center;
	vertical-align: center;
	font-family: 'Open Sans';
	font-weight: 700;
}

div.math {
	padding: 0px;
}




/*SVG styles*/

div.test-area {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	overflow: hidden;
}

svg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
  }

line {
	stroke: black;
/*	shape-rendering: crispEdges;*/
}

.back {
	fill: #fff;
	stroke: #000;
	stroke-width: 2px;
  	shape-rendering: crispEdges;
}

#plot-scatter circle {
	fill: red;
	opacity: 0.5;
}

.axis path, .axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}

path {
  fill: none;
  stroke: #000;
}



circle.iso {
	fill: #ddd;
	opacity: 0.5;
}