@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import url("/style/custom/leiden/menu.css");

/* custom header */
header.custom.topheader {	
	padding: 0;
    height: 106px;
    overflow: visible;
} 

section header, div header {
    overflow: visible;
}

#p19 a {
    font-weight: 800!important;
}

body.kbe header.custom.topheader a:focus{
    outline-color: #fff;
}


body.kbe header.custom.topheader .active a:focus, body.kbe.navigation-is-open header.custom.topheader a:focus {
    outline-color: #000;
}


#j-container #innercontainer header .b_header-wrapper {
   box-shadow: none;
}



/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #D52709;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #D52709;
}
 
/* 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: #D52709;
}
 
/* selected icon color */
.icon-color-high {
    color: #D52709;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #D52709;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #D52709;
}
 
/* left panel header color */
.header-color {
 background: #D52709;
 color: #fff;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #D52709;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #000;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #D52709;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #D52709;
}

.j-workspace-bar .j-list li.current div.item {
border-bottom-color: #D52709;
}

.header-color {
	color:#fff!important;
}

.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #D52709;
}