@import url("/style/custom/onderzoek040/menu.css");

#innercontainer header:after{
    display: none !important;
}

header.custom.topheader {	
	padding: 0 !important;
	height: 80px;
    display: block !important;
} 
div header {
	padding: 0;
}

#j-container header {
    overflow: visible !important;
}

#j-container header.header-color {
    overflow: hidden !important;
}

#innercontainer .b_menu-open {
    top: 80px;
}

/*list item color*/
.item {
    background-color: #fff;
    color: #000;
}

/* category with selected child */
.item.hasselectedchild {
	color: #E32527;
}

/* category icon with selected child */
.item.hasselectedchild .icon-color {
	color: #E32527;
}


/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #E32527 ;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #E32527 ;
}
 
/* 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: #E32527 ;
}
 
/* selected icon color */
.icon-color-high {
    color: #E32527 ;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #E32527 ;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #E32527 ;
}
 
/* left panel header color */
.header-color {
 background: #f6f7f8;
 color: #000;
 padding: 5px;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #E32527 ;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #E32527;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #E32527 ;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #E32527 ;
}

@media screen and (max-width: 1000px) {
    .b_menu-open {
        z-index: 252;
    }
}