@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

a:link {
	color: #E4285C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E4285C;
}

a:hover {
	text-decoration: underline;
	color: #E4285C;
}

a:active {
	text-decoration: none;
	color: #E4285C;
}

.container {
	width: 899px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.top {
	position: relative;
	width: 899px;
	float: left;
	display: inline;
	height: 60px;
	background-image: url(../images/audiform_top.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

.menuItem {
	float: left;
	padding-right: 10px;
	line-height: 20px;
}

	.menuItem input {
		border: 0px;
		background: transparent;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color: #E4285C;
		text-decoration: none;
		cursor: pointer;
		padding: 0px;
	}

		.menuItem input:hover {
			text-decoration: underline;
			color: #E4285C;
		}

.menuItemRight {
	float: right;
	padding-left: 10px;
	line-height: 20px;
}

	.menuItemRight input {
		border: 0px;
		background: transparent;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color: #E4285C;
		text-decoration: none;
		cursor: pointer;
		padding: 0px;
	}

		.menuItemRight input:hover {
			text-decoration: underline;
			color: #E4285C;
		}

.subMenuItem {
	padding-top: 10px;
	padding-bottom: 10px;
}

	.subMenuItem input {
		border: 0px;
		background: transparent;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color: #023A69;
		text-decoration: none;
		cursor: pointer;
		padding: 0px;
	}

		.subMenuItem input:hover {
			text-decoration: underline;
			color: #023A69;
		}

.subMenuItemSelected input {
	font-weight: bold;
}


.logo {
	position: absolute;
	top: 7px;
	left: 17px;
	z-index: 0;
}

.content {
	position: relative;
	width: 899px;
	float: left;
	display: inline;
	min-height: 550px;
}

.contentLeft {
	margin-top: 20px;
	width: 110px;
	float: left;
	border-right: 1px solid #cccccc;
}

.contentBody {
	margin-top: 15px;
	margin-left: 25px;
	float: left;
}

.contentBodyWithLeft {
	margin-top: 15px;
	margin-left: 25px;
	width: 670px;
	float: left;
}

.contentBodyMax {
	margin-top: 15px;
	width: 870px;
	float: left;
}

.mainTitle {
	position: relative;
	width: 100%;
	float: left;
}

.title{
	float:left;
	padding-left: 5px;
}

.buttonBar {
	margin-top: 20px;
	float: right;
	width: 60%;
	text-align: right;
	padding-right: 5px;
}

	.buttonBar a {
		color: #023A69;
	}

.printButton {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 8px;
	border: 2px solid #023A69;
	background-color: #C0C9D1;
	color: #023A69;
	margin-left: 5px;
	cursor: pointer;
	font-size: 11px;
	height: 23px;
	font-family: Tahoma, Geneva, sans-serif;
}

.highlight {
	background-color: #023A69;
	color: #eeeeee;
}

.printButton:hover {
	text-decoration: underline;
}

	.printButton:disabled,
	.printButton input [disabled] {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-radius: 8px;
		border: 2px solid #999999;
		background-color: #cccccc;
		color: #666666;
		margin-left: 5px;
		cursor: none;
		font-size: 11px;
		height: 23px;
		font-family: Tahoma, Geneva, sans-serif;
	}

	.button:disabled {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-radius: 8px;
		border: 2px solid #999999;
		background-color: #cccccc;
		color: #666666;
		margin-left: 5px;
		cursor: none;
		font-size: 11px;
		height: 23px;
		font-family: Tahoma, Geneva, sans-serif;
	}

.formBoxSmall {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.formBoxSmall td {
		vertical-align: top;
	}

.formBox {
	position: relative;
	width: 99%;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}

	.formBox td {
		vertical-align: top;
	}

.mandatory {
	color: red;
	padding-left: 5px;
}

.urgentDelivery {
	color: red;
}

/*https://stackoverflow.com/questions/23383433/asp-net-calendar-custom-css-style*/
.calendarControlContainer {
	position: absolute;
	top: 4px;
	z-index: 10;
}

.gridHeaderBorder {
	border-bottom: 1px dotted #043A68;
}

.formDataGrid {
	position: relative;
	float: left;
}

.formRow {
	position: relative;
	width: 100%;
	float: left;
}

.shapeCell {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.shapeCellValue {
	padding-left: 4px;
	padding-right: 4px;
}

.formRowLabel {
	position: relative;
	float: left;
	padding-top: 4px;
	font-weight: bold;
	color: #043A68;
}

.formRowValue {
	position: relative;
	float: left;
	padding-top: 4px;
}

td .formRowValue {
	max-height: 30px;
	overflow: hidden;
}

.formRowAction {
	position: relative;
	float: left;
}

.formGridRowAction {
	position: relative;
	float: right;
}

.information {
	font-style: italic;
}

.extracost {
	color: #E4285C;
	font-style: italic;
}

.stepBox {
	margin: auto;
	margin-bottom: 2px;
	border-left: 1px solid #023A69;
	border-bottom: 2px solid #023A69;
}

.stepBox4Option {
	position: relative;
	margin-left: 20px;
	margin-bottom: 2px;
}

.stepRow {
	height: 25px;
	position: relative;
	background-color: #023A69;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 5px;
}

.optionRow {
	min-height: 25px;
	position: relative;
	line-height: 25px;
	background-color: #C0C9D1;
}

.column-2 {
	font-weight: bold;
}

.column-3 {
	padding-right: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.addShapeStep {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 100px;
	padding: 20px;
	border: 2px solid #023A69;
	border-radius: 5px;
	background-color: #cccccc;
}

.footer {
	position: relative;
	width: 900px;
	float: left;
	display: inline;
	height: 58px;
	background-image: url(../images/audiform_footer.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

.afsluiting {
	position: relative;
	width: 900px;
	float: left;
	display: inline;
	height: 30px;
	padding-top: 10px;
	z-index: 1;
}

.bigImageContainer {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 1024px;
	min-height: 100%;
	display: none;
	background-color: rgba(200, 200, 200, 0.7);
}

	.bigImageContainer img {
		padding-top: 250px;
		max-height: 800px;
		max-width: 1000px;
		display: block;
		margin: auto auto;
	}

.contentLayer {
	z-index: 18;
	position: fixed;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 100%;
	background-color: #000000;
	opacity: 0.7;
}

.infoPopup {
	z-index: 20;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 300px;
	width: 350px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 40px;
	color: #000000;
	text-align: center;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: inset 0 0 15px #999;
	-moz-box-shadow: inset 0 0 15px #999;
}
