/* 
 * Main Stylesheet 
 * Author: Nicolas Delrez for Cible Communication
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio
:not
 
(
[
controls
]
 
)
{
display
:
 
none
;


}
[hidden] {
	display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
	font-size: 100%;
	/*overflow-y: scroll;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background: #fff;
	min-width: 896px;
}

body, button, input, select, textarea, .button {
	font-family: 'Dosis', sans-serif;
	color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
	background: #a4065f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #a4065f;
	color: #fff;
	text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #a4065f;
}

a:visited {
	color: #a4065f;
}

a:hover {
	color: #a4065f;
}

a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
svg








:not




 




(
:root




 




)
{
overflow








:




 




hidden








;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element 
label {
	cursor: pointer;
}
*/
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	padding: 0px 5px;
}

input.ui-inputfield, select.ui-inputfield {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	padding: 0px 5px;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
	line-height: normal;
	*overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
	*overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"]
	{
	cursor: pointer;
	-webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
	
}

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

select:disabled {
	background-color: rgb(235, 235, 228);
}

input:disabled {
	background-color: rgb(235, 235, 228);
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Nicolas Delrez
   ========================================================================== */
#container {
	width: 980px;
	margin: 0 auto;
}

/***********************************************************************/
/* Header Part
/***********************************************************************/
header {
	position: relative;
	height: 90px;
	margin: 0 auto;
	border-top: 8px #a4065f solid;
	background: #eef6fa;
	clear: both;
}

/***********************************************************************/
/* Logo
	/***********************************************************************/
#logo, #logo a {
	z-index: 9999;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	width: 220px;
	margin: 0px;
}

#logo {
	background: transparent url("/rebis2/javax.faces.resource/img/logo.png.xhtml") top left
		no-repeat;
}

#logo a {
	left: 0;
	top: 0;
	text-indent: -9999px;
	outline: none;
}

#baseline {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #434343;
	text-transform: uppercase;
	line-height: 90px;
	/* margin-left: 100px; */
	margin-left: 15px;
}

#menuRight {
	height: 90px;
	display: inline-block;
	float: right;
}

/***********************************************************************/
/* Lang menu
	/***********************************************************************/
#langLinks {
	float: left;
	margin: 0px;
	list-style: none;
	background: #eef6fa;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 90px;
}

#langLinks div {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: -25px;
}

#langLinks span, #langLinks a {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #434343;
	text-decoration: none;
}

#langLinks a {
	padding: 10px;
	background: #eef6fa;
	border-top: 1px #fff solid;
}

#langLinks span {
	cursor: pointer;
	line-height: 90px;
	padding: 0px;
}

#langLinks a:hover {
	color: #a4065f;
}

/***********************************************************************/
/* Main Navigation with Sub -> JQuery
	/***********************************************************************/
nav {
	height: 90px;
	display: inline-block;
	float: left;
}

nav ul, nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul {
	height: 90px;
}

nav ul li {
	display: inline-block;
	float: left;
	height: 90px;
}

nav ul li a, nav ul li a:visited {
	display: block;
	height: 90px;
	line-height: 90px;
	color: #434343;
	font-weight: 600;
	font-size: 17px;
	margin: 0 15px;
	text-decoration: none;
}

nav ul li a i {
	font-size: 20px !important;
	margin-right: 10px;
}

nav ul li a.info {
	line-height: 85px;
}

nav ul li a:hover {
	text-decoration: underline;
}

/***********************************************************************/
/* Login form
/***********************************************************************/
#login {
	display: inline-block;
	float: left;
	background: #434343;
	padding: 10px 15px 15px;
	text-align: right;
	margin-right: 15px;
	width: 205px;
	height: 65px;
}

#login label {
	color: #d3d3d3;
	font-size: 13px !important;
	text-transform: uppercase;
}

#login .medium {
	width: 81px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.loginButton {
	background: none;
	border: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
}

/***********************************************************************/
/* Content Contener
/***********************************************************************/
#contentContener {
	background-color: #fff;
	/*padding: 15px 15px;*/
	position: relative;
	overflow: hidden;
	height: 100%;
}

.settlement #contentContener {
	background: none;
	padding: 15px 0px;
}

body.home #contentContener {
	padding: 0;
}

body.home #main {
	background: transparent url("../resources/images/map.jpg") center center
		no-repeat;
	padding: 40px 0 0;
	margin: 0 0;
	min-height: 300px;
	position: relative;
}

/***********************************************************************/
/* With Left and Right Sidebar
/***********************************************************************/
body.sidebarLeftRight #main {
	/*float: left;*/
	margin-left: 15px;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

