body {
	background: #FAFAFA;
	background-position: initial initial;
	background-repeat: initial initial;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue" ,"Helvetica", "Arial", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote
code,
pre,
li,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Helvetica Neue" ,"Helvetica", "Arial", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
}
::-ms-clear, ::-ms-reveal {
	display: none;
}
label {
	font-weight: normal;
}
textarea {
	resize: none;
}
.text-muted {
	color: #999999;
}
.form-control {
	border-radius: 0;
}
.btn {
	border-radius: 0;
}
.input-sm, .input-lg {
	border-radius: 0;
}
.input-group {
	width: 100%;
}
.input-group-addon:first-child,
.input-group-addon:last-child {
	border-radius: 0;
}
.input-group .spacer {
	width: 32px;
}
.input-group.date .input-group-addon.spacer span {
	width: 32px;
}
.blue-button {
	background: #3498DB;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	min-width: 64px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.blue-button:active,
.blue-button:hover,
.blue-button:focus {
	background: #2980B9;
}
.alert {
	border-radius: 0;
	padding: 10px;
}
.modal-content {
	border-radius: 0;
}
.file-input .file-preview {
	border-radius: 0;
}
.file-input .file-drop-zone {
	border-radius: 0;
}
.navbar-default {
	background: #F0F0F0;
	background: -webkit-linear-gradient(top, #F5F5F5, #EFEFEF);
	background: -o-linear-gradient(top, #F5F5F5, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EFEFEF));
	background: linear-gradient(to bottom, #F5F5F5, #EFEFEF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
	padding: 0 1em;
	margin: 0;
}
.navbar-default .navbar-brand {
	height: 51px;
	line-height: 25px;
	padding: 13px 15px;
}
.navbar-brand-logo {
	float: left;
	width: 70px;
	height: 25px;
}
.navbar-brand-title {
	color: #687074;
	line-height: 28px;
	float: left;
	font-size: 18px;
	margin-left: 8px;
}
.white-container
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	.white-container
	{
		border: none;
		padding: 0 16px;
	}
}
.white-container .page-header {
	border: none;
	border-bottom: 1px solid #EEEEEE;
	margin: 40px 0 30px;
	padding: 0 0 10px;
}
.white-container .page-header .page-title {
	font-weight: 500;
}
.white-container footer {
	border: none;
	border-top: 1px solid #EEEEEE;
	margin: 40px 0 0;
	padding: 30px 0;
}
.form-control {
	vertical-align: middle
}
.tooltip {
	font-family: "Helvetica Neue" ,"Helvetica", "Arial", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
	font-size: 13px;
	white-space: nowrap;
}
.tooltip-inner {
	padding: 5px 8px;
}
.alert i {
	margin-right: 5px;
}
.alert .close,
.alert .close:focus,
.alert .close:hover,
.alert .close:active,
.alert .close:visited {
	opacity: 0.7;
	outline: none;
	text-decoration: none;
}
.alert .close,
.alert .close:visited {
	opacity: 0.5;
}
.alert-info .close {
	color: #31708F !important;
}
.alert-success .close {
	color: #3C763D !important;
}
.alert-warning .close {
	color: #8A6D3B !important;
}
.alert-danger .close {
	color: #A94442 !important;
}
.modal {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.modal.small .modal-dialog {
	max-width: 370px;
}
.modal.small .modal-dialog .modal-body {
	padding: 1em;
	margin-top: 1em;
}
.modal .modal-icon {
	vertical-align: middle;
	font-size: 3em;
	float: left;
	margin-right: .25em;
}
.modal:focus {
	outline: none;
}
.modal .modal-header h3 {
	font-size: .95em;
	padding: 0em;
	margin: 0em;
}
.modal .modal-footer {
	padding: .75em;
}
.modal .modal-body {
	padding: 2em;
}
.modal p {
	margin: 0em;
	line-height: 1.5em;
}
.modal.small {
	font-size: inherit;
}
.modal.small .modal-dialog .modal-body {
	display: table;
}
.modal.small .modal-dialog .modal-body .modal-icon {
	display: table-cell;
}
.modal-icon.fa-info-circle {
	color: #337AB7;
}
.modal-icon.fa-warning {
	color: #F0AD4E;
}
.modal-icon.fa-question-circle {
	color: #5BC0DE;
}
.modal-icon.fa-times-circle {
	color: #D9534F;
}
.modal.small .modal-dialog .modal-body .alert-text {
	display: table-cell;
	vertical-align: middle;
}
.top-control {
	background: #222222;
	border-radius: 3px !important;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 36px;
	width: 30px;
	height: 30px;
	opacity: 0;
	position: fixed;
	right: 22px !important;
	bottom: 12px !important;
	z-index: 99;
}
.top-control:after {
	content: "\e260";
	font-family: "Glyphicons Halflings";
	position: absolute;
	top: -2px;
	left: 8px;
	text-align: center;
}
.top-control:hover {
	background:#3498DB;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.top-control:visited {
	background: #222222;
}
.top-control.default:hover,
.top-control.blue:hover{
	background: #3498DB;
}
.top-control.red:hover {
	background: #E74C3C;
}
.top-control.green:hover {
	background: #74C52C;
}
.modal-content.loading-content {
	padding: 15px;
}
.modal-content.loading-content .fa-spin {
	color: #555555;
	display: block;
	float: left;
	font-size: 24px;
	line-height: 24px;
}
.modal-content.loading-content .loading-text {
	display: block;
	line-height: 24px;
	max-width: 240px;
	overflow: hidden;
	padding: 0 0 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}
.volume
{
	display: inline-block;
	background: url("../img/volumes.png") no-repeat -2px 0;
	width: 20px;
	height: 16px;
	margin: 0;
	margin-left: 6px;
	vertical-align: middle;
	cursor: pointer;
}
.volume.step0
{
	background: url("../img/volumes.png") no-repeat -2px 0;
}
.volume.step1
{
	background: url("../img/volumes.png") no-repeat -30px 0;
}
.volume.step2
{
	background: url("../img/volumes.png") no-repeat -58px 0;
}
.volume.step3
{
	background: url("../img/volumes.png") no-repeat -86px 0;
}
.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.content-xlg {
	padding-top: 150px;
	padding-bottom: 150px;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	clear: both;
}
.margin-bottom-5  { margin-bottom: 5px !important;}
.margin-bottom-10 { margin-bottom: 10px !important;}
.margin-bottom-15 { margin-bottom: 15px !important;}
.margin-bottom-20 { margin-bottom: 20px !important;}
.margin-bottom-25 { margin-bottom: 25px !important;}
.margin-bottom-30 { margin-bottom: 30px !important;}
.margin-bottom-35 { margin-bottom: 35px !important;}
.margin-bottom-40 { margin-bottom: 40px !important;}
.margin-bottom-45 { margin-bottom: 45px !important;}
.margin-bottom-50 { margin-bottom: 50px !important;}
.margin-bottom-55 { margin-bottom: 55px !important;}
.margin-bottom-60 { margin-bottom: 60px !important;}
.margin-bottom-70 { margin-bottom: 70px !important;}
.margin-bottom-80 { margin-bottom: 80px !important;}
.margin-bottom-90 { margin-bottom: 90px !important;}
.margin-bottom-100 { margin-bottom: 100px !important;}
@media (max-width: 767px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}
.margin-right-20 { margin-right: 20px;}
.padding-sm { padding: 40px 40px;}
.padding-top-5 { padding-top: 5px;}
.padding-left-5 { padding-left: 5px;}
.hr-0 {margin: 0 0;}
.hr-5 {margin: 5px 0;}
.hr-10 {margin: 10px 0;}
.hr-15 {margin: 15px 0;}
.hr-20 {margin: 20px 0;}
.hr-25 {margin: 25px 0;}
.hr-30 {margin: 30px 0;}
.hr-35 {margin: 35px 0;}
.hr-40 {margin: 40px 0;}
.hr-45 {margin: 55px 0;}
.hr-50 {margin: 50px 0;}
.rounded-x {
	border-radius: 50% !important;
}
.bg-color-white {
	background-color: #FFFFFF !important;
}
.bg-color-light {
	background-color: #F7F7F7 !important;
}
.full-width {
	width: 100%;
}
.bds_elephant {
	background-image: url(/Public/assets/img/elephant.png) !important;
}
.bd_weixin_popup {
	box-sizing: content-box !important;
}
.bdsharebuttonbox {
	background: #FFFFFF;
	border: 1px solid #EEEEEE !important;
	border-radius: 0 !important;
	padding: 5px 3px 5px 9px !important;
	width: 280px;
	z-index: 999;
}
.tag-box {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px;
	padding: 20px;
}