@CHARSET "ISO-8859-1";
.topNav
{
	background: #40ac48;
	color: rgba(255,255,255,0.9);
	position: fixed;
	height: 50px;
	width: 100vw;
	z-index: 21;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}
#changeServer
{

}
.enh-support
{
	height: 30px;
	bottom: 0px;
	padding-top: 30px;
	right: 30px;
	position: fixed;
	width: 350px;
	background: #299a38;
	border: 3px #40ac48;
	border-radius: 5px 5px 0px 0px;
}
.enh-support > span
{
	margin-top: -30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 100%;
}
.enh-support > .chatinner > .chat
{
	background: #fff;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 30px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
}
.enh-support > .chatinner
{
		padding-bottom: 30px;
	height: 100%;
}
.enh-support > input
{
	width: 100%;
	border: solid 1px rgba(0,0,0,0.4);
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	color: #343434;
	bottom: 30px;
}
.enh-username
{
	color: #343434;
	word-wrap: normal;
}
.enh-message
{
	color: #000;
}
#logout
{
	background: #299a38;
	width: 50px;
	margin-left: 2px;
}
#logout:hover
{
	background: #40ac48;
}
#changepass
{
	background: #299a38;
	width: 50px;
	margin-left: 2px;
}
#changepass:hover
{
	background: #40ac48;
}
.rightTopNav > span
{
	display: inline-block;
	height: 50px;
}
.rightTopNav
{
	right: 0px;
	height: 55px;
	display: inline-block;
    position: fixed;
}
.serverIP
{
	background: rgba(31,31,31,1);
	position: fixed;
	height: 30px;
	width: 300px;
	z-index: 6;
	left: 0;
	bottom: 0;
}
.serverIP > span
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 30px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	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: 254px;
	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: -7px;
}
.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;
}