body.sidebarLeftRight #main iframe {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainLeft {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 235px !important;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainLeft h2 {
	margin: 0px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 12px 18px;
	text-transform: uppercase;
	background-color: #434343;
}

#mainLeft form {
	font-size: 14px;
	font-weight: normal;
	font-weight: 400;
}

#mainLeft form select {
	height: 24px;
}

#mainLeft form .semi {
	font-weight: 600;
}

#mainLeft .inline label {
	display: inline-block;
	padding: 0 10px;
}

#mainLeft .inline.next label {
	width: inherit;
}

#mainLeft .small {
	width: 40px;
	margin-right: 20px;
}

#mainLeft .small>input {
	width: 40px;
	margin-right: 20px;
}

#mainLeft .inline.next .small {
	margin-right: 0px;
}

#mainLeft form fieldset.light {
	margin-top: 15px;
	padding: 5px 13px !important;
	color: #2d3232;
	border: 1px #2d3232 solid;
}

#mainLeft form fieldset.light legend {
	color: #515055;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 5px;
}

#mainLeft .inline label {
	width: 80px;
}

.dropdown {
	display: block;
	cursor: pointer;
	/*background: transparent url('../img/dropdown_bg.png') bottom right
		no-repeat;
		*/
}

.dropdown_target {
	display: none;
}

.commzoneDetail .dropdown_target, .commzoneDetail .dropdown_target_visible {
	margin-left: 200px;
}

.droptitle {
	cursor: pointer;
}

#mainRight .panel, #mainLeft .panel, body.sidebarLeftRight #main.columnFix .panel,
	#mainLeft form fieldset.dark {
	margin-top: 10px;
	background: #434343;
	padding: 15px 15px !important;
	color: #fff;
}

#mainRight .panel hr, #mainLeft .panel hr, body.sidebarLeftRight #main.columnFix .panel hr,
	#mainLeft form fieldset.dark hr {
	border: none;
	border-bottom: 1px #514f4f solid;
	height: 2px;
	background: #323232;
}

#mainRight .panel h2, body.sidebarLeftRight #main.columnFix .panel h2,
	#mainLeft form fieldset.dark legend {
	display: block;
	position: relative;
	margin-top: 0px;
	top: 20px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#mainRight .panel h2, body.sidebarLeftRight #main.columnFix .panel h2 {
	top: 0px;
}

#mainLeft form input, #mainLeft form select, #mainLeft form textarea {
	margin-bottom: 3px;
}

#mainLeft form label {
	display: block;
	margin-bottom: 3px;
	line-height: 20px;
}

#mainLeft form div.inline_cb input[type=checkbox] {
	width: 30px;
}

#mainLeft form select {
	width: 205px;
}

#mainLeft form input.wide, #mainLeft form .wide input {
	width: 205px;
}
/***********************************************************************/
/* With Right Sidebar
/***********************************************************************/
body.sidebarRight #main {
	/*float: left;*/
	margin: 0;
	padding: 0px;
	/*width: 700px;*/
	background-color: #e8e8e2;
	line-height: 18px;
}

#mainRight {
	/*margin: 0px 0px 0px 715px;*/
	padding: 0px;
	/*
	width: 235px !important;
	*/
}

body.fullwidth #mainRight {
	/*float: right;*/
	margin: 0px;
	padding: 0px;
	/*
	width: 235px !important;
	*/
}

#mainRight div#smallMap {
	padding: 7px;
	background-color: #403f3d;
}

#mainRight .panel, #mainLeft .panel {
	margin-top: 15px;
}

#mainRight .panel ul, #mainLeft .panel ul, body.sidebarLeftRight #main.columnFix .panel ul
	{
	list-style: none;
	margin: 10px 0 0;
	padding: 0px;
}

#mainRight .panel ul a, #mainLeft .panel ul a, body.sidebarLeftRight #main.columnFix .panel a
	{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin: 0px;

	/*
	margin: 3px 0 0 15px;
	*/
}

#mainRight .panel ul a i, #mainLeft .panel ul a i, #mainRight .panel ul img,
	body.sidebarLeftRight #main.columnFix .panel ul a i, body.sidebarLeftRight #main.columnFix .panel ul img
	{
	/*
	margin-right: 10px;
	*/
	margin-right: 5px;
}

body.sidebarLeftRight #main.columnFix .panel ul li {
	float: left;
}

#mainRight #legend ul {
	display: none;
}

/***********************************************************************/
/* Footer
/***********************************************************************/
footer {
	height: 90px;
	background: #2d3232;
	padding: 0 0px;
	color: #a4acb2;
}

footer div#innerFooter {
	padding: 20px 10px 0;
}

