@font-face {
	font-family:'BMWTypeGlobal';
	src:url('/fonts/BMWTypeGlobal-Regular.eot');
	src:url('/fonts/BMWTypeGlobal-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BMWTypeGlobal-Regular.woff2') format('woff2'),
		url('/fonts/BMWTypeGlobal-Regular.woff') format('woff'),
		url('/fonts/BMWTypeGlobal-Regular.ttf') format('truetype'),
		url('/fonts/BMWTypeGlobal-Regular.svg#BMWTypeGlobal-Regular') format('svg');
	font-weight:lighter;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeGlobalBold';
	src:url('/fonts/BMWTypeGlobal-Bold.eot');
	src:url('/fonts/BMWTypeGlobal-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BMWTypeGlobal-Bold.woff2') format('woff2'),
		url('/fonts/BMWTypeGlobal-Bold.woff') format('woff'),
		url('/fonts/BMWTypeGlobal-Bold.ttf') format('truetype'),
		url('/fonts/BMWTypeGlobal-Bold.svg#BMWTypeGlobal-Bold') format('svg');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeGlobalLight';
	src:url('/fonts/BMWTypeGlobal-Light.eot');
	src:url('/fonts/BMWTypeGlobal-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BMWTypeGlobal-Light.woff2') format('woff2'),
		url('/fonts/BMWTypeGlobal-Light.woff') format('woff'),
		url('/fonts/BMWTypeGlobal-Light.ttf') format('truetype'),
		url('/fonts/BMWTypeGlobal-Light.svg#BMWTypeGlobal-Light') format('svg');
}

body {
	background-repeat: repeat-x;
    background-position: left top;
    font-size: 75%;
    font-family: 'Arial','Helvetica',sans-serif;
    background-color: #fff;
}

content {
    max-width: 800px;
    padding: 0px 30px 30px 30px;
    margin: 0px auto;
    margin-top: 20px;	
    position: relative;
    min-height: 350px;
}

.header-container{
	display: inline-block;
	width: 800px;
	height: 50px;
	margin-top: 20px;
}

.header{
	padding-left: 30px;
}

.main-container{
	height: 190%;
    width: 100%;
	max-height: 190%;
	padding-right: 20px;
	padding-left: 30px;
}

.container{
	width: 100%;
	height: 100%;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #fff !important;
}

.leftcolumn{
    background-color: white;
    float: left;
    width: 50%;
    font-size: 13px;
    font-family: "Arial";
}

.rightcolumn{
    background-color: white;
    margin-left: 50%;
    font-size: 13px;
    font-family: "Arial";
}

#consultant{
	width: 100%;
}

.planning{
	position: absolute;
	width: 175px;
	margin-top: -25px;
}

h1 {
	font-family: 'BMWTypeGlobalLight';
	font-size: 36px;
	color: #444444;
}

@media (max-width:500px) {
    h1 {
    font-size:25px
}
	}

p{
	font-weight: 200;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
	font-family: "Arial";
}

.small{
	font-weight: 200;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 20px;
	font-family: "Arial";
}


p2{
	font-weight: 200;	
	font-size: 15px;
	line-height: 16px;
	font-family: "Arial";
}

select {
	background: #fff;
}

.pg{
	line-height: 15px;
	padding-right: 30px;
	font-size: 13px;
	font-family: "Arial";
}

#required{
	color: rgb(180, 20, 30);
}

.comments-copy-container{
	position: absolute;
	line-height: initial;
	width: 75%;
}

.wrapper-content, .wrapper-content-pma{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	display: inline-flex;
	width: 95%;
}

hr {
	margin-top: 35px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 5px;
  	border : 0;
  	height: 1px; 
  	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

.tel-number-1{
	margin-top: -35px;
	margin-bottom: 50px;
	font-size: 8px;
	width: 100%;
}

.tel-number-2{
	margin-top: -35px;
	margin-bottom: 50px;
	font-size: 8px;
	width: 115%;
}

.tel-number-3{
	margin-top: -35px;
	margin-bottom: 50px;
	font-size: 8px;
	width: 100%;
}

.address-left{
	display: inline-block;
	width: 100%;
}

.address-center{
	display: inline-block;
	width: 115%;
}

.address-right{
	display: inline-block;
	width: 100%;
}

.body-container{
	position: relative;
	padding-top: 20px;
	width: 100%;
}

.textbox{
	height: 25px;
	width: 350px;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	margin-left: 208px;
	bottom: 19px;
	background-color: rgb(248, 248, 248);
	-moz-transition: opacity 0.15s ease-in;
	-webkit-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
}

.error{
	position: relative;
	bottom: 20px;
	padding-left: 10px;
}

label.error {
	display: table;
	position: relative;
	left: 220px;
}

#consent-error {
	left: 0;
	display: unset;
}

