html, body {
  position: relative;
  height: 100%;
}

body {
	font-family: "Segoe UI", "Microsoft YaHei UI", "Microsoft Yahei", Simsun, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #f6f6f6;
	cursor: default;
	overflow-y: scroll;
}

a {
	text-decoration: none;
}

.pay-result {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
	background: #f7f7f7;
	padding: 20px;
	box-shadow: 0 0 10px #bdbdbd;
	border-radius: 5px;
}

	.pay-result .result {
		margin-bottom: 20px;
		color: #2a52af
	}

	.pay-result .state {
		font-size: 20px;
	}

	.pay-result td {
		background: #f7f7f7;
	}



.console-view .main-header .total {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin: 0 20px 0 0;
	font-weight: 500;
}


.body-content {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	margin-bottom: -100px;
}


	.body-content .header {
		height: 80px;
		line-height: 80px;
		font-size: 2rem;
		color: #2f70a9;
		text-align: center;
		border-bottom: 2px solid #2f70a9
	}

		.body-content .header a {
			font-size: 16px;
			position: absolute;
			right: 10px;
		}

.main-wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	padding-left: 240px
}

.main-sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #4b4b4b;
	white-space: nowrap;
	z-index: 3;
	color: #74808f;
	scrollbar-color: #888 #4b4b4b;
}

	.main-sidebar a {
		color: #ccc;
		outline: none !important
	}

	.main-sidebar .nav-user .nav-user-info {
		height: 60px;
		padding-left: 60px;
		border-bottom: 1px solid #22252e
	}

		.main-sidebar .nav-user .nav-user-info .nav-user-img {
			position: absolute;
			left: 0;
			top: 0;
			text-align: center;
			width: 60px
		}

			.main-sidebar .nav-user .nav-user-info .nav-user-img img {
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
				border-radius: 100%;
				width: 30px;
				height: 30px;
				vertical-align: middle;
				display: block;
				margin: 15px auto
			}

		.main-sidebar .nav-user .nav-user-info .nav-user-name {
			line-height: 60px;
			font-weight: 500;
			color: #ccc;
		}

	.main-sidebar .nav-user .nav-user-actions {
		border-bottom: 1px solid #22252e;
		list-style: none;
		padding: 0;
		margin: 0
	}

		.main-sidebar .nav-user .nav-user-actions li {
			height: 60px;
			float: left;
			width: 25%;
			text-align: center
		}

			.main-sidebar .nav-user .nav-user-actions li a {
				display: block;
				height: 100%
			}

				.main-sidebar .nav-user .nav-user-actions li a:hover {
					color: #fff
				}

			.main-sidebar .nav-user .nav-user-actions li i {
				display: block;
				line-height: 60px;
				font-size: 14px
			}

				.main-sidebar .nav-user .nav-user-actions li i.fa-globe {
					font-size: 15px
				}

	.main-sidebar .nav-sidebar ul > li {
		font-size: 0.9375rem;
	}

	.main-sidebar .nav-sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.main-sidebar .nav-sidebar > ul > li > a {
		height: 50px;
		line-height: 50px;
		padding-left: 50px;
		display: block;
		position: relative;
		font-weight: 500
	}

		.main-sidebar .nav-sidebar > ul > li > a i {
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			font-size: 14px
		}

	.main-sidebar .nav-sidebar > ul > li > .sub-nav-sidebar li {
		font-size: 0.875rem;
	}

	.main-sidebar .nav-sidebar > ul > li > .sub-nav-sidebar {
		display: none;
		padding-left: 50px;
		padding-bottom: 15px;
		position: relative;
		overflow: hidden;
	}

		.main-sidebar .nav-sidebar > ul > li > .sub-nav-sidebar li a {
			padding-left: 10px;
			line-height: 30px;
			display: block;
			position: relative
		}

		.main-sidebar .nav-sidebar > ul > li > .sub-nav-sidebar li.active a {
			color: #fff
		}

			.main-sidebar .nav-sidebar > ul > li > .sub-nav-sidebar li.active a:after {
				background: #333846
			}

	.main-sidebar .nav-sidebar > ul > li.active > a {
		color: #ffffff
	}

	.main-sidebar .nav-sidebar > ul > li.active .sub-nav-sidebar {
		display: block
	}

	.main-sidebar .nav-sidebar {
		position: relative;
		min-height: 90%;
	}

	.main-sidebar .logo-sidebar {
		margin: 20px 0;
		padding: 0 10px;
		overflow: hidden
	}

		.main-sidebar .logo-sidebar a {
			display: inline-block;
			height: 100%;
			outline: none !important;
			position: relative
		}

	.main-sidebar .nav-sidebar .copyright {
		text-align: center;
		margin-top: 20px;
		color: #ccc;
	}

		.main-sidebar .nav-sidebar .copyright a {
			color: #ccc;
		}

			.main-sidebar .nav-sidebar .copyright a:hover {
				color: #fff;
			}

		.main-sidebar .nav-sidebar .copyright p {
			margin-bottom: 5px;
		}

			.main-sidebar .nav-sidebar .copyright p span {
				vertical-align: middle;
			}

