/* -- Adjustments ------------------------------------------------------------------------------- */

.navigation a:after {
	bottom: -2px;
}

#header .tools a:after {
	bottom: -2px;
}

.header__logo-image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	/* background: no-repeat center; */
	/* background-size: contain; */
}

/* .splash__image{
	filter: none !important;
	opacity: 1 !important;
} */

#view {
	position: fixed;
    padding-top: 100px;
    /* padding-bottom: 60px; */
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
}

.view__portal .app-panel {
	width: 100%;
	padding: 0;
}

.view__desc {
	margin-top: 20px;
	font-size: 16px;
}
.view__desc--status {
	margin-top: -10px;
}

#header {
	/* position: relative; */
}


#header .container {
	padding-left: 0;
}

@media only screen and (max-width: 575px) {
	.portal-widget__main .portal-widget__car {
		transform: scale(1.2) translateX(-1px);
	}
}

/* -- Layout ------------------------------------------------------------------------------------ */

.view__portal {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 450px;
}

.view__portal .row {
	width: 100%;
}

/* -- Menu -------------------------------------------------------------------------------------- */

.portal-menu__container {
	margin: 20px 0;
}

.portal-menu__container a:focus {
	text-decoration: none !important;
}

.portal-menu {
	display: block;
	min-height: 70px;
	position: relative;
	margin: 20px 0;
	padding: 15px;
	padding-left: 75px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	color: #262626 !important;
	line-height: 18px;
	cursor: pointer;
}

.portal-menu__icon {
	position: absolute;
	top: 10px;
	top: calc(50%);
	left: 10px;
	width: 48px;
	height: 48px;
	background: no-repeat center;
	background-size: 30px;
	transform: translateY(-50%);
}

.portal-menu__label {
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.portal-menu__flavour {
	display: block;
	line-height: 20px;
	opacity: 0.5;
	text-decoration: none !important;
}

.portal-menu:hover {
	background: #1c69d4;
	color: #ffffff !important;
}

.portal-menu--apply-now .portal-menu__icon {
	background-image: url(../images/icon-bmw-car.black.svg);
}
.portal-menu--apply-now:hover .portal-menu__icon {
	background-image: url(../images/icon-bmw-car.white.svg);
}
.portal-menu--how-much .portal-menu__icon {
	background-image: url(../images/icon-bmw-notepad.black.svg);
}
.portal-menu--how-much:hover .portal-menu__icon {
	background-image: url(../images/icon-bmw-notepad.white.svg);
}
.portal-menu--repayment-calc .portal-menu__icon {
	background-image: url(../images/icon-bmw-calculator.black.svg);
}
.portal-menu--repayment-calc:hover .portal-menu__icon {
	background-image: url(../images/icon-bmw-calculator.white.svg);
}
.portal-menu--get-in-touch .portal-menu__icon {
	background-image: url(../images/icon-bmw-buying-tool.black.svg);
}
.portal-menu--get-in-touch:hover .portal-menu__icon {
	background-image: url(../images/icon-bmw-buying-tool.white.svg);
}

/* -- Dashboard --------------------------------------------------------------------------------- */

.portal-widget {
	margin: 20px 0;
	padding: 15px;
	background-color: #fffc;
	color: #262626;
}

.portal-widget h3 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
}

.portal-widget h3 > * {
	display: inline-block;
	vertical-align: middle;
}

.portal-widget__icon {
	width: 30px;
	height: 30px;
	background: no-repeat left center;
	background-size: contain;
}
.portal-widget__icon.portal-widget__icon--under-assessment {
	background-image: url(../images/icon-bmw-password-show.black.svg);
}
.portal-widget__icon.portal-widget__icon--awaiting-your-action {
	background-image: url(../images/icon-bmw-profile.black.svg);
}

