/* Banner CSS */
.banner-text h1 {
    font-weight: 400;
}
.banner-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position: center;
	color: #fff;
	background-size: cover;
	background-position: bottom;
	height: 235px;
	text-align: center;
	margin-bottom: 60px;
	position:relative;
}
.banner-wrapper h1{
	margin-bottom: 15px;
	margin-top: 25px;
}
.empty-garage-banner-wrapper .empty-garage-title {
	font-size: 40px;
	line-height: 1;
    font-weight: bold;
}

.empty-garage-banner-wrapper .empty-garage-subtitle {
	margin-top: 32px;
}

.empty-garage-banner-wrapper .empty-garage-subtitle p {
	margin: 0;
	font-size: 18px;
}

.empty-garage-banner-wrapper .button-wrapper {
	width: 100%;
	
}

.empty-garage-banner-wrapper .button-wrapper .add-vehicle {
	padding: 0;
    text-align: center;
    border: none;
    margin-top: 38px;
	
}
.empty-garage-banner-wrapper .button-wrapper .add-vehicle .btn-lg {
    padding: 15px 60px;
    line-height: 2;
    font-weight: bold;
}  

@media only screen and (max-width: 736px) {
	.banner-text {
	    color: black;
	    text-align: center;
	    margin-top: 40px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.banner-text p {
		font-size: 20px;
	}	
	.banner-wrapper {
    	height: 80px;
	}
	
}
@media only screen and (max-width: 767px) {
	.banner-text {
	    color: black;
	    text-align: center;
	    margin-top: 40px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	
}

@media only screen and (min-width: 737px) and (max-width: 1366px) {
	.banner-wrapper {
		margin-bottom: 40px;
	}
	.banner-wrapper {
    	height: 141px;
	}
	.banner-text {
		text-align: center;
	}
		
}


/*--------------------------- NEw Banner Track-My-BMW -------------------------*/

.background-container {
	overflow: hidden;
    position: relative;
}

.banner-img {
	ovetflow: hidden;
}

.banner-img img {
	width: 100%;
}


.background-overlay {
	position: absolute;
	z-index:2;
	top:0;
	width: 100%;
}

/* Landing Page Banner*/


.banner__landing {
	
	height: 240px;
	background: var(--blue-1);
	overflow: hidden;
	width: 100%;
	display:flex;
	justify-content: center;
	background-image: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/my-garage-welcome-banner.jpg");
    background-size: auto;
    background-position: top left 590px;
}

@media screen and (min-width:768px) {
	
	.banner__landing {
		height: 232px;
		background-size: cover;
    	background-position: top center;
	}
}

@media screen and (min-width:1280px) {
	
	.banner__landing {
		height: 360px;
	}
}



body{
	margin: 0;
}
.errorWrapper{
	display: inline-block;
	width:100%;
	height: 100vh;
}
.bannerWrapper {
	color: #fff;
	background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/BMW-404-Error-page-2600px.jpg") no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-content{
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	max-width: 25%;
	
}
.banner-content h1{
	font-size: 100px;
	font-size: 10rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin: 0 0 30px;
	text-transform: none;
}
.banner-content p{
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
	margin: 0;
	max-width: 80%;
}
.banner-content p a, .banner-content p a:hover, .banner-content p a:focus, .banner-content p a:active{
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
	color: #fff;
}
@media only screen and (max-width: 2599px) {
	.bannerWrapper {
		background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/BMW-404-Error-page-1280px.jpg") no-repeat center center;
		background-size: 100% 100%;
	}
	.banner-content{
		max-width: 35%;
	}
	.banner-content h1{
		font-size: 76px;
		font-size: 7.6rem;
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	.banner-content p{
		letter-spacing: 0.5px;
		font-size: 0.05rem;
		font-size: 20px;
		font-size: 2rem;
		max-width: 100%;
	}
	.banner-content p a, .banner-content p a:hover, .banner-content p a:focus, .banner-content p a:active{
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: 0.5px;
		letter-spacing: 0.05rem;
	}
}
@media only screen and (max-width: 1279px) {
	.bannerWrapper {
		background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/BMW-404-Error-page-768px.jpg") no-repeat center center;
		background-size: 100% 100%;
	}
	.banner-content{
		max-width: 45%;
	}
	.banner-content h1{
		font-size: 56px;
		font-size: 5.6rem;
		margin-bottom: 20px;
	}

}
@media only screen and (max-width: 767px) {
	.bannerWrapper {
		background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/BMW-404-Error-page-320px.jpg") no-repeat center center;
		background-size: 100% 100%;
	}
	.banner-content{
		max-width: 65%;
	}
	.banner-content h1{
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 0.25px;
		letter-spacing: 0.025rem;
		margin-bottom: 15px;
	}
}
/* cutom radio btns start*/
.user-form .td__radio-form{
    display: flex;
}
.user-form .td__radio-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 15px;
}
.user-form label.td__radio{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid transparent
}
body.using-tab  .user-form  label.td__radio.radioActive{
    border: 1px solid #666766;
}  
.user-form   .td__radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.user-form  .td__radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #cacaca;
}
.user-form   .td__radio-wrapper input:checked ~ .checkmark {
    background: #fff;
  }
  .user-form    .td__radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .user-form .td__radio-wrapper input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: -1px;
    left: -1px;
    background: #1c69d3;
    transform: scale(0.7);
  }
  .form-group.form__radiobtns-isphone{
  display: flex;
  align-items: center;
  }
  .form__radiobtns-isphone label{
      margin-bottom: 0px !important;
      margin-right: 10px;
  }

