@charset "utf-8";
/* CSS Document */
html {
	overflow:hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#07141c;
	color:#fffdee;
	overflow:hidden;
	max-height:100%;
	max-width:100%;
}

.pt {
	padding-top:15px;
}

#dialog {
	display:none;
}

/* Login screen */
#login_logo {
	background:url("../images/logo.png");
	width:350px;
	height:151px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position:relative;
	margin:0 auto;
	top:15px;
}

#login {
	position:relative;
	width:425px;
	border:solid white 2px;
	border-radius:10px;
	margin: 35px auto;
	padding-bottom:10px;
}

#login p {
	width:100%;
	position:relative;
	height:30px;
}

#login p label {
	width:125px;
	position:absolute;
	left:0px;
	height:25px;
	line-height:25px;
	padding-left:10px;
}

#login p input {
	position:absolute;
	left:130px;
	height:19px;
	width:250px;
	line-height:19px;
	border:none;
}

/* basic layout */
#content {
	width:980px;
	background:#FFF;
	color:#000;
	height:100%;
	position:relative;
	margin:0 auto;
}

#nav {
	position:absolute;
	height:50px;
	margin-top:125px;
	width:100%;
	z-index:5;
}

#main {
	position:relative;
	width:980px;
	overflow:hidden;
	background-color:#FFF;
}

#logo {
	background:url("../images/logo.png");
	width:175px;
	height:75px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
}

#topbanner {
	position:relative;
	height:175px;
	width:980px;
	z-index:2;
	background:url("../images/header-img.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
}

#titel {
	position:relative;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	z-index:3;
	margin-top:10px;
}

#error {
	color:#cb1a1a;
	visibility:hidden;
	display:none;
	position:relative;
	height:25px;
	line-height:25px;
	width:100%;
	text-align:center;
	z-index:5;
}

.pl1 { margin-left:75px; }
.pl2 { padding-left:5px; }
.mt1 { margin-top:25px; }

/* button layout */
.btn {
	font-size:12px;
	background-image:url("../images/btn.jpg");
	background-repeat:repeat-x;
	background-position:left;
	height:35px;
	width:150px;
	position:relative;
	border:solid white 1px;
	border-radius:5px;
	text-align:center;
	line-height:35px;
	color:#FFF;
}

.btn:hover {
	background-image:url("../images/btn-active.jpg");
	background-repeat:repeat-x;
	background-position:left;
	cursor:pointer;
}

.center_align {
	margin:auto;
}

.left_algin {
	position:absolute;
	left:50px;
	top:0px;
}

.right_align {
	position:absolute;
	right:50px;
	top:0px;
}

.row {
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:left;
	padding-left:30px;
	width:100%;
	color:#000;
	position:relative;
	margin-top:10px;
}

	.row img {
		border-radius:10px;
		height:25px;
		width:25px;
	}
	
	.row img:hover {
		cursor:pointer;
		border:4px solid #009cff;
	}

.row_buttons {
	position:relative;
	height:45px;
	line-height:45px;
	width:500px;
	padding-left:20px;
	vertical-align:middle;
}

	.row_buttons img {
		padding-left:10px;
	}
	
	.row_buttons img:hover {
		cursor:pointer;
	}

.row_text {
	height:60px;
	line-height:60px;
	vertical-align:top;
	text-align:left;
	padding-left:30px;
	width:100%;
	color:#000;
	position:relative;
	margin-top:10px;
}
	.row_text label {
		line-height:20px;
	}

.row_titel {
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:left;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	width:100%;
	color:#000;
	position:relative;
	margin-top:10px;
}

.scrollbar {
	overflow-y:auto;
	width:inherit;
	position:relative;
	overflow-x:hidden;
}

label {
	width: 150px;
	position:absolute;
	left:60px;
	top:0px;
}

.row_col3 {
	width:300px;
	position:absolute;
	left:300px;
	top:0px;
	text-align:left;
}

.row_col2 {
	width:300px;
	position:absolute;
	left:350px;
	top:0px;
	text-align:left;
}

.row_col1 {
	width:300px;
	position:absolute;
	left:30px;
	top:0px;
	text-align:left;
}
	.row_col1 label, .row_col2 label {
		position:absolute;
		left:0px;
		width:75px;
	}
	
	.row_col1 select, .row_col1 input, .row_col2 select, .row_col2 input {
		position:absolute;
		left:80px;
		width:220px;
	}

input, select {
	border-radius:10px;
	width:250px;
	height:22px;
	min-height:22px;
	padding-left:5px;
	border:1px solid gray;
}