.portal-widget__main {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.portal-widget__main > * {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}

.portal-widget__id {
	font-weight: 900;
}

.portal-widget__car {
	min-height: 100px;
	background: no-repeat right center;
	background-size: contain;
	transform: scale(1.2) translateX(-30px);
}

.portal-widget__car-message {
	margin-bottom: 20px;
	font-weight: 700;
}

.portal-widget__message {
	margin: 5px 0 20px;
	font-weight: 900;
}

.portal-widget__actions {
	display: flex;
	align-items: stretch;

}

.portal-widget__actions * {
	flex: auto;
	min-width: 0 !important;
	width: -webkit-fill-available;
	margin-right: 15px;
	padding: 17px !important;
}

/* Mobile view for stacking login.php buttons */

@media only screen and (max-width: 600px) {

	.portal-widget__actions {
		flex-direction: column;
	
	}
	
    .button.button--primary {
        margin-right: 0px;
     }
	
  }




/* -- Summary ----------------------------------------------------------------------------------- */

.portal-widget--full .portal-widget__car {
	width: 100%;
	height: 120px;
	background-position: center;
	transform: none;
}

.portal-widget--full .portal-widget__make-model {
	margin: 10px 0;
	font-weight: 900;
	text-align: center;
}

.widget-table {
	margin: 20px 0;
}

.widget-table__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #0001;
}
.widget-table__row:last-child {
	border-bottom: 0;
}

.widget-table__data {
	font-weight: 900;
}

@media (max-width: 575px){

	.portal-widget__actions.summary__actions {
		display: block;
	}
	
}

/* -- Login ------------------------------------------------------------------------------------- */

.login-register-column {
	padding-left: 0;
	padding-right: 40px;
	padding-bottom: 45px;
}

.login-register-column .view__desc {
	margin: 0 0 20px;
	line-height: 1.5;
}

#login-container-1 > span {
	display: block;
	margin: 10px 0;
}

.advent-msg.advent-msg-err {
	color: #ff5252 !important;
	opacity: 1 !important;
	font-family: bmw;
	font-size: 15px;
	font-weight: 600;
	/*font-weight: 700;*/
	margin: 10px 0;
}

.login-register-column form {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.input-container.row {
	margin-bottom: 20px;
}

.input-field,
.range-field {
	padding: 0;
}

.input-field label,
.range-field label {
	display: block;
}

.input-field > .input-element-wrapper,
.range-field > .input-element-wrapper,
.input-field > input[type='text'],
.input-field > input[type='password'],
.input-field > .select-wrapper {
	width: 100%;
}

.forget-password__container {
	margin: 10px 0 20px;
}

.forget-password__container a {
	display: inline-block;
	color: #ffffff !important;
	cursor: pointer;
}
.forget-password__container a:hover {
	color: #1c69d4 !important;
}

.button[type='submit'] {
	display: inline-block;
	vertical-align: top;
	padding: 17px 50px !important;
	border: 0 !important;
	border-radius: 0;
	font-weight: 700 !important;
	font-family: bmw !important;
}

a.button.button--primary.button--register {
	margin-top: 60px;
	transition: none;
}

/* -- Edit Profile ------------------------------------------------------------------------------ */
/*#custom-applet__table .input-field label[for*="CUST_NOTIFICATION"] {
    padding: 10px 40px;
}*/

@media screen and (max-width: 767px) {
	.login-register-column {
		padding-left: 0;
		padding-right: 0;
	}
}

.mustfill-mark {
	display: inline-block !important;
	color: #fff !important;
}


input#_lens_FD_CUST_BIRTH_DT_d,
input#_lens_FD_CUST_BIRTH_DT_m {
    margin-right: 8px !important;
}


@media (max-width: 575px){

	.custom-applet__controls [host*="custom-applet__cancel"] {
	    display: block !important;
	    width: 100% !important;
	}

	.button--primary[host*="lens_submit_custRegisterRETAIL button custom-applet__submit"] {
	    display: block !important;
	    width: 100% !important;
	}

	.custom-applet__controls {
	    flex-direction: column;
	    width: 100% !important;
	}

	.lens-nav-bottom td div {
    padding-right: 0 !important;
	}

}	

@media (max-width: 357px){
	#custom-applet__table .input-calendar-wrapper img {
	    margin: 0 !important;
	}
}

/* Porting Fondue Collapsible styling */
:where([target-collapsible]) .expander{
    transition: all 0.25s ease-out;
}

:where([target-collapsible]).is-opened .expander{
    transform: rotate(180deg);
}

:where(.collapsible) {
    width: 100%
}

:where(.collapsible).is-closed {
    display: none
}

:where(.collapsible).is-opened {
    display: block
}

/* Resetting materialize default */
.collapsible {
	box-shadow: none;
	border: none;
}

.footer__categoty-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__expander {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../../component/StepTemplate/lib/template/advent/img/icon-bmw-angle-down.svg) no-repeat center;
    background-size: contain;
}

@media only screen and (min-width: 768px) {
	.footer__expander{
		display: none;
	}
}