/*
Author: Autosoft - Automotive Internet
Author URI: http://www.autosoft.eu/
Description: AutoCommerce Maak je eigen deal.
Version: 2021
*/


/*

#asac-container .asac-wrap {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 20px;

	-webkit-box-shadow: 0 0 100px 0 #cccccc; /* IE *
	-webkit-box-shadow: 0 0 100px 0 var(--ACshade);
	box-shadow: 0 0 100px 0 #cccccc; /* IE *
	box-shadow: 0 0 100px 0 var(--ACshade);
	background: #ffffff; /* IE *
	background: var(--ACbgwrapper);
}

*/

/****************************************************

  Design: Autosoft BV - www.autosoft.eu
  Code & CSS: Autosoft BV - www.autosoft.eu
  Copyright 2021 Autosoft BV

****************************************************/

/* GLOBALS */


#mjed_content {
	color: #333333!important;
	font-family: 'Poppins', sans-serif!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 400!important;

	display: block;
	background: #F5F5F5;
	width: 99%;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 1.5%;
	padding: 1.5%;

	position: relative;
	box-sizing: border-box;
}

#mjed_content * {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

#mjed_content .clear {
	clear: both;
	display: block;
	width: 0px;
	height: 0px;
	content: '.';
	visibility: hidden;
}

#mjed_content .wide { width: 100%; }

#mjed_content .mjed_col_1-2,
#mjed_content .mjed_col_1-3 {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	/*outline: 1px dashed #dddddd;*/
}

#mjed_content .mjed_col_1-3 {
	width: 31.5%;
}

/* GLOBAL FORM */
#mjed_content form { width: 100%; }

#mjed_content form input,
#mjed_content form select {
	-webkit-appearance: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #333333;
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6em;
	padding: 2px 10px;
	margin-top: 0.6em;
	margin-bottom: 1.6em;
	border-radius: 5px;
}

#mjed_content form .fieldlabel { line-height: 3.6em; }

#mjed_content form input.wide { width: 94%; }
#mjed_content form input.full { width: 100%; }

#mjed_content form select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	cursor: pointer;
}

#mjed_content form ::placeholder { color: #cccccc; opacity: 1; }
#mjed_content form :-ms-input-placeholder { color: #cccccc; }
#mjed_content form ::-ms-input-placeholder { color: #cccccc; }


/* GLOBAL CLASSES */
#mjed_content .animated {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#mjed_content .float-right { float: right; }
#mjed_content p { line-height: 1.6em; margin-bottom: 1.6em!important; display: block; }
#mjed_content .center { text-align: center; }
#mjed_content .right { text-align: right; }
#mjed_content .strong { font-weight: 700; color: #2f3e4e!important; }
#mjed_content .italic { font-style: italic; }
#mjed_content .color { color: #97c2c9!important; }
#mjed_content .colordark { color: #308593!important; }
#mjed_content .bordercolor { border-color: #97c2c9!important; }
#mjed_content .fa, #mjed_content .fas { line-height: 2em; font-size: 20px; }


/* GLOBAL BUTTONS */
#mjed_content .dealbuttonwrapper {
	display: block;
	margin-bottom: 50px;
}
#mjed_content .maakjedealbutton,
#mjed_content form input[type="button"] {
	line-height: 1em;
	/*background: #F5F5F5;*/
	/*border: 1px solid #333333;*/
	border-radius: 50px;
	padding: 5px 25px;
	margin: 40px 0px 20px 0px;
	min-width: 190px;
	text-align: center;
	/*color: #333333;*/
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ffffff;
	background: #E98D3B;
	color: #ffffff;
}

#mjed_content form input[type="button"] {
	margin-top: 20px;
	/*background: #ffffff;*/
}

#mjed_content .maakjedealbutton.disabled {
	opacity: 0.3;
	pointer-events: none;
}

#mjed_content .maakjedealbutton:hover,
#mjed_content form input[type="button"]:hover {
	padding: 5px 30px;
	/*background: #ffffff;*/
	/*border: 1px solid #000000;*/
	/*color: #2f3e4e;*/
	border: 1px solid #ffffff;
	background: #308593;
	color: #ffffff;
}

#mjed_content .maakjedealbutton.vorigestap {
	float: left;
	/*opacity: 0.3;*/
	opacity: 1;
}
#mjed_content .maakjedealbutton.vorigestap:hover {
	opacity: 1;
}
#mjed_content .maakjedealbutton.volgendestap {
	float: right;
}