footer div#innerFooter ul#bottomNav {
	list-style: outside none none;
	padding: 0 0 0 250px;
}

footer div#innerFooter ul#bottomNav li {
	float: left;
}

footer div#innerFooter ul#bottomNav li a, footer div#innerFooter ul#bottomNav li a:visited
	{
	display: block;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	/*line-height: 12px;
	font-size: 17px;*/
}

footer #innerFooter {
	text-align: center;
}

footer a.geodok {
	color: #fff;
	text-decoration: none;
	line-height: 12px;
	font-size: 13px;
}

footer a.geodok:visited {
	color: #fff;
	text-decoration: none;
	line-height: 12px;
	font-size: 13px;
}

/* we have only one li at the moment IE explorer has problems with li:last-child 
/*
footer div#innerFooter ul#bottomNav li {
	border-right: 1px #fff solid;
}
footer div#innerFooter ul#bottomNav li:last-child {
	border-right-style:none;
}
*/
footer div#innerFooter ul#bottomNav li a.current, footer div#innerFooter ul#bottomNav li a:hover
	{
	color: #c1c1c1;
	text-decoration: underline;
}

footer div#innerFooter ul#bottomNav li a.lock {
	border-right: none;
	background: transparent url("../resources/img/lockBullet.png") top left
		no-repeat;
	padding-left: 15px;
	margin-left: 12px;
}

footer div#innerFooter .limburg {
	margin-right: 25px; /* <-- change the last value to center  */
}

.editDetailTableContact .ui-panelgrid-cell.label {
	width: 200px;
}

.editDetailTableContact .ui-panelgrid-cell.value input {
	width: 100%;
}

/***********************************************************************/
/* Fact page
/***********************************************************************/
/*
body.sidebarLeftRight #main.columnFix {
	width: 900px !important;
}

*/
body.sidebarLeftRight #main.columnFix h1 {
	font-weight: 400;
	padding-left: 20px;
	border-left: 1px #434343 solid;
}

body.sidebarLeftRight #main.columnFix .mainimg {
	margin: 15px 0;
}

.factTable {
	font-size: 14px;
}

.factTable h3 {
	background: #ffffff;
	padding: 10px;
	text-transform: uppercase;
}

.factTable td.leftcell {
	padding: 10px 5px 10px 10px;
}

.factTable td.rightcell {
	padding: 10px 10px 10px 5px;
}

.factTable .ui-panelgrid .ui-panelgrid-cell {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/***********************************************************************/
/* Buttons
/***********************************************************************/
.button {
	background: #2d3232;
	border: 0px none;
	color: #fff !important;
	display: block;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	height: 28px !important;
	/*padding: 3px 10px 5px;*/
	padding: 0px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	box-sizing: border-box;
}

input.button {
	height: 28px;
}

div.actions a.button {
	background: transparent url('../img/bg_actions.png') repeat-x scroll top
		left;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 5px 0 5px;
	-webkit-box-shadow: none;
	box-shadow: 0 0 5px #888;
	margin-right: 2px;
}

.button:hover {
	/*margin-top: 1px;*/
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.home_btn, .expo_btn {
	display: block;
	background: #a4065f url("/rebis2/javax.faces.resource/img/btn_home.png.xhtml") 185px center
		no-repeat;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.home_btn:visited, .expo_btn:visited {
	color: #fff;
}

.expo_btn {
	background: #a4065f url("/rebis2/javax.faces.resource/img/btn_expo.png.xhtml") 185px center
		no-repeat;
}

.expo_btn_single {
	background: #a4065f url("/rebis2/javax.faces.resource/img/btn_expo_single.png.xhtml") 204px
		center no-repeat;
}

.home_btn:hover, .expo_btn:hover {
	color: #f1f1f1;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.paleGrey {
	color: #adb4ba;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}
/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
	* {
		/*background: transparent !important;*/
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	} /* Black prints faster: h5bp.com/s */
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	} /* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	} /* h5bp.com/t */
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

@media ( min-width : 978px) and (max-width: 1165px) {
	#baseline {
		line-height: 30px;
		padding-top: 15px;
		width: 182px;
	}
}

@media ( max-width : 978px) {
	#baseline {
		font-size: 14px;
		line-height: 30px;
		padding-top: 15px;
		width: 142px;
	}
}

.firstLetterUppercase:first-letter {
	text-transform: uppercase;
}

a.firstLetterUppercase {
	display: block;
}

.panelHeader {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.ui-panelgrid-cell.label {
	width: 200px;
}

.ui-panelgrid-cell.value input {
	width: 100%;
}

#maptoolsinfo {
	max-width: 700px;
}