@charset "utf-8";
/* CSS Document */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

body {
	font-size:16px;
	overflow:hidden;
	background:#FDFDFD;
}

.content {
	width: 1450px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-725px;
}

.titel {
	font-size:18px;
	font-weight:bold;
}

.login_titel {
	font-size:16px;
	text-align:center;
}

.content_detail {
	width:100%;
	overflow:auto;
	float:left;
}

	.content::-webkit-scrollbar {
		width: 5px;
	}
	 
	/* Track */
	.content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	 
	/* Handle */
	.content::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(0,0,0,0.8); 
		-webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.5); 
	}
	.content::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.4); 
	}


.row {
	float:left;
	width:100%;
	position:relative;
}

.pl { padding-left:4px; }
.ml { margin-left: 4px; }

.mt { margin-top:10px; }
.mt2 { margin-top:20px; }
.pt { padding-top: 10px; }

.highlight {
	height:27px;
	line-height:27px;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid black;
}
.highlight:hover {
	background:#9D9DFF;
}

#logo {
	background:url("../images/logo.png");
	position:absolute;
	left:0px;
	top:15px;
	width:200px;
	height:55px;
	background-size:contain;
	background-position:top;
	background-repeat:no-repeat;
}

	.h_logo {
		height:100px;
		line-height:55px;
		vertical-align:middle;
		padding-left:220px;
		font-size:24px;
	}

	.login_box #logo {
		position:relative;
		float:left;
		width:400px;
		height:200px;
	}
	
	.h_logo #logo_tekst {
		float:left;
		height:55px;
		width:400px;
		line-height:55px;
		vertical-align:middle;
	}
	
	.h_logo #logo_menu {
		float:left;
		width:600px;
		position:relative;
	}
	
		.h_logo #logo_menu .logo_menu_button {
			width:150px;
			height:100px;
			line-height:100px;
			vertical-align:middle;
			font-size:20px;
			font-weight:bold;
			color:#000;
			float:left;
		}
		
			.h_logo #logo_menu .logo_menu_button:hover {
				color:#9D9DFF;
				cursor:pointer;
			}

.title {
	font-size:16px;
	font-weight:bold;
}

	.title b {
		color:#9D9DFF;
	}
	
.main {
	width:95%; 	
	padding:0;
	margin:0 auto;
	font-size:14px;
	line-height:15px;
	position:relative;
}

.bg_white { background:#FFF; }
.bg_grey  { background:#CCC; }

.h_row  { height:30px; min-height:30px; border-bottom:1px; line-height:30px; vertical-align:middle; position:relative; }
.w_naam  { width:1040px; min-width:1040px; float:left; position:relative; }
.w_type { width:150px; min-width:150px; float:left; position:relative; }
.w_img { width:30px; min-width:30px; float:left; position:relative; }
.w_nummer { width:100px; min-width:100px; float:left; position:relative; }

	.w_img img {
		width:25px;
		height:25px;
		margin-top:1px;
	}
	
	.w_img img:hover { cursor:pointer; }

.row input, .row select {
	border-radius:4px;
	padding-left:4px;
	height:20px;
	margin-top:2px;
	border:1px solid black;
}

	.w_naam input { width: 270px; }
	.w_type input { width: 120px; }
	.w_chauffeur input { width: 170px; }
	.w_chauffeur select { width: 170px; height:24px; }
	.w_bestemming input { width: 170px; }
	.w_locatie input { width: 170px; }
	.w_opm input { width:285px; }
	.w_driver input { width: 1360px; }

	.row .choose_color {
		display:none;
		position:absolute;
		width:21px;
		height:21px;
		float:left;
		right:2px;
		top:3px;
	}
	
		.row .choose_color:hover {
			cursor:pointer;
		}

	.row .colorpicker {
		position:absolute;
		right:1px;
		top:25px;
		display:none;
		width:22px;
		z-index:10;
	}
	
		.row .colorpicker img {
			width:20px;
			height:20px;
			margin-top:2px;
		}
		
			.row .colorpicker img:hover {
				cursor:pointer;
			}
	
.header {
	font-weight:bold;
	color:#000;
}

	.header:hover {
		color:#9D9DFF;
	}


.login_box {
	width:400px;
	height:440px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-200px;
}
	
	.login_box label {
		float:left;
		width:120px;
	}
	
	.login_box input {
		float:left;
		width:200px;
		margin-left:8px;
	}
	
	.login_box .button, #promo .button {
		width:200px;
		position:absolute;
		left:50%;
		bottom:0px;
		margin-left: -100px;
		background:#9D9DFF;
		border:1px solid #9D9DFF;
		color:#FFF;
		border-radius:8px;
		height:40px;
		line-height:40px;
		vertical-align:middle;
		font-size:16px;
		text-align:center;
	}
	
		.login_box .button:hover, #promo .button:hover {
			cursor:pointer;
			color:#9D9DFF;
			background:#FFF;
		}

