@font-face {
	font-family: "Bebas";
	src: url('/font/BEBAS___.TTF') format('truetype');
}

/* Kleur tussen de verschillende elementen op het scherm (kleine lijnen) */
#default_container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}

/* Top balk met log en gekleurde lijn onder Let op: Alle default_ ID moeten worden aangepast */
#default_header {
	width: 100%;
	height: 62px;
	z-index: 2;
	background-color: #fff;
}

/* Data container */
#default_content {
	position: absolute;
	left: 50px;
	top: 62px;
	right: 0px;
	bottom: 0px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

#default_menu {
	position: absolute;
	top: 62px;
	left: 0;
	bottom: 0px;
	width: 50px;
	/*border-right: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
	z-index: 2;
	background-color: #fff;
	z-index: 1000;
}

.menuText {
	display: none;
}

#sys_info {
	display: none
}

#default_menu ul li div {
	position: absolute;
	top: 0px;
	left: 45px;
	min-width: 400px;
	display: none;
	box-shadow: 5px 5px 5px rgb(128 128 128 / 50%);
	z-index: 1000;
}

#default_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

#default_menu ul li {
	white-space: nowrap;
	position: relative;
	font: normal 12px/34px Roboto, Trebuchet MS;
	padding: 8px;
	border-bottom: 1px solid #fff;
}

.menuItem {
	padding-left: 8px;
	/*text-decoration: none;*/
	z-index: 1001;
	cursor: pointer;
}

#default_menu ul li:hover, #default_menu ul li:hover {
	white-space: nowrap;
	background-color: #e9e9e9;
	border-bottom: 1px solid #629C61;
	color: #466f45;
	z-index: 1000;
}

#default_menu ul li:hover > div {
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #888;
	z-index: 2000;
}

#default_menu ul li div {
	display: none;
}

#menu_table {
	width: 100%;
	padding: 5px 5px 5px 5px;
	border-spacing: 0px;
	color: #000;
	z-index: 2000;
}

#menu_table th {
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #466f45;
	color: #fff;
}

#menu_table .thText {
	padding-left: 12px;
}

#menu_table td {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	min-width: 150px;
	border-bottom: 1px solid #f7f7f7;
	border-radius: 6px 0px 6px 0px;
}

#menu_table td:hover {
	background-color: #e9e9e9;
	color: #466f45;
	border-bottom: 1px solid #629C61;
	padding: -1px;
	cursor: pointer;
}

#menu_table .nohover {
	pointer-events: none !important;
}

@media screen
	and (min-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1) {
	#default_content {
		position: absolute;
		left: 160px;
		top: 62px;
		right: 0px;
		bottom: 0px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		background-color: #fff;
	}

	.menuText {
		display: inline;
	}

	#default_menu {
		position: absolute;
		top: 62px;
		left: 0;
		bottom: 0px;
		width: 160px;
		/*border-right: 1px solid #ccc;*/
		border-top: 1px solid #ccc;
		z-index: 2;
		background-color: #fff;
		z-index: 10000;
	}

	#default_menu ul li div {
		position: absolute;
		top: 0px;
		left: 145px;
		min-width: 400px;
		display: none;
		box-shadow: 5px 5px 5px rgb(128 128 128 / 50%);
		z-index: 1000;
	}

	#sys_info {
		display: inline;
	}
}

/* KLANT PORTAAL */
#portaalHeader {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 80px;
}

.projectHeader {
	height: 28px;
	background-color: #eee;
	color: #FFF;
	font: bold 17px/25px Arial;
}

#projectDetailNav ul li {
	display: inline;
	margin-right: 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #eee;
}

#projectDetailNav ul li:hover {
	background-color: #eee;
}

.projectDetail_Selected {
	background-color: #eee;
}

/* Load Status block rechts boven binnen IAD */

#loadStatus {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	height: 65px;
	border-left: 1px solid #ccc;
}

#loadStatus table {
	border-spacing: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#loadStatus td:first-child {
	padding-left: 10px;
	width: 20px;;
}

#loadStatus tr:nth-child(even) {
	background-color: #f1f1f1;
}

#loadStatus th {
	padding: 4px 4px 4px 12px;
	text-align: left;
	margin: 0px;
	background-color: #ddd;
	color: #333;
	border-bottom: 1px solid #ccc;
}

#loadStatus .decoration {
	border-bottom: 1px solid #ccc	;
}

#default_body {
	padding: 0px;
	margin: 0px;
	font-size: 12px !important;
	font-family: Roboto, Trebuchet MS !important;
}

#notify {
	position: sticky;
	top: 0px;
}

#IADversion {
	position: absolute;
	right: 41%;
	top: 40px;
	font-size: 12px;
	font-family: Roboto, Trebuchet MS;
}

#IADControl {
	position: absolute;
	right: 41%;
	top: 3px;
}

h1 {
	width: 1200px;
	font-size: 30px;
}

#default_data {
	position: absolute;
	top: 40px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	/* border: 1px solid #000; */
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
}

.fadeControl {
	opacity:0.2;
	filter:alpha(opacity=20);
}

