﻿html
{
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in iPhone landscape while allowing user zoom */
}

body
{
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 1em; /* Only applies on embedded pages */
}

h1
{
	color: black;
	font-size: 19pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
	line-height: 120%;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	color: #3C69AD;
}

a, a:visited
{
	color: #0066CC;
}

a:hover
{
	color: orange;
}

input, textarea, select, button
{
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, Verdana;
	font-size: 12pt;
	padding: 0.5em;
	border-radius: 0.3em;
	border: 1px solid #aaa;
}

input, textarea, select
{
	/*font-family: inherit;
	font-size: inherit;*/
	box-sizing: border-box;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding: 0.4em;
	border-radius: 0.3em;
	border: 1px solid #aaa;
	margin-right: 0.5em;
}

table.friendlydata
{
	border-collapse: collapse;
}

table.friendlydata td, table.friendlydata th
{
	padding: 0.25em 0.45em;
}

table.friendlydata th
{
	text-align: left;
	border-bottom: 2px solid black;
}

table.friendlydata tr.alternating
{
	background: #f2f2f2;
}

table.friendlydata tr.alternating:nth-child(2n+1)
{
	background: #f8f8f8;
}

button, input[type=submit]
{
	background: black;
	border: none;
	border-radius: 0.3em;
	color: white;
	padding: 0.5em 1.2em;
	font-size: 110%;
	cursor: pointer;
}

button:hover, input[type=submit]:hover
{
	background: #002366;
}

button:disabled, input[type=submit]:disabled
{
	background: lightgray;
	color: gray;
	cursor: default;
}

div.bulletin
{
	background: #E9EEF6;
	border-left: 4px solid #3C69AD;
	font-weight: normal;
	color: #3C69AD;
	padding: 0.6em;
	overflow: auto;
	margin: 1.25em 0em;
}

div.warning
{
	background: #FDF4CD;
	border-left: 4px solid #FFC100;
	font-weight: normal;
	color: #7C600B;
	padding: 0.6em;
	overflow: auto;
	margin: 1.25em 0em;
}

div.greenpanel
{
	background: #F0FFF0;
	border: 1px solid #AADDAA;
	border-radius: 0.5em;
	padding: 1em;
	margin-bottom: 1em;
}

span.price
{
	color: #E21824;
	font-weight: bold;
	font-size: 110%;
}

.validationerror
{
	color: red;
	font-size: 90%;
}