#measures-error {
	left: 0;
	display: unset;
}

#date{
	bottom: 18px;
    padding-left: 10px;
    position: relative;
}

#RegNo{
	margin-top: -35px;
}

#CurrentCar{
	margin-top: -35px;
}

.interests{
	display: block;
	position: relative;
}

.interests-checkbox{
	display: -webkit-inline-flex;
	display: inline-flex;
	position: relative;
	left: 230px;
	bottom: 35px;
}

.firstcolumn{
	padding-right: 10px;
}

.secondcolumn{
	padding-right: 10px;
}

.thirdcolumn{
	padding-right: 10px;
}

.fourthcolumn{
	padding-right: 10px;
}

.fifthcolumn{
	display: inline-block;
	position: relative;
	left: 230px;
	bottom: 30px;
	margin-bottom: -25px;
	width: 73%;
}

.blackcontent{
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: rgb(248, 248, 248);
	width: 350px;
	position: relative;
	margin-left: 230px !important;
	bottom: 19px;
	margin-bottom: 15px;
	background-color: rgb(248, 248, 248);
	-moz-transition: opacity 0.15s ease-in;
	-webkit-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
}

.spacing {
	position: relative;
	top: 15px;
}

.tablecontent{
	display: inline-block;
    -moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

.interests-layout{
	display: inline-grid;
}

@media only screen and (max-width: 729px){
	.interests-layout{
		padding-left: 60px;
		width: 80%;
	}
}

@media only screen and (max-width: 680px){
	.interests-checkbox{
		display: inline-grid;
	}
}

#other_interest{
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: rgb(248, 248, 248);
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	bottom: 19px;
    -moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

#register{
	display: inline-block;
	width: 210px;
}

#comments{
	position: relative;
	bottom: 19px;
	border: 2px solid #ccc;
	border-radius: 4px;
    -moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

#tnc{
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: rgb(248, 248, 248);
	width: 656px;
}

.comments-copy-container{
	padding-top: 15px;
	margin-bottom: -50px;
	position: relative;
}

.consent-label, .measures, .consent-label-2{
	padding-top: 10px;
	width: 600px;
	display: inline-block;
}

#consent1, #consent2, #consentchecked, #measures{
	position: relative;
	bottom: 15px;
    -moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

.bottom-container{
	width: 107%;
	position: ;
	overflow: auto; 
	-webkit-overflow-scrolling: touch; 
	height: 105;
	max-height: 105px;
	right: 5px;
}

#button-wrapper{
	display: inline-block;
	padding-top: 90px;
	margin-bottom: 40px;
}

#btn-reset, #btn-submit{
	border-radius: 4px;
	background: rgb(248, 248, 248);
    -moz-transition: background 0.15s ease-in;
    -webkit-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in;
}

.g-recaptcha{
	position: absolute;
	width: 50%;
	padding-bottom: 15px;
	padding-top: 5px;
}

#btn-reset:hover, #btn-submit:hover{
	border-radius: 4px;
	background: rgb(150, 150, 230);
    -moz-transition: background 0.15s ease-in;
    -webkit-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in;
}

.textbox:hover, .blackcontent:hover, #salutation:hover, #radio:hover, #radio2:hover, #radio3:hover, #topic:hover, #other_interest:hover, #comments:hover, #consent1:hover, #consent2:hover{
	opacity: 1.0;
    -moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

.slds-scope {
    font-family: 'Salesforce Sans',Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    background: rgb(250, 250, 249);
    -webkit-tap-highlight-color: transparent;
}

.slds-scope:not(html), .slds-scope body {
    font-size: .8125rem;
    background: transparent;
}

.slds-scope *, .slds-scope *:before, .slds-scope *:after {
    /*box-sizing: border-box;*/
}

.slds-scope select {
	background: #fff;
	font-size: 13px !important;
}

.slds-scope button, .slds-scope select {
    text-transform: none;
}

.slds-scope input {
    line-height: normal;
}

.slds-scope .slds-input {
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 219, 221);
    border-radius: .25rem;
    width: 100%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 0 1rem 0 .75rem;
    line-height: 1.875rem;
    min-height: 40px;
    margin-left: 230px;
    font-size: 13px;
}

.colorclass{
    color:black;
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    color: black; 
    background-color: white;
}
                
.slds-scope{
    line-height:1.2rem !important;
    margin-left: 12%;
}