#mjed_content .maakjedealbutton.skipstap {
	/* position: absolute; */
	/* top: -15px; */
	/* right: 30px; */
	float: right;
	margin-top: -5px;
	padding: 0;
    border: none;
    background: transparent;
    color: #bbbbbb;
}
#mjed_content .maakjedealbutton.skipstap:hover {
	color: #333333;
}


#mjed_content .maakjedealbutton.afrondingfinal {
	/*background: #ffffff;*/
}


 

/* PRODUCT KEUZE - STAP 1
------------------------*/

#mjed_content { display: none; text-align: left;}
#mjed_content.currentstep { display: block; }

#mjed_content.productkeuze form {
	display: block;
}

.mjed_productgroup {
	display: block!important;
	margin-bottom: 3%;
	font-size: 0;
}

.mjed_productgroup * {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.mjed_productthumb {
	font-size: 16px;
	line-height: 2em;
	padding-top: 2.5em;
	width: 11%;
	background: transparent;
}

.mjed_productthumb img {
	width: 70%;
	max-width: 70%;
	background: white;
    -webkit-box-shadow: 2px 2px 5px #cccccc;
    box-shadow: 2px 2px 5px #cccccc;
	margin-top: 1em;
}

.ac-wrapper.detailpagina .mjed_productthumb img { margin-top: 1em!important; }

.mjed_productlist {
	font-size: 16px;
	line-height: 2.5em;
	width: 88%;
}

.mjed_productlisttitle {
	display: block;
	margin-bottom: 1em
}

.mjed_productentry {
	margin-bottom: 0.5%;
	width: 100%;
	background: #ffffff;
}

.mjed_productcheckbox {
	width: 12%;
}

.mjed_productcheckbox.smaller {
	width: auto;
	margin: 3px 7px 0px 0px;
}

.mjed_productcheckbox input[type="checkbox"] {
	display: none!important;
}

.mjed_productcheckbox label { cursor: pointer; }
.mjed_productcheckbox span {
	border: 2px solid #999999;
	background: #ffffff;
	font-size: 2em;
	font-weight: 500;
	line-height: 3px;
	text-indent: -1px;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 12px;
	margin-left: -2px;
	border-radius: 0px;
	pointer-events: none;
}

.mjed_productcheckbox.smaller span { margin-top: 0px; }

.mjed_productcheckbox :checked + span {
	border: 2px solid #cccccc;
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 2px #ffffff;
}

.mjed_productcheckbox span:after {
	content: '\2714';
	margin-left: -1px;
	color: transparent;
	font-size: 24px;
	text-shadow: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.mjed_productcheckbox :checked + span:after {
	color: #008000;
}

.mjed_producttitle {
	width: 70%;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.mjed_productdetail {
	width: 15%;
}

#mjed_content .mjed_productdetail.center { text-align: left; }

.mjed_productdetail span {
	font-weight: 400!important;
	font-size: 0.8em;
	padding-right: 10px;
}

.mjed_productinfo {
	width: 5%;
}

.mjed_productinfo.accordion i:hover,
.mjed_productinfo.accordion i.color:hover,
.mjed_productlistinfo.accordion i:hover,
.mjed_productlistinfo.accordion i.color:hover{
	cursor: pointer;
	color: #2f3e4e!important;
}
.mjed_productlistinfo.accordion { float: right; margin-right: 10px; }

.mjed_productdescription,
.mjed_productlistdescription {
	width: 85%;
	margin-left: 12.5%;
	line-height: 1.5em;
	font-size: 0.8em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-sizing: border-box;
	max-height: 0px;
	overflow: hidden;
	pointer-events: none;
	display: block!important;
}
.mjed_productlistdescription { margin-left: 0%; }

/* LEASE CALCULATOR - STAP 2 & VERZEKERING CALCULATOR - STAP 3
------------------------*/
.mjed_leasecalculator .leasepadding,
.mjed_verzekeringcalculator .verzekeringpadding {
	padding: 1.6em;
	padding-top: 2.2em;
}
.mjed_verzekeringcalculator .verzekeringpadding { padding-left: 0; }
.mjed_leasecalculator .leaseprijs,
.mjed_verzekeringcalculator .verzekeringprijs {
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #ffffff;
	padding-top: 40px;
	padding-bottom: 6px;
}

.mjed_leasecalculator input.leaseprijsvalue,
.mjed_verzekeringcalculator input.verzekeringprijsvalue {
	font-family: 'Poppins', sans-serif!important;
	border: none!important;
	background: transparent!important;
	width: 100%!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	font-size: 4em!important;
	line-height: 2em!important;

}

.mjed_leasecalculator #leasecalculator{
	display: none;
}

.mjed_verzekeringcalculator img.verzeker-img {
	max-width: 100%!important;
    width: 250px;
    float: right;
	margin-top: 1em!important;
    margin-right: 3%!important;
	margin-bottom: 1em!important;
}


/* VERZEKERING CALCULATOR - STAP 3
------------------------*/
#mjed_content form.mjed_verzekeringcalculator select.wide { width: 94%; }
#mjed_content form.mjed_verzekeringcalculator input[type="button"] { margin-top: 30px; }

.mjed_verzekeringcalculator .verzekeringprijs {
	padding-bottom: 18px;
}
.mjed_verzekeringcalculator input.verzekeringprijsvalue {
	/*font-size: 3em!important;*/
	font-size: 2.2em!important;
	line-height: 2.5em!important;

}

/* INRUIL VOERTUIG - STAP 4
------------------------*/

.mjed_inruilvoertuig .labelfloat {
	width: 140px;
	line-height: 3em;
}

.mjed_inruilvoertuig #showinruil { margin-left: 146px; margin-bottom: 1em; }

.mjed_inruilvoertuig #showinruil span { width: 140px; font-weight: bold; }


.mjed_inruilvoertuig input[type="text"] { width: 140px;}

@font-face {
	font-family: "Kenteken";
	src: 	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.eot");
	src: 	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.eot?#iefix") format("embedded-opentype"),
	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.woff2") format("woff2"),
	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.woff") format("woff"),
	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.ttf") format("truetype"),
	url("https://db.onlinewebfonts.com/t/39f9b180d1677c578f2540b3e4c6363d.svg#Kenteken") format("svg");
}

.mjed_inruilvoertuig #kenteken,
.mjed_inruilvoertuig #inruil_kenteken {
	background: transparent url('https://api.autosoft.eu/autosoft/ac_plugin/assets/images/kenteken/kenteken.svg') 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px 0 35px;
	width: 140px;
	height: 30px;
	font-family: 'Kenteken', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: antialiased;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	border: none!important;
	text-align: center;
}


/* AFRONDING - STAP 5
------------------------*/
.mjed_afronding p.ordertitle {
	margin-left: 3%!important;
}

.mjed_afronding .orderoverview {
	width: 96%;
	margin: 3%;
	margin-top: 2em;
}

.mjed_afronding .orderoverview .optieslijst {
	width: 100%;
}

.mjed_afronding .orderline {
	display: block!important;
	line-height: 1.6em;
}

.mjed_afronding .orderline.toppadding {
	padding-top: 1em;
}

.mjed_afronding .orderline .orderproduct {
	width: 70%;
	padding-left: 20px;
}

.mjed_afronding .orderline .orderprice {
	width: 28%;
}

.mjed_afronding .orderline .orderproduct:before {
	content: '-';
	padding-right: 10px;
	margin-lefT: -18px;
}

.mjed_afronding .orderline .orderproduct.nowrap {
	white-space: nowrap;
}
.mjed_afronding .orderline .orderproduct.strong {
	padding-left: 0;
}
.mjed_afronding .orderline .orderproduct.strong:before {
	display: none;
}

.mjed_afronding .orderline.totaalorder,
.mjed_afronding .orderline.maandorder {
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

.mjed_afronding .orderline.totaalorder .float-right,
.mjed_afronding .orderline.maandorder .float-right {
	font-size: 1.2em;
}


.mjed_afronding span.afronding_loader {
	padding: 20px;
	background: rgba(255,255,255,0.9);
	text-align: center;
	border: 1px solid #308593;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px #CCCCCC;
	box-shadow: 0px 0px 10px 5px #CCCCCC;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mjed_afronding span.afronding_loader img.afronding_loader_img {
	width: 40px; 
	height: auto;
	margin-bottom: 20px!important;
}
	

/* EINDPAGINA
------------------------*/
#mjed_content.eindpagina {
	min-height: 400px;
}

.eindpagina #mjed_eindpagina { 
	display: block;
	text-align: center;
	margin-top: 50px;
	}

