@import url("/style/custom/zoetermeer/menu.css");

#apptitle,
#pull {
    display:none;
}

#j-container{
	padding:0;
}

#j-container  header.custom.layout.float-none.topheader.of-hidden{
	height:122px;
	font-size:18px!important;	
	overflow: visible;
}

#innercontainer > header {
    overflow: visible;
	padding: 0;
}

.b_header-wrapper {
    max-width: 100%;
}

.b_header-wrapper > #header{
    text-align: left;
}

#container_customsearch {
    display: none;
}

.menu li#p8 a{
	text-decoration:none;
}

.menu li#p8 a:before {
	right: 0!important;
	left: 0!important;
}

@media only screen and (max-width: 950px) {
	#j-container  header.custom.layout.float-none.topheader.of-hidden{
		height: 82px;
	}
	#pull {
		display: block;
	}
	.menu li#p8 a:before {
		display: none
	}
	.menu li#p8 {
		background: #0072b9;
	}
	.menu li#p8 a {
		color: #fff;
	}
}



 
.url{
	clear:right;
	float:right;	
	margin-right:15px;
	color:#fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
	
.url a:link {
	color:#fff;
}  /* unvisited link */
.url a:visited {
	color:#fff;
}  /* visited link */
.url a:hover {
	color:#0072B9;
}  /* mouse over link */
.url a:active {
	color:#fff;
}  

/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #0072B9;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #0072B9;
}
 
/* error message color*/
.error {
    color: darkred;
}
 
/* semi selected icon color, for example in the period control when some months from one year are selected */
.icon-color-low {
    color: #999;
}
 
/* default icon color */
.icon-color-reg {
    color: #0072B9;
}
 
/* selected icon color */
.icon-color-high {
    color: #0072B9;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #0072B9;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #0072B9;
}
 
/* left panel header color */
.header-color {
 background: #0072B9;
 color: #fff;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #0072B9;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #0072B9;
}
 
/* left panel icons new element */
#j-viewtype .button-color.high {
 background-color: #FFE00F !important;
 color: #0072B9;
 font-weight:bold;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #0072B9;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #0072B9;
}


#construction{
	float:right;
	background: #fff;
	color:#0072B9; 
	height: 80px;
	line-height: 80px;
	padding-left:20px;
	padding-right:20px;
	
	
}

.j-list button.item div{
	color:#000;
}