.DropDown{
    border-radius: 0 !important;
    border: 2.3px solid lightgrey;
    width: 35% !important;
    background-image: url('/bmw/img/BmwDropdownicon.png') !important;
    background-position: 100% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    border-radius: .25rem;
    width: 90%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 0 40px 0 10px;
    height:40px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:0;
                
    /*webkit browsers */
    -moz-appearance: none;
    /*Firefox */
    appearance: none;
}

select::-moz-focus-inner, select:focus, select:active {
    outline:0;
}

.DropDown>option{
    color:#000 !important;
}

span.slds-checkbox_faux{
    padding: 1.9% !important;
    border: 2.3px solid lightgray !important;
    border-radius: 0 !important;
}

#main-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

#main-table td, #main-table th {
    padding: 0px;
}

#main-table tr:hover {
}

#main-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    width: 33%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.search{
    font-weight:700;
    color:black;
    font-size:27px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.searchforPhone{
    font-weight:700;
    font-size:50px;
    color:black;
    line-height: 32px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.slds-button_brand {
    width: 100%;
    border-radius: 0 !important;
    background-color:#1751ca !important;
    font-size:15px !important; 
    line-height: 2.5rem !important;
}
                
.slds-button_brand:hover{ 
    background-color:#2064f5 !important; 
}
                
.DropDown:focus{
    box-shadow: 0 0 3px #0070d2;                
}
                
.slds-input{
    border-radius: 0 !important;
    border: 2.3px solid lightgrey !important;
    width:35% !important;
    line-height: 2.2rem !important;
}

.slds-scope a, .slds-scope button {
    cursor: pointer;
}
.slds-scope button, .slds-scope input[type=button], .slds-scope input[type=reset], .slds-scope input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    width: 230px;
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 10px;
}
.slds-scope button, .slds-scope select {
    text-transform: none;
}
.slds-scope button {
    overflow: visible;
}
.slds-scope button, .slds-scope input, .slds-scope optgroup, .slds-scope select, .slds-scope textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.slds-button_brand {
    width: 100%;
    border-radius: 0 !important;
    background-color: #1751ca !important;
    font-size: 15px !important;
    line-height: 2.5rem !important;
}

select:disabled {
	opacity: 0.6;
}

select:disabled:hover {
	opacity: 0.6;
}

.hidden-select {
	display: none;
}

body button, body .x-btn, body .btn, body .btnDisabled, body .btnCancel, body .menuButton .menuButtonButton {
    color: #333;
    margin: 1px;
    padding: 2px 3px;
    border: 1px solid #b5b5b5;
    border-bottom-color: #7f7f7f;
    background: #e8e8e9 url(/bmw/img/btn_sprite.png) repeat-x right top;
    font-weight: bold;
    font-size: .9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slds-scope .slds-button_brand, .slds-scope .slds-button--brand {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: rgb(0, 112, 210);
    border-color: rgb(0, 112, 210);
    color: rgb(255, 255, 255);
}

.slds-scope .slds-button {
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: .25rem;
    line-height: 1.875rem;
    text-decoration: none;
    color: rgb(0, 112, 210);
    -webkit-appearance: none;
    white-space: normal;
    user-select: none;
}

.slds-button_brand {
    width: 100%;
    border-radius: 0 !important;
    background-color: #1751ca !important;
    font-size: 15px !important;
    line-height: 2.5rem !important;
}

.search1{
    font-weight:900;
    font-size:15px;
}
                
.fieldproperty{
    font-weight:500.2; 
    font-size:14.5px;
}

.TextDesign{
    line-height: 2.5rem;
    border-radius: 0;
    border: 3px solid lightgrey;
    width:100%;
}

.TextStyling{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    color:black;
}
                
.popupBackground {
    /* Background color */
    background-color:grey;
    opacity: 0.50;
    filter: alpha(opacity = 20);
                
    /* Dimensions */
    width: 100%;
    height: 200%; 
    top: 0;
    left: 0;
    z-index: 998;
    position: absolute;
                
    /* Mouse */
    cursor:wait;
}
                                
/* This is for the message DIV */
.PopupPanel {
    /* Background color */
    
    /* Dimensions */
    left: 57%;
    width: 200px;
    margin-left: -100px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    z-index: 999;
    position: fixed;
}

#openinghours {
	opacity: 1;
	visibility: visible;
	padding-left: 25px;
}

.checkbox-model {
	position: unset;
	margin-bottom: 5px !important;
}

.hidden-content {
	display: inline-block;
	height: 25px;
	width: 100%;
}

@media only screen and (min-width: 631px){
	.invisible-line { 
		display: none;
	}
}