@media only screen and (max-width: 1366px) and (min-width: 737px){
    .form-group.form__radiobtns-isphone{
        padding-bottom: 30px !important;
    }
    .phone{
        padding-bottom: 0PX !important;
    }
}

@media only screen and (max-width: 736px){
.phone {
    padding-bottom: 0px !important;
}
.form-group.form__radiobtns-isphone{
    padding-bottom: 30px !important;
}
}

/* User form CSS goes here */
.error-border{
 border-bottom: 2px solid #D0021B!important;
 box-shadow: none;
}
.stateField.has-error .ui-selectmenu-button.ui-button{
	border-bottom: 2px solid #D0021B!important;
}
.stateField.has-success .ui-selectmenu-button.ui-button{
	border-bottom: 2px solid #43a047!important;
}
.titleField.has-error .ui-selectmenu-button.ui-button{
	border-bottom: 2px solid #D0021B!important;
}
.titleField.has-success .ui-selectmenu-button.ui-button{
	border-bottom: 2px solid #43a047!important;
}
.success-border{
	border-bottom: 2px solid #43a047!important;
}
.stateSelectbox{
	display: none;
}
#user_form .has-feedback select.form-control{
	padding-right: 10px;
}
.welcome-img {
	padding: 0px;
	margin: 0px;
	margin-top: -1%;
	position: relative;
}

.welcome-img img {
	width: 100%;
}

.welcome-img h1 {
	position: absolute;
	color:white;
	font-weight: bolder;

	top: 34%;
	left: 10%;
}

.form-heading {
    max-width: 560px;
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    padding-bottom: 40px;	
	text-align: left; 
	color: black; 
}
.form-heading .row {
	margin: 0;	
}
.user-form {
	max-width: 560px;
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
	color: grey; 
}

/*.user-form .titleField {
    width: 30% !important;

}
.user-form .firstNameField {
	width: 40% !important;
}
.user-form .middleNameField {
	width: 30% !important;
}*/

.user-form label {
	font-weight: normal;
    margin-bottom: 15px;
    color: #767676;
}
.user-form .submitUserAddress {
    width: 100%;
    /*margin-top: 30px;*/
}
/*.user-form .submitUserAddress:focus{
	color: #1c69d4;
    background-color: #fff;
    border: 1px solid #1c69d4;
}*/
.user-cancel-btn:focus{
	color: #1C69D4;
    border: 1px solid #1C69D4;
    background: #fff;
}
.invalid-addr-continue:focus{
	color: #1C69D4;
    border: 1px solid #1C69D4;
    background: #fff;
}

.user-form button {
	/*padding: 10px 260px;*/
	line-height: 2.3333;
}

input[readonly].address{ 
	background-color: white; 
	border: 0; 
	color: lightgrey;
	border-bottom: 2px solid lightgrey;
	font-size: 1em; 
	box-shadow: none;
	border-radius: 0px;
}
#success_message{ display: none;}

.form-control {
	border-radius: 0;
	border: 1px solid #CACACA;
	color: #221F1F;
}

.has-feedback label ~ .form-control-feedback {
	top: 40px;
	right: 20px;
}


.disabled-field:focus {
	border: 1px solid #CACACA !important;
    border-bottom-color: #CACACA !important;
}
.form-control:focus {
	border-color:  #CACACA;
    border-bottom-color: #1C69D4;
    border-bottom-width: 2px;
    border-radius: 0px;
    box-shadow: none;
}

.has-success .form-control:focus {
	border-color:  #CACACA;
    border-bottom-color: #40A14E;
	border-bottom-width: 2px;
    box-shadow: none;
}

.has-success .form-control {
	border-color:  #CACACA;
    border-bottom-color: #40A14E;
	border-bottom-width: 2px;
    box-shadow: none;
}

.has-error .form-control:focus {
	border-color:  #CACACA;
    border-bottom-color: #D0021B;
	border-bottom-width: 2px;
    box-shadow: none;
}


