@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 20px;
	background-attachment: fixed;
	background-image: linear-gradient(180deg,#FFF 50%,#DDD 90%, #FCDCC5);
}
#debug {
	z-index: 500;
	background-color: rgba(256,256,256,.5);
	color: #000;
	border: 1px solid #FFF;
	padding: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
}
a, input[type="submit"], input[type="button"], .tip {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	box-sizing: border-box;
	width: 100%;
}
select {
	box-sizing: border-box;
	max-width: 59em;
	overflow: hidden;
}
audio, video {
	max-width: 100%;
}
audio {
	width: 320px;
}
video {
	height: auto;
}
h1, h4 {
	font-weight: 400;
	margin: 4px auto;
}
h1 {
	font-size: 1.5em;
	vertical-align: top;
}
h2 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 4px auto;
}
h3, .likeh3 {
	font-weight: 700;
	font-size: 1.3em;
	margin: 0 0 .4em;
	padding: 8px;
}
h4 {
	font-size: 1.1em;
}
a, a:link, a:visited{
	text-decoration: none;
	color: #4B5D8B;
	font-weight: 700;
}
a:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
}
p {
	margin: 2px 0 .5em;
}
ul {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 16px;
	padding-left: 0px;
}
#fullwidth {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 2px 2px 0;
	background-color: #F1F1F1;
	box-shadow: 2px 2px 8px #000;
	border: 1px solid #FFF;
}
#header {
	position: relative;
	padding: .3em .6em;
	color: #FFF;
	border: 2px outset;
	z-index: 2;
}
#header a:hover, #header a:visited:hover {
	text-shadow: 0 0 4px #FFF;
}
#maintable {
	box-sizing: border-box;
	display: table;
	width: 100%;
	position: relative;
}
#main, #menu, td {
	display: table-cell;
	vertical-align: top;
}
#menu {
	width: 192px;
	position: relative;
	top: -2px;
	padding: .6em;
	border-bottom: 2px outset;
	border-right: 2px outset;
	border-left: 2px outset;
	z-index: 3;
	color: #222;
}
#menu .inside {
	font-size: 16px;
}
#main {
	position: relative;
	top: -2px;
	font-size: 1.1em;
	padding: 1.5em;
	z-index: 1;
	word-break: break-word;
}
#login {
	font-size: medium;
	display: table;
	text-align: center;
	margin: 0 auto;
	box-shadow: 4px 4px 8px #000;
	background-color: #FFF;
	padding: 10px;
}
.userinfo {
	font-size: 1.2em;
	padding-bottom: .5em;
	border-color: rgba(255,255,255,.3);
}
.inside, .center, .fieldbutton {
	text-align: center;
}
.left, .field {
	text-align: left;
}
.right, .label, #buttons {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.border {
	border: 1px solid #6A6E77;
}
.border2 {
	border: 1px solid #000;
}
.linkbar {
	font-size: 16px;
	color: #FFF;
	text-align: right;
	margin: 0px;
}
.linkbar a {
	display: block;
	padding: 4px 8px;
}
.linkbar a, .linkbar a:link, .linkbar a:visited {
	color: #FFF;
	background-color: rgba(0,0,0,.3);
}
.linkbar a:hover, .linkbar a:visited:hover {
	color: #FFF;
	background-color: rgba(0,0,0,.5);
}

#adminnav ul	{
	padding: 10px 0 24px 0;
	margin: 0;
}
#adminnav li{
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 1em;
	list-style: none;
	text-align: right;
}
#adminnav .nav {
	position: relative;
}
#adminnav a{
	display: block;
	padding: .5em;
}
#adminnav a, #adminnav a:link, #adminnav a:visited,
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	color: #FFF;
	font-weight: 400;
}
#adminnav a:hover, #adminnav a:visited:hover,
#mobilenav a:hover, #mobilenav a:visited:hover {
	color: #FFF;
	background-color: rgba(255,255,255,.3);
}
#adminnav .nav.on a,
#mobilenav .nav.on a {
	color: #000;
	background-color: rgba(255,255,255,.1);
}
#adminnav .nav.on:after {
	color: #F1F1F1;
	content: "◀";
	position: absolute;
	right: -13px;
	top: .5em;
}
#adminnav ul ul, #mobilenav ul ul {
	display: none;
}
#adminnav hr {
	height: 1px;
	margin: 0;
	border: none;
	background-color: rgba(255,255,255,.3);
}
#mobilenav {
	display: none;
	width: 100%;
	position: relative;
}
#mobilenav svg {
	fill: #FFF;
}

