html,
body {
	height: 100%;
}

.top-bar,
.top-bar .navbox-tiles,
.navbox-trigger,
.navbox-tiles .tile,
.navbox-tiles .tile .icon .fa,
.navbox-tiles .tile .title {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bar .logo {
	color: #fafafa;
}

.navbox-tiles:after {
	content: '';
	display: table;
	clear: both;
}

/* Core Styles */
.top-bar {
	height: 50px;
	position: relative;
	z-index: 1000;
}

.top-bar .bar {
	background-color: #0d2344;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.top-bar .navbox {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.top-bar .navbox-tiles {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
}

.top-bar.navbox-open .navbox-trigger {
	background-color: #484747;
}

.top-bar.navbox-open .navbox {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
}

.top-bar.navbox-open .navbox-tiles {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.navbox-trigger {
	background-color: #2e4279;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.navbox-trigger .fa {
	font-size: 20px;
	color: #fff;
}

.navbox-trigger:hover {
	background-color: #484747;
}

.navbox {
	background-color: #484747;
	width: 100%;
	max-width: 380px;
	-webkit-backface-visibility: initial;
	backface-visibility: initial;
}

.navbox-tiles {
	width: 100%;
	padding: 25px;
}

.navbox-tiles .tile {
	display: block;
	background-color: #3498db;
	width: 30.3030303030303%;
	height: 0;
	padding-bottom: 29%;
	float: left;
	border: 2px solid transparent;
	color: #fff;
	position: relative;
}

.navbox-tiles .tile .icon {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.navbox-tiles .tile .icon .fa {
	font-size: 35px;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: initial;
	backface-visibility: initial;
}

.navbox-tiles .tile .title {
	padding: 5px;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.navbox-tiles .tile:hover {
	border-color: #fff;
	text-decoration: none;
}

.navbox-tiles .tile:not(:nth-child(3n+3)) {
	margin-right: 4.54545454545455%;
}

.navbox-tiles .tile:nth-child(n+4) {
	margin-top: 15px;
}

@media screen and (max-width: 370px) {
	.navbox-tiles .tile .icon .fa {
		font-size: 25px;
	}

	.navbox-tiles .tile .title {
		padding: 3px;
		font-size: 11px;
	}
}


#side {
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 0px;
	width: 280px;
	overflow: hidden;
}

#main {
	position: absolute;
	left: 50px;
	top: 50px;
	bottom: 0px;
	right: 0px;
	width: auto;
	z-index: 2;
	overflow: auto;
}

#main .left-content {
	height: calc(100vh - 50px);
	background: #111e2d;
}

.left-content>div {
	font-size: 14px;
}

#main .right-content {
	height: calc(100vh - 50px);
	background: #fff;
}

.content-header{
	height: 30px;
	line-height: 30px;
	font-size: 16px!important;
	color: #fafafa;
	background-color: #2e4279;
	text-align: center;
}

.right-content iframe {
	width: 100%;
	height: calc(100% - 4px);
	border: none;
	margin: 0;
	padding: 0;
}

#left_menu {
	width: 50px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #0d2344;
	overflow: hidden;
	z-index: 9;
}

.left-menu-items {
	margin-top: 40px;
}

ul.left-menu-items>li {
	color: #fafafa;
}

ul.left-menu-items>li:hover {
	background-color: #2e4279;
}

ul.left-menu-items>li.active {
	color: #2e4279;
	background-color: #fafafa;
}

#left_menu_cnt {
	width: 230px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -230px;
	/* left: 50px; */
	overflow: auto;
	background: #fafafa;
	border-right: 1px solid #d2dce2;
	z-index: 8;
}

#left_menu_cnt .nav_module {
	position: relative;
	padding-left: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #086992;
	font-size: 14px;
	border-bottom: 1px solid #d2dce2;
}

#left_menu_cnt #nav_resource {
	margin-top: 5px;
	overflow: auto;
}

#menu-items li {
	/* padding: 19px 9px 19px 15px; */
	width:50px;
	/* height:70px; */
	/* line-height: 70px; */
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
}

#menu-items li > span.desc{
	display: block;
	margin-top: 5px;
	font-size:12px;
}

#nav-show {
	position: absolute;
	bottom: 0px;
	/* padding: 10px; */
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #87baf9;
}

#show_hide_btn {
	text-decoration: none;
	font-size: 16px;
	color: #6cdbf9;
	position: absolute;
	right: 5px;
	height: 40px;
	line-height: 40px;
}

#show_hide_btn:hover {
	color: #55aaff;
}

.code-tools {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	font-size: 12px;
}

.code-tools li {
	list-style-image: none;
	list-style-type: none;
	float: right;
	margin-left: 2px;
	background-color: #155e07;
	padding: 8px 10px 8px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.code-tools li:hover {
	background-color: #0f920d;
}


.item-card {
    width: 215px;
	margin: 5px auto;
	background: #ebf3f5;
	transition: all 0.2s ease-in 0s;
	cursor: pointer;
	box-shadow: 2px 1px 1px #c1dae5;
}

.item-card:hover{
	background: #e0e6e7;
}

.item-card dl {
    padding: 10px 15px;
}

.item-card dt {
    margin-bottom: 5px;
    font-weight: 700;
    color: #308cbd;
    font-size: 13px;
}

.item-card dd {
	font-size:11px;
	color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.case-card{
	width: 215px;
	margin: 5px auto;
	background: #ebf3f5;
	transition: all 0.2s ease-in 0s;
	cursor: pointer;
	border: 1px solid #ddd;
}

.case-card:hover{
	border: 1px solid #FF9966;
}

.case-card:hover .card-title{
	background: #FFCC99;
}

.case-card .img-wrap{
	height:100px;
}

.case-card .img-wrap > img{
	width: 100%;
	height: 100%;
}

.case-card .card-title{
	width:100%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	background: #fafafa;
	color:#333;
	font-size: 13px;
}

