/***
CSS file for Tools
***/
.header-tabpanel-spacer {
	height: 50px;
}

.header-tabpanel {
	padding: 0px 15px;
	border-bottom: 2px solid #BDBDBD;
	position: fixed;
	border-top: 2px solid #BDBDBD;
	top: 0px;
	height: 50px;
	width: 100%;
	z-index: 100;
}

.header-tabpanel .img {
	max-width: 100%;
	height: 50px;
}

.header-tabpanel.warning {
	background-color: #ffe180;
	color: #000000;
}

.header-tabpanel.info {
	color: #ffffff;
	background-color: #64B5F6;
}


.header-tabpanel .info-text {
	font-size: 25px;
	position: relative;
	top: -16px;
}