/* set the CSS */

body { font: 12px Arial;}
h1 {
	background-color: rgb(16, 16, 16); /* background color of the header */
    color: white;
    font-family: Arial;
    text-align: center;
	border-radius: 20px;
	padding: 5px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
h2 {
	background-color: #265a88;
    color: white;
    font-family: Arial;
    padding-left: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 5px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
h3 {
	color: black;
	text-align: center;
	padding: 5px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

path { 
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

#trackPlot_main svg path.line {
    stroke: black;
    stroke-width: 2;
    fill: none;
}

circle {
	fill: steelblue;
}
thresholdLine {
	display: none;
}
.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: none;
  stroke: steelblue;
}


.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0px;
  width: auto;
}

.myNav .navbar-brand {
  height: 80px;
}

#researchContent {
	padding-left:40px;
	padding-right:40px;
}
li div {
	margin-left:20px;
}


h3 {
	text-align:left;
}
p{
	font-size: 14px;
	width: 100%;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
	padding: 5px;
}
p img{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
}
ul {
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
}
ul li {
	padding-top:2px;
	font-size: 14px;
}

.myNav .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.myNav .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
#fileDetails {
    text-align: center;
}

#graphContainer {
    display: none;
}

#fileUploadContainer {
    margin:20px;
    text-align: center;
}
#js-upload-submit {
    height: 32px;
}

.form-group input[type="button"] {
    background: white;
}

#dataTable {
    width: 50%;
    display: none;
    height: 100px; 
    clear: left; 
    margin: 20px auto;
}

#formTbl{
    margin-left: auto;
    margin-right: auto;
}

#formTbl td {
    padding-left: 10px;
    padding-right: 10px;
}

#gValue, #g1Value, #g2Value {
    float:left;
    font-weight:bold;
    outline: 0;    
    width: 50px;
    border: 0;
    text-align: center;
    border-bottom: 2px solid #101010;
    background: transparent;
} 

#wValue, #w1Value, #w2Value {
    float:left;   
    width: 50px;
    font-weight:bold;
    outline: 0;
    border: 0;
    text-align: center;
    border-bottom: 2px solid #101010;
    background: transparent;

}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

#layoutContainer {
    width: 100%;
}

#layoutContainer td {
    width: 50%;
    vertical-align: top;
    text-align:center;
    padding: 10px;
}
#sliderDisplay .blueSlider {
    border: blue solid 2px;
	border-radius: 5px;
}
#sliderDisplay tr {
	border: 0;
    display: block;
    margin: 5px;
}
.voronoi path {
    stroke: transparent;
    pointer-events: all;
}
.line-hover {
    stroke-width:3;
}
.greenFocus{
	fill: green!important;
	stroke:green!important;
}
.redFocus{
	fill: red!important;
	stroke:red!important;
}
.blueFocus{
	fill: blue!important;
	stroke:blue!important;
}
#sliderDisplay .redSlider {
    border: red solid 2px;
	border-radius: 5px;
}

#sliderDisplay .greenSlider {
    border: green solid 2px;
	border-radius: 5px;
}

#thresholdValue {
    padding: 6px;
    float: right;
}
#setThresholdBtn {
    float: right;
}

circle.red{
    fill: red;
}
path.red{
    stroke: red;
}

circle.green{
    fill: green;
}
path.green{
    stroke: green;
}