@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'BMW Webfont';
	src: url(/nl/javax.faces.resource/bmw-webfont.eot.xhtml?ln=fonts);
	src: url(/nl/javax.faces.resource/bmw-webfont.eot.xhtml?ln=fonts) format('embedded-opentype'), url(/nl/javax.faces.resource/bmw-webfont.woff.xhtml?ln=fonts) format('woff'), url(/nl/javax.faces.resource/bmw-webfont.ttf.xhtml?ln=fonts) format('truetype'), url(/nl/javax.faces.resource/bmw-webfont.svg.xhtml?ln=fonts) format('svg');
}
html {
	position: relative;
	min-height: 99%;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
    overflow-x: hidden; 
}

body {
	font-family: Arial,sans-serif;
	margin: 0px;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	padding: 0px !important;
    overflow-x: hidden; 
}

a {
	color: #666;
	text-decoration: none;
}

a:focus {
	color: #666;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration:none;
}

/* info popover */
a.info {
	float: left;
	background-image: url("/nl/javax.faces.resource/info.png.xhtml?ln=img_bmw-group");
	background-position: 0px 0px;
	width: 19px;
	height: 18px;
	border: 0px none;
	background-color: transparent;
	margin-left: 4px;
	display: inline-block;
	cursor: pointer;
}

a.info:hover {
	background-position: 0px -18px;
}

a.link-button {
	width: 80px;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	color: #000 !important;
	text-align: center;
	height: 18px;
	padding: 2px 10px 2px 10px;
	background-color: #999;
	border: 1px solid #999;
	cursor: pointer;
}

a.link-button:hover {
	color: #fff !important;
	background-color: #666;
	border: 1px solid #666;
}

span.link-button {
	width: 80px;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	cursor: default;
}

h1, h2, h3, h4 {
	font-family: 'BMW Webfont';
	margin: 0px;
	padding: 0px;
}

h1.splash-headline {
	font-size: 50px;
	line-height: 62px;
}

h2.splash-headline {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

h2.standard-headline {
	font-size: 12px;
	line-height: 15px;
	font-family: 'Arial Bold', 'Arial', sans-serif;
}

h2.content-headline {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

h3.content-headline {
	font-size: 18px;
	line-height: 25px;
	color: #999;
	margin-bottom: 5px;
}

hr {
	border-color: #666 -moz-use-text-color -moz-use-text-color;
}

input, button {
	width: 100%;
}

input[type="checkbox"] {
	float: left;
	width: auto;
	margin: 0px;
	margin-top: 1px;
}

input[type="radio"] {
	width: auto;
	margin: 0px;
}

input[type="submit"], button {
	width: 80px;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	display: block;
	color: #000;
	text-align: center;
	height: 18px;
	padding: 3px 10px 3px 10px;
	background-color: #999;
	border: 1px solid #999;
	cursor: pointer;
	float: right;
}

input[type="submit"].input-upload, button.input-upload {
	float: left;
}

input[type="submit"]:hover, button:hover {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
}

input[type="submit"]:disabled, button:disabled {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
}

input[type="text"], input[type="password"] {
	height: 18px;
	padding: 0px 4px;
}

label {
	width: 100%;
	margin-bottom: 3px;
	font-weight: normal;
}

p {
	margin-top: 8px;
}

select {
	width: 100%;
}

select.select-date {
	width: 30%;
}

select.select-date-short {
	width: 47.5%;
}

select.gap {
	margin-left: 5%;
}

table.radio-vertical {
	width: 100%;
}

table.table-upload {
	float: left;
	text-align: center;
}

table.table-upload a {
	width: 18px;
	height: 18px;
	display: block;
	margin: auto;
}

table.table-upload td {
	width: 50px;
}

table.table-upload td > img {
	width: 18px;
	height: 18px;
	display: block;
	float: none;
	margin: auto;
}

tr.icon-row td {
	padding-top: 5px;
	padding-bottom: 5px;
}

textarea {
	width: 100%;
	padding: 0px 4px;
	resize: none;
}

#container {
	/* width 910; centered */
	width: 910px;
	/* leave some room for the footer and the button wrapper*/
	margin-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
}

#button-wrapper {
	position: absolute;
	bottom: 120px;
}

#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	/* Set the fixed height of the footer here */
	height: 20px;
	display: block;
	background-color: white;
}

#footer-content {
	width: 910px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Arial Regular', sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #999;
	padding-top: 3px;
}

#header {
	height: 120px;
}

#header img {
	margin-top: 40px;
}

#img-splash {
	margin-top: 37px;
	width: 100%;
}

