/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #444         */
/*        DONKER BLAUW = #0F70B4      */
/*                                    */
/**************************************/
/**************************************/

/* custom header */
header.custom.topheader {	
	padding: 0;
	height: 80px;	
} 
 
/* 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: #444;
	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;
}

#innerheader{
    max-width: 1140px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

#innerheader #logo{
    max-height: 60px;
    margin-left: 1px;
}

#nav-dashboard{
    float: left;
    padding: 0 0 10px 32px;
    margin: 0;
    font-size: 15px;
}

#innerheader::after{
    content: 'Huldenberg in Cijfers';
    font-size: 24px;
    position: absolute;
    right: 0;
}

#nav-dashboard ul{
    margin: 0;
    padding: 0;
    display: flex;
}

#nav-dashboard>li {
    display: inline-block;
    margin: 0;
}

#nav-dashboard li{
    padding: 0;
    list-style: none;
}

#nav-dashboard a {
    position: relative;
    display: block;
    padding-top: 42px;
    height: 47px;
    margin: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

#nav-dashboard a:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 20px;
    left: 50%;
    height: 3px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #ababab;
}

#nav-dashboard a:before {
    background: #243F8A;
}

#nav-dashboard a:hover:before, #nav-dashboard a:focus:before, #nav-dashboard a:active:before, .active:before {
    right: 0!important;
    left: 0!important;
}