.MainHeader .selected_profiles li {
	text-align: center;
	color: grey;
}

.MainHeader .selected_profiles li.selected{
	color: black;
}

.MainHeader .selected_profiles li.invalid-boundary {
	color: red;
}

.MainHeader .selected_datasets li {
	text-align: center;
}

.MainHeader .mainheader-logo-container {
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.MainHeader .mainheader-logo-container img {
	height: 100%;
	max-width: 100%;
}

.MainHeader .selected_datasets li img {
	padding-right: 5px;
}

.MainHeader .mainheader-text-container h3 {
	margin: 0;
	font-size: 17px;
}

/* align header text vertically */
.MainHeader .mainheader-text-container {
	height: 40px;
	overflow: hidden;
	text-align: center;
	border-top: solid #7D7D7D 1px;
}

.MainHeader .mainheader-text-table {
	height: 100%;
	width: 100%;
	display: table;
}

.MainHeader .mainheader-text-cell {
	display: table-cell;
	vertical-align: middle;
}

.MainHeader .mainheader-menu-button {
	float: left;
	margin-left: 15px;
	margin-top:  0px;
}

.MainHeader .mainheader-logout-button {
	float: right;
	margin-right: 15px;
	text-shadow: black 0 0 0;
	color: white !important;
	text-decoration: none;
	font-size: 0.9em;
	margin-top: 7.5px;
	text-align: center;
	padding: 5px 10px;
	background-color: #7D7D7D;
	border-radius: 10px;
}

.MainHeader .mainheader-navigation-menu {
	position: absolute;
	width: 200px;
	height: 100%;
	left: -200px;
	top: 0px;
	background-color: black;
}

.ui-icon-mainheader-menu {
	background-image: url("../resources/images/menu.png");
}