.headline {
	margin-top: 27px;
	color: #92A2BD;
}

.lateral-headline {
	margin-top: 11px;
	color: #92A2BD;
}

.input-login {
	float: left !important;
}

.input-login-btn {
	float: left !important;
}

.input-continue {
	float: right !important;
}

.input-previous {
	float: left !important;
}

.language-chooser {
	float: left;
	width: 120px;
	margin-top: -1px;
}

.fake-language-chooser {
	height: 18px;
}

.modal-content {
	border-radius: 0px;
}

.radio-horizontal td {
	margin-right: 30px;
}

.radio-horizontal td input {
	margin-right: 5px;
	float: left;
	margin-top: 1px;
}

.radio-horizontal td label {
	width: auto;
	margin-right: 30px;
	float: left;
	margin-bottom: 0px !important;
}

.radio-vertical label {
	width: auto;
	margin-left: 10px;
}

#login-headline {
	margin-top: 43px;
}

#login-introduction-text {
	float: none;
	margin-bottom: 26px;
}

#login-form {
	float: none;
}

#logo-left{
	float: left;
	height: auto;
	width: 300px;
}

#logo-right {
	float: right;
	height: 40px;
}

#progress {
	background-color: white;
	bottom: 30px;
	color: #92A2BD;
	height: 25px;
	margin-top: 34px;
	position: absolute;
	text-align: center;
	min-width: 910px;
}

#progress .glyphicon {
	visibility: hidden;
	width: 0px;
	float: left;
}

#static-links {
	margin-left: 80px;
	float: left;
}

#static-links a {
	float: left;
	margin-right: 27px;
}

#subheadline h2 {
	margin-bottom: 17px;
}

.checkbox-label {
	padding-left: 10px;
	width: auto;
	/*field width: 260 - checkbox width: 15*/
	max-width: 245px;
}

