/**		
  *		RiverStatusBoard: Information for Rowers and Paddlers
  *		Allegheny River information for Three Rivers Rowing Association (TRRA)
  *		by Maxwell B Garber <max.garber+dev@gmail.com>
  *		styles.css created on 2017-06-26
 **/


/*	General Styles */
html {
	background: #000000;
}

body {
	color: #ffffff;
	text-shadow: 0 0 5px #444444;
	max-width: 100%;
	overflow-x: scroll;
}

.white {
	color: #ffffff;
}

/*	Content Layout	*/
#container-outer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-image: linear-gradient(to bottom, #3c3c4f, #000000);
	
	width: auto;
	height: auto;
	min-width: 320px;
	min-height: 480px;
}

#container-inner {
	width: auto;
	margin-left: 0.1em;
	margin-right: 0.1em;
	padding-top: 0;
}

/*	Rows, Columns, Cells	*/
#controlCells {
	color: #ffffff;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

#controlCells span:hover {
	text-shadow: 0 0 0.5em white;
}
#controlCells span:active {
	color: #aaaaaa;
	text-shadow: 0 0 0.5em black;
}

.controlCellSpacer {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#lastUpdatedCol {
	padding-top: 0.1em;
	font-size: 1.5em;
}

#lastUpdatedLabel {
	
}

#titleRow {
	padding-top: 0.75em;
	margin-top: 0.75em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}

button#tempToggle {
	font-weight: bold;
	color: #343a40 !important;
	font-size: 2em
}

button.floating-action-button#tempToggle {
	/* position: relative;
	top: 100px;
	margin-right: 50px; */
	position: absolute;
	/* display: inline-block; */
	right: 0;
	top:0;
	border-radius: 0;
	border-bottom-left-radius: 10px;
}

#conditionsRow {}

#footnoteRow {
	margin-top: 5em;
	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
}

#footnoteRow .footnoteHeader {
	text-decoration: underline;
}

#footnoteRow .footnote {
	margin-bottom: -0.5em;
}

#graphRow {
	color: #ffffff;
}

#attributionRow {
	margin-top: 3em;
	vertical-align: middle;
	padding-bottom: 1em;
}

#copyrightRow {
	padding-top: 3em;
}

#copyrightRow span {
	margin-top: 1em;
	color: #ffffff;
	font-weight: thin;
}

#bottom-gutter {
	height: 5em;
}

/*	Style modifications	*/
.bottom-border {
	color: #ffffff;
	border-bottom: 1pt solid white;
	padding-bottom: 2em;
}
.top-border {
	color: #ffffff;
	border-top: 1pt solid white;
	padding-top: 2em;
}

div.row h2 {
	margin-bottom: 1.5em;
}

.waterTempAndUnitsDiv {
	display: inline-block;
}

/*	Current ('Now') Styles	*/

.now-value-row {
	color: white;
	line-height: 6em;
	margin-bottom: 0.5em;
	vertical-align: top;
}

.now-value-name span {
	font-size: 1.5em;
	font-weight: normal;
	vertical-align: middle;
}

.now-value-value span {
	font-size: 2em;
	vertical-align: middle;
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin-right: 0;
	text-shadow: 0 0 0.1em black;
}

span.now-value-units {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.5em;
	font-weight: normal;
}

span.dataNote {

}
span.dataNote > a {
	font-size: 0.5em;
	font-weight: bolder;
	color: white;
}

span.dataNote > a:hover {
	color: white;
	text-decoration: none;
}

/*	current zone styles	*/
#zoneColTitle {
	padding-bottom: 2em;
}

#zone-data-container {
	max-width: inherit;
	margin-bottom: 3em;
}

#dataField-zone {
	font-size: 14em;
	font-weight: bolder;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0;
	padding-bottom: 0.05em;
	border: 1pt solid white;
}

#dataField-daylight {
	font-size: 1em;
	border: 1px solid #0f0f0f;
	position: relative;
	top: -2em;
}

/*	Current Rules' Styles	*/

#rules-data-container {
	/* padding-top: 1em; */
	padding-right: 2em;
}

.rules-value-row {
	margin-top: 2.5em;
	display: block;
}

.rules-value-name {
	padding-bottom: 1em;
}

.rules-value-name > span {
	font-size: 1.33em;
}

.rules-value-value {
	font-size: 1.33em;
	padding-left: 0;
}

.rules-value-value > span {
	color: white;
	position: relative;
	top: -0.2em;
}

/*	Graph styles	*/
#graph-data-container {
	padding-bottom: 5em;
	overflow-x: scroll;
	max-width: 100%;
}

.graph-data-container {
	/*width: 80vw;*/
	text-align: center;
	min-width: 25%;
	height: 35vw;
	min-height: 20em;
	padding: auto;
}

#graphCanvas {
	height: 15em;
	width: 0;
	/* max-width: 90vw; */
	margin-left: 0;
	margin-right: 0;
	padding-left: 5em;
	padding-right: 5em;
}

/*	Display Customization	*/

.label-zone-7 {
	border: 1pt solid white;
}

#status-info-separator {
	margin-top: 0;
	margin-bottom: 1em;
}

.controlsContainer {
	margin-top: 0.5em;
}

.controlElement:active {
	color: #f0f0f0;
}

/*	Attribution styles	*/

#attributionRow > div {
	display: inline-block;
	vertical-align: middle;
	height: 3.5em;
	max-height: 3.5em;
	margin-bottom: 2em;
}

.attribution-logo-container {
	display: inline-block;
	margin: auto;
}

.attribution-logo {
	height: 3.5em;
	max-height: 3.5em;
}

.attributionHeader {
	color: #ffffff;
	font-weight: bold;
	padding-top: 0.5em;
}

.attributionBody {
	color: #ffffff;
	font-weight: thin;
	padding-bottom: 1.5em;
}

/*	Debugging Styles	*/

.dashed-border {
	border: 1px dashed white;
}

#attributionRow > div {}

/* EOF */
