
.use_header { display: block !important; }


a:focus,
a:hover {  
 opacity: 0.7;
 transition: opacity 300ms ease-in-out 0s;
 text-decoration: none;
}


/* styles.inc */
a:focus { outline: 1px dotted #000000; }


.processing-black { background-image: url(/img/ajax-loader.gif); }


input[type=text]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=password]:focus,
textarea:focus {
 background: #ffffff;
 border: 1px solid #ffffff;
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 transition: initial;
 transition: box-shadow 300ms ease-in-out 0s;
}


select:focus { 
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 transition: initial;
 transition: box-shadow 300ms ease-in-out 0s;
}


/* styles.inc */
.button.minor { transition: color 300ms ease-in-out 0s; }


/* styles.inc */
.button.minor:hover {  transition: color 300ms ease-in-out 0s;  }


div.button-flex-wrap {
	display: flex;
	align-items: center;
	margin-top: 1.5em;
}


div.button-flex-wrap .button { margin-right: 5px; }


button.button.flex {
	display: inline-flex;
	align-items: center;
}


div.form-input-wrap input { margin-bottom: 1.5em; }


img.clearvalue { 
 top: unset;
 bottom: calc(9px + 1.5em);
}


.admin-linkset { line-height: 1em; }

.middle { vertical-align: middle; }


table.kehystetty { border-collapse: collapse; }


/* styles.inc */
table.kehystetty thead td, table.kehystetty thead th, table.kehystetty th { 
 font-weight: normal;
 text-transform: uppercase;
 padding: 4px 5px;
}


/* styles.inc */
table.kehystetty td { padding: 4px 5px; }


.ui-corner-all {
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
}


div#headerInfoTitleWrap {
 display: table-cell;
 vertical-align: middle;
 text-align: left;
 padding: 5px;
} 


/* styles.inc */
div#headerInfoTitleWrap h3 {
 margin: 0;
 color: #ffffff;
 font-weight: bold;
 text-transform: uppercase;
}


/* R, styles.inc */
div#headerInfoCont { 
 width: 100%;
 background: #ffffff;
-webkit-box-shadow: 0px 4px 10px 0px rgba(34,34,34,0.07);
-moz-box-shadow: 0px 4px 10px 0px rgba(34,34,34,0.07);
box-shadow: 0px 4px 10px 0px rgba(34,34,34,0.07);
display: none;
}


div#headerInfoWrapper { padding: 0 15px; }


/* R */
div#headerInfoWrap {
 display: table;
 margin: auto;
}


div#logoCont { 
 display: table-cell;
 vertical-align: middle;
 text-align: left;
}


/* R */
div#logoCont img#logo { 
 display: block;
 width: 300px;
 height: auto;
 transition: all 300ms ease-in-out 0s;
}


div#logoCont img#logo:hover,
div#logoCont img#logo:focus-within {
	opacity: 0.7;
	transition: opacity 300ms ease-in-out 0s;
}


div#logoCont a:focus img#logo {	
	outline: 1px dotted #000000;
	outline-offset: 5px;
}


div#mainnavCont {	display: table-cell; }


div#mainnavCont #main-nav { text-align: right; }


div#headerInfoUserCartWrap { 
 display: table-cell;
 text-align: right;
 vertical-align: middle;
}


/* R */
div.login-button, div.useraccount-button, div.logout-button, div.wishlist-button {
 border: 0 !important;
 background-color: transparent !important;
 padding: 10px 15px !important;
 font-weight: bold;
 font-size: 13px;
 text-transform: uppercase;
 letter-spacing: 1.1px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
	user-select: none;
}


div#login-button-wrapper form { color: #333333; }


div#basketbuttonWrap { display: inline-block; }


div#basketbuttonWrap i { 
 vertical-align: sub; 
 margin-right: 5px;
}


/* styles.inc */
button.cartbutton { 
 background-color: transparent;
 padding: 8px;
 margin-left: 3px;
 font-size: 13px;
 letter-spacing: 1.1px;
 border: 0;
}