#chkAdres, #chkFacturatie {
	margin-left:-110px;
}

textarea {
	border-radius:10px;
	width:250px;
	height:60px;
	padding-left:5px;
	border:1px solid gray;
}

.empty_row {
	position:relative;
	height:30px;
	width:980px;
}

/* klanten detailscherm */
#klant_detail {
	height:150px;
	width:100%;
	position:relative;
	background-color:#b8ffc2;
	margin-top:-16px;
}

	#klant_detail h3 {
		font-size:16px;
		line-height:20px;
		height:20px;
		font-weight:bold;
		width:900px;
		text-align:left;
		vertical-align:middle;
		padding-top:15px;
		padding-left:10px;
	}
	
.klant_row {
	height:20px;
	width:980px;
	position:relative;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
}

	.klant_row .col1 {
		width:425px;
		position:absolute;
		left:0px;
	}
	
	.klant_row .col2 {
		width:350px;
		position:absolute;
		left:450px;
	}
	
	.klant_row label {
		width:75px;
		position:absolute;
		left:0px;
		top:0px;
		margin-left:35px;
		font-weight:500;
	}
	
	.klant_row span {
		position:absolute;
		left:85px;
		top:0px;
		width:365px;
	}

#klant_buttons {
	width:980px;
	height:35px;
	position:relative;
	margin-top:-17px;
}
	
	#klant_buttons #btn_project     { position:absolute; left:0px; }
	#klant_buttons #btn_facturen    { position:absolute; left:155px; }
	#klant_buttons #btn_werklijsten { position:absolute; left:310px; }
	#klant_buttons #btn_offertes    { position:absolute; left:465px; }
	

.tabcontent {
	display:none;
	position:relative;
	width:980px;
}

.proj_col1 { position:absolute; width:100px; left:0px; }
.proj_col2 { position:absolute; width:200px; left:105px; }
.proj_col3 { position:absolute; width:100px; left:210px; }
.proj_col4 { position:absolute; width:295px; left:315px; }
.proj_col5 { position:absolute; width:160px; left:715px; }
.proj_col6 { position:absolute; width:30px; left:880px; }
.proj_col7 { position:absolute; width:30px; left:915px; }
.proj_col8 { position:absolute; width:30px; left:950px; }

.bon_col1 { position:absolute; width:215px; left:0px; }
.bon_col2 { position:absolute; width:215px; left:220px; }
.bon_col3 { position:absolute; width:215px; left:430px; }
.bon_col4 { position:absolute; width:215px; left:650px; }
.bon_col5 { position:absolute; width:33px; left:870px; }
.bon_col6 { position:absolute; width:33px; left:908px; }
.bon_col7 { position:absolute; width:33px; left:946px; }

#project_status {
	position:absolute;
	right:65px;
	top:15px;
	width:40px;
	height:100px;
}

	#project_status img:hover {
		cursor:pointer;
	}

#klant_detail_buttons {
	position:absolute;
	right:15px;
	top:15px;
	width:40px;
	height:100px;
}

	.btn_row {
		position:relative;
		margin-bottom:20px;
		height:40px;
		width:40px;
	}

/* klant wijzigen scherm */
#klant_gegevens {
	width:560px;
	margin:auto;
	position:relative;
}

/* lijsten */
#filters {
	height:75px;
	width:900px;
	position:relative;
}

#overzicht {
	width:980px;
	position:relative;
	margin-top:15px;
}

.subbutton_row {
	height:45px;
	width:980px;
	position:relative;
	vertical-align:middle;
	text-align:left;
	line-height:45px;
}
	
	.subbutton_row img {
		margin-top:5px;
		padding-left:5px;
	}
	
	.subbutton_row img:hover {
		cursor:pointer;
	}
	
.overzicht_row {
	height:30px;
	border-bottom: 1px solid black;
	width:100%;
	position:relative;
	vertical-align:middle;
	text-align:left;
	line-height:30px;
}

	.overzicht_row input {
		width:25px;
		height:25px;
		position:absolute;
		top:0px;
		left:115px;
		border:1px solid red;
	}

	.overzicht_row a {
		color:#000;
	}
	
	.overzicht_row img {
		margin-top:2px;
	}
	
	.overzicht_row img:hover {
		cursor:pointer;
	}
	
	.highlight:hover {
		background:#D9D9FF;
	}
	
.bg_gray {
	background:#CCC;
}

.bg_white {
	background:#FFF;
}

.headers {
	font-weight:bold;
	text-decoration:underline;
}

