
/***************************************************************** ELEMENTS */

body {
	color: #505153;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
}

a {
	text-decoration: none;
	color: #ff5500;
}
a:hover {
	text-decoration: underline;
	color: #505153;
}
input,
select,
textarea,
button {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

code,
input[type=text],
input[type=number],
input[type=password],
input[type=email],
select,
textarea {
	background-color: #B9D9EB;
	border: 1px solid #5f6063;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select {
	max-width: 50em;
}

input[type=button],
input[type=reset],
input[type=submit],
button,
a.button {
	background-color: #ff5500;
	border: 1px solid #505153;
	color: white;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 3px 6px;
}

a.button {
	text-decoration: none;
	padding: 3px 6px;
	cursor: pointer;
}

input[disabled],
select[disabled],
textarea[disabled],
button[disabled=disabled] {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
}

hr {
	height: 1px;
	border: 0;
	color: #C2BFBF;
	background-color: #C2BFBF;
}

code {
	color: black;
	border:1px outset #000000;
	padding: 0.5em;
	font-family: "Courier New", Courier, monospace;
}

code.block {
	display: block;
	margin: .5em 0;
}

p {
	margin: 1em 0;
}

pre {
	padding: 1.0em;
	background-color: #eee;
	border: 0.1em dashed #505153;
	font-size: 1.0em;
}

img,
a img {
	border-width: 0;
}

div#container, .container {
	width: 60em;
	margin: 0 auto;
	text-align: left;
}

table {
	background-color: transparent;
	border-collapse: collapse;
}

td,
th,
form.tableless label {
	margin: .1em;
	padding: .1em;
}
form.tableless label,
th {
	text-align: right;
	vertical-align: top;
	font-weight: 800;
	min-width: 30px;
}
form.tableless label a,
th a {
	color: #505153;
}
form.tableless br {
	clear: left;
	margin-bottom: .7em;
}
thead tr th,
tr.header th {
	text-align: center;
	vertical-align: bottom;
	min-width: 30px;
}

tr.header th div.expander {
	text-align: left;
	float: left;
}

.note {
	font-size: .8em;
	color: #aaa;
}

.editViewNote {
	margin-top: 0.25em;
	margin-left: 1.5em;
	color: #6F7072;
}

.editViewNote.last {
	margin-bottom: 1.0em;
}

tr.even > td {
	background-color: #f0f0f0;
}
tr.odd > td {
	background-color: #f8f8f8;
}
tr.userdisabled,
span.userdisabled {
	background-color: #eaa;
}

#header a {
	font-weight: bold;
	text-decoration: none;
}
#footer {
	padding: .5em 1em;
	color: #505153;
	font-size: .9em;
}

#footer.admin {
	text-align: center;
}

#footer a {
	color: #505153;
}

.occlude {
	background-color: #B9D9EB;
	border: 0.1em solid #c2bfbf;
	z-index: 100;
}

.boxTitle {
	font-size: 1em;
	color: #505153;
	text-decoration: none;
	font-weight: bold;
}

.error {
	color: red !important;
	font-weight: bold;
}
h3.error ul {
	text-align: left;
}
.warning {
	color: goldenrod !important;
	font-weight: bold;
}
.info {
	color: black !important;
	font-weight: bold;
}
.success {
	color: blue !important;
	font-weight: bold;
}

.fakeDisabled {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
	cursor: not-allowed;
}

.contentBox {
	width: 100%;
	margin: .75em;
	padding: 2em;
	border: .2em solid #c2bfbf;
}

/* IE[456] doesn't understand the '>' child selector
We hide this from IE[456] because it really screws up page layout when you set auto width */
* > .contentBox {
	width: auto;
}

/*
 * h1 should ONLY be the VERY first thing inside contentBox (-10 margin-top)
 * h2 and h3 can be used anywhere inside contentBox to insert a heading
 * h2 is a major divider: it looks graphically exactly like h1 (except the margin-top)
 * h3 looks like a subheading (less padding, indented, smaller font)
 */
.contentBox h1,
.contentBox h2,
.contentBox h3 {
	margin: -1.67em -1.67em 1em -1.67em;
	padding: .4em 1.33em;
	background-color: #505153;
	border-bottom: .1em solid #c2bfbf;
	color: white;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.2em;
}
.contentBox h2 {
	border-top: .1em solid #c2bfbf;
	margin: 1em -1em 1em -1em;
}
.contentBox h3 {
	/* Leave whitespace on the sides to show it's a subheading */
	margin: 1.2em 0;
	padding: .2em 1.2em;
	border: .1em solid #c2bfbf;
	font-size: 1.1em;
}
.contentBox h3.error,
.contentBox h3.success {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

.contentBox h3.error ul,
.contentBox h3.success ul {
	list-style-position: inside;
}

.pageTitle {
	font-size: 1.8em;
}

.wide {
	width: 100%;
}
table.grid {
	background-color: white;
	border: .2em solid #cbdbeb;
}
table.grid tr td {
	border: .1em solid #cbdbeb;
}
table.grid tr th {
	background-color: #B9D9EB;
	border: .2em solid #cbdbeb;
}
table.grid tr th[scope='row'] {
	width: 20%;
}

table.grid label.radio {
	display: table;
}

.padding,
table.padding td,
table.padding th {
	padding: .3em;
}

span.required,
td.required span,
span.bg-required-hint,
label.required {
	background: transparent url(/content/reddot.png) no-repeat top left;
	padding-left: 7px;
}

.issues_menu span.bg-required-hint {
	padding-left: 16px;
}

.tableless[name=issues_menu] label.required {
	background-position: top right;
}

.tableless[name=issues_menu] div > span {
	margin-left: 2px;
}

a.inverse {
	color: #505153;
}

a.inverse:hover {
	color: #ff5500;
}

.tab {
	padding-left:.8em;
	padding-right:.8em;
}

.lang-selection img {
	vertical-align: bottom;
}

.language-selector {
	display: inline;
}

.language-selector svg {
	vertical-align: bottom;
	margin-bottom: 0;
}

form.tableless > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

form.tableless > div > div {
	display: -ms-flexbox;
	display: flex;
}

form.tableless label {
	display: block;
	padding: 0 1em;
	text-align: right;
	width: 12em;
	color: black;
}
form.tableless span {
	display: block;
	margin-bottom: 0.5em;
	padding: 0;
}
form.tableless span select {
	padding: 1px;
}

.accessible {
	position: absolute;
	top: 0;
	left: -500em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.group-td-vert.answers {
	min-width: 15em;
	white-space: nowrap;
}

.group-td-vert.answers .choice {
	white-space: nowrap;
	margin-right: 0.5em;
}

.floatClear {
	display: block;
	clear: both;
}

.underline {
	text-decoration: underline;
}

.right {
	float: right;
	clear: right;
	text-align: right;
}