button.cartbutton .tag {
 top: 0;
 left: -1px;
 color: #ffffff;
 background: #ff4400;
 font-size: 11px;
 line-height: 15px;
 border: 0;
}


div.wishlist-button .tag {
 color: #ffffff;
 background: #ff4400;
 font-size: 11px;
 line-height: 15px;
 border: 0;
}


button.cartbutton .tag-empty { display: none; }

button.cartbutton .tag-mid   { width: 18px; height: 18px; line-height: 17px; }

button.cartbutton .tag-large { width: 24px; height: 18px; top: -3px; left: -4px; line-height: 17px;}

button.cartbutton .tag-extralarge { width: 38px; height: 18px; top: -5px; left: -21px; line-height: 17px;}


div.wishlist-button .tag-empty { display: none; }

div.wishlist-button .tag-mid { width: 18px; height: 18px; right: 2px; line-height: 17px; }

div.wishlist-button .tag-large { width: 24px; height: 18px; right: 0px; line-height: 17px;}

div.wishlist-button .tag-extralarge { width: 38px; height: 18px; right: -4px; top: -2px; line-height: 17px;}


/* R, styles.inc */
button.cartbutton.buttondisabled {
 color: #666666;
 opacity: 0.4; 
 border: 1px solid transparent;
}


div.wishlist-button.disabled {
 opacity: 0.4; 
 cursor: default;
}


button.cartbutton:hover, 
button.cartbutton:active { 
 background-color: #444; 
 cursor: pointer;
}


button.cartbutton.buttondisabled:hover { 
 cursor: default; 
 background: transparent;
}


i.material-icons { vertical-align: middle; }



/*---------------- SHOP ----------------*/

/*--- SHOP: vehiclesearchform ---*/

div#toggle_search {
 display: none;
 position: fixed;
 width: 100%;
 padding: 0.5em;
 top: 54px;
 background-color: #666;
 color: white;
 left: 0;
 z-index: 888;
 text-align: center;
}


div#toggle_search a { color: white; }


div#toggle_search { display: none; }


div#toggle_search.disabled {
 background-color: #ccc;
 color: #eee;
}


div#toggle_search span { display: none; }


div#toggle_search span.material-icons { 
	display: inline;
	margin-right: 5px;
}

 
span#makes_selected,
span#models_selected,
span#locations_selected { text-transform: none; }


div.dropdown-list-wrap { 
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}


div.multiple-list,
div.dropdown-list {
 border: 1px solid #ccc;
 cursor: pointer;
 background: white no-repeat right 5px top 7px url(/common_ui/embed_ui/img/icons_google/navigation/ic_expand_more_black_24dp.png);
 margin-bottom: 30px;
}


div#make-list,
div#model-list { margin-bottom: 0; }


div#model-list-wrapper,
div#make-list-wrapper { margin-bottom: 30px; }


span.sel-make,
span.sel-model {
 display: inline-block;
 border: 1px solid #ccc;
 border-radius: 40px;
 padding: 0 8px 2px 7px;
 white-space: nowrap;
 margin-top: 4px;
 margin-right: 4px;
 cursor: pointer;
 font-size: 1.2rem;
}


span.sel-make:hover,
span.sel-model:hover {
 border-color: #aaa;
 background-color: #f4f4f4;
}


span.sel-make::after,
span.sel-model::after {
 font-family: "Material Icons";
 content: "close";
 position: relative;
 top: 3px;
 right: -4px;
 font-size: 13px;
}


span.sel-make:hover::after,
span.sel-model:hover::after {
 color: red;
}


div.dropdown-interval {
 z-index: 2;
}


div.dropdown-list {
 flex: 0 0 50%;
 max-width: 48%;
 position: relative;
}


div.multiple-list > span,
div.dropdown-list > span {
 display: block;
 padding: 0.5em;
 text-transform: uppercase; 
}


