@import url("/style/custom/kvkregio/menu.css");
@import url("/style/custom/kvkregio/popup.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


#p116 a {
    color: #00526e;
    text-decoration: underline;
}

.button-feedback-fixed {
    bottom: 12px;
    right: 12px;
}

header.custom.topheader {	
	padding: 0 !important;
	height: 75px;
    display: block !important;
} 

.b_header-wrapper {
    box-shadow: unset;
}

div header {
	padding: 0;
}

#j-container header {
    overflow: visible !important;
}

#j-container header.header-color {
    overflow: hidden !important;
}

#menu_top{
    display: none;
}

@media screen and (max-width: 1325px) {
    #container_menu .menu {
        margin-top: 0px;
    }
}

/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #00526e;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #00526e;
}
 
/* 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: #00526e;
}
 
/* selected icon color */
.icon-color-high {
    color: #00526e;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #00526e;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #00526e;
}
 
/* left panel header color */
.header-color {
    background: #f6f7f8;
    color: #000;
    padding: 5px;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #00526e;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #00526e;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #00526e;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #00526e;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #00526e;
}