#refresh_button {
		width:200px;
		position:absolute;
		right:0px;
		top:2px;
		background:#9D9DFF;
		border:1px solid #9D9DFF;
		color:#FFF;
		border-radius:8px;
		height:40px;
		line-height:40px;
		vertical-align:middle;
		font-size:16px;
		text-align:center;
		z-index:10;
	}
	
		#refresh_button:hover {
			cursor:pointer;
			color:#9D9DFF;
			background:#FFF;
		}

.menu {
	margin-top:15px;
	float:left;
	width:360px;
	height:40px;
	background:#9D9DFF;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #9D9DFF;
	color:#FFF;
}

	.menu:hover {
		cursor:pointer;
		background:#FFF;
		color:#9D9DFF;
	}
	
.selected_menu {
	background:#FFF;
	color:#9D9DFF;
}

.error {
	color:#ed1c24;
	text-align:center;
}

.buttons img {
	width:30px;
	height:30px;
	margin-right:10px;
}

	.buttons img:hover {
		cursor:pointer;
	}
	
.content_detail .row .update { display:none; }
.content_detail .row .n_update { display:block; }
.b_bottom { border-bottom:1px solid black; }

.dialog-error .ui-dialog-titlebar {
	background: #ed1c24	;
}

.ui-dialog-titlebar-close {display: none }

#spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

#filter {
	position:fixed;
	z-index:100;
	background-color: rgba(204, 204, 204, 0.6);
	width:100%;
	height:100%;
	display:none;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}

#promo {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:580px;
	margin-top:-290px;
	margin-left:-300px;
	border:1px solid black;
	background:#FFF;
	border-radius:12px;
	z-index:101;
}

	#promo .promo_titel {
		font-size:22px;
		font-weight:bold;
		height:50px;
		line-height:50px;
		vertical-align:middle;
		width:100%;
		text-align:center;
		background:#CCC;
		border-top-right-radius:12px;
		border-top-left-radius:12px;
		border-bottom:1px solid black;
	}
	
	#promo #close_promo {
		background:url("../images/close_white.png");
		background-size:contain;
		width:25px;
		height:25px;
		position:absolute;
		right:4px;
		top:4px;
		z-index:110;
	}
	
		#promo #close_promo:hover {
			cursor:pointer;
		}
	
	#promo label {
		float:left;
		width:150px;
		font-size:14px;
		min-height:25px;
		line-height:25px;
		vertical-align:middle;
		text-align:left;
		padding-left:4px;
	}
	
	#promo input {
		float:left;
		width:425px;
		font-size:14px;
		height:20px;
		border-radius:4px;
		border:1px solid black;
	}
	
	#promo textarea {
		width:425px;
		height:50px;
		border-radius:4px;
		border:1px solid black;
		margin-top:4px;
	}
	
	#promo .select_tekst label {
		width:119px;
	}
	
	#promo .select_tekst .checkbox {
		margin-top:2px;
		width:22px;
		height:22px;
		border:1px solid black;
		border-radius:4px;
		float:left;
		margin-right:5px;
		position:relative;
	}
		#promo .select_tekst .checkbox:hover {
			cursor:pointer;
		}
		
		#promo .select_tekst .checkbox img {
			width:25px;
			height:25px;
			position:absolute;
			left:0px;
			top:0px;
		}
		
	#promo .button {
		bottom:10px;
	}
	
	#promo .banner {
		height:100px;
		width:430px;
		margin-bottom:8px;
		margin-top:8px;
		border-radius:4px;
		float:left;
	}