div.multiple-list.opened,
div.dropdown-list.opened {
 background-image: url(/common_ui/embed_ui/img/icons_google/navigation/ic_expand_less_black_24dp.png);
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 transition: initial;
 transition: box-shadow 300ms ease-in-out 0s;
}


div.multiple-list-values {
 padding: 0.5em;
 display: none; 
 border-top: 1px solid #ccc;
}


div.dropdown-list-values { 
 display: none; 
 position: absolute;
 border: 1px solid #ccc;
 width: calc(100% + 2px);
 left: -1px; 
 z-index: 100;
 overflow: auto !important;
 max-height: 240px;
}


div.dropdown-list-values div.dropdown-list-value {
 padding: 0.3em 0.5em;
 background-color: white;
}


div.dropdown-list-values div.dropdown-list-value:hover {
 background: #eee;
}


div.multiple-list-values label { 
 cursor: pointer;
 text-transform: unset;
}


div.multiple-list-values-wrap { 
 display: flex;
 flex-wrap: wrap;
}


div.multiple-list-value {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
  padding: 1px 5px 1px 0
}


div.multiple-list-value.full {
  flex: 0 0 100%;
  max-width: 100%;
}


div.multiple-list-value.third {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}


div.multiple-values div.multiple-list-values-wrap { 
 justify-content: space-between;
}


div#seatcount.multiple-values div.multiple-list-values-wrap { 
 justify-content: flex-start;
}


div#accessories.multiple-values div.multiple-list-value { 
 max-width: 100%;
 flex: 0 0 100%;
}


div.multiple-values div.multiple-list-value {
 max-width: 48%;
}


div.multiple-list-value input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}


div#model-list.disabled { 
	opacity: 0.5; 
	cursor: not-allowed;
}


div.multiple-values { margin-bottom: 30px; }


/* styles.inc */
.title {
  font-weight: bold;
  margin-bottom: 0.4em;
}


div.dropdown-list-wrap div.title { width: 100%; }


/*--- SHOP: vehiclelist ---*/

div#result-top {
	display: block;
	width:100%;
	margin-bottom: 0.5em;
 position: relative;
}


div#result-top.hidden { display: none; }


/* R */
a#clearsearch { 
	margin-left: 5px;
	white-space: nowrap;
}


/* R */
button.watch_button#save_watch {
	margin-top: 1.3em;
	padding: 9px 15px 10px 0;
	border: 0;
	display: flex;
	align-items: center;
	transition: all 300ms ease-in-out 0s;
	background: initial;
}


button.watch_button::before {
	content: "\e7f4";
	font-family: "Material Icons";
	font-size: 36px;
}


button.watch_button.form_visible { color: #cccccc; }


button.watch_button.form_visible:hover,
button.watch_button.form_visible:focus {	color: #7a7a7a; }


/* R */
div#watch {
	margin-top: 15px;
	padding: 30px;
	box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
	border: 1px solid rgba(36,36,36,.05);
}


div#watch h2 { margin-top: 0; }


div#watch div {	margin-bottom: 30px; }


/* styles.inc */
div#watch label {	font-weight: bold; }


div#watch div.notification { margin-bottom: 5px; }


div#watch_response div.notification,
div#activate-watch-wrap div.notification,
div#activate-booking-wrap div.notification {
	padding: 20px 20px 20px 40px;
	line-height: 1.2em;
	margin-top: 1.3em;
}


div#activate-booking-wrap div.notification h1 { line-height: unset; }


/* R */
div#watch_response div.notification { margin-bottom: 55px; }


div#watch_values { display: table; }


div#watch_values > div { display: table-row; }


/* R */
div#watch_values > div > div { 
 display: table-cell;
 padding: 5px 20px 5px 0;
}


/* R */
div#watch_values > div > div:last-child {	vertical-align: bottom; }


/* R */
div#vehicle_sort { 
 position: absolute;
 right: 0;
 bottom: 0;
 text-align: right;
}


div#vehicle_sort span.dropdown-list-title { text-align: left; }