#fadeDiv {
	position: absolute;
	background-color: #f8f8f8;
   	top: 97px;
	border: 2px solid #666;
	box-shadow: 9px 9px 9px #999;
	border-radius: 5px;
	padding: 30px 20px 20px 20px;
	left: 0px;
	margin-left: 5%;
	margin-right: auto;
	width: 85%;
	min-height: 200px;
	display: none;
	z-index: 500;
}

#fadeControl {
	position: relative;
	float: right;
	top: -20px;
	height: 17px;
	width: 17px;
	cursor: pointer;
}

.meldingStatus {
	margin: 5px 5px 5px 5px;
	padding: 10px;
	width: auto;
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
}

.meldingStatus span {
	padding-left: 15px;
	font-style: italic;
	font-size: 10px;
}

.meldingStatus .click {
	color: #ac5f53;
	text-decoration: underline;
	cursor: pointer;
}

.postcodeCheck {
	font: italic 10px Arial;
}

.infoReplace {
	font-size: 9px;
	font-style: italic;
	padding: 5px;
}

.textPadding {
	padding: 5px;
	font-size: 12px;
}

.configurationGroup {
	width: 900px;
	margin-bottom: -5px;
}

.configurationToggle {
	display: none;
}

.configurationGroup h3 {
	background: url('/images/dortmund/dortmund_settings.png') no-repeat 2px 4px;
	padding: 5px 5px 5px 40px;
	background-color: #d7d7d7;
	color: #444;
	font: Bold 13px Verdana;
	border: 1px solid #777;
	cursor: pointer;
}

#navControl {
	text-align: right;
	margin-top: 5px;
	padding: 4px;
	margin-bottom: 2px;
	background-color: #f6f6f6;
}

#navControl:hover {
	background-color: #eee;
}

#navElements {
	margin-right: 2px;
	padding: 5px;
}

.hiddenObject {
	display: none;
}

.editSelected {
	border: 1px solid #ccc;
	background-color: #e7fcd5;
}
.editFrame {
	height: 600px;
	width: 950px;
	position: relative;
}
.editControl {
	position: absolute;
	width: 130px; 
	height: 100%;
	padding: 10px;
}
.editImage {
	position: absolute;
	width: 680px;
	left: 220px;
	height: 100%;
	padding: 10px;
	margin-top: 15px;
}
.editDestination {
	cursor: crosshair;
}
.editNotify {
	position: absolute;
	width: 900px;
	height: 35px;
	bottom: 20px;
	left: 0;
	margin-top: 10px;
}

#standardSelect { 
	padding: 5px; 
	border: 2px solid #000; 
	background-color: #f7ffc8;
	max-width: 700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#standardSelect:hover {
	background-color: #f9f9f9;
}

#standardSelect > ul { display: none; }
#standardSelect:hover > ul {display: block; background: #f9f9f9; border-top: 1px solid #cdcdcd;}
#standardSelect:hover > ul > li { padding: 5px; border-bottom: 1px solid #cdcdcd; list-style: none;}
#standardSelect:hover > ul > li:hover { background: #efefef;}
#standardSelect:hover > ul > li > a { font-style: normal;}
#standardSelect:hover > ul > li > a:visited { font-style: normal; color: #000; }
#standardSelect:hover > ul > li:hover > a { color: #000; font-style: normal;}

.checkboxList {
	width:170px; 
	float: left;
}

.LAVSlogo {
	width: 900px;
	height: 50px;
	background-image: url('/images/LAVSlogo.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: #6ac63f;
	font: bold 22px/50px Calibri;
}

.navControl {
	float: right;
}

.fixed-dialog {
	position: absolute;
	top: 100px;
	left: 100px;
}

.bold {
	font-weight: bold !important;
}

.inputPadding {
	padding-top: 3px;
	font-weight: bold;
	font-style: italic;
	margin-top: 3px;
	color: #777;
}

.fullWidth {
	width: 100%;
}

#postcode ul {
	border: 1px solid #e0e0e0aa;
	width: 600px;
	list-style: square inside url("/images/bronLocatie.png");
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
#postcode ul li {
	padding: 5px 0px 5px 0px;
	width: 600px;
	left: 4px;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0aa;
	font-family: "Verdana";
}
#postcode ul li:last-child {
	border-bottom: 0px;
}
#postcode ul li:hover {
	background-color: #afd9ee;
	color: #333;
}

.tags-input-wrapper{
	background: transparent;
	padding: 8px;
	max-width: 600px;

}
.tags-input-wrapper input{
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #aaa;
	background: transparent !important;
	outline: none;
	width: 100px;
}
.tags-input-wrapper .tag{
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
	position: relative;
	color: #333;
	font-size: 12px;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 3px 20px 3px 5px;
	line-height: 13px;
	margin: 3px 5px 3px 0px;
}
.tags-input-wrapper .tag a {
	margin: 0 7px 3px;
	display: inline-block;
	cursor: pointer;
}

.homeMemo {
	min-width: 400px;
	position: absolute;
	margin-top: 3px;
	padding: 5px !important;
	background-color: #f5f5f5;
	display: none;
	z-index: 1000;
	-moz-box-shadow: 8px 8px 3px grey;
	-webkit-box-shadow: 8px 8px 3px grey;
	box-shadow: 8px 8px 8px grey;
	border: 1px solid #ccc;
	border-radius: 4px 4px 0px 0px;
}

.cursorPointer {
	cursor: pointer;
}
