body {
	font-family: 'Play', sans-serif; 
    margin: 0px;
    padding: 0px;

}
/* Header */
#grdntb	{
	background: #003300; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #003300); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #003300); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #003300); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #003300); /* Standard syntax */
	line-height: 50px; 
	width: 100%;
	margin: 0px;
    padding: 0px;
}		

.headerrighttext {
	float: right;
	color: white;
	text-decoration: none;
	font-size: 20px;
	/*padding: 1em; */
	padding-right: 30px;
	font-family: 'Play', sans-serif; 
	overflow: hidden;
	margin: 0;
	/*color: #cecece;
	background: #2a2b30; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: -1;
}

.headerlefttext {
	float: left;
	color: white;
	text-decoration: none;
	font-size: 20px;
	/*padding: 1em; */
	padding-right: 30px;
	font-family: 'Play', sans-serif; 
	overflow: hidden;
	margin: 0;
	/*color: #cecece;
	background: #2a2b30; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: -1;
}
/* End Header */

/* Basic font colors */
h5 {
	text-align:left;
	margin-left: 5px;
	font-size: 20px; 
	line-height: 1.0em;
	color: #ffffff;
}
h4 {
	text-align: center;
	font-size: 30px;
	line-height: 0.5em;
	color: #003300;
}
h3 {
	text-align:center;
	line-height: 0.2em;
	color: #ffffff;
}
h1 
{
	text-align: center;
	font-size: 30px;
	line-height: 0.5em;
	color: #ffffff;
}
h2 
{
	text-align: center;
	font-size: 24px;
	line-height: 0.2em;
	color: #ffffff;
}
h5 
{
	text-align: center;
	font-size: 30px;
	line-height: 0.5;
	color: #000000;
}
h6 
{
	text-align: center;
	font-size: 24px;
	line-height: 0.5;
	color: #000000;
}
hr {
  border: 10px solid #808080;
  border-radius: 5px;
}
a 	{
	color: #003300; 
	font-weight: bold;
	text-decoration: underline;
}
/* End Basic font colors */

/* Side navigation menu */
.sidenav {
	height: 90%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #eeeeee;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #000000;
}

.sidenav ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
	padding: 0px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
/* End side navigation */

/* Collapsible menu (used in side) */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsiblecontent {
  padding: 0 12px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Collapsible menu (used in side) */

/* Containers for responsive quick links*/
.container {
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	height: 84vh;
}
.content {
	position: relative;
	min-height: 300px;
	margin: 0 0 0 5px;

}
.link-menu 
{
	  display: flex;
	  flex-wrap: wrap;	
}

.link-menu > div
{
	padding: 0.5em;
	display: flex;
	background: #003300; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #003300); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #003300); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #003300); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #003300); 
	border: 2px solid #EAAA00;
	border-radius: 25px;
	margin-top: 1rem;
	width: 200px;
	height: 50px;
	text-align: center;
}

.link-menu > div:not(:last-of-type)
{
	margin-right: 1rem;
	text-align: center;
}

.link-menu > div > a
{
	vertical-align: middle;
	color: white;
	text-decoration: none;
	font-size: 16px;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.content {
		margin: 0;
	}
	.container {
		height: auto;
		overflow: auto;
	}
}
/* End Containers for responsive quick links*/

/* Form for login */

.form-login {
	text-align:left;
	font-size: 16px; 
	line-height: 1.75em;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	max-width: 100%;
	border-radius:12px;
	-moz-border-radius:12px;
	padding:6px;
	padding-left:28px;
	color:#003300;
	background-color:#b0995b;
}

.form-login label {
	text-align:left;
	margin-left: 10px;
	color:#003300;
	font-size: 20px; 
	line-height: 1.75em;
	}
.submit{
	text-align:center;	
}
.submit button {
	width: auto;
	padding: 9px 15px;
	background: #003300; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #003300); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #003300); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #003300); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #003300); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	}
.submit button:hover{
	width: auto;
	padding: 9px 15px;
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	background: #EAAA00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #EAAA00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #EAAA00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #EAAA00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #EAAA00); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592f07', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.form-login select{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-login input{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-login textarea{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-login select{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-login input[type=checkbox]{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 10%;
	background:#F8F8F8;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:none;
	-moz-border-radius:none;
}

/* End Form for login */

/* Form Gold */

.form-gold {
	text-align:left;
	font-size: 16px; 
	line-height: 1.75em;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	max-width: 100%;
	border-radius:12px;
	-moz-border-radius:12px;
	padding:6px;
	padding-left:28px;
	color:#003300;
	background-color:#7C8881;
}

.form-gold label {
	text-align:left;
	margin-left: 10px;
	color:#003300;
	font-size: 20px; 
	line-height: 1.75em;
	}
.submit{
	text-align:center;	
}
.submit button {
	width: auto;
	padding: 9px 15px;
	background: #003300; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #003300); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #003300); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #003300); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #003300); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	}
.submit button:hover{
	width: auto;
	padding: 9px 15px;
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	background: #EAAA00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#208c20, #EAAA00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#208c20, #EAAA00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#208c20, #EAAA00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#208c20, #EAAA00); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592f07', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.form-gold select{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold input{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold textarea{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold select{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold input[type=checkbox]{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 10%;
	background:#F8F8F8;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:none;
	-moz-border-radius:none;
}

/* End Form Gold */

/* alternating colors on rows on data table */

table.data {
	font-family: 'Play', sans-serif; 
	font-size: 12px; 
	border-collapse:collapse;
	margin-left:25px; 
/*	margin-left:auto; 
    margin-right:auto;
	margin: 0 auto; */
}
table.data td, th {
	padding:7px; border:#003300 1px solid;
}
table.data tr:nth-child(odd) {background-color: #FFF;}
table.data tr:nth-child(even) {background-color: #CCC;}
table.data td:nth-child(2), th:nth-child(2) { border-left: #003300 1px solid; }
table.data td:nth-child(5), th:nth-child(5) { border-right: #003300 1px solid; }
table.data td:nth-child(8), th:nth-child(8) { border-right: #003300 1px solid; }
table.data td:nth-child(11), th:nth-child(11) { border-right: #003300 1px solid; }
table.data td {
    text-align: right;
}

table.data td:first-child {
    text-align: left;
}​
/* end alternating colors on rows on data table */

/* Table for header for reports */
table.header {
	font-family: 'Play', sans-serif; 
	font-size: 20px; 
	border-collapse:collapse;
	margin-left:25px; 
	border: thin black solid; 
}
table.header td {
    text-align: left;
}

table.header td:first-child {
    text-align: right;
}​