.overzicht_row a:hover {
	color:#009cff;
	cursor:pointer;
}

/* lijst klanten */
.klant_col1 { margin-left: 5px; width:220px; position:absolute; left:0px; top:0px; }
.klant_col2 { width:225px; position:absolute; left:230px; top:0px; }
.klant_col3 { width:100px; position:absolute; left:460px; top:0px; }
.klant_col4 { width:100px; position:absolute; left:565px; top:0px; }
.klant_col5 { width:225px; position:absolute; left:670px; top:0px; }
.klant_col6 { width:30px; position:absolute; left:900px; top:0px; }
.klant_col7 { width:30px; position:absolute; left:935px; top:0px; }

#button_klant {
	position:absolute;
	bottom:0px;
	right:0px;
}
.ui-datepicker-header {
      background-color: green;
}

/* lijst producten */
.prod_col1 { position:absolute; width:75px; left:0px; }
.prod_col2 { position:absolute; width:390px; left:80px; }
.prod_col3 { position:absolute; width:200px; left:470px; }
.prod_col4 { position:absolute; width:200px; left:675px; }
.prod_col5 { position:absolute; width:30px; left:880px; }
.prod_col6 { position:absolute; width:30px; left:915px; }
.prod_col7 { position:absolute; width:30px; left:950px; }

#rdStatus {
	position:relative;
	margin-left:-40px;
	height:25px;
	text-align:left;
	line-height:25px;
	vertical-align:middle;
	padding-left:-100px;
	width:100px;
}


/* projectdetail scherm */
.detail_col1 { position:absolute; width:100px; left:0px; }
.detail_col2 { position:absolute; width:320px; left:105px; }
.detail_col3 { position:absolute; width:150px; left:430px; }
.detail_col4 { position:absolute; width:150px; left:585px; }
.detail_col5 { position:absolute; width:150px; left:740px; }
.detail_col6 { position:absolute; width:30px; left:895px; }
.detail_col7 { position:absolute; width:30px; left:930px; }

.print_col1 { position:absolute; width:100px; left:0px; }
.print_col2 { position:absolute; width:320px; left:105px; }
.print_col3 { position:absolute; width:100px; left:430px; }
.print_col4 { position:absolute; width:100px; left:535px; }
.print_col5 { position:absolute; width:100px; left:640px; }
.print_col6 { position:absolute; width:30px; left:755px; }
.print_col7 { position:absolute; width:30px; left:780px; }

.werk_col1 { position:absolute; width:30px; left:0px; }
.werk_col2 { position:absolute; width:100px; left:35px; }
.werk_col3 { position:absolute; width:255px; left:140px; }
.werk_col4 { position:absolute; width:115px; left:400px; }
.werk_col5 { position:absolute; width:105px; left:520px; }
.werk_col6 { position:absolute; width:105px; left:640px; }
.werk_col7 { position:absolute; width:115px; left:740px; }
.werk_col8 { position:absolute; width:30px; left:860px; }
.werk_col9 { position:absolute; width:30px; left:895px; }
.werk_col10 { position:absolute; width:30px; left:930px; }
.werk_col11 { position:absolute; width:50px; left:900px; }

.f_col1 { position:absolute; width:30px; left:0px; }
.f_col2 { position:absolute; width:205px; left:35px; }
.f_col3 { position:absolute; width:205px; left:245px; }
.f_col4 { position:absolute; width:205px; left:455px; }
.f_col5 { position:absolute; width:155px; left:665px; }
.f_col6 { position:absolute; width:30px; left:825px; }
.f_col7 { position:absolute; width:30px; left:860px; }
.f_col8 { position:absolute; width:30px; left:895px; }
.f_col9 { position:absolute; width:30px; left:930px; }

.detail_fact {
	width:100%;
	position:relative;
	vertical-align:middle;
	text-align:left;
	display:none;
	line-height:30px;
	height:30px;
}

.overzicht_factuur {
	height:29px;
	line-height:29px;
	border-bottom: 1px solid black;
	width:100%;
	margin-left:60px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}

	.fdet_col1 { width:600px; left:0px; position:absolute; }
	.fdet_col2 { width:225px; left:605px; position:absolute; }
	.fdet_col3 { width:30px; left:835px; position:absolute; }
	.fdet_col4 { width:30px; left:870px; position:absolute; }
	
	.overzicht_factuur img {
		padding-top:2px;
	}
	
	.overzicht_factuur img:hover {
		cursor:pointer;
	}
