/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #163F57         */
/*        DONKER BLAUW = #0067AF     */
/*                                    */
/**************************************/
/**************************************/



@import url("/style/custom/deventer/menu.css");
/* @import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
/* custom header */
header.custom.topheader {	
	padding: 0;
	height: 110px;	
} 
 
.jive #container_menu #p104 a {
    font-weight: 800;
}

/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #0F70B4;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #0F70B4;
}
 
/* 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: #0F70B4;
}
 
/* selected icon color */
.icon-color-high {
    color: #0F70B4;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #0F70B4;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #0F70B4;
}
 
/* left panel header color */
.header-color {
	background: #163F57;
	color: #FFF;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #0F70B4;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #0F70B4;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #0F70B4;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #0F70B4;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #0F70B4;
}

#aspnetForm #footer {
    display: none;
}

#wrapper #aspnetForm {
    justify-content: unset;
}

#mainwrapper {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    min-height: 100vh;
}

header.custom.topheader
{	
	padding:0;
	height:100px;
	background:transparent;

    &.b_menu-open {
        height: 550px;

        #innercontainer {
            header {
                overflow: unset;
            }
        }
    }
}

#menu_top,
#apptitle {
    display: none;
}