//@import "../../../abstracts/abstracts";

/* ****************************** 
    Header
****************************** */

#wrapper > header {
	width: 100%;
	background-color: #333;
}

#wrapper > header .logo {
	float: left;
	height: 80px;
	padding: 20px 0px 0px 10px;
}

#wrapper > header .organisation {
	/*height: 60px;*/
	height: 40px;
	background-color: #222;
}

#wrapper > header .organisation #breadcrumbs {
	width: 100%;
	height: 40px;
	padding: 10px;
}

#wrapper > header .organisation #breadcrumbs a:hover {
	color: white;
	text-decoration: none;
}

#wrapper > header .organisation #breadcrumbs svg {
	float: left;
	fill: #fff;
	width: 12px;
	height: 12px;
	margin: 4px 10px 4px 8px;
}
#wrapper > header .organisation #breadcrumbs a#breadcrumb_home {
	padding-left: 0;
	background-size: 20px 17px;
	background: 0;
	line-height: 14px;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 0;
	margin: 0;
	height: 20px;
	color: #6b6b6b;
	float: left;
}
#wrapper > header .organisation #breadcrumbs a#breadcrumb_home:hover {
	background-size: 20px 17px;
}

#wrapper > header img {
	float: left;
	border: 0;
	/*height: 60px;*/
	height: 40px;
}

#user_info {
	float: right;
	color: #8cd1ff;
	text-align: right;
	margin: 20px 20px 0 0;
	height: 40px;
}

#user_info a {
	color: white;
}

#user_info a:hover {
	color: white;
	text-decoration: underline;
}

#dbq-notification-center-menu-container {
	float: right;
	margin-right: 0; /*15px*/
	margin-top: 0; /*25px*/
}