/* popup layer */
#filter {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:100;
	display:none;
	background:url(../images/bg_filter.png);
	background-repeat:repeat;
}

#popup {
	z-index:101;
	position:absolute;
	margin:auto;
	width:500px;
	display:none;
	border:1px solid black;
	border-radius:10px;
	background-color:#FFF;
	height:380px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-170px;
}

	#popup .row {
		width:500px;
		height:35px;
		line-height:35px;
		vertical-align:middle;
		text-align:left;
		position:relative;
	}
	
	#popup .popup_col1 { 
		position:absolute; 
		left:0px; 
		width:50px; 
		text-align:center; 
		height: 35px; 
		line-height:35px; 
		vertical-align:middle; 
	}
	
	#popup .popup_col2 { 
		position:absolute; 
		left:50px;
		width:400px; 
		text-align:center; 
		font-size:16px; 
		font-weight:bold; 
		height: 35px; 
		line-height:35px; 
		vertical-align:middle; 
	}
	
	#popup .popup_col3 { 
		position:absolute; 
		left:450px; 
		width:50px; 
		text-align:center; 
		height: 35px; 
		line-height:35px; 
		vertical-align:middle; 
	}
	
	.titel_border {
		border-bottom:2px solid black;
	}
	
	#popup span {
		position:absolute;
		left:150px;
		padding-top:2px;
	}
	
	#popup img { border:none; border-radius: 0px; }
	#popup img:hover { cursor:pointer; }

/* print page */
.print {
	color:#000;
	background-color:#FFF;
}

.ui-autocomplete {
    z-index: 200 !important;
}

/* lijst projecten */
.prj_col1 { position:absolute; width:125px; left:0px; }
.prj_col2 { position:absolute; width:125px; left:130px; }
.prj_col3 { position:absolute; width:200px; left:260px; }
.prj_col4 { position:absolute; width:290px; left:465px; }
.prj_col5 { position:absolute; width:150px; left:760px; }
.prj_col6 { position:absolute; width:30px; left:915px; }
.prj_col7 { position:absolute; width:30px; left:950px; }

/* lijst bons */
.off_col1 { position:absolute; width:100px; left:0px; }
.off_col2 { position:absolute; width:100px; left:105px; }
.off_col3 { position:absolute; width:100px; left:210px; }
.off_col4 { position:absolute; width:150px; left:315px; }
.off_col5 { position:absolute; width:285px; left:470px; }
.off_col6 { position:absolute; width:150px; left:775px; }
.off_col7 { position:absolute; width:30px; left:915px; }
.off_col8 { position:absolute; width:30px; left:950px; }

/* mobile lijst klanten */
.cust_col1 { position:absolute; width:196px; left:0px; }
.cust_col2 { position:absolute; width:780px; left:200px; }

#buttons_row {
	height:40px;
	line-height:40px;
	width:100%;
}

	#buttons_row img {
		width:40px;
		height:40px;
		float:left;
		margin-left:5px;
		margin-top:7px;
	}
	
.wizard_col {
	float:left;
	width:49%;
	height:100%;
	margin-left:3px;
	text-align:center;
}

	.wizard_col .row2 {
		height:35px;
		line-height:35px;
		vertical-align:middle;
		text-align:left;
		padding-left:30px;
		width:88%;
		color:#000;
		position:relative;
	}
	
	.wizard_col .row2:hover {
		cursor:pointer;
	}
	
	.wizard_col .row_type {
		float:left;
	}

#col_type {
	border-right:1px solid #666;
}

#popup .border {
	border-bottom:1px solid #CCC;
	text-align:center;
}

#popup .border:hover {
	background-color:#5E5EFF;
}

#add_detail_wizard {
	border-bottom:1px solid #666;
	float:left;
	width:100%;
	height:310px;
}

.overzicht_row img {
	width:25px; 
	height:25px;
}

	.overzicht_row img:hover {
		cursor:pointer;
	}

.txtheight {
	height:70px;
	line-height:70px;
}

.mobile_opslaan {
	margin-top:180px; 
	width:220px; 
	margin-left:-40px;
}

