table.decemberaanbieding{
	border: 2px solid #de042b;
	position: fixed;
	width: 400px;
	right: -400px;
	bottom: 80px;
	z-index: 9999;
	background-color: #FFF;
	padding: 20px;
	transition: .5s;
}
table.decemberaanbieding.open{
	right: 20px;
}
table.decemberaanbieding tr th, table.decemberaanbieding tr td{
	border: 1px solid #CCC;
}
div.opentable{
	position: absolute;
	top: 20px;
	right: 180px;
	cursor: pointer;
	color: #FFF;
	text-decoration: underline;
}

p.statuscircel{
	width: 30px;
	height: 30px;
	position: absolute;
	border: 3px solid #A7A7A7;
	left: 15px;	
	top: 15px;
	border-radius: 15px;
}
p.statuscircel span{
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 10px;
}
p.statuscircel span.kleur0{
	background-color: #FFF;
}
p.statuscircel span.kleur1{
	background-color: #0005ff;
}
p.statuscircel span.kleur2{
	background-color: #26ce59;
}
p.statuscircel span.kleur3{
	background-color: #04852c;
}
p.statuscircel span.kleur4{
	background-color: #fff700;
}
p.statuscircel span.kleur5{
	background-color: #9eff00;
}
p.statuscircel span.kleur6{
	background-color: #e10000;
}
p.statuscircel span.kleur7{
	background-color: #ff8100;
}
p.status_top{
	position: absolute;
	left: 60px;
	top: 0;
}
span.redspan{
	color: #BD081C;	
	cursor: pointer;
}
div.top_bew_page{
	border-bottom: 2px solid #000;
	height: 190px;
	overflow: scroll;
}
div.top_bew_page.retouren{
	height: 140px;
	padding-top: 10px;
	border-bottom: 2px solid #CCC;
}
div.top_bew_page::-webkit-scrollbar{
	display: none;
}
div.car_data{
	width: 37%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}
div.car_data.overig{
	padding: 0 5px;
	font-size: 12px;
	font-weight: 400;
}
div.car_data.overig h3{
	font-size: 14px;
	margin-bottom: 5px;
}
div.car_data.overig p{
	margin-bottom: 5px;
}
div.car_data:nth-child(2){
	width: 20%;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	height: 180px;
}
div.car_data:last-child{
	width: 40%;
	margin-right: 0;
}
div.car_data div.data{	
	position: relative;
	font-size: 12px;
	width: 49%;
	vertical-align: top;
	display: inline-block;
}
div.car_data div.data input{
	outline: none;
	border: inherit;
	width: 100%;
	padding: 16px 0 0 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #a7a7a7;
	font-size: 12px;
}
div.car_data div.data input.half{
	width: 48%;
}
div.car_data div.data input:focus{
	border-bottom: 1px solid #000;
}
div.car_data div.data p{
	position: absolute;
	margin: 2px 0 0 2px;
	font-weight: 700;
}



div#new_input_field{
	margin: 10px 0;
	background-color: #e9e9e9;
}
div#new_input_field.stinpvgreen{
	background-color: #d3f8c1;
}
div#new_input_field div.reqdata{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 10%;
}
div#new_input_field div.reqdata:first-child{
	width: 20%;
}
div#new_input_field div.reqdata:nth-child(6){
	width: 35px
}
div#new_input_field div.reqdata:nth-child(7){
	width: 20%;
}
div#new_input_field div.reqdata:nth-child(8){
	width: 80px;
	height: 100%;
	background-image: url('/img/icons/camera_icon.svg');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left 20px top 25px;
}
div#new_input_field div.wrap_reqdata{
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 5px 0;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
div#new_input_field div.reqdata p{
	font-size: 12px;
	margin: 5px 0;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