/* R */
div#vehicle_sort div.dropdown-list { 
 display: inline-block;
 margin-bottom: 0; 
 max-width: unset;
 min-width: 180px;
}


div#vehicle_sort div.dropdown-list > span { 
 text-transform: none; 
 padding-right: 2em;
}


div#vehicle_sort div.dropdown-list-values { 
 overflow: hidden !important; 
 max-height: unset; 
}


div#vehicle_sort div.dropdown-list-values div.dropdown-list-value {
 text-align: left;
 white-space: nowrap;
}


div#vehicles { position: relative; }


div.sweet-alert { border: 1px solid #ccc; }

div.sweet-overlay { background-color: #fff !important; }

div#searching { 
 position: absolute;
 background-color: white;
 width: 100%;
 left: 0;
 top: 0;
 text-align: center;
 height: 100%;
 padding-top: 100px;
 opacity: 0.7;
}


div#searching img { margin-top: 0.5em; }

 
div#searching.fixed { 
 position: fixed;
 top: 139px;
}


div.vehicles-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}


div.vehicles-cont.faded { opacity: 0.5; }


div.vehicle { 
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
  flex: 0 0 50%;
	max-width: 50%;
	box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
	border: 1px solid rgba(36,36,36,.05);
	transition: all 300ms ease-in-out 0s;
}


div.vehicle:hover,
div.vehicle:focus-within {	
	box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.3);
	transition: box-shadow 300ms ease-in-out 0s;
}


div.vehicle a h2 { transition: all 300ms ease-in-out 0s; }


/* styles.inc */
div.vehicle a:hover h2,
div.vehicle a:focus h2 { transition: color 300ms ease-in-out 0s; }


div.vehicle-img-wrap {
  display: flex;
  justify-content: center;
	align-items: center;
	width: 100%;
}


div.vehicle-img-wrap img.vl-img { 
  max-width: 100% !important;
	height: auto;
	flex: 0 0 auto;
}


div.vehicle-text-wrap { padding: 10px; }


div.vehicle-text-wrap h2 { 
	margin-top: 16px;
	margin-bottom: 0;
}


/* R */
div#contact { margin: 50px 0; }


/* R */
div#contact-button-wrap {
	display: flex;
	align-items: center;
}


/* R */
div#contact button#contact-call,
div#contact button#contact-form-button,
div#contact button#book-form-button {
	border: 0;
	display: flex;
	align-items: center;
	transition: all 300ms ease-in-out 0s;
	background: initial;
}


div#contact button#contact-call:hover,
div#contact button#contact-form-button:hover,
div#contact button#book-form-button:hover {
	opacity: 0.7;
	transition: opacity 300ms ease-in-out 0s;
}


button#contact-call::before { 
	content: "\e0b0"; 
	font-family: "Material Icons";
	font-size: 36px;
}


button#contact-form-button::before { 
	content: "\e0c9"; 
	font-family: "Material Icons";
	font-size: 36px;
}


button#book-form-button::before { 
	content: "\e24f"; 
	font-family: "Material Icons";
	font-size: 36px;
}


div#contact button#contact-form-button.sent,
div#contact button#book-form-button.sent, 
div#contact button#book-form-button.sent:hover, 
div#contact button#contact-form-button.sent:hover { 
	cursor: default; 
	transition: none;
	opacity: 1;
	color: #cccccc;
}

 
/* R */
div#contact div#contact-form,
div#contact div#book-form { 
 padding: 30px;
 margin: 40px 0 50px 0;
 box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
 border: 1px solid rgba(36,36,36,.05);
 display: none; 
 text-align: left;
} 


div#contact-form div#vehicle_info { display: none; }



div#activate-booking-wrap span#booking_inserter_status_span div.notification.ok {
	border: 0;
	padding: 0;
	margin: 0;
	background: initial;
	color: inherit;
	font-size: inherit;
}


div#activate-booking-wrap span#booking_inserter_status_span div.notification.ok::before { display: none; }