.nav-sidebar #mu-profile {
	position: relative;
}

	.nav-sidebar #mu-profile img {
		width: 15px;
		height: 15px;
		line-height: 50px;
		text-align: center;
		display: block;
		position: absolute;
		left: 18px;
		top: 18px;
	}

	.nav-sidebar #mu-profile .msg-count {
		font-size: 10px;
		display: none;
		position: absolute;
		width: 15px;
		height: 15px;
		border-radius: 10px;
		right: 10px;
		background: red;
		top: 22px;
	}

.main-loading {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none;
	z-index: 2;
	position: fixed;
	right: 30px;
	bottom: 30px
}

.main-content {
	height: 100%;
	width: 100%
}
	.main-content .content-inner {
		padding: 30px 30px 0 30px;
	}

.sidebar-toggle {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
	display: none;
	outline: none !important
}

	.sidebar-toggle span {
		display: block;
		margin: 0 auto;
		height: 4px;
		width: 24px;
		margin-bottom: 4px;
		background-color: #666;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px
	}

		.sidebar-toggle span:last-child {
			margin-bottom: 0
		}



.console-view .item-date, td.item-date {
	width: 130px
}


.main-header {
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f1f1f1;
	-webkit-box-shadow: 0 1px 0 #f1f1f1;
	box-shadow: 0 1px 0 #f1f1f1;
	height: 60px;
	padding: 15px 30px;
	position: relative
}

	.main-header .page-title {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		margin: 0 20px 0 0;
		font-weight: 500
	}

	.main-header .btn {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px
	}

		.main-header .btn.float-left {
			margin-right: 10px
		}

		.main-header .btn.float-right {
			margin-left: 10px
		}

	.main-header .dropdown {
		margin-left: 10px
	}

	.main-header .search {
		border: 1px solid #ddd;
		position: relative;
		margin-left: 10px;
		width: 120px;
		height: 30px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-transition: width ease 0.5s;
		-o-transition: width ease 0.5s;
		-webkit-transition: width ease 0.5s;
		transition: width ease 0.5s
	}

	.main-header .form-search {
		position: relative;
		margin-left: 10px;
		width: 160px;
	}

		.main-header .form-search .btn {
			border: none;
			position: absolute;
			right: 0;
			top: 1px;
		}

		.main-header .form-search .btn-clear {
			display: none;
		}

		.main-header .form-search .input-search {
			padding-right: 60px;
		}

	.main-header .search i {
		cursor: pointer;
		position: absolute;
		color: #aaa;
		z-index: 0;
		right: 0;
		top: 0;
		width: 28px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		z-index: 1000;
	}

	.main-header .search input {
		font-size: 12px;
		outline: none !important;
		position: relative;
		background: none;
		left: 0;
		top: 0;
		padding-left: 8px;
		padding-right: 35px;
		z-index: 1;
		width: 100%;
		height: 100%;
		border: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px
	}

		.main-header .search input:focus {
			cursor: text
		}

	.main-header .search.active .tooltip {
		display: none !important
	}

	.main-header .right-side-toggle {
		display: none;
		height: 50px;
		width: 30px;
		text-align: left;
		padding: 0 8px 0 0;
		margin: 0;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		border: none
	}

		.main-header .right-side-toggle span {
			display: block;
			margin: 0 auto;
			height: 5px;
			width: 5px;
			margin-bottom: 4px;
			background-color: #666;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px
		}

			.main-header .right-side-toggle span:last-child {
				margin-bottom: 0px
			}

.table {
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f1f1f1;
	-webkit-box-shadow: 0 1px 0 #f1f1f1;
	box-shadow: 0 1px 0 #f1f1f1
}

	.table thead tr th, .table tbody tr td {
		padding: 0;
		height: 44px;
		border: none;
		border-bottom: 1px solid #eee;
		vertical-align: middle;
		text-align: center
	}

	.table thead {
		background: #fff;
	}

		.table thead tr th {
			font-weight: 500;
			line-height: 45px
		}

			.table thead tr th a {
				font-weight: 500;
				cursor: pointer
			}

	.table tbody tr {
		background-color: #fff;
		-moz-transition: background ease 0.5s;
		-o-transition: background ease 0.5s;
		-webkit-transition: background ease 0.5s;
		transition: background ease 0.5s
	}

		.table tbody tr td {
			border-right: 1px solid #f5f5f5;
			color: #333
		}

			.table tbody tr td:last-child {
				border-right: 0px solid #e9e9e9
			}

		.table tbody tr:hover {
			background-color: #fafafa
		}

		.table tbody tr:last-child td {
			border-bottom-color: #e9e9e9 !important
		}

	.table input {
		top: 0
	}


.table-item-empty {
	background: #fafafa;
	margin-top: -20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	line-height: 40px;
	text-align: center;
	color: #aaa;
	-moz-box-shadow: 0 1px 0 #f1f1f1;
	-webkit-box-shadow: 0 1px 0 #f1f1f1;
	box-shadow: 0 1px 0 #f1f1f1
}

	.table-item-empty i {
		line-height: 44px
	}


