﻿body {
	font-family: opensans, sans-serif;
	text-align: center;
	font-size: 10pt;
	margin: 0px;
}

/* login page */

.logo {
	max-width: 100%;
}


.login_main {
	position: relative;
	box-sizing: border-box;
	width: 50em;
	min-height: 33em;
	margin: 5em auto;
	padding: 3em 3em 6em 3em;
	background-color: #ffffff;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 10px;
}

.login_main h1 {
	width: 100%;
	max-width: 11em;
	float: none;
	text-align: left;
	margin: 0px;
	font-size: 16pt;
}

.login_main h2 {
	text-align: left;
	font-size: 16pt;
	margin: 0px;
	color: #a6a6a6;
}

.login_form {
	margin: 3em auto 1em auto;
	width: 16em;
	max-width: 100%;
	line-height: 3;
}

.login_form input {
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	height: 2.4em;
	border: 1px solid #a6a6a6;
	border-radius: 1.2em;
	padding: 0.2em 1em;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
}

.login_error {
	box-sizing: border-box;
	color: #fa3506;
	font-weight: bold;
	max-width: 28em;
	margin: 0px auto;
}

div.watermark {
	position: absolute;
	right: 1em;
	bottom: 0.8em;
	color: #e0e0e0;
	font-size: 24pt;
	font-weight: 500;
	text-transform: uppercase;
	width: 90%;
	text-align: right;
	padding-right: 3.3em;
	line-height: 110%;
}

div.watermark img {
	position: absolute;
	right: 0px;
	bottom: 0.1em;
	width: 2.6em;
}


@media only screen and (max-width: 700px) {
	.login_main {
		width: 100%;
		margin: 0px;
		padding-bottom: 2em;
	}

	div.watermark {
		position: relative;
		padding: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		text-align: center;
		font-size: 22pt;
	}

	div.watermark span {
		display: block;
		width: 100%;
	}

	div.watermark img {
		position: relative;
		display: block;
		margin: 0.5em auto;
		width: 2.4em;
	}

	.login_error {
		min-height: 5em;
	}
}

@media only screen and (max-width: 300px) {
	.login_main {
		padding: 1em;
		min-height: 30em;
	}

	.login_main h2 {
		font-size: 12pt;
	}

	div.watermark {
		font-size: 16pt;
	}
}

	/* header */

div.header {
	margin: 2em 0px 1em 0px;
}

div.header h1 {
	margin: 0px;
	font-size: 14pt;
	color: #48A23F;
}

div.header .logo {
	vertical-align: middle;
	margin: 0px 2em 2em 0.1em;
	width: 20em;
}

div.header .gsn_button {
	float: right;
	margin-bottom: 1em;
}

@media only screen and (max-width: 560px) {
	div.header {
		margin-top: 1em;
	}

	div.header h1 {
		padding-bottom: 1em;
		border-bottom: 0.6em solid #afc636;
	}

	div.header .gsn_button {
		font-size: 80%;
	}
}

	/* misc */

	div.content {
		display: inline-block;
		width: 100%;
		max-width: 60em;
		margin: 0px;
		text-align: left;
		padding: 0px 1em;
		box-sizing: border-box;
	}

a {
	xtext-decoration: none;
	font-weight: bold;
	color: #007749;
	text-transform: uppercase;
}

.tar {
	text-align: right;
}

.fr {
	float: right;
}

hr {
	width: 100%;
	height: 0.3em;
	border: none;
	background-color: #afc636;
	margin: 1em 0px;
}

p.info {
	font-size: 14pt;
	color: #66cccc;
	font-weight: bold;
	font-style: italic;
	clear: both;
}

.gsn_user {
	display: block;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: 500;
}

.sitemenu {
	margin: 3em 0px 6em 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	column-gap: 10%;
}


	.sitemenu a {
		flex: 1 0 11em;
		color: #007749;
		font-size: 150%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0.5em;
		border: 1px solid #afc636;
		box-shadow: rgba(0,0,0,0.2) 7px 7px 7px;
	}

.sitemenu a img {
	width: 3em;
	margin-top: 0.3em;
}

div.links2 {
	margin-top: 2em;
	font-size: 110%;
	font-weight: 900;
	text-underline-offset: 0.3em;
}


