*{
	margin: 0;
	padding: 0;
}
div#top_bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fcfcfc;
    opacity: 1; /* Firefox */
}
div#top_bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fcfcfc;
}
div#top_bar input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fcfcfc;
}
form#formtoev ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #384a5f;
    opacity: 1; /* Firefox */
}
form#formtoev :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #384a5f;
}
form#formtoev ::-ms-input-placeholder { /* Microsoft Edge */
    color: #384a5f;
}

input.knop, a.knop{
	padding: 5px 12px;
	font-size: 14px;
	background-color: #b9b9b9;
	border: 1px solid #373737;
	color: #000;
}
input.knop.os, a.knop.os{
	padding: 0;
	padding: 2px 5px;
}

ul#setul{
	margin-bottom: 20px;
}
ul#setul li{
	display: inline-block;
}
ul#setul li a{
	border: 1px solid #000;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #676767;
	color: #FFF;
}

div#stftf{
	position: fixed;
	bottom: 0;
	padding: 20px 0 20px 0;
	width: 100%;
	background-color: #fcfcfc;
	z-index: 999999;
}
div#stftf form{
	display: inline-block;
}
div#stftf form input{
	border: 1px solid #CCC;
	background-color: #f6f6f6;
	padding: 5px 10px;
	font-size: 16px;
}
div#stftf a{
	position: fixed;
	right: 100px;
	color: #000;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
body{
	font-family: 'Lato';
	font-weight: 400;
	background-color: #fcfcfc;
	position: relative;
	padding-bottom: 70px;
}
section{
	padding: 60px 0 0 230px;
	
}
section h2{
	margin-bottom: 10px;
}
/*Login div*/
form#upload-form, form#inlog{
	position: relative;
}
form#upload-form input[type="text"]{
	width: 100%;
	font-size: 20px;
	outline: none;
	margin-bottom: 30px;
	padding: 15px 0;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #000;
}
form#upload-form input[type="text"]:focus{
	border: 1px solid #000;
}
div#login-div {
	padding: 20px;
	height: 100vh;
	background-image: url('/img/background-inlog.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#login {
	width: 315px;
	height: 340px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -157px;
	margin-top: -170px;
	border-radius: 10px;
    background-color: #FAFAFA;
	-webkit-box-shadow: 0px 0px 82px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 82px 0px rgba(0,0,0,0.46);
box-shadow: 0px 0px 82px 0px rgba(0,0,0,0.96);
}
#login #kop {
	background-color: #3B4F66;
	border-radius: 6px 6px 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 16px 0;
	height: 40px;
	border-bottom: 2px solid #D6072F;
}
#login #kop img {
    width: 60%;   
}
#login #loginc {
	padding: 10px;
	text-align: center;
    position: relative;
}
a.forgot {
    position: absolute;
    top: 140px;
    left: 225px;
    font-size: 12px;
}
#login #loginc h2 {
	font-weight: 300;
	text-align: center;
	padding: 10px 0 25px 0;
}
div.error{
	font-size: 14px;
	font-weight: 700;
	color: #D6072F;
	margin-top: 5px;
}
input {
	font-family: 'Lato';
	outline: none;
}
#login input[type="text"],#login input[type="password"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 10px;
    font-size: 12px;
    box-sizing: border-box;
}
#login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    border: 1px solid #BFBFBF;
}
#login input[type="submit"]{
	background-color: #384a5f;
	box-sizing: border-box;
	display: inline-block;
	width: 250px;
	font-weight: 300;
	font-size: 16px;
	margin-top: 2px;
	padding: 10px 15px;
	border: none;
	color: #FFF;
}
div#loginc a.reg {
    font-size: 12px;
    display: block;
}



/*header topbar*/
header{
	position: fixed;
	width: 100%;
	z-index: 999;
}
header div#top_bar{
	background-color: #3B4F66;
	position: relative;
	height: 50px;
	z-index: 999999;
}
header div#top_bar div#logo, header div#top_bar div#search, header div#top_bar div#user, header div#top_bar div#logout{
	display: inline-block;
}
header div#top_bar div#logo{
	height: 30px;
	padding: 10px;
	background-color: #384a5f;
	width: 180px;
}
header div#top_bar div#logo img{
	height: 100%;
}
header div#top_bar div#search{
	position: absolute;
	left: 230px;
	top: 12px;
	width: 40%;
}
header div#top_bar div#search input{
	height: 25px;
	border-radius: 2px;
	border: none;
	background-color: #627285;
	outline: none;
	padding-left: 10px;
	color: #fcfcfc;
	width: 100%;
	background-image: url('/img/loop.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px center;
}
header div#top_bar div#user{
	position: absolute;
	right: 40px;
	top: 4px;
	font-size: 14px;
	color: #fcfcfc;
}
header div#top_bar div#logout a{
	position: absolute;
	right: 40px;
	font-size: 12px;
	top: 25px;
	color: #627285;
}
header div#nodl{
	display: inline-block;
	right: 200px;
	position: absolute;
	top: 10px;
}
header div#nodl a{
	color: #FFF;
	text-decoration: underline;
}
/*menu links*/