/* for wide checkbox labels, e.g. on the submit page */
.checkbox-label-wide {
	padding-left: 10px;
	width: auto;
	float: left;
	max-width: 94%
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-label, .col-field, .col-field-wrap, .col-file-name, .col-file-size {
	float: left;
}

.col-1 {
	width: 170px;
}

.col-2 {
	/* 2*170px column + 15px gap */
	width: 355px;
}

.col-3 {
	/* 3*170px column + 2*15px gap */
	width: 540px;
}

.col-4 {
	/* 4*170px column + 3*15px gap */
	width: 725px;
}

.col-5 {
	width: 100%;
	float: none;
}

.col-field {
	width: 260px;
}

.col-currency {
	width: 260px;
	float: left;
	padding-left: 2px;
}

.col-field-currency {
	width: 248px;
}

/* field + button */
.col-field-wrap {
	width: 283px;
}

.col-file-name {
	width: 280px;
}

.col-file-size {
	width: 60px;
}

.col-offset-1 {
	/*170px column + 15px gap*/
	margin-left: 185px;
}

.col-offset-2 {
	/* 2*170px column + 2*15px gap*/
	margin-left: 370px;
}

.col-offset-3 {
	/* 3*170px column + 3*15px gap*/
	margin-left: 555px;
}

.col-offset-4 {
	/* 4*170px column + 4*15px gap*/
	margin-left: 740px;
}

.cookie-text {
	margin: 0px;
	padding: 5px;
}

.cookie-text-wrapper {
	border: 1px solid black;
	border-top: 0px;
	float: left;
	margin-bottom: -25px;
	width: 100%;	
}

.currency {
	float: left;
	width: 15px;
	padding-left: 2px;
}

.emph {
	font-weight: bold;
}

.error {
	color: #D20000;
}

.errorfield {
	border: 1px solid;
	border-color: #D20000;
}

.faq-headline {
	cursor: pointer;
}

.file-size {
	float: right;
	max-width: 60px;
}

.form-group {
	margin-bottom: 18px;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.gap {
	margin-left: 15px;
}

/* generic icon */
.icon {
	height: 18px;
	width: 18px;
	float: left;
}

.icon-gap {
	margin-left: 15px;
}

.logged-in-as {
	float: right;
	margin-right: 10px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-top {
	width: 560px;
	float: none;
	margin-bottom: 50px;
}

.pointer {
	cursor: pointer;
}

.popover {
	font-size: 12px;
}

.progress-step {
	border: 1px solid #92A2BD;
	width: 170px;
	min-width: 170px;
	margin-right: 15px;
	float:left;
	padding: 4px;
}

.progress-current-step {
	background-color: #92A2BD;
	color: #fff;
}

.progress-last-step {
	margin-right: 0px;
}

.table-headline {
	font-weight: bold;
	text-align: center;
}

.table-headline-1 {
	width: 50px;
}

.table-headline-2 {
	width: 100px;
}

.table-headline-3 {
	width: 150px;
}

.table-headline-4 {
	width: 200px;
}

.table-headline-5 {
	width: 250px;
}

.table-headline-6 {
	width: 300px;
}

.table-headline-7 {
	width: 350px;
}

.table-headline-8 {
	width: 400px;
}

.table-headline-9 {
	width: 450px;
}

.table-headline-10 {
	width: 500px;
}

@media(max-width: 949px) {
	body {
		
	}
	
	a.info {
		margin-left: 0px;
		margin-top: 0px;
	}
	
	h1.splash-headline {
		font-size: 40px;
		line-height: 62px;
	}	

	input {
		margin-bottom: 8px;
		float: none;
	}

	input[type="submit"], button {
		margin-bottom: 5px;
		float: none;
	}

	input[type="submit"].input-upload, button.input-upload {
		float: none;
	}

	input[type="password"] {
		margin-bottom: 5px;
		float: none;
	}

	select {
		margin-bottom: 5px;
	}

	select.gap {
		margin-left: 5%;
	}

	table.table-upload {
		float: none;
		width: 100%;
	}
	
	#button-wrapper {
		width: 100%;
	}

	#container {
		width: 100%;
		margin-bottom: 255px;
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	a.input-continue {
		float: left !important;
	}

	.input-previous {
		margin-right: 20px;
	}

	.input-continue {
        float: right !important;
        margin-right: 20px;
    }

	#footer {
		position: absolute;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		height: 85px;
	}
	
	#footer select {
		margin-bottom: 0px;
	}

	#footer-content {
		width: 100%;
		margin: 0px;
	}
	
	.currency {
		margin-bottom: 5px;
	}

	.checkbox-wrapper {
		width: 100%;
		height: 20px;
	}
	
	.chevron {
	    display:inline-block;
	    width: .5em;
	    height: .7em;
	    position:relative;
	}
	
	.chevron:before,
	.chevron:after {
	    display:block;
	    content:"";
	    width:0;
	    height:0em;
	    border-style:solid;
	    position:absolute;
	}
	
	.chevron:before {
	    right:0;
	    border-width:.4em 0 .4em .4em;
	    border-color:transparent transparent transparent black;    
	}
	
	.chevron:after {
	    left:0;
	    border-width:.4em 0 .4em .4em;
	    border-color:transparent transparent transparent #fff;    
	}
	
	.chevron.fat {
  	  width:.6em;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-label, .col-field, .col-field-wrap, col-currency {
		margin-top: 10px !important;
		width: 100%;
	}

	.col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4 {
		margin-left: 0px;
	}

	.gap {
		margin: 0px;
	}
	
	.hide-table {
		height: 0px;
		visibility: hidden;
	}

	.logged-in-as {
		float: none;
		margin: none;
		width: 100%;
	}
	
	.table-headline-1 {
		width: 100%;
	}
	
	.table-headline-2 {
		width: 100%;
	}
	
	.table-headline-3 {
		width: 100%;
	}
	
	.table-headline-4 {
		width: 100%;
	}
	
	.table-headline-5 {
		width: 100%;
	}
	
	.table-headline-6 {
		width: 100%;
	}
	
	.table-headline-7 {
		width: 100%;
	}
	
	.table-headline-8 {
		width: 100%;
	}
	
	.table-headline-9 {
		width: 100%;
	}
	
	.table-headline-10 {
		width: 100%;
	}
	
	.text-top {
		width: 100%;
	}

	#progress {
		bottom: 100px;
		visibility: visible;
		width: 100%;
		color: #666;
		min-width: 0px;
		padding-right: 30px;
	}

	#progress .glyphicon {
		visibility: visible;
		width: auto;
		float: none;
	}
	
	#static-links a {
		float: none;
		width: 100%;
		margin-left: 0px;
		display: block;
	}
	
	#static-links {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-top: -15px;
	}

	.progress-step {
		border: none;
		margin: 0px;
		padding: 0px;
		float: none;
		color: #666;
		background-color: #fff;
		font-weight: bold;
		display: inline-block;
		width: auto;
		min-width: 0px;
	}

	.progress-current-step {
		background-color: #fff;
		color: #000;
	}
	
	.language-chooser {
		float: none;
		width: 100%;
	}

	.footer {
		width: 100%;
		left: 0px;
		padding-left: 15px;
	}
}