.table .item-delete {
	font-size: 16px;
	width: 60px;
}

.table .item-title {
	position: relative;
	text-align: left
}

.table th.item-title {
	padding-left: 15px
}

.table td.item-title {
	max-width: 100px;
	padding: 0 58px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

	.table td.item-title.cursor-default a:first-child {
		cursor: default
	}

@media screen and (max-width: 639px) {
	.table td.item-title a:first-child {
		padding-right: 48px
	}
}

.table td.item-title .external-link {
	padding-left: 0
}

.table .external-link {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 44px;
	height: 100%;
	text-align: center
}

	.table .external-link i {
		width: 100%;
		height: 100%;
		line-height: 48px;
		color: #b3b9c7;
		cursor: pointer;
	}

@media screen and (max-width: 639px) {
	.table .external-link {
		width: 30px
	}
}

@media screen and (max-width: 639px) {
	.table {
		border: none
	}
}


	.manage-view pre {
		max-height: 600px;
		text-wrap: auto;
	}
	
	.bill-view .result {
		width: 700px;
		width: 500px;
		max-height: 600px;
		word-break: break-word;
	}

	.manage-view .form-control, .bill-view .form-control{
		max-width: 500px;
	}

.console-view #modal-detail .modal-content {
	max-height: 700px;
	overflow-y: auto;
	max-width: 600px;
}





.blog-pager {
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}

	.blog-pager .my-pagination {
		float: right;
		display: block;
	}

		.blog-pager .my-pagination .pagination {
			display: flex;
			padding-left: 0;
			list-style: none;
			border-radius: .25rem;
			margin-top: 0;
			margin-bottom: 1rem;
		}

	.blog-pager .page-link:not(:active):not(.active):hover, .blog-pager .page-link:not(:disabled):not(.disabled):hover {
		background-color: #5e5f5b;
		border-color: #5e5f5b;
		color: #fff;
	}

	.blog-pager .page-link:not(:disabled):not(.disabled) {
		cursor: pointer;
	}

	.blog-pager .page-item.active .page-link {
		z-index: 1;
		color: #fff;
		background-color: #2a2a2a !important;
		border-color: #2a2a2a !important;
		cursor: default;
	}

	.blog-pager .page-link {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
	}

	.blog-pager .page-link {
		position: relative;
		display: block;
		padding: .5rem .75rem;
		margin-left: -1px;
		line-height: 1.25;
		color: #333;
		background-color: #fff;
		border: 1px solid #dee2e6;
		word-break: keep-all;
	}

	.blog-pager .page-item:first-child .page-link {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
	}

	.blog-pager .page-item.disabled .page-link {
		color: #c3c9ce;
		pointer-events: none;
		cursor: auto;
		background-color: #fff;
		border-color: #dee2e6;
	}
input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

footer {
	background-color: #333;
	padding: 23px 0 0 .5rem;
	font-size: 13px;
	color: #ccc;
	height: 100px;
}
.footer .copyright {
	max-width: 1400px;
	margin: 0 auto;
}
.footer p:first-child {
	margin-bottom: 10px;
}
.footer p span {
	vertical-align: middle;
}
.footer a {
	color: inherit;
}
.footer p {
	margin: 0;
	height: 21.5px;
}
















@media screen and (max-width: 1024px) {
	.main-header {
		padding-left: 60px;
		padding-right: 15px
	}
}

@media screen and (max-width: 640px) {
	.main-header {
		height: 51px;
		padding: 10px 10px 10px 48px
	}

		.main-header .page-title {
			margin-right: 12px
		}

		.main-header .btn-group .btn.btn-sm {
			width: 35px
		}

		.main-header .btn.float-left {
			margin-right: 5px
		}

		.main-header .btn.float-right {
			margin-left: 5px
		}

		.main-header .dropdown {
			margin-left: 5px
		}
	.main-content .content-inner {
		padding: 15px 5px 5px 5px;
	}
}

@media screen and (max-width: 480px) {
	.main-header .form-search {
		width: 120px;
	}

		.main-header .form-search .input-search {
			padding-right: 40px;
		}
}









@media screen and (max-width: 640px) {
	.sidebar-toggle {
		width: 50px;
		height: 50px
	}
}

@media screen and (max-width: 640px) {
	.main-content .content-inner {
		padding: 15px 5px 5px 5px;
	}
}

@media screen and (max-width: 1024px) {
	.main-wrapper {
		padding-left: 0
	}

	.main-content .content-inner {
		padding: 15px
	}

	.main-sidebar {
		display: none
	}

	.sidebar-open .main-sidebar {
		display: block
	}

	.sidebar-toggle {
		display: block
	}
}

.main-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.4);
	display: none
}

.sidebar-open .main-overlay {
	display: block
}

@media screen and (min-width: 1025px) {
	.sidebar-toggle, .main-overlay {
		display: none !important
	}
}


@media screen and (max-width: 1024px) {
	.sidebar-toggle {
		display: block
	}
}