.has-error .form-control {
	border-color:  #CACACA;
    border-bottom-color: #D0021B;
    border-bottom-width: 2px;
    box-shadow: none;
}

.form-control-feedback {
	top: 10px;
	right: 14px;

	}
.has-success .form-control-feedback {
    color: #40A14E;
}
.has-success .form-control {
    border-bottom-color: #40A14E;
}
.has-error .form-control {
    border-bottom-color: #D0021B;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #D0021B;
}
.error-message{
    color: #D0021B;
}

.has-feedback label ~ .form-control-feedback {
    top: 50px;
}
.or-text {
    font-family: "BMWGroupGlobalBold", Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
}

.phone .form-control-feedback {
    top: 52px;
    
}
.no-close-button .ui-icon.ui-icon-closethick {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.customercare {
    margin-bottom: 60px;
    color: #000;
}
.alreadyLinkedLogin {
    /*width: 50%;*/
    margin-bottom: 60px;
}
.sub-head {
	font-family: "BMWGroupGlobalBold", Arial, Helvetica, sans-serif;
    color: #000;		
}
.btn-one, .btn-two {
    margin-bottom: 60px;
    /*width: 48%;*/
}
.btn-one, .btn-two {
	color: #1c69d4;
    background-color: #fff;
    border: 1px solid #1c69d4;	
    margin-right: 10px;
}
.btn-one {
	color: #000;
    border: 1px solid #000;	
}
.btn-two {
	/*float: right;*/
	color: #fff;
    background-color: #1c69d4;
    border: 1px solid #1c69d4;		
}
.btn-one:focus, .btn-one.focus, .btn-one:hover, .btn-one.hover, .btn-two:hover, .btn-two.hover  {
    border: 1px solid #1c69d4;	
    color: #1c69d4;	
    background-color: transparent;
}
.middleNameField.has-success .form-control, .suffix.has-success .form-control {
    border-bottom: 1px solid #CACACA;
}

.middleNameField.has-feedback label ~ .form-control-feedback, .suffix.has-feedback label ~ .form-control-feedback {
    display: none !important;
}

.titleField .ui-selectmenu-button.ui-button,.stateField .ui-selectmenu-button.ui-button{
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    outline: none;
    border: 1px solid #CACACA!important;
    display: flex;
    align-items: center;
	height: 55px;
}
.titleField .ui-selectmenu-icon,.titleField .ui-state-active .ui-icon,.titleField .ui-button:active .ui-icon,.stateField .ui-selectmenu-icon,.stateField .ui-state-active .ui-icon,.stateField .ui-button:active .ui-icon{
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/down-arrow.svg");
    background-size: 14px 12px;
    background-repeat: no-repeat;
    order: 2;
    margin-left: auto;
    width: 15px;
    height: 10px;
}
.titleField .ui-state-hover .ui-icon,.titleField .ui-state-focus .ui-icon,.titleField .ui-button:hover .ui-icon,.titleField .ui-button:focus .ui-icon,.stateField .ui-state-hover .ui-icon,.stateField .ui-state-focus .ui-icon,.stateField .ui-button:hover .ui-icon,.stateField .ui-button:focus .ui-icon{
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    background: url("../../../etc.clientlibs/mybmw/clientlibs/common/resources/img/down-arrow.svg");
    background-size: 14px 12px;
    background-repeat: no-repeat;
    order: 2;
    margin-left: auto;
    width: 15px;
    height: 10px;
}
.titleField .ui-button:focus,.stateField .ui-button:focus {
    border-bottom: 2px solid #1C69D4!important;
}
.titleField .ui-selectmenu-button-open .ui-selectmenu-icon,.stateField .ui-selectmenu-button-open .ui-selectmenu-icon{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform: rotate(180deg);
	/*background-position: 0px -8px;*/
}
.titleField .ui-selectmenu-button.ui-button:active,.stateField .ui-selectmenu-button.ui-button:active{
	color:#221f1f;
}
.titleField .ui-selectmenu-text,.stateField .ui-selectmenu-text{

   font-family: "BMWGroupGlobalRegular", Arial, Helvetica, sans-serif;
   text-overflow: unset;
}

.register-selectmenu.ui-selectmenu-menu .ui-menu .ui-menu-item{

   	font-family: "BMWTypeNext", Arial, Helvetica, sans-serif;
}
.register-selectmenu .ui-widget.ui-widget-content{
	max-height: 300px;
}
@media only screen and (max-width: 736px) {
    .titleField .ui-selectmenu-button.ui-button, .stateField .ui-selectmenu-button.ui-button{
		height: 38px;
        padding: 6px 5px;
    }
    .userForm .form-control{
        font-size: 16px;
        /* font-size: 1.6rem; */
    }
    .titleField .ui-selectmenu-text, .stateField .ui-selectmenu-text{
       margin-right: 4px;
    	font-size: 16px;
        /* font-size: 1.6rem; */
    }
	.register-selectmenu.ui-selectmenu-menu .ui-menu .ui-menu-item{
		font-size: 16px;
        /* font-size: 1.6rem; */
    }
	#already-linked .alreadyLinkedLogin, #ask-vin button, #block-user button, #user_form .submitUserAddress{
		font-size: 11px;
		/* font-size: 1.1rem; */
	}
	#invalid-address p, #already-linked p, #ask-vin p, #block-user p, .banner-text p, .form-heading p{
		font-size: 12px;
		/* font-size: 1.2rem; */
	}
	.registration-form .container-fluid {
		padding: 0;
    	margin: 0 -5px;
	}
	.banner .container-fluid .row {
        margin-right: -15px;
    	margin-left: -15px;
	}		
	.registration-form .container-fluid .row {
    	margin-left: 0;
    	margin-right: 0;
	}		
	.user-form, .form-heading {
		padding: 0;
	}	
	.registration-form .container-fluid .form-heading .row {
		margin: 0 5px;	
	}	
	#show-vin .row .form-group {
		padding: 0 !important;
	}
	#show-vin .submitVin {
		margin-bottom: 60px;
		margin-top: 20px;
	}
	.submitUserAddress {
		margin-bottom: 40px;
	}
	.banner-text p {
		font-size: 20px;
		/* font-size: 2rem; */
	}	
	.banner-wrapper {
    	height: 120px;
	}
	.form-heading {
	    /*padding-top: 40px;*/
	}	
	.fc-overridden {
	    height: 38px;
	}	
	.form-control, .user-form label {
	    font-size: 12px;
	    /* font-size: 1.2rem; */
	}	
	
	/*.phone .form-control-feedback {
    	top: 42px;
    }*/
    .has-feedback label ~ .form-control-feedback {
	    top: 44px;
	}
	.form-group {
    	padding: 0 5px !important;
	}
	.phone {
		padding-bottom: 30px !important;
	}
	.registration-form {
		
		padding-left: 30px;
		padding-right: 30px;
	}
	.user-form button {
	    line-height: 1.5;
	}	
	.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
		font-size: 12px;
		/* font-size: 1.2rem; */
	}
	.error-message{
        font-size: 12px;
        /* font-size: 1.2rem; */
    }
	.has-feedback .form-control {
		padding-right: 0px;
	}
	#user_form .has-feedback select.form-control{
		padding-right: 0px;
	}
	.customercare {
	    margin-bottom: 30px;
	}	
}