div#left_menu{
	width: 200px;
	position: fixed;
	top: 50px;
	border-right: 1px solid #CCC;
	height: 100vh;
	box-sizing: border-box;
}
ul#menu_left li a, ul#menu_left_bottom li a{
	display: block;
	padding: 20px 0 20px 42px;
	color: #384a5f;
	font-weight: 700;
	font-size: 14px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left 15px center;
}
ul#menu_left li.db a{
	background-image: url('/img/leftmenuicons/dashboard.svg');
}
ul#menu_left li.dl a{
	background-image: url('/img/leftmenuicons/demontagelijst.svg');
}
ul#menu_left li.pa a{
	background-image: url('/img/leftmenuicons/car.svg');
}
ul#menu_left li.im a{
	background-image: url('/img/leftmenuicons/engine.svg');
}
ul#menu_left_bottom li a.pakk{
	background-image: url('/img/leftmenuicons/pakketjes.svg');
}
ul#menu_left_bottom li a.st{
	background-image: url('/img/leftmenuicons/settings.svg');
}
ul#menu_left_bottom li a.uf{
	background-image: url('/img/leftmenuicons/upload.svg');
}
ul#menu_left_bottom li a.pa{
	background-image: url('/img/leftmenuicons/biedingen.svg');
}
ul#menu_left_bottom{
	position: absolute;
	bottom: 55px;
}
/*overzicht inruil lijst autos etc*/
div.overzicht_1{
	margin: 0 35px 30px 0;
	padding: 10px 0px 20px 0px;
}
div.overzicht_1 table{	
	border-collapse: collapse;
}	
div.overzicht_1 table.dem{
	width: 100%;
}
div.overzicht_1 table tr td.gb{
	border: none;
}
div.overzicht_1 h3{
	margin-bottom: 10px;
}
div.overzicht_1 div.first-row{
	font-weight: 400;
	padding: 10px 0;
	background-color: #3B4F66;
	color: #FFF;
}
div.overzicht_1 div.first-row tr td{
	font-size: 14px;
}
div.overzicht_1 tr.first-tr{
	font-weight: 400;
	background-color: #3B4F66;
	color: #FFF;
}
div.overzicht_1 tr.first-tr td{
	font-size: 14px;
	padding: 10px;
}
div.overzicht_1 table.dem tr:nth-child(odd){
	background-color: #e9e9e9;
}
div.overzicht_1 table.dem tr.first-tr{
	font-weight: 400;
	background-color: #3B4F66;
	color: #FFF;
}
div.overzicht_1 table tr td{
	padding: 5px 10px;
	font-size: 12px;
}
tr td.statusgr{
	background-color: #5ec12d;
}
div.overzicht_1 table tr td.statusbl{
	background-color: #001fff;
	color: #FFF;
}
div.overzicht_1 table tr td.statusye{
	background-color: #f1dd00;
}
div.overzicht_1 table tr td.statusre{
	background-color: #e71616;
}
div.overzicht_1 table tr.trd td{
	font-size: 12px;
	padding: 0 0 10px 10px;
	text-align: right;
}
div.row{
	
}
div.row.curs{
	cursor: pointer;
}
div.row:nth-child(odd) {
	background: #e9e9e9;
}
div.row div.inruil-res{
	display: none;
}
div.row div.inruil-res.open{
	display: block;
	padding: 0 0 10px 15px;
	margin: 0 0 10px 0;
}
div.overzicht_1 div.first-row table tr td{
	padding: 0 10px;
}
div.overzicht_1 table tr td.click a{
	background-image: url('/img/close.svg');
	width: 20px;
	height: 20px;
	display: block;
	background-size: 20px;
	background-repeat: no-repeat;	
	background-position: center center;
	cursor: pointer;
	padding: 15px 0;
}
div.overzicht_1 table tr td.open a{
	background-image: url('/img/open.svg');
}
tr.not_show{
	display: none;
}
tr.show{
	display: block;
}
div.overzicht_1 table tr td.progress{
	background-image: url('/img/progress.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	position: absolute;
	right: 90px;
	margin-top: -3px;
	height: 20px;
}
a.toev{
	border: 1px solid #3B4F66;
	background-color: #627285;
	color: #FFF;
	padding: 10px 20px 10px 40px;
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('/img/plus.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 60px;
}
a.plus, a.wis{
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('/img/bewerken.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
}
a.wis{
	background-image: url('/img/delete.svg');
}
a.plus:hover{
	
}
a.alle-oz{
	color: #384a5f;
}
/*Dashoboard*/
div#dashboard {
	margin-right: 40px;
	box-sizing: border-box;
	border-collapse: collapse;
}
div#dashboard div.blok{
	width: 32%;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
div#dashboard div.blok::after{
	background-position: bottom 10px right 10px;
	background-size: 100px;
	background-repeat: no-repeat;
	content: "";
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;  
}
div#dashboard div.blok.demontage::after{
	background-image: url('/img/leftmenuicons/demontagelijst.svg');
}
div#dashboard div.blok.priocars::after{
	background-image: url('/img/leftmenuicons/car.svg');
}
div#dashboard div.blok.motoren::after{
	background-image: url('/img/leftmenuicons/engine.svg');
}
div#dashboard div.blok.totals::after{
	background-image: url('/img/leftmenuicons/dashboard.svg');
}
div#dashboard div.blok.live::after{
	background-image: url('/img/leftmenuicons/config.svg');
}
div#dashboard div.blok h3{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	background-color: #384a5f;
	color: #FFF;
}
div#dashboard div.blok h3.live{
	background-image: url('/img/progress.gif');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 25px;
}
div#dashboard div.blok div.inside_blok{
	padding: 5px 10px;
}
div#dashboard div.blok div.inside_blok table tr.demon:nth-child(even){
	background-color: #f0f0f0;
}
div#dashboard div.blok div.inside_blok h4{
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	width: 80%;
	margin-bottom: 10px;
}
div#dashboard div.blok div.inside_blok div.aantal{
	display: inline-block;
	font-size: 30px;	
}
div#dashboard div.blok:nth-child(3), div#dashboard div.blok:nth-child(6){
	margin-right: 0;
}
div.all{
	margin-bottom: 2px;
}
p.totaut.asd{
	margin-top: -7px;
}
p.totaut{
	font-size: 12px;
}
p.totaut span{
	color: #D6072F;
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
}
p.totaut span.t{
	margin-right: 20px;
}
/*dashboard berichtvak*/
div#invoerber{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-top: 1px solid #384a5f;
}
div#invoerber form input[type="text"]{
	padding: 10px;
	width: 70%;
	background-color: #627285;
	color: #fcfcfc;
	border: none;
}
div#invoerber form input::placeholder{
	color: #fcfcfc;
}
div#invoerber form input[type="submit"]{
	width: 20%;
	text-align: right;
	padding: 10px;
	border: none;
	background-color: #FFF;
}
div#wrap_berall{
	height: 215px;
	position: relative;
	overflow-y: hidden;
	bottom: 0;	
}
div#wrap_berall div#posb{
	position: absolute;
	bottom: -5px;
	top: 0;
	width: 100%;
	overflow: scroll;
}
div.wrap_message{
	margin: 5px 0;
	padding: 3px 0;
	background-color: #FFF;
	font-size: 14px;
	width: 100%;
}
div.wrap_message div.naam{
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #384a5f;
}
div.wrap_message div.datum{
	display: inline-block;
	font-size: 10px;	
}

