@CHARSET "ISO-8859-1";
.topNav
{
	background: #40ac48;
	color: rgba(255,255,255,0.9);
	position: fixed;
	height: 50px;
	width: 100vw;
	z-index: 6;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.serverIP
{
	background: rgba(0,0,0,0.2);
	position: fixed;
	height: 30px;
	width: 300px;
	z-index: 6;
	left: 0;
	bottom: 0;
}
.serverIP > span
{
	line-height: 30px;
	width: 100%;
	text-align: center;
	display: inline-block;
	cursor: help;
	color: rgba(255,255,255,1);
}
.serverPicker
{
	position: fixed;
	right: 0px;
	top: 50px;
	display: none;
	background: #299a38;
	z-index: 5000;
	text-align: center;
	color: rgba(255,255,255,0.9);
	width: 150px;
	height: 100%;
}
.serverLabel
{
	font-size: 1.2em;
	cursor: pointer;
}
.serverLabel:hover
{
	color: rgba(255,255,255,1);
}
.logoContainer
{
	width: 300px;
	background: #299a38;
	height: 100%;
	padding: 0px;
	left: 0px;
	position: absolute;
	line-height: 50px;
	text-align: center;
	align: center;
	margin: 0px;
	display: inline-block;
}
.logoContainer > a > img
{
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	max-width: 100%;
	max-height: 65px;
	margin-top: -24px;
}
.logoContainer > a > img:hover,.logoContainer > a > img:active,.logoContainer > a > img:focus
{
	-webkit-filter: drop-shadow(1px 1px 2px #000000);
    filter: drop-shadow(1px 1px 2px #000000);
}
.topNav > span
{
	line-height: 50px;
	padding-left: 10px;
	width: 150px;
	cursor: pointer;
	padding-right: 10px;
}
.topNav > .active
{
	background: #299a38;
}
.topNav > .active:hover
{
	color: rgba(255,255,255,1);
}
.topNav > span:hover
{
	color: rgba(255,255,255,1);
	background: #299a38;
}
.serverInfo
{
	height: 50px;
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
}
.serverInfo:hover
{
	background: #299a38;
}
.serverStatistic
{
	display: inline-block;
	width: 75px;
	line-height:30px;
	font-variant: small-caps;
	font-size: 0.8em;
	font-family: 'Raleway';
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
}
.serverStatistic .progress
{
	margin-bottom: 0px;
	height: 8px;
	border-radius: 0px;
}
.serverStatistic .progress-bar
{
	background-color: #299a38;
}