@media only screen and (max-width: 560px) {
	div.content {
		max-width: 30em;
	}
	
	.sitemenu {
		flex-direction: column;
		row-gap: 3em;
		margin: 2em 0px 3em 0px;
	}

	.sitemenu a {
		flex: 1 0 1em;
	}

}


	/* buttons */

	.buttons {
		width: 170px;
		padding-left: 10px;
		float: right;
		z-index: 10;
		position: relative;
	}

		.buttons p {
			margin-top: 0px;
			margin-bottom: 1em;
		}

		.buttons input {
			width: 100%;
		}

		.buttons input, .gsn_button {
			margin-bottom: 5px;
			padding: 0.3em 1em;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			.buttons input[type=submit], .gsn_button {
				background-color: #197749;
				border-color: #197749;
				color: #ffffff;
				border: none;
				font-weight: bold;
				cursor: pointer;
				white-space: normal;
				text-transform: uppercase;
			}


	/* menu */

	ul.menu {
		width: 100%;
		background-color: #666666;
		padding: 0px;
	}

		ul.menu:after {
			content: '';
			display: block;
			clear: both;
		}

		ul.menu li {
			list-style: none;
			margin: 0px;
			padding: 0px;
			display: inline-block;
			float: left;
		}

		ul.menu a {
			display: inline-block;
			padding: 0.5em 1em 0.5em 1em;
			color: #ffffff;
		}

			ul.menu a:hover {
				background-color: #999999;
			}

			ul.menu a.current {
				background-color: #333333;
			}


	/* tables */

	.gsn_table {
		border-spacing: 0px;
		border-collapse: collapse;
		min-width: 980px;
		margin: 0px auto 2em auto;
		background-color: #ffffff;
		text-align: left;
	}

		.gsn_table th, .gsn_table td {
			padding: 5px 10px;
			margin: 0px;
		}

		.gsn_table thead tr, th.gsn_subsection2 {
			background-color: #ffcc66;
			text-align: left;
			font-size: 10pt;
		}

		.gsn_table thead a {
			text-decoration: none;
		}

		.gsn_table tbody {
			font-size: 8pt;
		}

			.gsn_table tbody tr:nth-child(even) {
				background-color: #eeeeee;
			}

	th.gsn_subsection {
		text-align: center;
		color: #0000ff;
		background-color: #e6e6fa;
		padding: 1em;
	}

	td.gsn_subsection {
		padding: 1em;
		background-color: #d3d3d3;
	}

	.colsubtotal, .coltotal {
		text-align: right;
		font-weight: bold;
	}

	.coltotal {
		font-size: 120%;
		color: #0000ff;
	}

	.gsn_table img {
		vertical-align: middle;
	}

	.gsn_table input[type=text], .gsn_table textarea {
		width: 100%;
	}

	.gsn_table .gsn_button {
		padding: 0.2em 1em;
		margin: 1px 0.5em;
	}


	/* filters */
	.gsn_filters {
		font-size: 10pt;
		text-align: right;
	}

		.gsn_filters p {
			margin-top: 0px;
		}

	div.gsn_filters {
		float: right;
		margin: 1em 0px 1em 1em;
	}


	/* Edit form */

	ul.editform .haserror input, ul.editform .haserror select {
		border-color: #D25C3C;
		outline: 1px solid #D25C3C;
	}

	ul.editform li > span {
		display: none;
	}

	ul.editform .haserror > span {
		display: inline-block;
		color: #D25C3C;
		font-weight: bold;
		font-size: 80%;
	}

	ul.editform {
		list-style: none;
		padding-left: 14em;
		position: relative;
	}

		ul.editform label {
			position: absolute;
			left: 0px;
			padding: 3px 0.5em 0px 0px;
			width: 14em;
			text-align: right;
			box-sizing: border-box;
		}

	div.checkbox {
		display: inline-block;
	}

	ul.editform .checkbox label {
		position: static;
		padding: 0px;
		width: auto;
		vertical-align: middle;
	}

	ul.editform table label {
		position: static;
		padding: 0px 0.5em 0px 0px;
		width: auto;
	}

	ul.editform input[type=text], ul.editform input[type=password], ul.editform input[type=email], ul.editform select {
		margin: 0.1em 0px;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.editform input {
		vertical-align: middle;
	}

	ul.editform td {
		box-sizing: border-box;
		padding: 0.1em 0.5em;
		min-width: 10em;
	}

		ul.editform td:first-child {
			padding: 0.1em 0px;
		}

	/* Messages */
	.gsn_msg {
		display: none;
		padding: 0.5em 1em;
		margin: 1em 0px;
		width: 980px;
		box-sizing: border-box;
	}

	.msgError {
		display: block;
		color: #dd0000;
		border: 1px solid #dd0000;
		background-color: #ffeeee;
	}

	.msgSuccess {
		display: block;
		color: #009900;
		border: 1px solid #009900;
		background-color: #eeffee;
	}

	/* fonts */

	@font-face {
		font-family: 'opensans';
		src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
	}

	@font-face {
		font-family: 'opensans';
		src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf');
		font-style: italic;
	}
