@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');


body #mainwrapper {
    background: #ececec;
}


#dashboardheader {
	font-family: 'Source Sans Pro';
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
			box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
}


#innerheader {
	position: relative;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	
	box-sizing: border-box;
}

#innerheader {
	line-height: 60px;
}
#innerheader:after {
	content: "";
	display: block;
	clear: both;
}



#pull {
	color: #000;
}
	#innerheader h1, .header_title {
		float: right;
		margin: 10px 0 0;
		color:#004680;
		font-size: 1.5rem;
		font-weight: normal;
	}
	#logo {
		float: left;
		height: 60px;
		margin-top: 10px;
		vertical-align: bottom;
		transition: .3s;
	}
	#custommenu {
		float: left;
		padding: 0 0 10px 2rem;
		margin: 0;
		font-size: 15px;
	}
	
	#custommenu>li {
		display: inline-block;
		margin: 0;

	}
	
		#custommenu a {
			position: relative;
			display: block;
			height: 47px;
			margin: 10px 1rem;
			color: #000;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
		}
		#custommenu a:before {
			content: "";
			position: absolute;
			right: 51%;
			bottom: 0;
			left: 51%;
			height: 3px;
			background: #ababab;
			-webkit-transition-duration: .3s;
					transition-duration: .3s;
		}
		#custommenu a:hover:before, #custommenu a:focus:before, #custommenu a:active:before, .active:before {
			right: 0!important;
			left: 0!important;
		}

	#pull {
		display: none;
	}



#custommenu a {
    text-transform: uppercase;
    font-size: 16px;
    color: #004680;
}

#custommenu a:before {
	background: #004680;
}




@media all and (min-width: 1px) and (max-width:900px){
	#logo {
		display: none;
	}
	
	
	#innerheader h1 {
		margin-top: 0;
	}
	
	#pull {
		display: inline-block;
		width: 33px;
		height: 48px;
		padding-left: 15px;
		padding-bottom: 8px;
		text-decoration: none;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
	}
	
	#custommenu {
		display: block;
		position: absolute;
		left: 0;
		padding-bottom: 0;
		padding: 0;
		background:#fff;
		-webkit-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		   -moz-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
				box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}
	#custommenu a {
		font-size: 1rem;
		padding: 10px 1rem;
		margin: 0;
	}	
	
	#custommenu a.active {
		background: #F4F4F4;
	}
	
	#custommenu a:hover {
		background: #F4F4F4;
	}
	
	#custommenu a:before {
		display: none;
	}
	
	#custommenu {
		display: none;
		overflow: hidden;
	}
	
	.menuopen~#custommenu {
		display: block;
		height: 340px;
	}
	
	#custommenu li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
}

/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #084C80      */
/*        DONKER BLAUW = #A0A0A0      */
/*                                    */
/**************************************/
/**************************************/

/* custom header */
header.custom.topheader {	
	padding: 0;
	height: 80px;	
	background: url(logo.svg) no-repeat 10px center;
    background-size: auto 80%;
} 
 
/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #A0A0A0;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #A0A0A0;
}
 
/* 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: #A0A0A0;
}
 
/* selected icon color */
.icon-color-high {
    color: #A0A0A0;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #A0A0A0;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #A0A0A0;
}
 
/* left panel header color */
.header-color {
	background: #084C80;
	color: #FFF;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #A0A0A0;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #A0A0A0;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #A0A0A0;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #A0A0A0;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #A0A0A0;
}