/**
 * PTOPS legacy + shared typography (formerly split across main.css and main2.css).
 * Load before kickstart.css / ptops-theme.css where those are used.
 */

.xallx {
	#background-color: #69768B;
	height: 90vh;
	margin-left: auto;
	margin-right: auto;
}

.message {
	color: #41682d;
	#color: yellow;
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
}

.importmessage {
	color: black;
	font: 1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
}

.debugMessage {
	color: red;
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
}

.whitetextTitle100 {
	#width: 100%;
	#color: white;
	#font: 150%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	#text-align: center;
	#font-weight: bold;
	#font-style: italic;
	#text-shadow: 2px 2px #000000;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	color: #41682d;
	font-size: 1.2em;
}

.loginscreenText {
	color: white;
	font: 100%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
	font-style: italic;
#	text-shadow: 2px 2px #000000;
}

.whitetextTitle {
	width: 75%;
	#color: white;
	font: 120%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
	#font-weight: bold;
	font-style: italic;
#	text-shadow: 2px 2px #000000;
	font-style: normal;
	font-weight: 700;
	color: #41682d;
	font-size: 1.2em;
}

.whitetext {
	width: 99%;
	#color: white;
	#font: 1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	text-align: center;
	#text-shadow: 2px 2px #000000;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	color: #41682d;
	font-size: 1.2em;
}

.whitemedium {
	width: 99%;
	color: white;
	font: 125%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
	font-style: italic;
//	font-weight: bold;
#	text-shadow: 2px 2px #000000;
}

.whitelittle {
	#color: white;
	#font: 0.9em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
	font-style: italic;
#	text-shadow: 2px 2px #000000;
	font-weight: 700;
	color: #41682d;
	font-size: 1.2em;
}

.whitelittle2 {
	#color: white;
	#font: 1.2em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
	font-style: italic;
#	text-shadow: 2px 2px #000000;
	font-weight: 700;
	color: #41682d;
	font-size: 1.2em;
}

.whitetextA {
	width: 100%;
	color: white;
	font: 1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro';
	text-align: center;
}

.nav {
	#background-color:#69768B;
	padding-top: 1%;
	float: left;
	width: 9%;
	height: 70vh;
}

.main {
	#background-color: #69768B;
	float: left;
	padding-left: 1%;
	padding-top: 1%;
	width: 90%;
	height: 70vh;
	overflow: auto;
}

.foot {
	clear: both;
	#background-color: pink;
	// height: 45px;
	text-align: center;
}

.body {
	font: 100%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	#background-color: #69768B;
}

td.highlight {
	background-color: whitesmoke !important;
}

.instruction {
	font: 1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #15317E;
#	text-shadow: 1px 1px #000000;
	#font-weight: bold;
	font-style: italic;
}

.rowTitle {
	font: 150%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-style: italic;
}

.error {
	font: 120%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #9F0012;
	#font-weight: bold;
	font-style: italic;
#	text-shadow: 0px 0px #000000;
}

.redtext {
	color: red;
}

.bluetext {
	font: 150%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #15317E;
	#font-weight: bold;
	font-style: italic;
#	text-shadow: 1px 1px #000000;
}

.totalText {
	font: 100%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: blue;
}

.processing {
	font: 100%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #41682d;
#	color: yellow;
	#background-color: darkblue;
}
