/*This css holds the style for the general layout, menu, footer, header elements*/

/*Style of the different envs (production, production-development, training, training-development)*/
.production-class #header {
	background-color: white;
}

.production-development-class #header {
	background-color: rgb(221, 221, 221);
}

.training-class #header {
	background-color: rgb(255, 184, 184);
}

.training-development-class #header {
	background-color: rgb(231, 208, 208);
}

.training-class .systemDescriptionHeader {
	color: red;
}

.training-development-class .systemDescriptionHeader {
	color: red;
}

/*E-Cert layout style*/
.officialStatement {
	margin-left: 20px;
}

.officialStatementRow {
	margin-top: 12px;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

.inlineList ol li:first-child {
	padding-top:0px;
}

.declarationGroup {
	float:left;
	position: relative;
	margin-right: 12px;
	margin-top: 1px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/*padding-right: 20px;*/ /* not needed in FF - CHECK OTHER BROWSERS */
	border: 1px solid #ccc;
}

.ui-autocomplete #ui-active-menuitem {
	background-color: #c4d447;
	color: #222;
}

.certificateSummary {
	margin: 5px 0 10px 0;
}

.certificateSummary dt,.certificateSummary dd {
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

.certificateSummary hr {
	width: 100%;
	border: none;
	border-top: 1px solid #7fc3d3;
	margin: 10px 0;
}

.dialog fieldset {
	border: 0px;
	min-width: 378px;
	padding: 0em;
	margin: 0px;
}

.dialog fieldset label {
	padding: 0px;
}
