@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600');
nav
{
	width: 300px;
	background: #343434;
	min-height: 100vh;
	position: fixed;
	color: rgba(255,255,255,0.6);
	margin: 0;
	padding: 3px;
	font-weight: 300 !important;
	/*font-family: 'Raleway';*/
	font-family: 'Work Sans', sans-serif;
	padding-top: 60px;
	padding-bottom: 35px;
	overflow: hidden;
	z-index:5;
	top: 0px;
	left: 0px;
}
.createInstance
{
	border-bottom: 2px dotted #343434;
	background:rgba(0,0,0,0.2);
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    nav
	{
		width: 52px;
	}
	.serverInfo, .serverIP
	{
		display: none;
	}
	nav a > span
	{
		display: none;
	}
	.logoContainer
	{
		width: 52px;
	}
	.pageTitle
	{
		height: 85px;
	}
	.pageTitleBG-Wrap
	{
		height: 88px;
	}
	.pageTitleContent
	{
		padding-left: 50px;
	}
	.pageTitleContent > h1
	{
		font-size: 1rem !important;
	}
	.logoContainer > a > img
	{
		width: 0px;
		height: 0px; 
		margin-top: -4px;
		padding: 25px;
		background-image: url('//cdn.creeper.host/panel/images/creeper_penis_vsg.svg');
		background-size: cover;
	}
	.pagePad
	{
		padding-left: 105px;
	}
}

nav > ul, nav > li, nav > ol, nav > .instances > ul, nav > .instances > li, nav > .instances > ol
{
	list-style: none;
}
nav > ul
{
	padding-left: 10px;
}
.instance
{
	/*padding-left: 15px;*/
	text-align: center;
	cursor: grab;
}
nav li
{
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
nav .instances
{
	display: none;
	width: 105%;
	margin-left: -10px;
	background: rgba(0,0,0,0.1);
}
nav li:hover
{
	color: rgba(255,255,255,0.9);
}
nav > ul > ol, .instances > ul > ol, .instances > ol
{
	width: 110%;
	margin: 0;
	background: rgba(0,0,0,0.2);
	list-style: none;
	display: none;
	margin-left: -10px;
	padding-left: 25px;
}
.instances > ol
{
	padding-left: 35px;
}
nav li i
{
	width: 35px;
	padding-right: 15px;
	color: rgba(255,255,255,0.75);
}
nav li a img
{
	width: 45px;
	padding-right: 15px;
}
.mainNav
{
	font-size: 1.2em;
	line-height: 28px;
}
nav a
{
	width: 100%;
	display: block;
}
a, a:hover, a:focus
{
	text-decoration: none !important;
	color: inherit;
}
nav .selected
{
	color: rgba(255,255,255,1);
	font-weight: 500;
}