@media only screen and (min-width: 737px) and (max-width: 1366px) {

	#invalid-address p, #already-linked p, #ask-vin p, #block-user p, .banner-text p, .form-heading p{
		font-size: 16px;
		/* font-size: 1.6rem; */
	}
	.user-form, .form-heading {
	    padding: 0;
	    max-width: 450px;
	}		
	.form-heading {
		padding-bottom: 40px;
	}	
	.fc-overridden {
	    height: 48px;
	}
    .titleField .ui-selectmenu-button.ui-button, .stateField .ui-selectmenu-button.ui-button{
    	height: 48px;
        padding: 6px 10px;
    }
	.has-feedback label ~ .form-control-feedback {
	    top: 44px;
	}
	 .user-form label {
	    font-size: 16px;
	    /* font-size: 1.6rem; */
	}	
	.form-group {
    	padding: 0 5px !important;
	}
	.phone {
		padding-bottom: 30px !important;
	}
	.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {

	}	

	#vin-field {
		margin-right: -5px;
    	margin-left: -5px;
	}
	.submitVin {
		margin-bottom: 40px;
	}
	.user-form #vin-ctas button {
   		line-height: 1.3333;
	}
}


@media only screen and (min-width: 820px) and (max-width: 1366px) {
	.user-form {
	    padding: 0;
	}	
	.form-heading {
	    padding-bottom: 40px;
	}
	.form-heading .row {
	    margin-left: -5px;
	    margin-right: -5px;
	}		
}
@media only screen and (max-width: 767px) {
	#vin_form .form-control{
	    font-size: 20px!important;
	}
	.title-select {
	    padding-right: 0;
	}
}
@media only screen and (max-width: 350px) and (min-width: 320px){
    .titleField .ui-selectmenu-button.ui-button, .stateField .ui-selectmenu-button.ui-button{
    	padding: 6px 4px 6px 3px;
	}
	.titleField .ui-selectmenu-text, .stateField .ui-selectmenu-text{
		margin-right: 0px;
	}
}
/*@media only screen and (max-width: 339px){
    .register-selectmenu .ui-widget.ui-widget-content{
       width: 91% !important;
    }
}*/
