body {
	font-family: Arial Regular, sans serif;
	font-size: 14px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
}

body a {
	text-decoration: none;
}

.layout-wrapper .layout-topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 64px;
	background-color: #FF6600;
}

.layout-wrapper .layout-topbar #menu-button {
	display: none;
}

.layout-wrapper .layout-topbar .logo-container {
	margin-left: 50px;
	margin-top: 12px;
	display: inline-block;
}

.layout-wrapper .layout-topbar .logo-container.express {
	margin-top: 3px;
}

.layout-wrapper .layout-topbar .logo-container img {
	border: 0 none;
	margin-top: -12px;
}

.layout-wrapper .layout-topbar .logo-container.express img {
	margin-top: -4px;
}

.layout-wrapper .layout-topbar .layout-topbar-menu {
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li {
	display: inline-block;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li>a {
	min-width: 60px;
	padding: 0 28px;
	height: 64px;
	line-height: 64px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li .top-bar-overlay {
	min-width: 120px;
	max-height: 0;
	overflow-y: hidden;
	background-color: #ffffff;
	z-index: 999;
	position: absolute;
	top: 64px;
	padding: 0 20px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.layout-wrapper .layout-topbar .layout-topbar-menu li .top-bar-overlay a
	{
	display: block;
	padding: 8px 14px;
	border-bottom: solid 1px #d7dadd;
	text-align: left;
	color: #404c51;
	overflow: hidden;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li .top-bar-overlay a span
	{
	display: inline-block;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li .top-bar-overlay a:hover
	{
	background-color: #EFF3F6;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li:hover {
	background-color: #C1DF9F;
}

.layout-wrapper .layout-topbar .layout-topbar-menu li:hover .top-bar-overlay
	{
	max-height: 400px;
	overflow-y: auto;
	padding: 20px;
}

.layout-wrapper .layout-sidebar {
	overflow: auto;
	position: fixed;
	top: 64px;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
	z-index: 1000;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.layout-wrapper .layout-sidebar .layout-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.layout-wrapper .layout-sidebar .layout-menu>li {
	border-bottom: 1px solid #e3e9ea;
}

.layout-wrapper .layout-sidebar .layout-menu>li>a {
	padding: 10px 14px;
	color: #6c7778;
	text-decoration: none;
	width: 60px;
	text-align: center;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.layout-wrapper .layout-sidebar .layout-menu>li>a:hover {
	background-color: #EFF3F6;
}

.layout-wrapper .layout-menu-panels {
	position: absolute;
	left: 0;
	top: 64px;
	margin-left: 60px;
}

.layout-wrapper .layout-menu-panels div.menu-panel {
	position: fixed;
	display: none;
	z-index: 1000;
	background-color: #ffffff;
	list-style: none;
	-webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
	border-left: 1px solid #e3e9ea;
	padding: 10px 6px;
}

.layout-wrapper .layout-menu-panels div.menu-panel:after {
	content: "";
	display: table;
	clear: both;
}

.layout-wrapper .layout-menu-panels div.menu-panel td {
	vertical-align: top;
}

.layout-wrapper .layout-menu-panels div.menu-panel p {
	text-align: left;
	padding-bottom: 6px;
	padding-left: 12px;
	margin: 0;
	color: #75BD25;
	font-weight: bold;
	text-transform: uppercase;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul li {
	border: 0;
	padding: 0;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul li a {
	padding: 6px 12px;
	display: block;
	font-size: 14px;
	color: #6c7778;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul li a i {
	font-size: 6px;
	color: #738183;
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul li a .menuitem-text
	{
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .layout-menu-panels div.menu-panel ul li a:hover {
	background-color: #EFF3F6;
}

.layout-wrapper .layout-sidebar .layout-menu>li.active-menuitem>a {
	color: #75BD25;
}

.layout-wrapper .layout-sidebar>.nano>.nano-content>ul:last-child {
	padding-bottom: 120px;
}

.layout-wrapper .layout-sidebar>.nano>.nano-content.menu-scroll-content
	{
	display: block;
	height: 100%;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
}

.layout-wrapper .layout-sidebar>.nano>.nano-pane>.nano-slider {
	background: #aaa;
}

.layout-wrapper .layout-content {
	padding: 64px 0 0 0;
}

.layout-wrapper .layout-content .content-submenu {
	background-color: #2b3236;
}

.layout-wrapper .layout-content .content-submenu>div {
	padding: 32px;
}

.layout-wrapper .layout-content .content-submenu>div ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.layout-wrapper .layout-content .content-submenu>div ul:after {
	content: "";
	display: table;
	clear: both;
}

.layout-wrapper .layout-content .content-submenu>div ul li {
	list-style: none;
	width: 20%;
	float: left;
	margin-top: 5px;
}

.layout-wrapper .layout-content .content-submenu>div ul li a {
	color: #dce0ed;
	display: block;
	width: 90%;
	border: 1px solid transparent;
	transition: border-color .1s;
	padding: 6px 12px;
	border-radius: 0px;
	text-decoration: none;
	font-size: 14px;
}

.layout-wrapper .layout-content .content-submenu>div ul li a:hover {
	border-color: #dce0ed;
}

.layout-wrapper .layout-footer {
	position: fixed;
	bottom: 5px;
	margin-left: 60px;
	width: calc(100% - 74px);
	font-family: Arial regular;
	font-size: 11px;
	color: #ffffff;
	background-color: #242424;
	clear: both;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.hidden-overflow-body {
		overflow: hidden;
	}
	.layout-wrapper .layout-topbar {
		text-align: center;
	}
	.layout-wrapper .layout-topbar #menu-button {
		display: block;
		width: 64px;
		height: 64px;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 64px;
	}
	.layout-wrapper .layout-topbar #menu-button i {
		position: relative;
		top: 20px;
		color: #ffffff;
		font-size: 24px;
	}
	.layout-wrapper .layout-topbar #menu-button:hover {
		background-color: #FF6600;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu {
		background-color: #FF6600;
		height: 40px;
		top: 64px;
		left: 0;
		width: 100%;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu:after {
		content: "";
		display: table;
		clear: both;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu li {
		float: left;
		width: 50%;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu li>a {
		padding: 0;
		text-align: center;
		white-space: nowrap;
		height: 40px;
		line-height: 40px;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu li a i ~span {
		padding-left: 10px;
	}
	.layout-wrapper .layout-topbar .layout-topbar-menu li .top-bar-overlay {
		top: 40px;
		margin-left: auto;
	}
	.layout-wrapper .layout-sidebar {
		top: 104px;
		left: -60px;
		-moz-transition: left 0.3s;
		-o-transition: left 0.3s;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
	}
	.layout-wrapper .layout-content {
		margin-left: 0;
		padding-top: 104px;
	}
	.layout-wrapper .layout-footer {
		margin-left: 0;
		width: calc(100% - 14px);
		text-align: center;
	}
	.layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
		left: 0;
	}
	.layout-wrapper.layout-sidebar-mobile-active .layout-mask {
		background-color: #212121;
		opacity: 0.8;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		display: block;
		width: 100%;
		height: 100%;
	}
}