/* layout iPad */
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  	body {
		font-size:18px;
		width:100%;
	}
	
	#titel {
		font-size:28px;
		margin-left:-5px;
	}
	
	#content {
		width:100%;
		float:left;
	}
	
	#topbanner {
		width:100%;
		background-size:contain;
		float:left;
	}

	#main {
		width:100%;
		float:left;
	}
	
	#overzicht {
		width:100%;
		margin-top:15px;
		float:left;
	}
	
	#buttons_row {
		float:left;
	}
	
		#buttons_row img:hover {
			cursor:pointer;
		}
	
	.prj_col2 { float:left; width:20%; position:relative; left:0px; }
	.prj_col3 {	float:left;	width:30%; position:relative; left:0px; }
	.prj_col4 { float:left;	width:48%; position:relative; left:0px; }
	
	.cust_col1 { float:left; width:20%; position:relative; left:0px; }
	.cust_col2 { float:left; width:78%; position:relative; left:0px; }	
	
	.overzicht_row {
		height:50px;
		line-height:50px;
		float:left;
	}
		
	.highlight:hover {
		background:#D9D9FF;
	}

	.row {
		height:35px;
		line-height:35px;
		width:100%;
		margin-top:5px;
		float:left;
		position:relative;
	}
	
		.row select {
			margin-top:3px;
			height:30px;
			font-size:18px;
			width:85%;
		}
		
		.row input {
			height:20px;
			font-size:18px;
			width:165px;
			max-width:165px;
			min-width:165px;
			float:left;
		}
		
		.row textarea {
			position:relative;
			font-size:18px;
			width:320px;
			min-width:320px;
			max-width:320px;
			border-radius:10px;
			height:60px;
			left:-105px;
			border:1px solid gray;
			float:left;
		}
	
		.row label {
			float:left;
			width: 30%;
			position:relative;
		}
	
	.row_col3 {
		float:left;
		width:60%;
		position:relative;
		left:0px;
		top:0px;
		height:35px;
		line-height:35px;
		vertical-align:middle;
	}
	
	.row_titel {
		height:35px;
		line-height:35px;
		font-size:20px;
		float:left;
	}
	
	.txtheight {
		height:70px;
		line-height:70px;
	}
			
	.btn {
		font-size:18px;
	}
		
	#login {
		position:relative;
		width:65%;
		border:solid white 2px;
		border-radius:10px;
		margin-top:35px;
		margin-left:20%;
		padding-bottom:10px;
	}
	
	#login p {
		width:100%;
		position:relative;
		height:40px;
	}
	
	#login p label {
		width:30%;
		position:relative;
		left:0px;
		height:40px;
		line-height:40px;
		padding-left:0px;
		margin-left:5%;
		font-size:18px;
		float:left;
	}
	
	#login p input {
		position:relative;
		float:left;
		left:0px;
		height:30px;
		width:50%;
		line-height:30px;
		font-size:18px;
	}
	
	#klant_gegevens {
		width:70%;
	}
	
	#chkAdres, #chkFacturatie {
		margin-left:0px;
	}
	
	#popup {
		width:700px;
		height:440px;
		left:50%;
		top:50%;
		margin-left:-350px;
		margin-top:-250px;
	}

	#popup .row {
		width:95%;
	}
	
	#add_detail_wizard {
		height:330px;
	}

	#popup .wizard_col .row {
		float:left;
		width:91%;
		padding-top:0px;
		margin-top:0px;
		height:45px;
		line-height:45px;
		vertical-align:middle;
	}
	
	#popup #add_detail_wizard #col_product .row {
		float:left;
		height:auto;
	}
	
	#popup .popup_col2 { 
		width:600px; 
		font-size:18px; 
	}
	
	#popup .popup_col3 { 
		left:650px; 
	}
		
	#col_product .row label {
		width:80px;
		left:30px;
		text-align:left;
		position:relative;
		float:left;
	}
	
	#col_product .btn {
		float:left;
		margin-top:10px;
		margin-left:70px;
	}
	
	.popup_input {
		float:left;
		width:200px;
		max-width:200px;
		height:20px;
		margin-left:4px;
		margin-top:4px;
		padding-top:10px;
	}
	
	.popup_txt {
		height:125px;
		min-height:125px;
		max-height:125px;
		width:275px;
		min-width:275px;
		max-width:275px;
	}
	
	.subbutton_row {
		height:55px;
	}
	
	.scrollbar {
		overflow:auto;
	}
	
	.klant_row label {
		width:100px;
		position:absolute;
		left:0px;
		top:0px;
		margin-left:35px;
		font-weight:500;
	}
	
	.klant_row span {
		position:absolute;
		left:115px;
		top:0px;
		width:365px;
	}
	
	.overzicht_row img {
		width:45px; 
		height:45px;
	}
	
	.row_col3 textarea {
		left:0px;
	}
	
	.mobile_opslaan {
		margin-top:20px; 
		width:220px; 
		margin-left:0px;
	}
}