@CHARSET "utf-8";

.R1 {
	color: rgb(0,255,0);
}
.R2 {
	color: rgb(0,125,0);
}
.N1 {
	color: rgb(0,0,255);
}
.N2 {
	color: rgb(255,0,0); /* if we have 2 N (herbivore) we don't have predator so use maximum color contrast, but color blindness??*/
}
.N3 {
	color: rgb(0,0,125);
}
.P1 {
	color: rgb(255,0,0)
}
.floatLeft {
	float: left;
	margin-left: 4px;
}
.floatRight {
	float: right;
	margin-right: 4px;
}
.floatCenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
p.label {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
p.title {
	margin: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
}
canvas {
	display: block;
	margin: 0px auto 0px auto;
}

/* Containers for entire modeling group */
.oneDModelingPanel {
	float: left;
	width: 375px;
	border-radius: 15px;
	margin: 4px 4px 4px 0px;
	border: 2px solid rgb(0,0,255);
	font-family: "Times New Roman", Times, Serif;
}
.twoDModelingPanel {
	float: left;
	width: 475px;
	border-radius: 15px;
	margin: 4px 4px 4px 0px;
	border: 2px solid rgb(0,0,255);
	font-family: "Times New Roman", Times, Serif;
}
.threeDModelingPanel {
	float: left;
	width: 550px;
	border-radius: 15px;
	margin: 4px 4px 4px 0px;
	border: 2px solid rgb(0,0,255);
	font-family: "Times New Roman", Times, Serif;
	font-size: 1em;
}
.fourDModelingPanel {
	float: left;
	width: 875px;
	border-radius: 15px;
	margin: 4px 4px 4px 0px;
	border: 2px solid rgb(0,0,255);
	font-family: "Times New Roman", Times, Serif;
	font-size: 1em;
}

.twoDAllFiguresPanel {
	margin: 5px;
}
.twoDIsoclineCanvasPanel {
	float: left;
	width: 48%;
}
.twoDAbundanceFigurePanel {
	float: right;
	width: 48%;
}
/* 3D abundance figure panel components*/
.threeDAllFiguresPanel {
	height: 235px;
}
.fourDAllFiguresPanel {
	height: 250px;
}
.drawingSurface3D {
	margin:5px 5px 5px 5px;
	float: left;
}
.drawingSurface3D:hover {
	cursor: grab;
}
div.figuresPanel {
	width: 230px;
	height: 220px;
	margin-top: 20px;
	float: left;
}
/*-- Containers for parameter group --*/
div.oneDParameterGroupPanel {
	width: 95%;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
	margin-top: 0px;
	margin-bottom: 4px;
}
div.twoDParameterGroupPanel {
	width: 47%;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
	margin-top: 0px;
	margin-bottom: 4px;
}
div.threeDParameterGroupPanel {
	width: 47%;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
	margin-top: 0px;
	margin-bottom: 4px;
}
div.fourDParameterGroupPanel {
	width: 32%;
	margin: 4px;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
}
.dynamicsControlPanel {
	width: 360px; 
	margin: auto;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
	clear: both;
}
/*---- Button and Initial Value Objects ----*/
div.buttonPanel {
	text-align: center;
	margin: 5px;
}
.initValuePanel {
	margin: 0 auto;
}
.initValuePanel.twoSpp {
	width: 145px;
}
.initValuePanel.threeSpp {
	width: 230px;
}
.initValuePanel.fourSpp {
	width: 300px;
}
.viewButton {
    color: rgb(255,255,255);
    font-weight: bold;
    background-color: rgb(255,153,0);
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgb(125,125,125);
    margin: 2px 5px 2px 5px;
    outline: none;
}
.viewButton:hover {
	background-color: rgb(255, 201, 124);
	color: rgb(0,0,0);
}
.viewButton:active {
	    box-shadow: 0 0 1px 0 black inset;
}
.initValueTextBoxes {
	width: 40px;
	margin: 5px 5px 5px 0px;
}

/***** Slider Panel Styling *********/
.sliderPanel {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	height: 1.3em;
}
.sliderPanel input.slider {
	width: 70%;
	float: right;
	margin-right: 0.5em;
}
.sliderPanel label.sliderLabel {
	width: 22%;
	float: left;
	margin-left: 0.5em;
	font-size: 0.8em;
}

/* Abundance Figure labels*/
p.yAxisLabel {
	transform: translateX(-45%) translateY(-450%) rotate(-90deg);
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em; 
	}
p.fourDyAxisLabel {
	transform: translateX(-52%) translateY(-525%) rotate(-90deg);
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em; 
	}
p.xAxisLabel {
	transform: translateY(-150%);
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em; 
}