div#new_input_field div.reqdata p span{
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	width: 80px;
}
div#new_input_field div.reqdata div.input_part_data{
	position: relative;
	margin: 0 0 0 5px;
	z-index: 2;
}
div#new_input_field div.reqdata div.input_part_data p{
	position: absolute;
	font-weight: 700;
}
div#new_input_field div.reqdata div.input_part_data input{
	border: inherit;
	outline: none;
	border: 1px solid #A7A7A7;
	padding: 2px;
	margin-top: 20px;
	max-width: 100%;
	position: relative;
	font-size: 12px;
	z-index: 2;
	background-color: #FFF;
}
div#new_input_field div.reqdata div.input_part_data input.prijs_input{
	background-image: url('/img/icons/euroteken.svg');
	background-size: 12px;
	background-position: left bottom 3px;
	background-repeat: no-repeat;
	padding-left: 13px;
	box-sizing: border-box;
	width: calc(100% - 13px);
}
div#new_input_field div.reqdata div.input_part_data select{
	border-radius: 0;
	border: 1px solid #A7A7A7;
	margin-top: 19px;
	padding: 0 20px 0 5px;
	height: 20px;
	max-width: 100%;
	position: relative;
	background-color: #FFF;
	z-index: 2;
	background-position: right 5px center;
}
div#new_input_field div.reqdata div.input_part_data select.nummer{
	width: 30px;
}
div#new_input_field div.reqdata div.input_part_data textarea{
	margin-top: 22px;
	width: 100%;
	height: 58px;
}
div#uploadfotos{
	height: 70px;
}
div#uploadfotos input{
	width: 100%;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
	text-align: right;
	padding-top: 30px;
}
div.fotofromus{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

div#allecodes{
	font-size: 12px;
	margin: 5px 0;
	position: relative;
}
div#allecodes input{
	outline: none;
	border: inherit;
	border-bottom: 1px solid #A7A7A7;
}
div.allebijz{
	font-size: 12px;
}
div.fotoklant{
	padding: 5px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.fotoklant a{
	display: inline-block;
	height: 150px;
}
div.fotoklant a img{
	height: 100%;
}


div.paginering_wrap{
	position: fixed;
	bottom: 21px;
	right: 21px;
	left: 271px;
	border-top: 1px solid #e8e8e8;
	background-color: #FFF;
	transition: .5s;
	height: 60px;
	font-size: 12px;
	z-index: 3;
}
div.paginering_wrap p{
	display: inline-block;
	margin: 0 10px;
}
div.paginering_wrap.full_screen{
	left: 21px;
}
div.paginering_wrap.aanvraagapage select{
	border-bottom: 1px solid #A7A7A7;
	margin-top: 15px; 
	border-radius: 0;
	margin-right: 20px;
}
div.paginering_wrap.aanvraagapage select.first{
	margin-left: 15px;
	margin-right: 0;
}
div.wrap_controls{
	display: inline-block;
	float: right;
	margin: 15px 5px 0 0;
}
div.optionsend{
	display: inline-block;	
}
div.optionsend input, div.optionsend a{
	border: 1px solid #000;
	background-color: #d2d2d2;
    color: #000;
    border-radius: 4px;
	padding: 8px 12px;
	height: 30px;
	font-weight: 400; 
	margin-right: 10px;
	cursor: pointer;
}
div.optionsend a{
	display: block;
}
div.car_data div.data input.saveknop{
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url('/img/icons/save_icon.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: none;
	outline: none;
	margin-left: calc(100% - 30px);
}

fieldset#opmin, fieldset#mail, fieldset#historie {
    display: inline-block;
    width: 30%;
    margin: 10px 0;
    vertical-align: top;
    padding: 10px;
    min-height: 133px;
}
fieldset legend{
	padding: 0 5px;
	margin: 0 5px;
}
p.gemaild{
	font-size: 12px;
	background-color: #1fd403;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 1px;
}
p.gemaild.or.j {
    background-color: #1fd403;
}
p.gemaild.or {
    background-color: #ff0000;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
}
i.geenmailnog{
	font-size: 12px;
}
a.delpart, a.closeaut, a.alttoev{
	position: absolute;
	right: 4px; 
	top: 4px;
	width: 20px;
	height: 20px;
	background-image: url('/img/icons/deletepart.svg');
	background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
}
a.delpart{
	background-image: url('/img/icons/trash_dol.svg');
}
a.alttoev{
	top: 35px;
	background-image: url('/img/icons/aplus.svg');
}
div.wrap_autosearch{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
div.wrap_autosearch div.automatic_search{
	height: 70%;
	width: 70%;
	position: absolute;
	left: 15%;
	top: 15%;
	padding: 20px;
	border: 1px solid #656565;
	background-color: #FFF;
	z-index: 9999;
	-webkit-box-shadow: 1px 0px 15px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 15px 4px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 15px 4px rgba(0,0,0,0.75);
}
div.wrap_aut_search{
	padding-top: 50px;
	height: 100%;
	overflow: scroll;
}
div.wrap_autosearch div.automatic_search div.wrap_aut_search::-webkit-scrollbar{
	display: none;
}
div.items_for_aut{
	border: 1px solid #656565;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
	margin: 10px 10px 10px 0;
}
div.items_for_aut div{
	padding: 5px;
}
div.items_for_aut img{
	height: 60px;
}
a.closeaut{
	top: 18px;
	right: 10px;
}
div.items_for_aut div.oms h4{
	font-weight: 600;
	font-size: 14px;
	min-height: 50px;
}
div.items_for_aut div.oms h4 a{
	color: #000;
}
div.items_for_aut div.levertijdaut{
	font-size: 12px;
}
div.items_for_aut div.link{
	padding: 0;
}
div.items_for_aut div.link a{
	display: block;
	text-align: center;
	padding: 5px 0;
	background-color: #BD081C;
	color: #FFF;
}
a.autinbew{
	height: 15px;
	width: 15px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: bottom;
	background-image: url('/img/icons/loop.svg');
	background-size: 15px;
	background-repeat: no-repeat;
}

div.outer{
	height: calc(100vh - 60px);
	position: absolute;
	top: 60px;
	z-index: 9;
	background-color: #FFF;
	right: 0;
	overflow: scroll;
	width: 0;
	transition: .3s;
}
div.outer::-webkit-scrollbar{
	display: none;
}
div.outer.open{
	width: 250px;
	padding: 10px 10px 50px 10px;
	box-shadow: 0px -2px 11px 0px rgba(147,155,245,1)
}
div.outer p.title{
	font-size: 16px;
}
div.outer p.gevnaam, div.outer p.gevadres, div.outer p.gevdebnr{
	font-size: 12px;
}
div.outer p.gevnaam{
	font-weight: 700;
	margin-top: 20px;
}
div.koppelen p.gekoppeldgelukt{
	font-size: 12px;
	color: #30ba00;
	padding-left: 20px;
	background-image: url('/img/icons/opvoorraad.svg');
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}
input.debontkoppel{
	padding-left: 20px;
	background-color: #FFF;
	border: none;
	text-decoration: underline;
	cursor: pointer; 
	background-image: url('/img/icons/kruis.svg');
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: 700;
}
input.debkoppel, input.knopmaakrel{
	border: 1px solid #b5b5b5;
	background-color: #0894fd;
	color: #FFF;
	cursor: pointer;
	padding: 6px 10px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
}
div.outer.open input.knopmaakrel{
	margin-top: 15px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 230px;
	background-color: #525252;
}

a.closemtt{
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	right: 10px;
	top: 10px;
	background-image: url('/img/icons/deletepart.svg');
	background-size: cover;
}


div.relaties_open{
	position: absolute;
	right: 70px;
	top: 12px;
	height: 36px;
	width: 36px;
	
}
div.relaties_open a{
	display: block;
	height: 100%;
	background-color: #D6072F;
	padding: 7px 2px 0 0;
	color: #FFF;
	font-weight: 700;
	border-radius: 18px;
	cursor: pointer;
	border: 2px solid #FFF;
}
div.relaties_open.grey a{
	background-color: #3f79af;
	border: 2px solid #4c8dca;
}

div#tellerpers{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin: 12px 0 0 12px;
	line-height: 12px;
}
div#tellerpers span{
	width: 83px;
	display: inline-block;
}
a.updateoe{
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: top;
	background-image: url('/img/icons/editicon.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 10px;
	margin-left: 5px;
}
div.inputone{
	text-align: center;
}
div.inputone input[type="text"]{
	margin: 50px 0 20px;
	border: none;
	border-bottom: 1px solid #000;
}
div.inputone input[type="submit"]{
	border: 1px solid #000;
    background-color: #d2d2d2;
    color: #000;
    border-radius: 4px;
    padding: 8px 12px;
    height: 30px;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
}
p.garkort{
	border: 1px solid red;
}
div.extrapart{
	position: absolute;
	right: 0;
	top: 0;
}
div.extrapart input, div.extrapart p{
	display: inline-block;
	vertical-align: top;
}
div.extrapart p{
	margin-top: 2px;
}
div#allecodes div.extrapart input[type="submit"]{
	border: none;
	background-color: #00933c;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-image: url('/img/icons/plus_icon_white.svg');
	background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 5px;
}
div.dichtparts, div.dichtpartss{
	display: none;
}
div.dichtpartss{
	border: 2px solid #ff8900;
}
div.dichtparts.open, div.dichtpartss.open{
	display: block;
}
div.dichtparts div.result, div.dichtpartss div.result{
	border: 1px solid #c2c2c2;
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    min-width: 150px;
    max-width: 150px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
}
div.result div.logo, div.result button, div.result div.info{
	display: none;
}