/* styles.inc */
div#back_to_top {
	position: fixed;
	bottom: 15px;
	left: 2em;
	z-index: 200;
	display: none;
	padding: 11px 20px 11px 15px;
	border-radius: 40px;
	box-shadow: 0 4px 8px 0 #585858;
 	cursor: pointer;
}


div#back_to_top_wrap { display: flex; }


div#back_to_top_wrap span.material-icons { margin-right: 5px; }


div#page_navigation_buttons { 
 margin-top: 2em; 
 width:100%;
}


/*--- SHOP: vehicleproduct ---*/

/* R */
div#vehicle-header {
	width: 100%;
	display: table;
	margin-bottom: 50px;
}


div#vehicle-header h1 { margin: 0; }

div#vehicle-header h2 { 
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

div#vehicle-header h2 + p { margin-top: 0; }

div#vehicle-header p { margin: 1em 0; }


/* R */
div#vehicle-header div.vehicle-price-wrap {
	display: table-cell;
	text-align: right;
	padding-left: 50px;
}


/* styles.inc */
div#vehicle-header div.vehicle-price-wrap div.vehicle-price {
	margin-bottom: 0.3em;
	white-space: nowrap;
}


div#vehicle-header div.vehicle-price-wrap button#calc-financing-button { 
 margin-top: 10px; 
 white-space: nowrap;
}


div#product-tabs { 
	margin-top: 20px;
	justify-content: left;
}


div.car-description {
 padding-bottom: 20px;
 border-bottom: 1px solid #0075bd;
 margin-bottom: 15px;
}


/* styles.inc */
div.pr-tab {
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 12px 30px;
}


div.pr-tab.selected:hover,
div.pr-tab.selected:active { background: #ffffff; }


div.pr-tab:first-child { border-left: 0 }



div.pr-tab-table { display: table; }


/* R */
div.pr-tab-table .table-cell { 
	padding: 5px 20px 5px 0;
	vertical-align: bottom;
}


div.pr-tab-table .table-cell.middle { vertical-align: middle; }


/* R */
div#financing_calculator_form {
	padding: 30px;
	margin: 1.5em 0;
	box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
	border: 1px solid rgba(36,36,36,.05);
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}


/* R */
div#financing-buttons {
	display: flex;
	flex-wrap: wrap;
}


div.financing-button-box {
	padding: 10px 30px 30px 30px;
	box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
	border: 1px solid rgba(36,36,36,.05);
        flex: 0 0 50%;
        position: relative;
}


div.financing-button-box button.dummy {
 margin-top: 20px;
 visibility: hidden;
 pointer-events: none;
}


div.financing-button-box button.vis {
 margin-top: 20px;
 position: absolute;
 bottom: 30px;
 left: 30px;
}


/* R */
div#financing_calculator_form div {	
	margin-right: 20px;
	white-space: nowrap;
}


/* styles.inc */
div#financing_calculator_form label {	font-weight: bold; }


/* R */
div#financing_calculator_form input#deposit,
div#financing_calculator_form input#lastinstallment,
div#financing_calculator_form select#months { width: 100px; }


div#financing_results h2 { margin-bottom: 0; }


div#financing_results div.lastinstallment.hidden { display: none !important; }


#op_financing,
#levoranta_financing { 
 display: none;
}


#op_financing.visible,
#levoranta_financing.visible { display: block; }


div#ehdot_wrap div.notification.error,
div#ehdot2_wrap div.notification.error { left: -10px; }


div#ehdot2_wrap div.notification.error { margin-top: 10px; }


/*--- SHOP: product ---*/

/* R */
div#product-cont {
 display: table;
 width:759px;
 width: 720px;
 margin-bottom: 45px;
}


div#product-cont h1:first-letter { text-transform: uppercase; }


/* R */
div#product-img-cont {
 display: table-cell;
 /* width: 357px + 45px */
 width: 403px;
 width: 382px;
 padding-right: 45px;
 vertical-align: top;
}


