@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:hover {
	background:#9D9DFF;
}

#logo {
	background:url("../images/logo.jpg");
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	background-size:contain;
}

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

	.login_box #logo {
		position:relative;
		float:left;
		width:400px;
		height:200px;
	}
	
	.h_logo #logo_tekst {
		position:relative;
		float:left;
		left:225px;
		height:100px;
		width:200px;
		line-height:100;
		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:300px; min-width:300px; float:left; position:relative; }
.w_driver { width:1370px; min-width:300px; float:left; position:relative; }
.w_type { width:150px; min-width:150px; float:left; position:relative; }
.w_chauffeur { width:200px; min-width:200px; float:left; position:relative; }
.w_bestemming { width:200px; min-width:200px; float:left; position:relative; }
.w_locatie { width:200px; min-width:200px; float:left; position:relative; }
.w_opm { width:315px; min-width:315px; float:left; position:relative; }
.w_img { width:30px; min-width:30px; float:left; position:relative; }

	.w_img img {
		width:25px;
		height:25px;
	}
	
	.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 {
		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 {
			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;
}