﻿/* body */
html, body {
	color: black;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
  margin: 0px;
}
/* colour scheme */
form.posh {
	background-color: #E5E4D7;
}
a {
	color: #007acc;
	text-decoration: none;
}
/* headers */
h1, h2, h3 {
	text-transform: none;
	letter-spacing: normal;
	font-family: sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
select, input[type=file] {
	font-size: 16px;
}
/* masthead */
.logo {
	float: left;
	margin: 25px 20px 0px 20px;
	width: 240px;
	height: 48px;
}
.icon {
	float: left;
	margin: 25px 20px 0px 20px;
	width: 48px;
	height: 48px;
}
.navbar {
	float: left;
	margin: 27px 0px 0px 10px;
}
.container {
	float: left;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	font-size: 12px;
	margin-top: 60px;
	padding-bottom: 20px;
}
/* forms */
form.posh {
  display: inline-block;
	padding: 15px;
	border: solid 1px #999;
	border-radius: 10px;
}
form.posh input, label {
  display: block;
}
form.posh textarea {
	height: 200px;
}
form.posh input[type=text], input[type=password] {
	padding: 5px;
	color: black;
	background-color: white !important;
	border: 1px solid #999;
	max-width: 600px;
}
form.posh input[type=submit] {
	padding: 5px 10px 5px 10px;
	color: black;
	font-weight: bold;
	text-transform: none;
	background-color: #92CD00;
	border: 1px solid #999;
	border-radius: 5px;
}
form.posh input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
/* tables */
table.layout {
  text-align: left;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.layout th, table.layout td {
	vertical-align: top !important;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px;
  margin: 0px;
}
table.layout thead {
  background: #e0e0e0;
}
table.layout tr:nth-child(even) {
	background-color: #c0ffc0;
}
.row-name {
  width: 120px;
}
.row-type {
  width: 90px;
}
.key-field {
	font-weight: bold;
}
table.spaced th, table.spaced td {
	padding-bottom: 10px;
	padding-right: 5px;
}
/* horizontal alignment */
.lineup {
	display:flex; 
	flex-direction: row; 
	justify-content: left; 
	align-items: center
}
.middle {
	margin-left: auto;
	margin-right: auto;
}
form.holder input[type=submit] {
	padding: 5px 10px 5px 10px;
	color: black;
	font-weight: bold;
	text-transform: none;
	background-color: #92CD00;
	border: 1px solid #999;
	border-radius: 5px;
}
right {
	text-align: right;
}
.pager {
	float: left; 
	font-size: 14px;
	background-color: #CBE3FA;
	border: 1px solid #999;
}