div.p-qtyWrap button#addtobasket { margin-top: 0; }


div#vehicleslider-cont {
	background: #ebeced top left no-repeat url('/img/vehicleslider-bg.jpg');
}


div#vehicleslider-wrap { 
	max-width: 808px;
	margin: auto;
}


/* R */
div#vehicleslider { 
	margin-bottom: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	border-width: 0 4px;
}


/* styles.inc */
div#number-of-slides {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 100;
	padding: 2px 4px;
	background: #000000;
	color: #ffffff;
	opacity: 0.5;
}


.flex-direction-nav .flex-disabled { opacity: 0 !important; }


/* R */
div#vehiclecarousel {
	margin-bottom: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	border-width: 4px 4px 0 4px;
}


div#vehiclecarousel.hidden { display: none; }


div#vehiclecarousel .flex-active-slide { border: 3px solid #0075bd !important; }


div#vehiclecarousel .slides > li { border: 3px solid transparent; }


/*--- SLIDER ---*/

div.slider-nav div.slick-list { display: block !important; }


div#cboxCurrent { display: none !important; }


/* R */
div.slider-for,
div.slider-nav {
 width: 358px;
 width: 337px;
 margin: 0;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -o-border-radius: 0px;
 border-radius: 0px;
 box-shadow: 0 0 40 rgba(0,0,0,0);
 -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
 -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
 -o-box-shadow: 0 0 0 rgba(0,0,0,0); 
}


/* R */
div.slider-for img.cb_img_link { width: 360px; width: 339px; }


div.slider-nav div.slick-slide { 
 opacity: 0.7; 
 margin-top: 0;
}


div.slider-nav div.slick-slide.slick-current { opacity: 1;  }


img.cbzoom { 
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -24px;
 margin-top: -24px;
 pointer-events: none;
}


a.slick-colorbox:hover { opacity: 0.7; }


div#colorbox img.cboxPhoto { cursor: default !important; }



/*--- FINANCIAL COUNTER ---*/

div.financing-aside-wrap {
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	border: 1px solid rgba(36,36,36,.05);
}


div.financing-aside-wrap img { 
	max-width: 100%;
	height: initial;
}


div.financing-aside-wrap div#financing_results { padding: 0 10px 10px 10px; }


div.financing-aside-wrap div.pr-tab-table .table-cell.right {	padding: 5px 0; }


div.financing-aside-wrap	div.vehicle-info-wrap { padding-bottom: 10px; }


/* R, styles.inc */
div#financing_process {	
	padding: 5px 0;
	margin-bottom: 30px;
}


/* R */
div#financing_process div.process {
	display: inline-block;
	padding: 5px 10px;
	font-size: 1.3rem;
}


div#financing_process div.process.selected { font-weight: bold; }


div#financing-customer-form-wrap {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-end;
}


div#financing-customer-form-wrap > div { 
	width: 100%;
	margin-bottom: 1.5em;
}


/* R */
div#financing-customer-form-wrap div.narrow { width: calc(50% - 25px) }


div#financing-customer-form-wrap input#employment_startdate,
div#financing-customer-form-wrap input#employment_enddate { width: 140px !important; }


div.employment_startdate.disabled,
div.employment_enddate.disabled { opacity: 0.2; }


div.employment_startdate.disabled *,
div.employment_enddate.disabled * { pointer-events: none; }


p.vek_wrap { margin: 0; }


iframe#vekpdf {
 width: 100%;
 border: 0;
 height: 2em;
 overflow: hidden;
}


iframe#vekpdf body {  margin: 0; padding: 0; }


div#autom_readmore { 
 position: relative; 
 cursor: pointer;
}


div#autom_readmore:hover { color: black; }


div#autom_readmore span { position: absolute; top: -6px; }


div#autom_readmore span.toggle_autom.up { display: none; }


div#autom { display: none; }

 
div#customer_info div.pr-tab-table .table-cell.top { vertical-align: top; }