div#dashboard div.blok h5{
	font-size: 16px; 
	font-weight: 400;
	margin-top: 15px;
}
div#dashboard div.blok table tr:first-child td{
	font-weight: 400;
	width: 120px;
	padding-top: 5px;
}
div#dashboard div.blok table tr td{
	font-size: 14px;
	padding-bottom: 5px;
}
div#dashboard div.blok table tr td.dem{
	color: #384a5f;
	font-weight: 700;
}
div#dashboard div.blok h5:first-child{
	margin-top: 0;
}


/*Form toevoegen*/
table#editdem tr td input[type="text"]{
	padding: 10px 20px 10px 10px;
	outline: none;
	color: #384a5f;
	margin-bottom: 5px;
	width: 200px;
}
table#editdem tr td input[type="submit"]{
	border: 1px solid #3B4F66;
	background-color: #627285;
	color: #FFF;
	padding: 10px 20px 10px 40px;
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('/img/plus.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	margin-top: 10px;
}
form#formtoev input[type="text"]{
	padding: 10px 20px 10px 10px;
	outline: none;
	color: #384a5f;
	margin-bottom: 5px;
	width: 200px;
}
form#formtoev input[type="submit"]{
	border: 1px solid #3B4F66;
	background-color: #627285;
	color: #FFF;
	padding: 10px 20px 10px 40px;
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('/img/plus.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	margin-top: 10px;
}
input{
	outline: none;
}
input[type="submit"]{
	cursor: pointer;
}
a.delond, input.done, a.edit, a.done{
	width: 20px;
	height: 20px;
	display: block;
	background-image: url('/img/delete.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	right: 40px;
	margin-top: -11px;
	z-index: 6;
}
input.done{
	right: 70px;
	border: none;
	content: none;
	background: transparent;
	text-indent: -99999px;
}
a.edit{
	right: 100px;
}
input.done, a.done{
	background-image: url('/img/klaar.svg');
}
a.done{
	right: 70px;
}
a.edit{
	background-image: url('/img/bewerken.svg');
}
a.editbod{
	background-image: url('/img/bewerken.svg');
	width: 20px;
	height: 20px;
	display: block;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.hard{
	color: #000;
}
a.hard.Ja{
	cursor: default;
}
a.hard.Nee{
	text-decoration: underline;
}

/*afbeelding toevoegen*/
div.gallery img{
	width: 200px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	padding: 0 20px;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    padding: 8px 31px;
    display: inline-block;
    background-color: #ed2e38;
    border: 1px solid #96001f;
    margin-bottom: 8px; 
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	background-image: url('/img/cameraicon.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	color: #FFF;
	background-position: left 5% center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}
.inputfile + label {
	cursor: pointer;
}

div.inrimg{
	width: 500px;
	margin-top: 20px;
}
div.inrimg img{
	width: 100%;
}
div.niks{
	margin-top: 5px; 
}

/*Demontagelijst*/
div.dag{
	display: inline-block;
}
div.dag{
	padding: 5px 15px;
	margin-right: 30px; 
	color: #202020;
	font-weight: 400;
}
div.dag.groen{
	background: #5ec12d;
}
div.dag.geel{
	background: #f1dd00;
}
div.dag.oranje{
	background: #ffbf00;
}
div.dag.rood{
	background: #e71616;
}
div.dag.groengeel{
	background: linear-gradient(to right, #5ec12d 0%,#5ec12d 50%,#5ec12d 50%,#f1dd00 50%,#f1dd00 100%);
}
div.dag.oranjegeel{
	background: linear-gradient(to right, #ffbf00 0%,#ffbf00 50%,#7fb862 50%,#f1dd00 50%,#f1dd00 100%);
}
a.changedag{
	color: #000;
	cursor: default;
}
a.kijkterug{
	
}
/*Grafiek*/
#container{
	margin-bottom: 100px;
}

a#whatsapp_icon{
	position: fixed;
	width: 60px;
	right: 20px;
	bottom: 20px;
	z-index: 999999;
}
select.selectactie{
	border: none;
	outline: none;
	font-weight: 400;
	background-color: #ff0000;
	color: #FFF;
	margin-left: -6px;
	font-size: 14px;
	height: 30px;
}
select.selectactie.or{
	background-color: #ffae00;
	color: #000;
}
select.selectactie.gr{
	background-color: #2ace00;
	color: #000;
}
select.selectactie.bl{
	background-color: #0041ff;
	color: #FFF;
}
select.selectactie option.bt{
	background-color: none;
	background-color: #00ff05;
}

ul#blokchin{
	
}
ul#blokchin li{
	display: inline-block;
}
ul#blokchin li a{
	border: 1px solid #627285;
	width: 25px;
	height: 25px;
	display: block;
	
}
ul#blokchin li a#ins, ul#blokchin li a#cha{
	background-image: url('/img/leftmenuicons/settings-dol.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}
ul#blokchin li a#cha{
	background-image: url('/img/leftmenuicons/switch.png');
}



.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b40034;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

a.turn_off{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-image: url('/img/delaanvraag.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
}

