.eindpagina #mjed_eindpagina .bedankttitle { 
	display: block;
	font-size: 1.6em;
	}
	
#mjed_content.eindpagina .maakjedealbutton, 
#mjed_content.eindpagina form input[type="button"] { font-size: 1.4em;}



/* MEDIAQUERIES
------------------------*/
@media screen and (max-width: 1024px) {

	#mjed_content .mjed_col_1-3 { width: 49.5%;}

	#mjed_content .mjed_verzekeringcalculator .mjed_col_1-2.first { width: 59.5%;}
	#mjed_content .mjed_verzekeringcalculator .mjed_col_1-2.second { width: 39.5%;}

	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(1),
	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(6),
	#mjed_content .mjed_afronding #inruildiv .mjed_col_1-3:nth-of-type(3) { width: 100%; }

	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(1) input.wide,
	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(6) input.wide,
	#mjed_content .mjed_afronding #inruildiv .mjed_col_1-3:nth-of-type(3) select.wide { width: 97%!important; }

	.mjed_afronding .orderline { font-size: 0.9em; }
	.mjed_afronding .orderline.totaalorder .orderproduct,
	.mjed_afronding .orderline.maandorder .orderproduct,
	.mjed_afronding .orderline.totaalorder .orderprice,
	.mjed_afronding .orderline.maandorder .orderprice	{
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	.mjed_verzekeringcalculator img.verzeker-img {
		float: none;
		margin-top: 0!important;
		display: block!important;
	}
}


/* TABLETS */
@media screen and (max-width: 820px) {

	.mjed_productcheckbox { width: 10%; }
	.mjed_producttitle {
		width: 65%;
		line-height: 1.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.mjed_productdetail { width: 22%; }
	.mjed_productdescription { margin-left: 11%; }


	#mjed_content form input.wide,
	#mjed_content form select.wide	{ width: 100%; }
	#mjed_content form.mjed_verzekeringcalculator select.wide { width: 100%; }
	#mjed_content form.mjed_leasecalculator input.wide { width: 86%; }

	.mjed_afronding p.ordertitle { margin-left: 0%!important; }
	.mjed_afronding .orderoverview {
		width: 95%;
		margin: 0%;
		margin-top: 2em;
	}

	#mjed_content .mjed_verzekeringcalculator .mjed_col_1-2.first { width: 100%;}
	#mjed_content .mjed_verzekeringcalculator .mjed_col_1-2.second {
		width: 100%;
		padding-top: 20px;
	}

	#mjed_content .mjed_col_1-3 { width: 100%;}
	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(1) input.wide,
	#mjed_content .mjed_afronding #verzekeringdiv .mjed_col_1-3:nth-of-type(6) input.wide,
	#mjed_content .mjed_afronding #inruildiv .mjed_col_1-3:nth-of-type(3) select.wide { width: 100%!important; }

}


/* SMALLER TABLETS */
@media screen and (max-width: 600px) {

	#mjed_content .mjed_productthumb { display: none; }
	.mjed_productlist {
		width: 100%;
		font-size: 14px;
	}
	.mjed_producttitle, .mjed_productdetail {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	#mjed_content .mjed_productdetail span {
		display: block;
		line-height: 1em;
		padding-right: 0px;
		padding-top: 0.3em;
	}

	#mjed_content .mjed_col_1-2 { width: 100%!important; }
	#mjed_content .mjed_col_1-3 { width: 100%!important; }

	#mjed_content { padding-top: 80px; }

	#mjed_content.productkeuze { padding-top: 1.5%; }
	#mjed_content.afronding { padding-top: 40px; }

}


/* MOBILE PHONES */
@media screen and (max-width: 480px) {

	.mjed_productlist {
		width: 100%;
		font-size: 12px;
	}

	.mjed_productdescription {
		width: 90%;
		margin-left: 5%;
	}

	.mjed_afronding .orderline { font-size: 0.8em; }
	.mjed_afronding .orderline.totaalorder .orderproduct,
	.mjed_afronding .orderline.maandorder .orderproduct,
	.mjed_afronding .orderline.totaalorder .orderprice,
	.mjed_afronding .orderline.maandorder .orderprice	{
		font-size: 0.7em;
	}

	#mjed_content .dealbuttonwrapper {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#mjed_content .maakjedealbutton.vorigestap,
	#mjed_content .maakjedealbutton.volgendestap {
		float: none;
		margin: 10px 0px 10px 0px;
	}
	#mjed_content .maakjedealbutton.skipstap {
		min-width: 250px;
		position: absolute;
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		-webkit-transition: none;
	}

}