#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 2px solid rgba(255,255,255,.3);
} 
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
}
#mobilenav .more, #mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a {
	display: block;
	line-height: 44px;
	height: 44px;
}
#mobilenav .mobiletitle {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
.mobileicon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
}
#mobilehide, #mobilenav .nomore {
	display: none;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label .plus {
	fill: none;
}
.smaller, .tiny {
	font-size: .85em;
}
.pad {
	padding: .5em;
}
.light1 {
	color: #FFDA1F;
}
.light2 {
	color: #50C3F0;
}
.light3 {
	color: #EB010A;
}
.dark1 {
	color: #693714;
}
.dark2 {
	color: #786777;
}
.darken {
	background-color: rgba(0,0,0,.05);
}
.darken2{
	background-color: rgba(0,0,0,.1);
}
table.formtable, table.displaytable {
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
table.displaytable td{
	border: 1px solid #CCC;
}
table.innertable td {
	vertical-align: middle;
}
table.formtable td, table.formtable th, table.displaytable td, table.displaytable th {
	padding: .5em;
}
table.innertable td, table.innertable th{
	padding: 0 4px;
}
table.formtable th {
	text-align: center;
	font-weight: 700;
	min-width: 10em;
}
.innerlist > div {
	padding: 8px;
	box-sizing: border-box;
}
.innerlist > div:nth-child(odd), table.displaytable tr:nth-child(odd) {
	background-color: rgba(0,0,0,.05);
}
.innerlist > div:nth-child(even), table.displaytable tr:nth-child(even) {
	background-color: rgba(255,255,255,.5);
}
.innergroup > div, .boxgroup > div, .tightgroup > div {
	display: inline-block;
	vertical-align: top;
	padding: 0 .25em;
}
.innergroup > div, .boxgroup > div {
	margin: .5em 0;
}
.innergroup > div {
	min-width: 46%;
}
.boxgroup > div {
	min-width: 32%;
}
.innertable, .innergroup {
	font-size: .9em;
}
.innertable .label {
	padding-left: 2em;
}
.lastfield {
	width: 150px;
}
.split {
	display: table;
	width: 100%;
}
.split > div {
	display: table-cell;
	vertical-align: top;
}
.split > div:not(:last-child){
	padding-right: .5em;
}
.groups > span, .thumbgroup > div {
	display: inline-block;
	margin: 4px;
	vertical-align: top;
}
.info {
	min-width: 200px;
}
.thumbgroup {
	display: table;
	text-align: center;
	padding: 4px;
	margin: 4px;
	border: 1px solid #000;
}
.thumbgroup > div {
	max-width: 246px;
}
.formnorm {
	font-family: serif;
	font-size: 1em;
	color: #000099;
}
.formbutton {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	border: 2px outset;
	border-radius: 5px;
	padding: 5px 9px;
	margin: 4px;
}
a.formbutton {
	display: inline-block;
}
a.formbutton, a.formbutton:link, a.formbutton:visited {
	color: #FFF:
}
svg.formbutton {
	vertical-align: middle;
	padding: 4px;
}
svg.formbutton path {
	fill: #FFF;
}
#enterkey {
	position: absolute;
	top: 0;
	left: -5em;
}
.hidebutton {
	display: none;
}
.label {
	text-align: right;
	font-weight: bold;
}
td.label {
	box-sizing: border-box;
	min-width: 108px;
}
.field {
	text-align: left;
}
.field .tip {
	font-size: .85em;
	opacity: .5;
}
.field .tip:hover {
	opacity: 1;
}
.blue {
	color: #095A87;
}
.lightblue {
	color: #0497B9;
}
.orange {
	color: #F57601;
}
.green {
	color: #32801D;
}
.lightgreen {
	color: #67B339
}
.grey {
	color: #6A6E77;
}
.fill_blue {
	background-color: #095A87;
}
.fill_lightblue {
	background-color: #0497B9;
}
.fill_orange {
	background-color: #F57601;
}
.fill_green {
	background-color: #32801D;
}
.fill_lightgreen {
	background-color: #67B339;
}
.fill_grey {
	background-color: #6A6E77;
}
.editor {
	color: #66F;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFF;
}
.errorborder a, .errorborder a:link, .errorborder a:visited {
	color: #FFDA1F;
}
.errorborder a:hover, .errorborder a:visited:hover {
	color: #FFDA1F;
}
.success {
	color: #0066CC;
}
.successborder {
	background-color: #DDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}
.successborder a, .successborder a:link, .successborder a:visited {
	color: #000;
}
.successborder a:hover, .successborder a:visited:hover {
	color: #000;
}
#progress  p, #progress_file p {
	display: block;
	border-radius: 4px;
	margin: 2px 0;
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 1em;
	background-color: #67B339;
	color: #000;
}
#progress p.success {
	background-color: #0497B9;
	color: #FFF;
}
#progress p.failed {
	background-color: #990000;
	color: #FFF;
}
#fileselect {
	display: inline-block;
	width: 40%;
}
#filedrag {
	box-sizing: border-box;
	width: 58%;
	display: none;
	font-weight: bold;
	text-align: center;
	color: #555;
	border: 2px dashed #555;
	border-radius: 8px;
	cursor: default;
	margin: 4px 0;
	padding: 1em 0;
	background-color: #EEE;
}
#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
/* bold theme */
.bold h1, .bold h2, .bold h3, .bold h4 {
	color: #000;
}
.bold h3 {
	background-color: #EEE;
}
.bold #menu, .bold #mobilenav {
	background-color: #67B339;
	border-color: #67B339;
}
.bold #header {
	background-color: #0497B9;
	border-color: #0497B9;
}
.bold #header a, .bold #header a:link, .bold #header a:visited,
.bold #menu .inside a, .bold #menu .inside a:link, .bold #menu .inside a:visited {
	color: #EEE;
}
.bold #header a:hover, .bold #header a:visited:hover,
.bold #menu .inside a:hover, .bold #menu .inside a:visited:hover {
	color: #FFF;
	text-shadow: 0 0 4px #FFF;
}
.bold .mobileicon:hover, .bold #mobiletoggle:checked ~ .mobileicon, .bold #mobilenav .more {
	background-color: #F57601;
}
.bold .formbutton {
	background-color: #000;
	border-color: #222;
	color: #FFF;
}
.bold .formbutton:hover {
	background-color: #F57601;
	border-color: #F57601;
}
.bold .altback {
	background-color: #F4E9CD;
}
/* slate theme */
.slate #menu, .slate #header, .slate #mobilenav {
	background-color: #3B4045;
	border-color: #3B4045;
	color: #B7BCC1;
}
.slate #header a, .slate #header a:link, .slate #header a:visited,
.slate #menu .inside a, .slate #menu .inside a:link, .slate #menu .inside a:visited {
	color: #00B9EB;
}
.slate #header a:hover, .slate #header a:visited:hover,
.slate #menu .inside a:hover, .slate #menu .inside a:visited:hover {
	color: #FFF;
	text-shadow: 0 0 4px #FFF;
}
.slate .formbutton {
	background-color: #3B4045;
	border-color: #3B4045;
	color: #FFF;
}
.slate .formbutton:hover {
	background-color: #00B9EB;
	border-color: #00B9EB;
}
.slate .altback {
	background-color: #CCC;
}
@media only screen and (max-width: 85em) {
/* 1360px */
	#Edit {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 75em) {
/* 1200px */
	.split > div:not(:last-child) {
		padding-right: 0;
		padding-top: 1em;
	}
	.split > div {
		display: block;
	}
}
@media only screen and (max-width: 60em) {
/* 960px */
	#header .split > div {
		display: block;
	}
	#main {
		padding: .5em 1%;
	}
	.info {
		width: auto;
	}
	.formtable td, .formtable th {
		display: block;
	}
	.formtable td:not(:last-child), .formtable th:not(:last-child), .formtable td.field, .formtable td.dotted{
		border-bottom: 2px dotted rgba(0,0,0,.3);
	}
	.formtable td.label {
		display: inline-block;
		text-align: left;
		border-bottom: none;
		padding-bottom: 0;
	}
	.formtable td.space {
		display: none;
	}
	#fileselect, #filedrag {
		width: 100%;
	}
}
@media only screen and (max-width: 46em) {
/* 736px */
	body {
		font-size: medium;
		padding: 0px;
	}
	#main {
		font-size: medium;
	}
	#fullwidth {
		box-shadow: none;
	}
	#mobilenav, #menu, #main {
		display: block;
	}
	#adminnav, .linkbar {
		display: none;
	}
	#maintable {
		padding-bottom: 8em;
	}
	#menu {
		position: absolute;
		bottom: 0;
		top: auto;
		box-sizing: border-box;
		width: 100%;
		border: 2px outset;
	}
	.linkbar {
		text-align: left;
	}
}
@media only screen and (max-width: 41em) {
/* 656px */
	.debugnotes {
		display: none;
	}
}
@media only screen and (max-width: 30em) {
/* 480px */
	.userinfo {
		border-top: 1px solid rgba(255,255,255,.3);
		padding-top: .5em;
	}
	.formbutton {
		width: 100%;
		margin: 4px 0;
	}
	.formnorm {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}
	svg.formbutton {
		width: auto;
	}
}
@media only screen and (max-width: 24em) {
/* 384px */
	#main {
		padding: .5em 2px;
	}
	table.formtable td, table.formtable th {
		padding: .5em 0;
	}
	.groups > span, .thumbgroup > div {
		display: block;
		text-align: left;
	}
	.mobilebreak:after {
		content: "\A";
		white-space: pre;
	}
}