@media only screen and (max-width: 1199px){
	.textbox{
		width: 39%;
	}

	.blackcontent{
		width: 39%;
	}

	#comments{
		width: 72.8%;
	}

	#tnc{
		width: 68.4%;
	}

	.consent-label, .consent-label-2{
		width: 66%;
	}
}

@media only screen and (max-width: 864px){
	.planning {
		margin-top: -15px;
	}
}

@media only screen and (max-width: 768px) {
	#button-position{
		display: block;
	}
}

@media only screen and (max-width: 630px){
	.container{
		width: 100%;
	}

	.wrapper-content{
		display: block;
		position: relative;
	}

	.wrapper-content-pma{
		display: block;
		padding-bottom: 100px;
		position: relative;
	}

	.leftcolumn{
    	width: 100%;
    }

    .rightcolumn{
    	margin-left: 0;
    }

	.invisible-line { 
		margin-top: 35px;
		margin-left: 20px;
		margin-right: 20px;
  		border : 0;
  		height: 1px; 
  		position: relative;
  		top: -325px;
  		width: auto;
	}

	#openinghours {
		opacity: 0;
		visibility: hidden;
	}

	hr{
		top: -70px;
	}

	.address-left{
		display: inline-block;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.address-center{
		display: inline-block;
		width: 100%;
		padding-bottom: 20px;
	}

	.address-right{
		display: inline-block;
		width: 100%;
		padding-bottom: 20px;
	}

	.tel-number-1{
		position: absolute;
		bottom: 390px;
		width: 95%;
	}

	.tel-number-2{
		position: absolute;
		top: 40px;
		width: 95%;
	}

	.tel-number-3{
		position: absolute;
		bottom: 0px;
		width: 95%;
	}

	#tnc{
		width: 95%;
	}

	#comments{
		width: 100%;
	}

	.consent-label, .consent-label-2{
		width: 90%;
	}

	.comments-copy-container{
		margin-top: -20px;
		margin-bottom: -50px;
		position: relative;
		width: 100%;
	}
}

@media only screen and (max-width: 550px){
	.slds-scope {
		margin-left: unset;
	}
}

@media only screen and (max-width: 479px){
	.header{
		padding-left: 10px;
	}

	.main-container{
		padding-left: 0px;
	}

	.textbox{
		margin-left: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
		margin-bottom: 15px;
	}

	.planning{
		width: 100%;
		margin-top: 0;
    	position: relative;
	}

	#salutation{
		margin-left: 0;
		bottom: 0;
		width: 100%;
	}

	#topic{
		margin-left: 0;
		bottom: 0;
		width: 100%;
	}

	#RegNo{
		margin-top: 0;
	}

	#consultant{
		width: 100%;
	}

	#CurrentCar{
		margin-top: 0;
	}

	.blackcontent{
		margin-left: 0 !important;
		bottom: 0;
		width: 100% !important;
	}

	.slds-input {
		width: 100% !important;
	}

	.slds-scope {
		margin-left: 15px !important;
	}

	.slds-scope .slds-input {
		margin-left: 0;
		margin-top: 10px;
	}

	.spacing {
		position: relative;
		top: unset;
	}

	#register{
		width: 90%;
		margin-bottom: 0px;
	}

	#consent1, #consent2{
		bottom: 0;
	}

	#comments{
		bottom: 1px;
	}

	.consent-label, .measures, .consent-label-2{
		width: 100%;
	}

	.interests-layout{
		padding-left: 0;
		width: 60%;
	}

	.interests-checkbox{
		display: inline-block;
		position: relative;
		left: -3;
		margin-top: 25px;
	}

	.others-layout{
		padding-left: 5px;
	}

	#consent1, #consent2, #consentchecked {
		bottom: 0;
	}

	.fifthcolumn {
		display: inline-block;
		position: relative;
		left: -3px;
		bottom: 30px;
		margin-bottom: -20px;
		width: auto;
	}

	.bottom-container{
		width: 100%;
	}

	.comments-copy-container{
		width: 100%;
	}

	.error {
		bottom: 0;
	}

	label.error {
		left: 0;
	}
}

@media only screen and (max-width: 384px){
	.leftcolumn{
		width: 100%;
	}
}

@media only screen and (max-width: 370px){
	.main-container{
		padding-left: 0;
	}

	.header{
		padding-left: 0;
	}
}

@media only screen and (min-width: 1199px){
	.container{
		width: 900px;
	}
}

@keyframes textbox-alert{
	from {border-color: red;}
	to:  {border-color: #ccc;}
}
