.animate-hidden {
	opacity: 0;
}

.animate-visible {
	opacity: 1;
}

body {
	font-family: "Helvetica Neue", Helvetica, Hiragino Sans GB, Open Sans, Microsoft Yahei, Arial;
}

.header {
	top: 0;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	height: 50px;
	background: #ffffff;
	opacity: 0.98;
	border-bottom: 1px solid #ebecee;
	z-index: 999;
}

.header .callback {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	z-index: 11;
}

.header .callback img {
	height: 24px;
	margin: 13px;
}

.header .title {
	display: block;
	width: 100%;
	line-height: 50px;
	padding: 0 50px;
	font-size: 16px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .option {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 53px;
	z-index: 11;
}

.header .option img {
	height: 24px;
	margin: 13px;
}

.wb-container {
	position: relative;
	min-height: 400px;
	padding-bottom: 50px;
}

.wb-container.top {
	padding-top: 50px;
}

/* start buttons */
.btn {
	outline: none !important;
	background-image: none !important;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.btn.dropdown-toggle,.btn-group .btn.dropdown-toggle,.btn:hover,.btn:disabled,.btn[disabled],.btn:focus,.btn:active,.btn.active {
	outline: none !important;
	background-image: none !important;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline-offset: 0 !important;
	outline: 0 none !important;
}

/* blue buttons */
.btn-green {
	color: #fff;
	background-color: #45b3a6;
	border-color: #45b3a6;
}

.btn-green:hover,.btn-green:focus,.btn-green:active,.btn-green.active {
	color: #fff;
	background-color: #34a598;
	border-color: #34a598;
}

.open .btn-green.dropdown-toggle {
	color: #fff;
	background-color: #34a598;
	border-color: #34a598;
}

.btn-green:active,.btn-green.active {
	background-image: none;
}

.open .btn-green.dropdown-toggle {
	background-image: none;
}

.btn-green.disabled,.btn-green.disabled:hover,.btn-green.disabled:focus,.btn-green.disabled:active,.btn-green.disabled.active,.btn-green[disabled],.btn-green[disabled]:hover,.btn-green[disabled]:focus,.btn-green[disabled]:active,.btn-green[disabled].active,fieldset[disabled] .btn-green,fieldset[disabled] .btn-green:hover,fieldset[disabled] .btn-green:focus,fieldset[disabled] .btn-green:active,fieldset[disabled] .btn-green.active
	{
	background-color: #ddd;
	border-color: #ddd;
}
/* end buttons */

