@charset 'UTF-8';

.entypo, .icon {
	font-family: 'FontAwesome';
}

#gx-sidemenu, #gx-sidemenu-right {
	position: fixed;
	background: #35363a !important;
	min-width: 250px;
	width: 13%;
	max-width: 280px;
	top: 0;
	left: 0;
	overflow: hidden;
	font-family: 'Open Sans';
	z-index: 9999;
}

#gx-sidemenu-right {
	width: 12% !important;
	min-width: 220px;
}

#gx-sidemenu {
	/*box-shadow: 0px 0px 30px #222;*/
}

#gx-sidemenu * {
	text-decoration: none !important;
}

#gx-sidemenu-right {
	/*box-shadow: 0px 0px 15px #999;*/
}

#gx-sidemenu.tiny, #gx-sidemenu-right.tiny {
	min-width: 50px;
	width: 70px;
}

#gx-sidemenu.tiny #gx-sidemenu-login, 
#gx-sidemenu-right.tiny #gx-sidemenu-login
{
	display: none;
}

#gx-sidemenu.tiny li,
#gx-sidemenu-right.tiny li {
	height: 48px;
	padding-left: 0;
	width: 100%;
}

#gx-sidemenu.tiny li.divider,
#gx-sidemenu-right.tiny li.divider {
	height: 0px;
	width: 100%;
}

#gx-sidemenu.tiny a span.text,
#gx-sidemenu-right.tiny a span.text {
	display: none;
	text-decoration: none;
}

#gx-sidemenu.tiny li .icon,
#gx-sidemenu-right.tiny li .icon {
	width: 100% !important;
	height: 50px !important;
	text-decoration: none;
	line-height: 50px;
}

#gx-sidemenu.tiny ul li .arrow, 
#gx-sidemenu-right.tiny ul li .arrow {
	right: 15%;
}

#gx-sidemenu * .icon,
#gx-sidemenu-right * .icon {
	font-family: 'FontAwesome' !important;
	text-decoration: none;
	font-size: 20px;
}

#gx-sidemenu * .icon.entypo-social,
#gx-sidemenu-right * .icon.entypo-social {
	font-family: "FontAwesome" !important;
}

.gx-sidemenu-inner {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 0px;
	overflow: hidden;
}

#gx-sidemenu-login {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 45px;
	width: 100%;
	background: #35363a url('images/gexasoftware.png') no-repeat bottom +15px right +30px;
}

#gx-sidemenu .divider,
#gx-sidemenu-right .divider {
	width: 100%;
	height: 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #444;
	clear: both;
	float: left;
	padding: 0;
	margin: 0 0 0px 0;
}

.gx-sidemenu-inner div.scroll {
	float: left;
	width: 100%;
	position: relative;
}

.gx-sidemenu-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.gx-sidemenu-inner ul li {
	float: left;
	width: 100%;
	padding: 0 1% 0 0;
	clear: both;
	margin: 0 !important;
	position: relative;
}

.gx-sidemenu-inner ul li span.icon {
	float: left;
	width: 20%;
	height: 45px;
	padding: 0;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	font-family: 'FontAwesome' !important;
	color: #999 !important;
}

.gx-sidemenu-inner ul li .icon.mobile {
	line-height: 1.3;
}

#gx-sidemenu-login h2 .icon.mobile {
	line-height: 1.3;
}

.gx-sidemenu-inner ul li a .arrow {
	font-family: 'FontAwesome' !important;
	position: absolute;
	top: 28%;
	right: 5%;
	width: 10px;
	height: 25px;
	color: #999;
	line-height: 24px;
	font-size: 10px;
}

.gx-sidemenu-inner ul li:hover {
	background: rgba(0,0,0,0.1);
}

.gx-sidemenu-inner ul li span.text {
	width: 80%;
	min-height: 20px;
	height: auto;
	padding: 15px 5% 10px 0;
	padding-left: 10%;
	border-left: 1px solid #444;
	float: left;
}

.gx-sidemenu-inner ul li a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

#gx-sidemenu-login h2 {
	color: #999;
	font-weight: normal;
	margin: 0 !important;
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 0;
}

#gx-sidemenu-login h2 .icon {
	font-size: 36px;
	padding: 0;
	margin: 0px 0 0 2%;
	text-align: center;
	width: 40px;
	line-height: 0.8;
	float: left;
	height: 45px;
}

#gx-sidemenu-login h2 span.text {
	float: left;
	padding: 13px 0 10px 0;
}

#gx-sidemenu-login .login-btn {
	clear: both;
	width: 90%;
	color: #999;
	font-size: 18px;
	text-decoration: none;
	float: left;
	padding: 15px 5%;
	margin-bottom: 0;
}

#gx-sidemenu-login .login-btn:hover {
	background: #BBB;
	color: #333;
}

#gx-sidemenu ul li.active-link {
	background: #222 !important;
	text-decoration: underline;
}

#gx-sidemenu ul li.active-link a {
	color: #777;
	border-right: 3px solid #f52 !important;
	float: left;
	width: 100%;
}

#gx-sidemenu ul li.active-link a .icon {
	color: #666 !important;
}

#gx-sidemenu.tiny ul li.active-link a .icon {
	border-right: 3px solid #f52 !important;
	width: 100% !important;
}

#gx-sidemenu-tip {
	background: rgba(200,200,200,0.9);
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 10px;
	color: #444;
	font-family: Raleway;
	font-size: 14px;
}