/* PDF *//* PDF *//* PDF *//* PDF */

body.mjed_pdf #mjed_content { background: white; padding: 0; font-size: 14px!important; }
body.mjed_pdf #mjed_content div { display: block; font-size: 14px!important; width: 100%;}

body.mjed_pdf {
	width: 21cm;
	min-height: 29.7cm;
	padding: 2cm;
	margin: 1cm auto;
	background: white;
	/*border: 1px #D3D3D3 solid;*/
	/*border-radius: 5px;*/
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

body.mjed_pdf img.bedrijfslogo-img {
		width: 200px;
		margin-top: 0!important;
		display: block!important;
	}
	
body.mjed_pdf img.footerlogo-img {
		width: 34px;
		float: right;
		margin-top: 140px!important;
		display: block!important;
	}

body.mjed_pdf hr {
	display: block;
	width: 100%; 
	height: 5px;
	background: #ffffff;
	margin-top: 10px;
	clear: both;
	border-collapse: collapse;
	border: none;
	border-bottom: 4px solid #E98D3B;
}

	
body.mjed_pdf #mjed_content .voertuigfoto {
	max-width: 350px;
}

body.mjed_pdf #mjed_content .voertuigfoto img {
	max-width: 350px!important;
	height: auto!important;
}

body.mjed_pdf #mjed_content table,
body.mjed_pdf #mjed_content form table { display: table; width: 100%;}
body.mjed_pdf #mjed_content table tbody,
body.mjed_pdf #mjed_content form table tbody { display: table-row-group; }
body.mjed_pdf #mjed_content table tbody tr,
body.mjed_pdf #mjed_content form table tbody tr { display: table-row; width: 100%; }
body.mjed_pdf #mjed_content table tbody tr td,
body.mjed_pdf #mjed_content form table tbody tr td { display: table-cell; width: 50%; padding: 0; }