form.form_top_src{
	display: inline-block;
}
input.top_filt_h{
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	display: inline-block; 
	width: 85px;
}
input.top_filt_h::-webkit-input-placeholder{
	font-style: italic;
	font-size: 12px;
}

table.altertable{
	padding-left: 10px;
	font-size: 12px;
}
table.altertable th{
	font-weight: 400;
}
table.altertable th, table.altertable td{
	text-align: left;
	padding: 2px 10px 4px 0;
}


a.gooiinww{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 65px;
	right: 5px;
	cursor: pointer;
	background-image: url('/img/icons/offerte.svg');
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

a.prijscheck{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 63px;
	right: 5px;
	cursor: pointer;
	background-image: url('/img/icons/euro_blue.png');
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
}



a.retont{
	border: 1px solid #fdf007;
	background-color: #fdf007;
	color: #000;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #000;
}
input.retourzoeketc{
	width: 100%;
	height: 34px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 38px 0 12px;
    outline: none;
    transition: .5s;
    background-image: url(/img/icons/loop.svg);
    background-size: 30px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
input.retourzoeketc:focus{
	border: 1px solid #000;
}

input.retourzoeketc::-webkit-input-placeholder{
	color: #9c9c9c;
}


div.remember{
	font-weight: 700;
	position: absolute; 
	right: 5px; 
	bottom: 5px;
	font-size: 10px;
}
div.remember label, div.remember input{
	cursor: pointer;
	display: inline-block;
}
div.remember input{
	bottom: 0;
	right: 0;
	position: absolute;
}
div.remember label{
	padding-right: 15px; 
	padding-bottom: 2px;
}