body.mjed_pdf #mjed_content .mjed_verzekeringcalculator img.verzeker-img {
		float: none;
		width: 250px;
		margin-top: 0!important;
		display: block!important;
	}


body.mjed_pdf #mjed_content .mjed_leasecalculator input.leaseprijsvalue,
body.mjed_pdf #mjed_content .mjed_verzekeringcalculator input.verzekeringprijsvalue {
	font-family: Arial, Helvetica, sans-serif;
}
	
body.mjed_pdf #mjed_content form .fieldlabel,
body.mjed_pdf #mjed_content form .labelfloat { line-height: inherit; }

body.mjed_pdf #mjed_content form .mjed_productlist { width: 100%; }
body.mjed_pdf #mjed_content form .mjed_productlisttitle { margin-bottom: 0; }

body.mjed_pdf #mjed_content .mjed_afronding p.ordertitle { margin-left: 0!important; }
body.mjed_pdf #mjed_content .mjed_afronding .orderoverview { width: 100%; margin: 0; }

body.mjed_pdf .pdfsectiontitle {
	font-size: 1.2em;
	margin-top: 1.5em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	/*border-bottom: 1px solid #cccccc;*/
	display: block;
	width: 100%;
	font-weight: bold;
	background: #EAF3F4;
	color: #2f3e4e;
}

body.mjed_pdf #mjed_content form .pdfsectiontitle { /* margin-top: 0;*/ /*padding-top: 20px!important;*/ }

body.mjed_pdf #mjed_content form .optieslijst li{
	display: block!important;
	width: 100%!important;
}
body.mjed_pdf #mjed_content form .optieslijst li::before {
	content: "•"!important; /* Insert content that looks like bullets */
	padding-right: 8px!important;
}

body.mjed_pdf #mjed_content form .optieslijst li .optieprijs,
body.mjed_pdf #mjed_content .optieslijst li .optieprijs {
	padding-left: 25px!important;
	font-weight: bold!important;
	font-size: 12px!important;
}
body.mjed_pdf #mjed_content form .optieslijst li .optienaam,
body.mjed_pdf #mjed_content .optieslijst li .optienaam {
	min-width: 550px!important;
	font-size: 12px!important;
}

body.mjed_pdf #mjed_content .orderline.totaalorder .strong,
body.mjed_pdf #mjed_content .orderline.maandorder .strong {
	font-size: 14px!important;
}

.mjed_inruilvoertuig #kenteken, .mjed_inruilvoertuig #inruil_kenteken.borderred {
	border: solid 1px red!important;
}

/****************************************************
 
  Design: Autosoft BV - www.autosoft.eu
  Code & CSS: Autosoft BV - www.autosoft.eu
  Copyright 2021 Autosoft BV
  
****************************************************/

