/*! bootstrap-progressbar v0.9.0 | Copyright (c) 2012-2015 Stephan Groß | MIT license | http://www.minddust.com */
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress {
	position: relative
}
.progress .progress-bar {
	position: absolute;
	overflow: hidden;
	line-height: 20px
}
.progress .progressbar-back-text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center
}
.progress .progressbar-front-text {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center
}
.progress.right .progress-bar {
	right: 0
}
.progress.right .progressbar-front-text {
	position: absolute;
	right: 0
}
.progress.vertical {
	width: 20px;
	height: 100%;
	float: left;
	margin-right: 20px
}
.progress.vertical.bottom {
	position: relative
}
.progress.vertical.bottom .progressbar-front-text {
	position: absolute;
	bottom: 0
}
.progress.vertical .progress-bar {
	width: 100%;
	height: 0;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease
}
.progress.vertical.bottom .progress-bar {
	position: absolute;
	bottom: 0
}

/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}
.datepicker-inline {
	width: 220px
}
.datepicker.datepicker-rtl {
	direction: rtl
}
.datepicker.datepicker-rtl table tr td span {
	float: right
}
.datepicker-dropdown {
	top: 0;
	left: 0
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-top: 0;
	position: absolute
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}
.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px
}
.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #ffffff
}
.datepicker>div {
	display: none
}
.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
	display: block
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: #eeeeee;
	cursor: pointer
}
.datepicker table tr td.old, .datepicker table tr td.new {
	color: #999999
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0)";
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	color: #000
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9
}
.datepicker table tr td.today:hover:hover {
	color: #000
}
.datepicker table tr td.today.active:hover {
	color: #fff
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: linear-gradient(top, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0)";
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #f3e97a
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #efe24b \9
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(top, #b3b3b3, gray);
	background-image: -ms-linear-gradient(top, #b3b3b3, gray);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
	background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
	background-image: -o-linear-gradient(top, #b3b3b3, gray);
	background-image: linear-gradient(top, #b3b3b3, gray);
	background-repeat: repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0)";
	border-color: #808080 #808080 #595959;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #808080
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
	background-color: #666666 \9
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #08c, #04c);
	background-image: -ms-linear-gradient(top, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(top, #08c, #04c);
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(top, #08c, #04c);
	background-repeat: repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0)";
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
	background-color: #003399 \9
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.datepicker table tr td span:hover {
	background: #eeeeee
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #08c, #04c);
	background-image: -ms-linear-gradient(top, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(top, #08c, #04c);
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(top, #08c, #04c);
	background-repeat: repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0)";
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background-color: #003399 \9
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
	color: #999999
}
.datepicker .datepicker-switch {
	width: 145px
}
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
	cursor: pointer
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
	background: #eeeeee
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}
.datepicker thead tr:first-child .cw {
	cursor: default;
	background-color: transparent
}
.input-append.date .add-on, .input-prepend.date .add-on {
	cursor: pointer
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin-top: 3px
}
.input-daterange input {
	text-align: center
}
.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	float: left
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
	margin-bottom: 5px
}
.progress-animated .progress-bar, .progress-animated .bar {
	background: url("../img/progressbar.gif") !important;
	filter: none
}
.fileupload-process {
	float: right;
	display: none
}
.fileupload-processing .fileupload-process, .files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/loading.gif") center no-repeat;
	background-size: contain
}
.files audio, .files video {
	max-width: 300px
}
@media (max-width:767px) {
	.fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
		display: none
	}
	.files .name {
		width: 80px;
		word-wrap: break-word
	}
	.files audio, .files video {
		max-width: 80px
	}
	.files img, .files canvas {
		max-width: 100%
	}
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}
.lb-container {
	padding: 4px
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}
.lb-nav a.lb-prev:hover {
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}
.lb-nav a.lb-next:hover {
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-align: right;
	outline: none;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}

/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
	empty-cells: show;
	max-width: 100%;
	width: 100%
}
.tablesaw {
	border-collapse: collapse;
	width: 100%
}
.tablesaw {
	border: 0;
	padding: 0
}
.tablesaw th, .tablesaw td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .7em
}
.tablesaw thead tr:first-child th {
	padding-top: .9em;
	padding-bottom: .7em
}
.tablesaw-stack tbody tr {
	border-bottom: 1px solid #dfdfdf
}
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	display: none
}
@media only all {
	.tablesaw-stack td, .tablesaw-stack th {
		text-align: left;
		display: block
	}
	.tablesaw-stack tr {
		clear: both;
		display: table-row
	}
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: block;
		padding: 0 .6em 0 0;
		width: 30%;
		display: inline-block
	}
	.tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0
	}
	.tablesaw-cell-label {
		display: block
	}
	.tablesaw-stack tbody th.group {
		margin-top: -1px
	}
	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important
	}
}
@media (max-width:39.9375em) {
	.tablesaw-stack thead td, .tablesaw-stack thead th {
		display: none
	}
	.tablesaw-stack tbody td, .tablesaw-stack tbody th {
		clear: left;
		float: left;
		width: 100%
	}
	.tablesaw-cell-label {
		vertical-align: top
	}
	.tablesaw-cell-content {
		max-width: 67%;
		display: inline-block
	}
	.tablesaw-stack td:empty, .tablesaw-stack th:empty {
		display: none
	}
}
@media (min-width:40em) {
	.tablesaw-stack tr {
		display: table-row
	}
	.tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
		display: table-cell;
		margin: 0
	}
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: none !important
	}
}
@font-face {
	font-family: 'form-thin-icons';
	src: url(images/1.eot);
	src: url(images/1.eot?#iefix) format("embedded-opentype"),
	url(images/1.woff) format("woff"),
	url(images/1.ttf) format("truetype"),
	url(images/1.svg?#form-thin-icons) format("svg");
	font-weight: normal;
	font-style: normal
}
[class^="form-icon-"]:before, [class*=" form-icon-"]:before {
	font-family: "form-thin-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.form-icon-pencil:before {
	content: '\e800'
}
.form-icon-book:before {
	content: '\e801'
}
.form-icon-music:before {
	content: '\e802'
}
.form-icon-photo:before {
	content: '\e804'
}
.form-icon-user:before {
	content: '\e805'
}
.form-icon-shop:before {
	content: '\e806'
}
.form-icon-comment:before {
	content: '\e815'
}
.form-icon-thumbs-up:before {
	content: '\e817'
}
.form-icon-panel:before {
	content: '\e818'
}
.form-icon-flag:before {
	content: '\e819'
}
.form-icon-work:before {
	content: '\e81b'
}
.form-icon-sound:before {
	content: '\e81c'
}
.form-icon-plane:before {
	content: '\e81d'
}
.form-icon-globe:before {
	content: '\e81e'
}
.form-icon-money:before {
	content: '\e81f'
}
.form-icon-truck:before {
	content: '\e820'
}
.form-icon-coffee:before {
	content: '\e821'
}
.form-icon-heart:before {
	content: '\e822'
}
.form-icon-leaf:before {
	content: '\e823'
}
.form-icon-chart:before {
	content: '\e825'
}
.gd-icon-logout:before {
	content: '\e855'
}
.gd-icon-th-large:before {
	content: '\e856'
}
.gd-icon-doc-text-inv:before {
	content: '\f15c'
}
@font-face {
	font-family: 'gd-thin-icons';
	src: url(images/2.eot);
	src: url(images/2.eot?#iefix) format("embedded-opentype"),
	url(images/2.woff) format("woff"),
	url(images/2.ttf) format("truetype"),
	url(images/2.svg?#gd-thin-icons) format("svg");
	font-weight: normal;
	font-style: normal
}
[class^="gd-icon-"]:before, [class*=" gd-icon-"]:before, .gd-icon:before, .external-link:before, .cke .cke_combo__fontsize .cke_combo_inlinelabel:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .collapse-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .collapse-toggle-icon:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .collapse-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .collapse-toggle-icon:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed .spec-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed .spec-toggle-icon:before, .entry-container-inner form .field-geo-field .geo-map-container .geo-map-result:before {
	font-family: "gd-thin-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.gd-icon-copy:before {
	content: '\e800'
}
.gd-icon-help:before {
	content: '\e801'
}
.gd-icon-plus-circle:before {
	content: '\e802'
}
.gd-icon-minus-circle:before {
	content: '\e803'
}
.gd-icon-minus:before {
	content: '\e804'
}
.gd-icon-plus:before {
	content: '\e805'
}
.gd-icon-eye:before {
	content: '\e806'
}
.gd-icon-folder-thumbnail:before {
	content: '\e807'
}
.gd-icon-heart:before {
	content: '\e808'
}
.gd-icon-publish:before {
	content: '\e809'
}
.gd-icon-time:before {
	content: '\e80a'
}
.gd-icon-pause:before {
	content: '\e80b'
}
.gd-icon-cog:before {
	content: '\e80c'
}
.gd-icon-search:before {
	content: '\e80d'
}
.gd-icon-angle-double-left:before {
	content: '\e80e'
}
.gd-icon-angle-double-right:before {
	content: '\e80f'
}
.gd-icon-angle-double-up:before {
	content: '\e810'
}
.gd-icon-angle-double-down:before {
	content: '\e853'
}
.gd-icon-eye-on:before {
	content: '\e811'
}
.gd-icon-font-weight:before {
	content: '\e812'
}
.gd-icon-fontsize:before, .cke .cke_combo__fontsize .cke_combo_inlinelabel:before {
	content: '\e813'
}
.gd-icon-excel:before {
	content: '\e814'
}
.gd-icon-list:before {
	content: '\e815'
}
.gd-icon-form:before {
	content: '\e816'
}
.gd-icon-pay-center:before {
	content: '\e817'
}
.gd-icon-create-blank-form:before {
	content: '\e818'
}
.gd-icon-pingpp:before {
	content: '\e819'
}
.gd-icon-angle-left:before {
	content: '\e81a'
}
.gd-icon-angle-right:before {
	content: '\e81b'
}
.gd-icon-angle-down:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .collapse-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .collapse-toggle-icon:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed .spec-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed .spec-toggle-icon:before {
	content: '\e81c'
}
.gd-icon-angle-up:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .collapse-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .collapse-toggle-icon:before, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon:before, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon:before {
	content: '\e81d'
}
.gd-icon-desktop:before {
	content: '\e81e'
}
.gd-icon-bars:before {
	content: '\e81f'
}
.gd-icon-refresh:before {
	content: '\e820'
}
.gd-icon-mobile:before {
	content: '\e821'
}
.gd-icon-clock:before {
	content: '\e822'
}
.gd-icon-zoom-in:before {
	content: '\e823'
}
.gd-icon-trash:before {
	content: '\e824'
}
.gd-icon-wechat-pay:before {
	content: '\e825'
}
.gd-icon-help-circle-o:before {
	content: '\e826'
}
.gd-icon-name:before {
	content: '\e827'
}
.gd-icon-print:before {
	content: '\e828'
}
.gd-icon-lock:before {
	content: '\e829'
}
.gd-icon-exclamation-triangle:before {
	content: '\e82a'
}
.gd-icon-external-link:before, .external-link:before {
	content: '\e82b'
}
.gd-icon-location:before {
	content: '\e82c'
}
.gd-icon-info-circle:before {
	content: '\e82d'
}
.gd-icon-info-circled-alt:before {
	content: '\e849'
}
.gd-icon-user:before {
	content: '\e82e'
}
.gd-icon-geo:before {
	content: '\e82f'
}
.gd-icon-enter:before {
	content: '\e830'
}
.gd-icon-wordpress:before {
	content: '\e831'
}
.gd-icon-wechat:before {
	content: '\e832'
}
.gd-icon-weibo:before {
	content: '\e833'
}
.gd-icon-tag:before {
	content: '\e834'
}
.gd-icon-logo:before {
	content: '\e835'
}
.gd-icon-bell:before {
	content: '\e836'
}
.gd-icon-telephone:before {
	content: '\e837'
}
.gd-icon-resize-small:before {
	content: '\e838'
}
.gd-icon-history:before {
	content: '\e839'
}
.gd-icon-save:before {
	content: '\e83a'
}
.gd-icon-keyboard:before {
	content: '\e83b'
}
.gd-icon-image:before {
	content: '\e83c'
}
.gd-icon-url:before {
	content: '\e83d'
}
.gd-icon-shared:before {
	content: '\e83e'
}
.gd-icon-pin:before {
	content: '\e83f'
}
.gd-icon-share:before {
	content: '\e840'
}
.gd-icon-number:before {
	content: '\e841'
}
.gd-icon-eye-off:before {
	content: '\e842'
}
.gd-icon-download:before {
	content: '\e843'
}
.gd-icon-upload:before {
	content: '\e844'
}
.gd-icon-restore:before {
	content: '\e845'
}
.gd-icon-bubble:before {
	content: '\e846'
}
.gd-icon-folder-share:before {
	content: '\e847'
}
.gd-icon-bank-card:before {
	content: '\e848'
}
.gd-icon-qrcode:before {
	content: '\e84a'
}
.gd-icon-filter:before {
	content: '\e84b'
}
.gd-icon-exclamation-circle:before {
	content: '\e84c'
}
.gd-icon-email:before {
	content: '\e84d'
}
.gd-icon-edit-form:before {
	content: '\e84e'
}
.gd-icon-convert:before {
	content: '\e84f'
}
.gd-icon-plus-circle-o:before {
	content: '\e850'
}
.gd-icon-calendar:before {
	content: '\e851'
}
.gd-icon-edit:before {
	content: '\e852'
}
.gd-icon-create-folder:before {
	content: '\e857'
}
.gd-icon-align-left:before {
	content: '\e85b'
}
.gd-icon-align-center:before {
	content: '\e85c'
}
.gd-icon-create-form:before {
	content: '\e85d'
}
.gd-icon-check:before {
	content: '\e85f'
}
.gd-icon-times:before {
	content: '\e860'
}
.gd-icon-check-circle:before {
	content: '\e861'
}
.gd-icon-times-circle:before {
	content: '\e862'
}
.gd-icon-style:before {
	content: '\e863'
}
.gd-icon-minus-circle-o:before {
	content: '\e864'
}
.gd-icon-flash:before {
	content: '\e865'
}
.gd-icon-folder:before {
	content: '\e866'
}
.gd-icon-map-marker:before, .entry-container-inner form .field-geo-field .geo-map-container .geo-map-result:before {
	content: '\e867'
}
.gd-icon-alipay-full:before {
	content: '\e868'
}
.gd-icon-alipay:before {
	content: '\e869'
}
.gd-icon-align-right:before {
	content: '\e86a'
}
.gd-icon-exit-preview:before {
	content: '\e86b'
}
.gd-icon-mobile-preview:before {
	content: '\e86c'
}
.gd-icon-pc-preview:before {
	content: '\e86d'
}
.gd-icon-pc-mobile-preview:before {
	content: '\e86e'
}
.gd-icon-notification:before {
	content: '\e854'
}
.gd-icon-play:before {
	content: '\e858'
}
.gd-icon-resource:before {
	content: '\e874'
}
.gd-icon-brand:before {
	content: '\e875'
}
.gd-icon-other:before {
	content: '\e876'
}
.gd-icon-redact:before {
	content: '\e877'
}
.gd-icon-exhibition:before {
	content: '\e879'
}
.gd-icon-plugin:before {
	content: '\e87a'
}
.tooltipster-default {
	border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff
}
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden
}
.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible
}
.tooltipster-base .tooltipster-content {
	overflow: hidden
}
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
	right: 6px
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px
}
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}
.tooltipster-fade-show {
	opacity: 1
}
.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}
.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}
.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}
.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0
}
.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0
}
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " ("attr(href) ")"
	}
	abbr[title]:after {
		content: " ("attr(title) ")"
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr, img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label, .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder {
		border: 1px solid #000
	}
	.table, table.gd-table {
		border-collapse: collapse !important
	}
	.table td, table.gd-table td, .table th, table.gd-table th {
		background-color: #fff !important
	}
	.table-bordered th, table.gd-table.gd-table-bordered th, .table-bordered td, table.gd-table.gd-table-bordered td {
		border: 1px solid #ddd !important
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
	font-size: 12px;
	line-height: 1.42857143;
	color: #222222;
	background-color: #F1F1F1
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #009AFF;
	text-decoration: none
}
a:hover, a:focus {
	color: #007bcc;
	text-decoration: none
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #F1F1F1;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eeeeee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role="button"] {
	cursor: pointer
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.1;
	color: inherit
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 17px;
	margin-bottom: 8.5px
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 8.5px;
	margin-bottom: 8.5px
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 32px
}
h2, .h2 {
	font-size: 24px
}
h3, .h3 {
	font-size: 20px
}
h4, .h4 {
	font-size: 16px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 8.5px
}
.lead {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:768px) {
	.lead {
		font-size: 18px
	}
}
small, .small {
	font-size: 91%
}
mark, .mark {
	background-color: #FFF4BD;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase, .initialism {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #848484
}
.text-primary {
	color: #009AFF
}
a.text-primary:hover, a.text-primary:focus {
	color: #007bcc
}
.text-success {
	color: #71B300
}
a.text-success:hover, a.text-success:focus {
	color: #518000
}
.text-info {
	color: #545454
}
a.text-info:hover, a.text-info:focus {
	color: #3b3b3b
}
.text-warning {
	color: #FFA970
}
a.text-warning:hover, a.text-warning:focus {
	color: #ff8a3d
}
.text-danger {
	color: #FF2851
}
a.text-danger:hover, a.text-danger:focus {
	color: #f4002f
}
.bg-primary {
	color: #fff
}
.bg-primary {
	background-color: #009AFF
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #007bcc
}
.bg-success {
	background-color: #F1F7E6
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #dbebbf
}
.bg-info {
	background-color: #E6E9ED
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #c8cfd8
}
.bg-warning {
	background-color: #FFF4BD
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #ffec8a
}
.bg-danger {
	background-color: #FFE9ED
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #ffb6c3
}
.page-header {
	padding-bottom: 7.5px;
	margin: 34px 0 17px;
	border-bottom: 1px solid #eeeeee
}
ul, ol {
	margin-top: 0;
	margin-bottom: 8.5px
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 17px
}
dt, dd {
	line-height: 1.42857143
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table
}
.dl-horizontal dd:after {
	clear: both
}
@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777
}
.initialism {
	font-size: 90%
}
blockquote {
	padding: 8.5px 17px;
	margin: 0 0 17px;
	font-size: 15px;
	border-left: 5px solid #eeeeee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: ''
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 17px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}
pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 11px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	padding-right: 7px
}
.container:before, .container:after {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
@media (min-width:768px) {
	.container {
		width: 734px
	}
}
@media (min-width:992px) {
	.container {
		width: 954px
	}
}
@media (min-width:1200px) {
	.container {
		width: 1154px
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	padding-right: 7px
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table
}
.container-fluid:after {
	clear: both
}
.row {
	margin-left: -7px;
	margin-right: -7px
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 7px;
	padding-right: 7px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-12 {
	width: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-offset-0 {
	margin-left: 0%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}
@media (min-width:992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}
table {
	background-color: #FFF
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #848484;
	text-align: left
}
th {
	text-align: left
}
.table, table.gd-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 17px
}
.table>thead>tr>th, table.gd-table>thead>tr>th, .table>thead>tr>td, table.gd-table>thead>tr>td, .table>tbody>tr>th, table.gd-table>tbody>tr>th, .table>tbody>tr>td, table.gd-table>tbody>tr>td, .table>tfoot>tr>th, table.gd-table>tfoot>tr>th, .table>tfoot>tr>td, table.gd-table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #D9D9D9
}
.table>thead>tr>th, table.gd-table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #D9D9D9
}
.table>caption+thead>tr:first-child>th, table.gd-table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, table.gd-table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, table.gd-table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, table.gd-table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, table.gd-table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td, table.gd-table>thead:first-child>tr:first-child>td {
	border-top: 0
}
.table>tbody+tbody, table.gd-table>tbody+tbody {
	border-top: 2px solid #D9D9D9
}
.table .table, table.gd-table .table, .table table.gd-table, table.gd-table table.gd-table {
	background-color: #F1F1F1
}
.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
	padding: 5px
}
.table-bordered, table.gd-table.gd-table-bordered {
	border: 1px solid #D9D9D9
}
.table-bordered>thead>tr>th, table.gd-table.gd-table-bordered>thead>tr>th, .table-bordered>thead>tr>td, table.gd-table.gd-table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, table.gd-table.gd-table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, table.gd-table.gd-table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, table.gd-table.gd-table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td, table.gd-table.gd-table-bordered>tfoot>tr>td {
	border: 1px solid #D9D9D9
}
.table-bordered>thead>tr>th, table.gd-table.gd-table-bordered>thead>tr>th, .table-bordered>thead>tr>td, table.gd-table.gd-table-bordered>thead>tr>td {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover, table.gd-table.gd-table-hover>tbody>tr:hover {
	background-color: #E6F5FF
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}
.table>thead>tr>td.active, table.gd-table>thead>tr>td.active, .table>thead>tr>th.active, table.gd-table>thead>tr>th.active, .table>thead>tr.active>td, table.gd-table>thead>tr.active>td, .table>thead>tr.active>th, table.gd-table>thead>tr.active>th, .table>tbody>tr>td.active, table.gd-table>tbody>tr>td.active, .table>tbody>tr>th.active, table.gd-table>tbody>tr>th.active, .table>tbody>tr.active>td, table.gd-table>tbody>tr.active>td, .table>tbody>tr.active>th, table.gd-table>tbody>tr.active>th, .table>tfoot>tr>td.active, table.gd-table>tfoot>tr>td.active, .table>tfoot>tr>th.active, table.gd-table>tfoot>tr>th.active, .table>tfoot>tr.active>td, table.gd-table>tfoot>tr.active>td, .table>tfoot>tr.active>th, table.gd-table>tfoot>tr.active>th {
	background-color: #E6F5FF
}
.table-hover>tbody>tr>td.active:hover, table.gd-table.gd-table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, table.gd-table.gd-table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, table.gd-table.gd-table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, table.gd-table.gd-table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th, table.gd-table.gd-table-hover>tbody>tr.active:hover>th {
	background-color: #cdebff
}
.table>thead>tr>td.success, table.gd-table>thead>tr>td.success, .table>thead>tr>th.success, table.gd-table>thead>tr>th.success, .table>thead>tr.success>td, table.gd-table>thead>tr.success>td, .table>thead>tr.success>th, table.gd-table>thead>tr.success>th, .table>tbody>tr>td.success, table.gd-table>tbody>tr>td.success, .table>tbody>tr>th.success, table.gd-table>tbody>tr>th.success, .table>tbody>tr.success>td, table.gd-table>tbody>tr.success>td, .table>tbody>tr.success>th, table.gd-table>tbody>tr.success>th, .table>tfoot>tr>td.success, table.gd-table>tfoot>tr>td.success, .table>tfoot>tr>th.success, table.gd-table>tfoot>tr>th.success, .table>tfoot>tr.success>td, table.gd-table>tfoot>tr.success>td, .table>tfoot>tr.success>th, table.gd-table>tfoot>tr.success>th {
	background-color: #F1F7E6
}
.table-hover>tbody>tr>td.success:hover, table.gd-table.gd-table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, table.gd-table.gd-table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, table.gd-table.gd-table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, table.gd-table.gd-table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th, table.gd-table.gd-table-hover>tbody>tr.success:hover>th {
	background-color: #e6f1d3
}
.table>thead>tr>td.info, table.gd-table>thead>tr>td.info, .table>thead>tr>th.info, table.gd-table>thead>tr>th.info, .table>thead>tr.info>td, table.gd-table>thead>tr.info>td, .table>thead>tr.info>th, table.gd-table>thead>tr.info>th, .table>tbody>tr>td.info, table.gd-table>tbody>tr>td.info, .table>tbody>tr>th.info, table.gd-table>tbody>tr>th.info, .table>tbody>tr.info>td, table.gd-table>tbody>tr.info>td, .table>tbody>tr.info>th, table.gd-table>tbody>tr.info>th, .table>tfoot>tr>td.info, table.gd-table>tfoot>tr>td.info, .table>tfoot>tr>th.info, table.gd-table>tfoot>tr>th.info, .table>tfoot>tr.info>td, table.gd-table>tfoot>tr.info>td, .table>tfoot>tr.info>th, table.gd-table>tfoot>tr.info>th {
	background-color: #E6E9ED
}
.table-hover>tbody>tr>td.info:hover, table.gd-table.gd-table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, table.gd-table.gd-table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, table.gd-table.gd-table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, table.gd-table.gd-table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th, table.gd-table.gd-table-hover>tbody>tr.info:hover>th {
	background-color: #d7dce2
}
.table>thead>tr>td.warning, table.gd-table>thead>tr>td.warning, .table>thead>tr>th.warning, table.gd-table>thead>tr>th.warning, .table>thead>tr.warning>td, table.gd-table>thead>tr.warning>td, .table>thead>tr.warning>th, table.gd-table>thead>tr.warning>th, .table>tbody>tr>td.warning, table.gd-table>tbody>tr>td.warning, .table>tbody>tr>th.warning, table.gd-table>tbody>tr>th.warning, .table>tbody>tr.warning>td, table.gd-table>tbody>tr.warning>td, .table>tbody>tr.warning>th, table.gd-table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, table.gd-table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, table.gd-table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, table.gd-table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, table.gd-table>tfoot>tr.warning>th {
	background-color: #FFF4BD
}
.table-hover>tbody>tr>td.warning:hover, table.gd-table.gd-table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, table.gd-table.gd-table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, table.gd-table.gd-table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, table.gd-table.gd-table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th, table.gd-table.gd-table-hover>tbody>tr.warning:hover>th {
	background-color: #fff0a4
}
.table>thead>tr>td.danger, table.gd-table>thead>tr>td.danger, .table>thead>tr>th.danger, table.gd-table>thead>tr>th.danger, .table>thead>tr.danger>td, table.gd-table>thead>tr.danger>td, .table>thead>tr.danger>th, table.gd-table>thead>tr.danger>th, .table>tbody>tr>td.danger, table.gd-table>tbody>tr>td.danger, .table>tbody>tr>th.danger, table.gd-table>tbody>tr>th.danger, .table>tbody>tr.danger>td, table.gd-table>tbody>tr.danger>td, .table>tbody>tr.danger>th, table.gd-table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, table.gd-table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, table.gd-table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, table.gd-table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, table.gd-table>tfoot>tr.danger>th {
	background-color: #FFE9ED
}
.table-hover>tbody>tr>td.danger:hover, table.gd-table.gd-table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, table.gd-table.gd-table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, table.gd-table.gd-table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, table.gd-table.gd-table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th, table.gd-table.gd-table-hover>tbody>tr.danger:hover>th {
	background-color: #ffd0d8
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}
@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 12.75px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #D9D9D9
	}
	.table-responsive>.table, .table-responsive>table.gd-table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>table.gd-table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>table.gd-table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>table.gd-table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>table.gd-table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>table.gd-table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>table.gd-table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered, .table-responsive>table.gd-table.gd-table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>table.gd-table.gd-table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>table.gd-table.gd-table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>table.gd-table.gd-table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>table.gd-table.gd-table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>table.gd-table.gd-table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>table.gd-table.gd-table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	background-image: none
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #009AFF;
	border-color: #008be6
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #007bcc;
	border-color: #003e66
}
.btn-primary:hover {
	color: #fff;
	background-color: #007bcc;
	border-color: #0066a8
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bcc;
	border-color: #0066a8
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #0066a8;
	border-color: #003e66
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	background-image: none
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #009AFF;
	border-color: #008be6
}
.btn-primary .badge {
	color: #009AFF;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #71B300;
	border-color: #619a00
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #518000;
	border-color: #101a00
}
.btn-success:hover {
	color: #fff;
	background-color: #518000;
	border-color: #3a5c00
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #518000;
	border-color: #3a5c00
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #3a5c00;
	border-color: #101a00
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	background-image: none
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #71B300;
	border-color: #619a00
}
.btn-success .badge {
	color: #71B300;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #545454;
	border-color: #474747
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #080808
}
.btn-info:hover {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #292929
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #292929
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open>.btn-info.dropdown-toggle:hover, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #292929;
	border-color: #080808
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #545454;
	border-color: #474747
}
.btn-info .badge {
	color: #545454;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #FFA970;
	border-color: #ff9a57
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ff8a3d;
	border-color: #d65500
}
.btn-warning:hover {
	color: #fff;
	background-color: #ff8a3d;
	border-color: #ff7519
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ff8a3d;
	border-color: #ff7519
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open>.btn-warning.dropdown-toggle:hover, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #ff7519;
	border-color: #d65500
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	background-image: none
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #FFA970;
	border-color: #ff9a57
}
.btn-warning .badge {
	color: #FFA970;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #FF2851;
	border-color: #ff0f3c
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #f4002f;
	border-color: #8e001b
}
.btn-danger:hover {
	color: #fff;
	background-color: #f4002f;
	border-color: #d00028
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f4002f;
	border-color: #d00028
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open>.btn-danger.dropdown-toggle:hover, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #d00028;
	border-color: #8e001b
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	background-image: none
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #FF2851;
	border-color: #ff0f3c
}
.btn-danger .badge {
	color: #FF2851;
	background-color: #fff
}
.btn-link {
	color: #009AFF;
	font-weight: normal;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #007bcc;
	text-decoration: none;
	background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 6px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropup, .dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #222222;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #009AFF;
	background-color: #FFF
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #222222;
	text-decoration: none;
	outline: 0;
	background-color: #F1F1F1
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777777
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret, .btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 0
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 3px
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav:before, .nav:after {
	content: " ";
	display: table
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 25px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eeeeee
}
.nav>li.disabled>a {
	color: #777777
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #009AFF
}
.nav .nav-divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid transparent
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee transparent
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #009AFF;
	background-color: transparent;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 0
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #009AFF
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}
.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
	.nav-justified>li, .nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #F1F1F1
	}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 17px;
	border: 1px solid transparent
}
.navbar:before, .navbar:after {
	content: " ";
	display: table
}
.navbar:after {
	clear: both
}
@media (min-width:768px) {
	.navbar {
		border-radius: 0
	}
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table
}
.navbar-header:after {
	clear: both
}
@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
	margin-right: -7px;
	margin-left: -7px
}
@media (min-width:768px) {
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width:768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 16.5px 7px;
	font-size: 15px;
	line-height: 17px;
	height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media (min-width:768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -7px
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 7px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}
.navbar-nav {
	margin: 8.25px -7px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px
}
@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 17px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}
@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 16.5px;
		padding-bottom: 16.5px
	}
}
.navbar-form {
	margin-left: -7px;
	margin-right: -7px;
	padding: 10px 7px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 9.5px;
	margin-bottom: 9.5px
}
@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}
@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 9.5px;
	margin-bottom: 9.5px
}
.navbar-btn.btn-sm, .btn-group-sm>.navbar-btn.btn {
	margin-top: 11px;
	margin-bottom: 11px
}
.navbar-btn.btn-xs, .btn-group-xs>.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 16.5px;
	margin-bottom: 16.5px
}
@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 7px;
		margin-right: 7px
	}
}
@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -7px
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #222222
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #090909;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #222222
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #009AFF;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #7C7C7C;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #222222
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #009AFF;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #7C7C7C;
		background-color: transparent
	}
}
.navbar-default .navbar-link {
	color: #222222
}
.navbar-default .navbar-link:hover {
	color: #009AFF
}
.navbar-default .btn-link {
	color: #222222
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #009AFF
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #7C7C7C
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}
@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 17px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #777777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 0
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #009AFF;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	z-index: 2;
	color: #007bcc;
	background-color: #F1F1F1;
	border-color: #D9D9D9
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
	z-index: 3;
	color: #848484;
	background-color: #F1F1F1;
	border-color: #D9D9D9;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center
}
.pager:before, .pager:after {
	content: " ";
	display: table
}
.pager:after {
	clear: both
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #F1F1F1
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed
}
.label, .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #222222;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label:empty, .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder:empty {
	display: none
}
.btn .label, .btn .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder, .cke .cke_widget_wrapper .btn .cke_widget_element.cke_placeholder {
	position: relative;
	top: -1px
}
a.label:hover, .cke .cke_widget_wrapper a.cke_widget_element.cke_placeholder:hover, a.label:focus, .cke .cke_widget_wrapper a.cke_widget_element.cke_placeholder:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label-default {
	background-color: #E6E9ED
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #c8cfd8
}
.label-primary {
	background-color: #E6E9ED
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #c8cfd8
}
.label-success {
	background-color: #F1F7E6
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #dbebbf
}
.label-info, .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder {
	background-color: #E6E9ED
}
.label-info[href]:hover, .cke .cke_widget_wrapper [href].cke_widget_element.cke_placeholder:hover, .label-info[href]:focus, .cke .cke_widget_wrapper [href].cke_widget_element.cke_placeholder:focus {
	background-color: #c8cfd8
}
.label-warning {
	background-color: #FFF4BD
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ffec8a
}
.label-danger {
	background-color: #FFE9ED
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #ffb6c3
}
#alert {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
#al1{
	position: absolute;
	left: 50%;
	top: 99px;
	width: 320px;
	padding: 20px 0;
	margin: 0 0 0 -160px;
	background: #fff;
	border-radius: 9px;
	border:1px #000 solid;
}
#al1 img{
	display: block;
	margin: 0 0 0 20px;
	width: 99px;
}
#al1 h4{
	font-size: 32px;
	line-height: 64px;
	text-align: center;
}
#al1 p{
	padding: 0 9px;
	font-size: 16px;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
.progress {
	overflow: hidden;
	height: 17px;
	margin-bottom: 17px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	background-color: #4DB8FF;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #71B300
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #545454
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #FFA970
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #FF2851
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
a.list-group-item, button.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
button.list-group-item {
	width: 100%;
	text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #009AFF;
	border-color: #009AFF
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #ccebff
}
.list-group-item-success {
	color: #71B300;
	background-color: #F1F7E6
}
a.list-group-item-success, button.list-group-item-success {
	color: #71B300
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
	color: #71B300;
	background-color: #e6f1d3
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #71B300;
	border-color: #71B300
}
.list-group-item-info {
	color: #545454;
	background-color: #E6E9ED
}
a.list-group-item-info, button.list-group-item-info {
	color: #545454
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
	color: #545454;
	background-color: #d7dce2
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #545454;
	border-color: #545454
}
.list-group-item-warning {
	color: #FFA970;
	background-color: #FFF4BD
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #FFA970
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
	color: #FFA970;
	background-color: #fff0a4
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #FFA970;
	border-color: #FFA970
}
.list-group-item-danger {
	color: #FF2851;
	background-color: #FFE9ED
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #FF2851
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
	color: #FF2851;
	background-color: #ffd0d8
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #FF2851;
	border-color: #FF2851
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
	padding: 15px
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table
}
.panel-body:after {
	clear: both
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group+.panel-footer {
	border-top-width: 0
}
.panel>.table, .panel>table.gd-table, .panel>.table-responsive>.table, .panel>.table-responsive>table.gd-table, .panel>.panel-collapse>.table, .panel>.panel-collapse>table.gd-table {
	margin-bottom: 0
}
.panel>.table caption, .panel>table.gd-table caption, .panel>.table-responsive>.table caption, .panel>.table-responsive>table.gd-table caption, .panel>.panel-collapse>.table caption, .panel>.panel-collapse>table.gd-table caption {
	padding-left: 15px;
	padding-right: 15px
}
.panel>.table:first-child, .panel>table.gd-table:first-child, .panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>table.gd-table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>table.gd-table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>table.gd-table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>table.gd-table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>table.gd-table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>table.gd-table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>table.gd-table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>table.gd-table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>table.gd-table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>table.gd-table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>table.gd-table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>table.gd-table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>table.gd-table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>table.gd-table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>table.gd-table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1
}
.panel>.table:last-child, .panel>table.gd-table:last-child, .panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>table.gd-table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>table.gd-table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>table.gd-table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>table.gd-table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>table.gd-table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>table.gd-table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>table.gd-table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>table.gd-table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>table.gd-table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>table.gd-table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>table.gd-table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1
}
.panel>.panel-body+.table, .panel>.panel-body+table.gd-table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>table.gd-table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #D9D9D9
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>table.gd-table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td, .panel>table.gd-table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>table.gd-table.gd-table-bordered, .panel>.table-responsive>.table-bordered, .panel>.table-responsive>table.gd-table.gd-table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>table.gd-table.gd-table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>table.gd-table.gd-table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>table.gd-table.gd-table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>table.gd-table.gd-table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>table.gd-table.gd-table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>table.gd-table.gd-table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>table.gd-table.gd-table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>table.gd-table.gd-table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>table.gd-table.gd-table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>table.gd-table.gd-table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>table.gd-table.gd-table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>table.gd-table.gd-table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>table.gd-table.gd-table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>table.gd-table.gd-table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>td, .panel>table.gd-table.gd-table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>table.gd-table.gd-table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>table.gd-table.gd-table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>table.gd-table.gd-table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>table.gd-table.gd-table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>table.gd-table.gd-table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>table.gd-table.gd-table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>table.gd-table.gd-table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>table.gd-table.gd-table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 17px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #009AFF
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #009AFF;
	border-color: #009AFF
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #009AFF
}
.panel-primary>.panel-heading .badge {
	color: #009AFF;
	background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #009AFF
}
.panel-success {
	border-color: #71B300
}
.panel-success>.panel-heading {
	color: #71B300;
	background-color: #F1F7E6;
	border-color: #71B300
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #71B300
}
.panel-success>.panel-heading .badge {
	color: #F1F7E6;
	background-color: #71B300
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #71B300
}
.panel-info {
	border-color: #545454
}
.panel-info>.panel-heading {
	color: #545454;
	background-color: #E6E9ED;
	border-color: #545454
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #545454
}
.panel-info>.panel-heading .badge {
	color: #E6E9ED;
	background-color: #545454
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #545454
}
.panel-warning {
	border-color: #FFA970
}
.panel-warning>.panel-heading {
	color: #FFA970;
	background-color: #FFF4BD;
	border-color: #FFA970
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #FFA970
}
.panel-warning>.panel-heading .badge {
	color: #FFF4BD;
	background-color: #FFA970
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #FFA970
}
.panel-danger {
	border-color: #FF2851
}
.panel-danger>.panel-heading {
	color: #FF2851;
	background-color: #FFE9ED;
	border-color: #FF2851
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #FF2851
}
.panel-danger>.panel-heading .badge {
	color: #FFE9ED;
	background-color: #FF2851
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #FF2851
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}
.close {
	float: right;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #222222;
	text-shadow: none;
	opacity: 0.2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #222222;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header:before, .modal-header:after {
	content: " ";
	display: table
}
.modal-header:after {
	clear: both
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 400px
	}
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.next, .carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent
}
.carousel-control.left {
	background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #C3C9D0;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #009AFF
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}
.clearfix:before, .entry-container-inner form #shopping_cart .content ul li:before, .clearfix:after, .entry-container-inner form #shopping_cart .content ul li:after {
	content: " ";
	display: table
}
.clearfix:after, .entry-container-inner form #shopping_cart .content ul li:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none !important
}
.affix {
	position: fixed
}
@-ms-viewport {
	width: device-width
}
.visible-xs {
	display: none !important
}
.visible-sm {
	display: none !important
}
.visible-md {
	display: none !important
}
.visible-lg {
	display: none !important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}
@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}
@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}
@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}
@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}
@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}
@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}
@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}
@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}
.visible-print {
	display: none !important
}
@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}
.visible-print-block {
	display: none !important
}
@media print {
	.visible-print-block {
		display: block !important
	}
}
.visible-print-inline {
	display: none !important
}
@media print {
	.visible-print-inline {
		display: inline !important
	}
}
.visible-print-inline-block {
	display: none !important
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}
@media print {
	.hidden-print {
		display: none !important
	}
}
.header-item-list {
	list-style: disc;
	padding-left: 15px
}
.header-item-list .header-item {
	margin-bottom: 20px
}
.header-item-list .header-item .header-title {
	margin: 2px 0
}
div.colorPicker-picker {
	height: 18px;
	width: 18px;
	padding: 0 !important;
	border: 1px solid #ccc;
	background: url(arrow.gif) no-repeat bottom right;
	cursor: pointer;
	line-height: 14px;
	display: inline-block;
	margin-left: 4px
}
div.colorPicker-palette {
	width: 235px;
	position: absolute;
	border: 1px solid #CCC;
	background-color: white;
	padding: 2px;
	z-index: 9999
}
div.colorPicker_hexWrap {
	width: 100%;
	float: left
}
div.colorPicker_hexWrap label {
	font-size: 95%;
	color: #2F2F2F;
	margin: 5px 2px;
	width: 25%;
	display: inline
}
div.colorPicker_hexWrap input {
	margin: 5px 2px;
	padding: 0;
	font-size: 95%;
	border: 1px solid #EEE;
	width: 65%;
	text-transform: uppercase
}
div.colorPicker-swatch {
	height: 14px;
	width: 14px;
	border: 1px solid black;
	margin: 1px;
	float: left;
	cursor: pointer;
	line-height: 12px
}
div.colorPicker-picker {
	background: none;
	position: relative
}
div.colorPicker-picker::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	border: 2px solid #BBB;
	border-left-color: transparent;
	border-top-color: transparent
}
div.colorPicker-palette {
	width: 214px
}
#lightboxOverlay {
	opacity: 0.5;
	filter: alpha(opacity=50)
}
#lightbox .lb-cancel {
	background: url(https://cdn.jinshuju.net/assets/new_loading-c31c2c28a14d95aaabe8a26752716e44f65e0038ccb38f2f088eab0e73a67f8a.gif) no-repeat
}
#lightbox .lb-dataContainer {
	padding-left: 0;
	padding-right: 0
}
#lightbox .lb-data {
	color: white;
	position: relative;
	line-height: 16px;
	padding: 0
}
#lightbox .lb-data .lb-closeContainer {
	position: absolute;
	right: -5px;
	top: 0
}
#lightbox .lb-data .lb-close::after {
	content: '\00d7';
	font-size: 22px;
	color: white
}
#lightbox .lb-data .lb-number {
	display: none !important
}
#lightbox .lb-data .lb-caption {
	line-height: 16px;
	font-size: 12px;
	font-weight: normal
}
#lightbox .lb-nav a.lb-next {
	margin-right: -55px
}
#lightbox .lb-nav a.lb-next:hover {
	background: url(https://cdn.jinshuju.net/assets/next-63b05b1fa387b2b5ac40b17bd9794954aace191cdc0b141997e234372467e6e1.png) right 48% no-repeat
}
.phone-device #lightbox .lb-nav a.lb-next {
	display: none !important
}
#lightbox .lb-nav a.lb-prev {
	margin-left: -55px
}
#lightbox .lb-nav a.lb-prev:hover {
	background: url(https://cdn.jinshuju.net/assets/prev-57a836bc79cd6c86d7f80ce7f2bdcab84112502d9c22e68578e26adf8e0cb018.png) left 48% no-repeat
}
.phone-device #lightbox .lb-nav a.lb-prev {
	display: none !important
}
.gd-mail-auto-complete-list-box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 1.5px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2)
}
.gd-mail-auto-complete-list-default-box, .gd-mail-auto-complete-focus-box {
	padding-left: 5px;
	padding-top: 3px;
	height: 30px;
	border-bottom: 0.1em solid #e6e6e6;
	color: #3D8EF0
}
.gd-mail-auto-complete-list-default-box:last-child, .gd-mail-auto-complete-focus-box:last-child {
	border-bottom: 0
}
.gd-mail-auto-complete-focus-box {
	background-color: #F8F8F8
}
.gd-mail-auto-complete-mark-box {
	color: #808080
}
.label, .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 6px
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	body, body input, body textarea, body select, body button {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
}
body.phone-device {
	font-size: 14px
}
body.preview-mode {
	font-size: 12px
}
a, a:focus, a:visited, button, button:focus, button:visited, input, input:focus, input:visited, label, label:focus, label:visited {
	outline: none !important
}
.gd-link-group:before, .gd-link-group:after {
	content: " ";
	display: table
}
.gd-link-group:after {
	clear: both
}
.gd-link-group a+a {
	margin-left: 10px;
	position: relative
}
.gd-link-group a+a::before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 12px;
	width: 1px;
	left: -8px;
	background-color: #D9D9D9
}
.gd-hide {
	display: none
}
.gd-show-block {
	display: block
}
p {
	text-indent: 0;
	line-height: 1.6;
	margin: 0 0 11px
}
ol {
	padding: 0;
	margin-left: 20px
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.gd-list-style {
	list-style: disc;
	margin-left: 20px
}
ul.gd-list-style li {
	line-height: 150%
}
.table>thead>tr>th, table.gd-table>thead>tr>th {
	border-bottom: 0
}
.table tr td.no-record, table.gd-table tr td.no-record {
	text-align: center
}
.gd-red-badge {
	font-family: Arial, sans-serif;
	display: inline-block;
	background: #FF2851;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	line-height: 15px;
	color: #FFF;
	text-align: center;
	font-size: 10px
}
.highlight-warning {
	color: #FF3824
}
.sortable, .sort-asc, .sort-desc {
	cursor: pointer
}
.sortable .sort-icon, .sort-asc .sort-icon, .sort-desc .sort-icon {
	position: relative
}
.sortable .sort-icon::before {
	content: '';
	right: 17px;
	top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom: 4px solid #848484;
	border-top-width: 0;
	position: absolute
}
.sortable .sort-icon::after {
	content: '';
	right: 17px;
	top: 7px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #848484;
	border-bottom-width: 0;
	position: absolute
}
.sort-asc .sort-icon::before {
	content: '';
	right: 17px;
	top: 2px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom: 4px solid #848484;
	border-top-width: 0;
	position: absolute
}
.sort-desc .sort-icon::after {
	content: '';
	right: 17px;
	top: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #848484;
	border-bottom-width: 0;
	position: absolute
}
.gd-row .gd-col-2 {
	width: 49%;
	float: left
}
.gd-row .gd-col-2:nth-child(odd) {
	margin-right: 1%
}
.gd-row .gd-col-2:nth-child(even) {
	margin-left: 1%
}
.gd-row .gd-col-4 {
	width: 23.5%;
	float: left;
	margin-left: 1%;
	margin-right: 1%
}
.gd-row .gd-col-4:first-child {
	margin-left: 0
}
.gd-row .gd-col-4:last-child {
	margin-right: 0
}
.loading {
	z-index: 2000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.loading img {
	margin-bottom: 10px
}
dl.dl-inline dt, dl.dl-inline dd {
	display: inline-block
}
dl.dl-inline dt {
	text-align: right;
	min-width: 76px;
	margin-right: 5px
}
dl.dl-inline dd {
	text-align: left
}
.highlight {
	color: #FF8533
}
.success {
	color: #71B300
}
.failed, .error, .error-message, .help-block.inline-error {
	color: #FF2851
}
.error-border {
	border: 1px solid #FF3824 !important
}
.gd-icon-wechat {
	color: #0BB908
}
dl.details {
	padding: 0 12px;
	margin: 0
}
dl.details dt {
	font-weight: normal;
	font-size: 1.167em;
	padding-top: 8px;
	padding-bottom: 1px
}
dl.details dd {
	color: #545454;
	padding-bottom: 8px;
	font-size: 1em;
	border-bottom: 1px solid #E9E9E9;
	min-height: 26px;
	word-wrap: break-word
}
dl.details dd ul {
	list-style-type: square;
	margin: 0 0 0 20px
}
.disabled {
	cursor: not-allowed !important;
	color: #848484 !important
}
.disabled-with-cursor-auto {
	cursor: auto !important;
	color: #848484 !important
}
a.powered-by {
	text-decoration: none
}
.gd-form-control-line-height {
	line-height: 30px
}
.inline-block {
	display: inline-block !important
}
.pointer {
	cursor: pointer
}
.paid-status-with-icon i {
	margin-right: 4px
}
.paid-status-with-icon i.gd-icon-alipay {
	margin-right: 2px;
	color: #00A9F1
}
.full-width {
	width: 100%
}
.text-center-important {
	text-align: center !important
}
.margin-left-5 {
	margin-left: 5px
}
.padding-left-5 {
	padding-left: 5px
}
.margin-right-5 {
	margin-right: 5px
}
.padding-right-5 {
	padding-right: 5px
}
.margin-top-5 {
	margin-top: 5px
}
.padding-top-5 {
	padding-top: 5px
}
.margin-bottom-5 {
	margin-bottom: 5px
}
.padding-bottom-5 {
	padding-bottom: 5px
}
.margin-left-10 {
	margin-left: 10px
}
.padding-left-10 {
	padding-left: 10px
}
.margin-right-10 {
	margin-right: 10px
}
.padding-right-10 {
	padding-right: 10px
}
.margin-top-10 {
	margin-top: 10px
}
.padding-top-10 {
	padding-top: 10px
}
.margin-bottom-10 {
	margin-bottom: 10px
}
.padding-bottom-10 {
	padding-bottom: 10px
}
.margin-left-15 {
	margin-left: 15px
}
.padding-left-15 {
	padding-left: 15px
}
.margin-right-15 {
	margin-right: 15px
}
.padding-right-15 {
	padding-right: 15px
}
.margin-top-15 {
	margin-top: 15px
}
.padding-top-15 {
	padding-top: 15px
}
.margin-bottom-15 {
	margin-bottom: 15px
}
.padding-bottom-15 {
	padding-bottom: 15px
}
.margin-left-20 {
	margin-left: 20px
}
.padding-left-20 {
	padding-left: 20px
}
.margin-right-20 {
	margin-right: 20px
}
.padding-right-20 {
	padding-right: 20px
}
.margin-top-20 {
	margin-top: 20px
}
.padding-top-20 {
	padding-top: 20px
}
.margin-bottom-20 {
	margin-bottom: 20px
}
.padding-bottom-20 {
	padding-bottom: 20px
}
.margin-left-25 {
	margin-left: 25px
}
.padding-left-25 {
	padding-left: 25px
}
.margin-right-25 {
	margin-right: 25px
}
.padding-right-25 {
	padding-right: 25px
}
.margin-top-25 {
	margin-top: 25px
}
.padding-top-25 {
	padding-top: 25px
}
.margin-bottom-25 {
	margin-bottom: 25px
}
.padding-bottom-25 {
	padding-bottom: 25px
}
.margin-left-30 {
	margin-left: 30px
}
.padding-left-30 {
	padding-left: 30px
}
.margin-right-30 {
	margin-right: 30px
}
.padding-right-30 {
	padding-right: 30px
}
.margin-top-30 {
	margin-top: 30px
}
.padding-top-30 {
	padding-top: 30px
}
.margin-bottom-30 {
	margin-bottom: 30px
}
.padding-bottom-30 {
	padding-bottom: 30px
}
.with-shadow {
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22)
}
.table-display {
	display: table
}
.table-display .table-cell {
	display: table-cell
}
.content-with-warning-image, .content-with-success-image {
	min-height: 60px;
	padding-left: 60px
}
.content-with-warning-image p, .content-with-success-image p {
	margin-bottom: 4px
}
.content-with-warning-image .stress, .content-with-success-image .stress {
	font-size: 14px
}
.content-with-warning-image {
	background: url(https://cdn.jinshuju.net/assets/icon_data_warning-bdec7a4fb4b6fcdbedc0d10471641e0db56a0d31dd871e73cec169cc014bbb82.png) no-repeat;
	background-size: 50px;
	background-position: 0 4px
}
.content-with-success-image {
	background: url(https://cdn.jinshuju.net/assets/success_circle-fbf6f090abfbd77d26d9a26fecb4fae8e556643390825463c962bf753634033e.png) no-repeat;
	background-size: 40px;
	background-position: 0 4px
}
.link-list ul {
	list-style-type: disc;
	padding-left: 17px;
	margin: 0
}
.link-list li {
	line-height: 22px
}
.wide-border {
	border: 10px solid #E9E9E9
}
.wide-border>* {
	margin: 0
}
@keyframes gd-animation-tada {
	0% {
		transform: scale3d(1, 1, 1)
	}
	8%, 16% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	24%, 40%, 56%, 72% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	32%, 48%, 64% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	80% {
		transform: scale3d(1, 1, 1)
	}
}
@keyframes gd-animation-pulse {
	0% {
		transform: scale3d(0.97, 0.97, 0.97)
	}
	35% {
		transform: scale3d(1.02, 1.02, 1.02)
	}
	100% {
		transform: scale3d(0.97, 0.97, 0.97)
	}
}
@keyframes gd-animation-bounce-in {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
	75% {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5)
	}
	100% {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-o-transform: scale(0.4);
		transform: scale(0.4)
	}
}
@keyframes gd-animation-shake {
	0%, 100% {
		transform: translate3d(0, 0, 0)
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-5px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		transform: translate3d(5px, 0, 0)
	}
}
.gd-animated.gd-animation-tada {
	-webkit-animation: gd-animation-tada 3s 1s 3 ease-in;
	-o-animation: gd-animation-tada 3s 1s 3 ease-in;
	animation: gd-animation-tada 3s 1s 3 ease-in
}
.gd-animated.gd-animation-pulse {
	-webkit-animation: gd-animation-pulse 1s 0s infinite ease-in-out;
	-o-animation: gd-animation-pulse 1s 0s infinite ease-in-out;
	animation: gd-animation-pulse 1s 0s infinite ease-in-out
}
.gd-animated.gd-animation-shake {
	-webkit-animation: gd-animation-shake 1s 0s infinite ease-in-out;
	-o-animation: gd-animation-shake 1s 0s infinite ease-in-out;
	animation: gd-animation-shake 1s 0s infinite ease-in-out
}
.gd-animated.gd-animation-bounce-in {
	-webkit-animation: gd-animation-bounce-in 0.3s 0s ease-in;
	-o-animation: gd-animation-bounce-in 0.3s 0s ease-in;
	animation: gd-animation-bounce-in 0.3s 0s ease-in
}
.gd-btn, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .fileinput-button {
	font-size: 12px;
	display: inline-block;
	padding: 0 28px;
	width: auto;
	height: auto;
	line-height: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	border-radius: 2px;
	cursor: pointer
}
.gd-btn:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:active, .cke_dialog .fileinput-button:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}
.gd-btn:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover, .cke_dialog .fileinput-button:hover, .gd-btn.hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button, .cke_dialog .hover.fileinput-button, .gd-btn:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:active, .cke_dialog .fileinput-button:active, .gd-btn:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus, .cke_dialog .fileinput-button:focus {
	text-decoration: none
}
.gd-btn.disabled, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.disabled.cke_dialog_ui_button, .cke_dialog .disabled.fileinput-button, .gd-btn.disabled:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.disabled.cke_dialog_ui_button:hover, .cke_dialog .disabled.fileinput-button:hover, .gd-btn.disabled.hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.disabled.hover.cke_dialog_ui_button, .cke_dialog .disabled.hover.fileinput-button, .gd-btn:disabled, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:disabled, .cke_dialog .fileinput-button:disabled, .gd-btn:disabled:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:disabled:hover, .cke_dialog .fileinput-button:disabled:hover, .gd-btn:disabled.hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:disabled.hover, .cke_dialog .fileinput-button:disabled.hover, .gd-btn[disabled], .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a[disabled].cke_dialog_ui_button, .cke_dialog [disabled].fileinput-button, .gd-btn[disabled]:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a[disabled].cke_dialog_ui_button:hover, .cke_dialog [disabled].fileinput-button:hover, .gd-btn[disabled].hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a[disabled].hover.cke_dialog_ui_button, .cke_dialog [disabled].hover.fileinput-button {
	background: #E6E9ED !important;
	color: #AAB2BD !important;
	border: 1px solid #AAB2BD !important;
	cursor: not-allowed !important;
	box-shadow: none !important
}
.gd-btn+.gd-btn, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+.gd-btn, .cke_dialog .fileinput-button+.gd-btn, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .fileinput-button+a.cke_dialog_ui_button, .cke_dialog .gd-btn+.fileinput-button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+.fileinput-button, .cke_dialog .fileinput-button+.fileinput-button {
	margin-left: 10px
}
.gd-btn-primary, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok, .cke_dialog .fileinput-button, .gd-btn-primary:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:focus, .cke_dialog .fileinput-button:focus {
	background: #FFF;
	border: 1px solid #009AFF;
	color: #009AFF
}
.gd-btn-primary:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:hover, .cke_dialog .fileinput-button:hover, .gd-btn-primary.hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button_ok, .cke_dialog .hover.fileinput-button, .gd-btn-primary:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:active, .cke_dialog .fileinput-button:active {
	background: #009AFF;
	border-color: #009AFF;
	color: #FFF
}
.gd-btn-primary:hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:hover i.gd-icon-wechat, .cke_dialog .fileinput-button:hover i.gd-icon-wechat, .gd-btn-primary.hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button_ok i.gd-icon-wechat, .cke_dialog .hover.fileinput-button i.gd-icon-wechat, .gd-btn-primary:active i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:active i.gd-icon-wechat, .cke_dialog .fileinput-button:active i.gd-icon-wechat {
	color: #FFF
}
.gd-btn-info, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel, .gd-btn-info:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel:focus {
	background: #FFF;
	border: 1px solid #AAB2BD;
	color: #222222
}
.gd-btn-info:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel:hover, .gd-btn-info.hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button_cancel, .gd-btn-info:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel:active {
	background: #F1F1F1;
	border-color: #AAB2BD;
	color: #545454
}
.gd-btn-info:hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel:hover i.gd-icon-wechat, .gd-btn-info.hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button_cancel i.gd-icon-wechat, .gd-btn-info:active i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button_cancel:active i.gd-icon-wechat {
	color: #545454
}
.gd-btn-danger, .gd-btn-danger:focus {
	background: #FFF;
	border: 1px solid #FF7466;
	color: #FF7466
}
.gd-btn-danger:hover, .gd-btn-danger.hover, .gd-btn-danger:active {
	background: #FF7466;
	border-color: #FF7466;
	color: #FFF
}
.gd-btn-danger:hover i.gd-icon-wechat, .gd-btn-danger.hover i.gd-icon-wechat, .gd-btn-danger:active i.gd-icon-wechat {
	color: #FFF
}
.gd-btn-primary-solid, .gd-btn-primary-solid:focus {
	background: #009AFF;
	border: 1px solid #009AFF;
	color: #FFF
}
.gd-btn-primary-solid:hover, .gd-btn-primary-solid.hover, .gd-btn-primary-solid:active {
	background: #008be6;
	border-color: #008be6;
	color: #FFF
}
.gd-btn-primary-solid:hover i.gd-icon-wechat, .gd-btn-primary-solid.hover i.gd-icon-wechat, .gd-btn-primary-solid:active i.gd-icon-wechat {
	color: #FFF
}
.gd-btn-success, .gd-btn-success:focus {
	background: #71B300;
	border: 1px solid #71B300;
	color: #FFF
}
.gd-btn-success:hover, .gd-btn-success.hover, .gd-btn-success:active {
	background: #619a00;
	border-color: #619a00;
	color: #FFF
}
.gd-btn-success:hover i.gd-icon-wechat, .gd-btn-success.hover i.gd-icon-wechat, .gd-btn-success:active i.gd-icon-wechat {
	color: #FFF
}
.gd-btn-ghost, .gd-btn-ghost:focus {
	background: transparent;
	border: 1px solid #AAB2BD;
	color: #AAB2BD
}
.gd-btn-ghost:hover, .gd-btn-ghost.hover, .gd-btn-ghost:active {
	background: transparent;
	border-color: white;
	color: white
}
.gd-btn-ghost:hover i.gd-icon-wechat, .gd-btn-ghost.hover i.gd-icon-wechat, .gd-btn-ghost:active i.gd-icon-wechat {
	color: white
}
.gd-btn-thin, .gd-btn-small, .gd-btn-group.gd-btn-group-thin .gd-btn, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.cke_dialog_ui_button, .gd-btn-group.gd-btn-group-thin .cke_dialog .fileinput-button, .cke_dialog .gd-btn-group.gd-btn-group-thin .fileinput-button, .gd-btn-thin:hover, .gd-btn-small:hover, .gd-btn-group.gd-btn-group-thin .gd-btn:hover, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.cke_dialog_ui_button:hover, .gd-btn-group.gd-btn-group-thin .cke_dialog .fileinput-button:hover, .cke_dialog .gd-btn-group.gd-btn-group-thin .fileinput-button:hover, .gd-btn-thin.hover, .hover.gd-btn-small, .gd-btn-group.gd-btn-group-thin .hover.gd-btn, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.hover.cke_dialog_ui_button, .gd-btn-group.gd-btn-group-thin .cke_dialog .hover.fileinput-button, .cke_dialog .gd-btn-group.gd-btn-group-thin .hover.fileinput-button, .gd-btn-thin:focus, .gd-btn-small:focus, .gd-btn-group.gd-btn-group-thin .gd-btn:focus, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.cke_dialog_ui_button:focus, .gd-btn-group.gd-btn-group-thin .cke_dialog .fileinput-button:focus, .cke_dialog .gd-btn-group.gd-btn-group-thin .fileinput-button:focus {
	line-height: 22px
}
.gd-btn-thick, .gd-btn-thick:hover, .gd-btn-thick.hover, .gd-btn-thick:focus {
	line-height: 36px
}
.gd-btn-narrow, .gd-btn-small, .gd-btn-narrow:hover, .gd-btn-small:hover, .gd-btn-narrow.hover, .hover.gd-btn-small, .gd-btn-narrow:focus, .gd-btn-small:focus {
	padding-left: 15px;
	padding-right: 15px
}
.gd-btn-wide, .gd-btn-wide:hover, .gd-btn-wide.hover, .gd-btn-wide:focus {
	padding-left: 50px;
	padding-right: 50px
}
.gd-btn-icon {
	padding: 0;
	width: 30px;
	font-size: 22px
}
.gd-btn-icon i {
	display: inline-block;
	vertical-align: middle
}
.gd-btn-icon .gd-icon-list {
	font-size: 18px;
	line-height: 18px;
	margin-top: -3px
}
.gd-btn-icon .gd-icon-qrcode {
	font-size: 21px;
	line-height: 21px;
	margin-top: -3px
}
.gd-btn-icon .gd-icon-bars {
	font-size: 18px;
	line-height: 18px;
	margin-top: -2px
}
.gd-btn-icon.gd-btn-thin, .gd-btn-icon.gd-btn-small, .gd-btn-group.gd-btn-group-thin .gd-btn-icon.gd-btn, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.gd-btn-icon.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.gd-btn-icon.cke_dialog_ui_button, .gd-btn-group.gd-btn-group-thin .cke_dialog .gd-btn-icon.fileinput-button, .cke_dialog .gd-btn-group.gd-btn-group-thin .gd-btn-icon.fileinput-button {
	width: 24px;
	font-size: 20px
}
.gd-btn-icon.gd-btn-thin .gd-icon-list, .gd-btn-icon.gd-btn-small .gd-icon-list, .gd-btn-group.gd-btn-group-thin .gd-btn-icon.gd-btn .gd-icon-list, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.gd-btn-icon.cke_dialog_ui_button .gd-icon-list, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.gd-btn-icon.cke_dialog_ui_button .gd-icon-list, .gd-btn-group.gd-btn-group-thin .cke_dialog .gd-btn-icon.fileinput-button .gd-icon-list, .cke_dialog .gd-btn-group.gd-btn-group-thin .gd-btn-icon.fileinput-button .gd-icon-list {
	font-size: 15px;
	line-height: 15px
}
.gd-btn-icon.gd-btn-thin .gd-icon-font-weight, .gd-btn-icon.gd-btn-small .gd-icon-font-weight, .gd-btn-group.gd-btn-group-thin .gd-btn-icon.gd-btn .gd-icon-font-weight, .gd-btn-group.gd-btn-group-thin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.gd-btn-icon.cke_dialog_ui_button .gd-icon-font-weight, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group.gd-btn-group-thin a.gd-btn-icon.cke_dialog_ui_button .gd-icon-font-weight, .gd-btn-group.gd-btn-group-thin .cke_dialog .gd-btn-icon.fileinput-button .gd-icon-font-weight, .cke_dialog .gd-btn-group.gd-btn-group-thin .gd-btn-icon.fileinput-button .gd-icon-font-weight {
	vertical-align: top
}
.gd-btn-link {
	padding: 0;
	text-align: left
}
.gd-btn-link, .gd-btn-link:focus {
	background: transparent;
	border: 1px solid transparent;
	color: #009AFF
}
.gd-btn-link:hover, .gd-btn-link.hover, .gd-btn-link:active {
	background: transparent;
	border-color: transparent;
	color: #007bcc
}
.gd-btn-link:hover i.gd-icon-wechat, .gd-btn-link.hover i.gd-icon-wechat, .gd-btn-link:active i.gd-icon-wechat {
	color: #007bcc
}
.gd-btn-link:active {
	box-shadow: none
}
.gd-btn-block {
	display: block;
	width: 100%
}
.gd-btn-selected {
	border: 1px solid #FF8533;
	background: white;
	color: #FF8533
}
.gd-btn-group:before, .gd-btn-group:after {
	content: " ";
	display: table
}
.gd-btn-group:after {
	clear: both
}
.gd-btn-group .gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .fileinput-button, .cke_dialog .gd-btn-group .fileinput-button {
	border-radius: 0;
	margin: 0;
	float: left
}
.gd-btn-group .gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .fileinput-button, .cke_dialog .gd-btn-group .fileinput-button, .gd-btn-group .gd-btn:focus, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:focus, .gd-btn-group .cke_dialog .fileinput-button:focus, .cke_dialog .gd-btn-group .fileinput-button:focus {
	background: #FFF;
	border: 1px solid #AAB2BD;
	color: #222222
}
.gd-btn-group .gd-btn:hover, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:hover, .gd-btn-group .cke_dialog .fileinput-button:hover, .cke_dialog .gd-btn-group .fileinput-button:hover, .gd-btn-group .gd-btn.hover, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.hover.cke_dialog_ui_button, .gd-btn-group .cke_dialog .hover.fileinput-button, .cke_dialog .gd-btn-group .hover.fileinput-button, .gd-btn-group .gd-btn:active, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:active, .gd-btn-group .cke_dialog .fileinput-button:active, .cke_dialog .gd-btn-group .fileinput-button:active {
	background: #FFF;
	border-color: #AAB2BD;
	color: #009AFF
}
.gd-btn-group .gd-btn:hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .fileinput-button:hover i.gd-icon-wechat, .cke_dialog .gd-btn-group .fileinput-button:hover i.gd-icon-wechat, .gd-btn-group .gd-btn.hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.hover.cke_dialog_ui_button i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.hover.cke_dialog_ui_button i.gd-icon-wechat, .gd-btn-group .cke_dialog .hover.fileinput-button i.gd-icon-wechat, .cke_dialog .gd-btn-group .hover.fileinput-button i.gd-icon-wechat, .gd-btn-group .gd-btn:active i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:active i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:active i.gd-icon-wechat, .gd-btn-group .cke_dialog .fileinput-button:active i.gd-icon-wechat, .cke_dialog .gd-btn-group .fileinput-button:active i.gd-icon-wechat {
	color: #009AFF
}
.gd-btn-group .gd-btn+.gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+.gd-btn, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button+.gd-btn, .gd-btn-group .cke_dialog .fileinput-button+.gd-btn, .cke_dialog .gd-btn-group .fileinput-button+.gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group .gd-btn+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .fileinput-button+a.cke_dialog_ui_button, .cke_dialog .gd-btn-group .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .fileinput-button+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group .fileinput-button+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .gd-btn+.fileinput-button, .cke_dialog .gd-btn-group .gd-btn+.fileinput-button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button+.fileinput-button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button+.fileinput-button, .gd-btn-group .cke_dialog .fileinput-button+.fileinput-button, .cke_dialog .gd-btn-group .fileinput-button+.fileinput-button {
	margin-left: -1px
}
.gd-btn-group .gd-btn.selected, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button, .gd-btn-group .cke_dialog .selected.fileinput-button, .cke_dialog .gd-btn-group .selected.fileinput-button, .gd-btn-group .gd-btn.selected:focus, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button:focus, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button:focus, .gd-btn-group .cke_dialog .selected.fileinput-button:focus, .cke_dialog .gd-btn-group .selected.fileinput-button:focus {
	background: #009AFF;
	border: 1px solid #009AFF;
	color: #FFF
}
.gd-btn-group .gd-btn.selected:hover, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button:hover, .gd-btn-group .cke_dialog .selected.fileinput-button:hover, .cke_dialog .gd-btn-group .selected.fileinput-button:hover, .gd-btn-group .gd-btn.selected.hover, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.hover.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.hover.cke_dialog_ui_button, .gd-btn-group .cke_dialog .selected.hover.fileinput-button, .cke_dialog .gd-btn-group .selected.hover.fileinput-button, .gd-btn-group .gd-btn.selected:active, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button:active, .gd-btn-group .cke_dialog .selected.fileinput-button:active, .cke_dialog .gd-btn-group .selected.fileinput-button:active {
	background: #009AFF;
	border-color: #009AFF;
	color: #FFF
}
.gd-btn-group .gd-btn.selected:hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button:hover i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button:hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .selected.fileinput-button:hover i.gd-icon-wechat, .cke_dialog .gd-btn-group .selected.fileinput-button:hover i.gd-icon-wechat, .gd-btn-group .gd-btn.selected.hover i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.hover.cke_dialog_ui_button i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.hover.cke_dialog_ui_button i.gd-icon-wechat, .gd-btn-group .cke_dialog .selected.hover.fileinput-button i.gd-icon-wechat, .cke_dialog .gd-btn-group .selected.hover.fileinput-button i.gd-icon-wechat, .gd-btn-group .gd-btn.selected:active i.gd-icon-wechat, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button:active i.gd-icon-wechat, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button:active i.gd-icon-wechat, .gd-btn-group .cke_dialog .selected.fileinput-button:active i.gd-icon-wechat, .cke_dialog .gd-btn-group .selected.fileinput-button:active i.gd-icon-wechat {
	color: #FFF
}
.gd-btn-group .gd-btn.selected+.gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button+.gd-btn, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button+.gd-btn, .gd-btn-group .cke_dialog .selected.fileinput-button+.gd-btn, .cke_dialog .gd-btn-group .selected.fileinput-button+.gd-btn, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn.selected+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group .gd-btn.selected+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .selected.fileinput-button+a.cke_dialog_ui_button, .cke_dialog .gd-btn-group .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .selected.fileinput-button+a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group .selected.fileinput-button+a.cke_dialog_ui_button, .gd-btn-group .cke_dialog .gd-btn.selected+.fileinput-button, .cke_dialog .gd-btn-group .gd-btn.selected+.fileinput-button, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.selected.cke_dialog_ui_button+.fileinput-button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.selected.cke_dialog_ui_button+.fileinput-button, .gd-btn-group .cke_dialog .selected.fileinput-button+.fileinput-button, .cke_dialog .gd-btn-group .selected.fileinput-button+.fileinput-button {
	border-left-color: #009AFF
}
.gd-btn-group .gd-btn:first-child, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:first-child, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:first-child, .gd-btn-group .cke_dialog .fileinput-button:first-child, .cke_dialog .gd-btn-group .fileinput-button:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}
.gd-btn-group .gd-btn:last-child, .gd-btn-group .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:last-child, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .gd-btn-group a.cke_dialog_ui_button:last-child, .gd-btn-group .cke_dialog .fileinput-button:last-child, .cke_dialog .gd-btn-group .fileinput-button:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}
.gd-btn-paid-feature, .gd-btn-paid-feature:focus {
	background: white;
	border: 1px solid #FF8533;
	color: #FF8533
}
.gd-btn-paid-feature:hover, .gd-btn-paid-feature.hover, .gd-btn-paid-feature:active {
	background: #FF8533;
	border-color: #FF8533;
	color: white
}
.gd-btn-paid-feature:hover i.gd-icon-wechat, .gd-btn-paid-feature.hover i.gd-icon-wechat, .gd-btn-paid-feature:active i.gd-icon-wechat {
	color: white
}
.gd-btn-paid-feature, .gd-btn-paid-feature:hover, .gd-btn-paid-feature.hover, .gd-btn-paid-feature:focus {
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.3em
}
.gd-link-with-dash-inverse {
	color: #222222;
	border-bottom: 1px dashed #222222
}
.gd-link-with-dash-inverse:hover {
	text-decoration: none;
	color: #009AFF;
	border-bottom: 1px dashed #009AFF
}
.gd-link-with-dash-inverse:focus {
	text-decoration: none
}
.gd-link-with-underline-inverse {
	color: #222222;
	text-decoration: underline
}
.gd-link-with-underline-inverse:hover {
	color: #009AFF
}
.gd-link-muted {
	color: #848484
}
.gd-link-inverse {
	color: black
}
.gd-link-inverse:hover {
	color: #009AFF
}
.gd-link-background-inverse {
	color: black
}
.gd-link-background-inverse:hover {
	background-color: #009AFF;
	color: white
}
.gd-danger-link {
	color: #FF7466;
	text-decoration: underline
}
.gd-danger-link:hover {
	color: #FF3824
}
.external-link {
	position: relative;
	padding-right: 1.2em
}
.external-link::before {
	position: absolute;
	right: 0;
	top: 0.2em;
	color: #AAB2BD;
	margin-left: 1px
}
.external-link:hover::before {
	text-decoration: none
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
label {
	display: block;
	font-size: 1em;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	cursor: pointer
}
input[type="search"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal
}
input[type="file"] {
	display: block
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	width: 216px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	padding: 0 6px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #222222;
	background: #FFF;
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	-webkit-tap-highlight-color: transparent
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder {
	line-height: inherit
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
	color: #AAB2BD;
	opacity: 1
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder {
	color: #AAB2BD
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder {
	color: #AAB2BD
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #4DB8FF;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
select[disabled], select[readonly], textarea[disabled], textarea[readonly], input[type="text"][disabled], input[type="text"][readonly], input[type="password"][disabled], input[type="password"][readonly], input[type="datetime"][disabled], input[type="datetime"][readonly], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], input[type="date"][disabled], input[type="date"][readonly], input[type="month"][disabled], input[type="month"][readonly], input[type="time"][disabled], input[type="time"][readonly], input[type="week"][disabled], input[type="week"][readonly], input[type="number"][disabled], input[type="number"][readonly], input[type="email"][disabled], input[type="email"][readonly], input[type="url"][disabled], input[type="url"][readonly], input[type="search"][disabled], input[type="search"][readonly], input[type="tel"][disabled], input[type="tel"][readonly], input[type="color"][disabled], input[type="color"][readonly] {
	cursor: not-allowed;
	background-color: #E6E9ED;
	opacity: 1
}
select.gd-input-xxsmall, textarea.gd-input-xxsmall, input[type="text"].gd-input-xxsmall, input[type="password"].gd-input-xxsmall, input[type="datetime"].gd-input-xxsmall, input[type="datetime-local"].gd-input-xxsmall, input[type="date"].gd-input-xxsmall, input[type="month"].gd-input-xxsmall, input[type="time"].gd-input-xxsmall, input[type="week"].gd-input-xxsmall, input[type="number"].gd-input-xxsmall, input[type="email"].gd-input-xxsmall, input[type="url"].gd-input-xxsmall, input[type="search"].gd-input-xxsmall, input[type="tel"].gd-input-xxsmall, input[type="color"].gd-input-xxsmall {
	width: 50px
}
select.gd-input-xsmall, textarea.gd-input-xsmall, input[type="text"].gd-input-xsmall, input[type="password"].gd-input-xsmall, input[type="datetime"].gd-input-xsmall, input[type="datetime-local"].gd-input-xsmall, input[type="date"].gd-input-xsmall, input[type="month"].gd-input-xsmall, input[type="time"].gd-input-xsmall, input[type="week"].gd-input-xsmall, input[type="number"].gd-input-xsmall, input[type="email"].gd-input-xsmall, input[type="url"].gd-input-xsmall, input[type="search"].gd-input-xsmall, input[type="tel"].gd-input-xsmall, input[type="color"].gd-input-xsmall {
	width: 74px
}
select.gd-input-small, textarea.gd-input-small, input[type="text"].gd-input-small, input[type="password"].gd-input-small, input[type="datetime"].gd-input-small, input[type="datetime-local"].gd-input-small, input[type="date"].gd-input-small, input[type="month"].gd-input-small, input[type="time"].gd-input-small, input[type="week"].gd-input-small, input[type="number"].gd-input-small, input[type="email"].gd-input-small, input[type="url"].gd-input-small, input[type="search"].gd-input-small, input[type="tel"].gd-input-small, input[type="color"].gd-input-small {
	width: 104px
}
select.gd-input-medium, textarea.gd-input-medium, input[type="text"].gd-input-medium, input[type="password"].gd-input-medium, input[type="datetime"].gd-input-medium, input[type="datetime-local"].gd-input-medium, input[type="date"].gd-input-medium, input[type="month"].gd-input-medium, input[type="time"].gd-input-medium, input[type="week"].gd-input-medium, input[type="number"].gd-input-medium, input[type="email"].gd-input-medium, input[type="url"].gd-input-medium, input[type="search"].gd-input-medium, input[type="tel"].gd-input-medium, input[type="color"].gd-input-medium {
	width: 158px
}
select.gd-input-large, textarea.gd-input-large, input[type="text"].gd-input-large, input[type="password"].gd-input-large, input[type="datetime"].gd-input-large, input[type="datetime-local"].gd-input-large, input[type="date"].gd-input-large, input[type="month"].gd-input-large, input[type="time"].gd-input-large, input[type="week"].gd-input-large, input[type="number"].gd-input-large, input[type="email"].gd-input-large, input[type="url"].gd-input-large, input[type="search"].gd-input-large, input[type="tel"].gd-input-large, input[type="color"].gd-input-large {
	width: 224px
}
select.gd-input-xlarge, textarea.gd-input-xlarge, input[type="text"].gd-input-xlarge, input[type="password"].gd-input-xlarge, input[type="datetime"].gd-input-xlarge, input[type="datetime-local"].gd-input-xlarge, input[type="date"].gd-input-xlarge, input[type="month"].gd-input-xlarge, input[type="time"].gd-input-xlarge, input[type="week"].gd-input-xlarge, input[type="number"].gd-input-xlarge, input[type="email"].gd-input-xlarge, input[type="url"].gd-input-xlarge, input[type="search"].gd-input-xlarge, input[type="tel"].gd-input-xlarge, input[type="color"].gd-input-xlarge {
	width: 284px
}
select.gd-input-xxlarge, textarea.gd-input-xxlarge, input[type="text"].gd-input-xxlarge, input[type="password"].gd-input-xxlarge, input[type="datetime"].gd-input-xxlarge, input[type="datetime-local"].gd-input-xxlarge, input[type="date"].gd-input-xxlarge, input[type="month"].gd-input-xxlarge, input[type="time"].gd-input-xxlarge, input[type="week"].gd-input-xxlarge, input[type="number"].gd-input-xxlarge, input[type="email"].gd-input-xxlarge, input[type="url"].gd-input-xxlarge, input[type="search"].gd-input-xxlarge, input[type="tel"].gd-input-xxlarge, input[type="color"].gd-input-xxlarge {
	width: 544px
}
select.gd-input-thin, textarea.gd-input-thin, input[type="text"].gd-input-thin, input[type="password"].gd-input-thin, input[type="datetime"].gd-input-thin, input[type="datetime-local"].gd-input-thin, input[type="date"].gd-input-thin, input[type="month"].gd-input-thin, input[type="time"].gd-input-thin, input[type="week"].gd-input-thin, input[type="number"].gd-input-thin, input[type="email"].gd-input-thin, input[type="url"].gd-input-thin, input[type="search"].gd-input-thin, input[type="tel"].gd-input-thin, input[type="color"].gd-input-thin {
	height: 24px;
	line-height: 20px
}
select.gd-input-block, textarea.gd-input-block, input[type="text"].gd-input-block, input[type="password"].gd-input-block, input[type="datetime"].gd-input-block, input[type="datetime-local"].gd-input-block, input[type="date"].gd-input-block, input[type="month"].gd-input-block, input[type="time"].gd-input-block, input[type="week"].gd-input-block, input[type="number"].gd-input-block, input[type="email"].gd-input-block, input[type="url"].gd-input-block, input[type="search"].gd-input-block, input[type="tel"].gd-input-block, input[type="color"].gd-input-block {
	width: 100%
}
textarea {
	height: auto;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px
}
select {
	width: 216px;
	border: 1px solid #C3C9D0;
	background-color: white
}
.radio, .checkbox {
	position: relative;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: normal;
	border: 1px solid #C3C9D0;
	margin: 0;
	border-top: 0;
	line-height: 30px;
	background: #fff;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 11px;
	white-space: nowrap
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: 0
}
.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
	margin-left: 0
}
input[type="radio"][disabled], input[type="radio"].disabled, input[type="checkbox"][disabled], input[type="checkbox"].disabled {
	cursor: not-allowed
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #545454
}
.help-block img {
	max-width: 100%
}
.browser-firefox .help-block img {
	max-width: 640px
}
.help-block, .form-description {
	word-wrap: break-word;
	word-break: normal
}
.help-inline {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px
}
.form-horizontal:before, .form-horizontal:after {
	content: " ";
	display: table
}
.form-horizontal:after {
	clear: both
}
.form-horizontal .radio, .form-horizontal .checkbox {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
	min-height: 20px
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table
}
.form-horizontal .form-group:after {
	clear: both
}
.form-horizontal .control-label, .form-horizontal .field-label {
	padding-top: 7px;
	display: block;
	float: left;
	min-width: 80px;
	text-align: right
}
.form-horizontal .controls {
	margin-left: 10px;
	display: inline-block
}
.form-horizontal .controls .help-inline {
	padding-top: 7px;
	line-height: normal;
	vertical-align: top
}
.form-group {
	margin-bottom: 10px;
	word-wrap: break-word
}
.form-group.error .checkbox, .form-group.error .radio, .form-group.error input, .form-group.error select, .form-group.error textarea, .form-group.error .control-label, .form-group.error .field-label, .form-group.error .help-block, .form-group.error .help-inline, .form-group.error .error-message {
	color: #FF3824
}
.form-group.error input, .form-group.error select, .form-group.error textarea {
	border: 1px solid #FF3824
}
.form-group.highlight-title label {
	font-weight: bold
}
.form-group.highlight-title label a {
	font-weight: normal
}
.form-group .dropdown-wrapper {
	display: inline-block
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline input[type=checkbox], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 15px
}
.gd-input-prepend, .gd-input-append {
	text-align: left
}
.gd-input-prepend:before, .gd-input-prepend:after, .gd-input-append:before, .gd-input-append:after {
	content: " ";
	display: table
}
.gd-input-prepend:after, .gd-input-append:after {
	clear: both
}
.gd-input-prepend .add-on, .gd-input-append .add-on {
	float: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 6px;
	color: #555;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #C3C9D0;
	font-size: 1em;
	margin: 0;
	height: 30px;
	line-height: 29px
}
.gd-input-prepend a.add-on:hover, .gd-input-prepend a.add-on:active, .gd-input-prepend button.add-on:hover, .gd-input-prepend button.add-on:active, .gd-input-append a.add-on:hover, .gd-input-append a.add-on:active, .gd-input-append button.add-on:hover, .gd-input-append button.add-on:active {
	text-decoration: none;
	background: #F1F1F1
}
.gd-input-prepend a.add-on.disabled, .gd-input-prepend button.add-on.disabled, .gd-input-append a.add-on.disabled, .gd-input-append button.add-on.disabled {
	cursor: not-allowed;
	background-color: #E6E9ED;
	color: #c8cfd8
}
.gd-input-prepend input, .gd-input-prepend .add-on-content, .gd-input-append input, .gd-input-append .add-on-content {
	float: left;
	vertical-align: top;
	font-size: 1em;
	border-radius: 2px;
	border: 1px solid #C3C9D0;
	height: 30px;
	line-height: 30px
}
.gd-input-prepend input:disabled, .gd-input-prepend .add-on-content:disabled, .gd-input-append input:disabled, .gd-input-append .add-on-content:disabled {
	background: #f5f6f8;
	color: #ced4dc
}
.gd-input-prepend .add-on-content, .gd-input-append .add-on-content {
	padding: 0 6px;
	line-height: 28px
}
.gd-input-prepend.gd-input-thin .add-on, .gd-input-prepend.gd-input-thin input, .gd-input-prepend.gd-input-thin .add-on-content, .gd-input-append.gd-input-thin .add-on, .gd-input-append.gd-input-thin input, .gd-input-append.gd-input-thin .add-on-content {
	height: 24px;
	line-height: 24px
}
.gd-input-prepend .add-on:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-right: 0
}
.gd-input-prepend input, .gd-input-prepend .add-on-content {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.gd-input-append *+.add-on {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-left: 0
}
.gd-input-append input, .gd-input-append .add-on-content {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.gd-input-container {
	position: relative
}
.gd-input-container input {
	padding-left: 22px
}
.gd-input-container .gd-input-icon {
	color: #848484;
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 14px;
	line-height: 14px
}
.gd-input-container input.gd-input-thin+.gd-input-icon {
	top: 6px;
	font-size: 12px;
	line-height: 12px
}
.form-condensed .form-group {
	margin-bottom: 4px
}
.form-condensed .form-group .control-label {
	padding-top: 0
}
.static-control {
	line-height: 30px;
	margin-bottom: 10px
}
.item-checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff
}
.alert {
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin: 10px 0;
	padding: 6px 20px
}
.alert .close {
	color: inherit;
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -11px;
	opacity: 0.7;
	filter: alpha(opacity=70)
}
.alert .close:hover, .alert .close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.alert.gd-alert-reversed, .flash-notifications .alert {
	color: #FFF
}
.alert.gd-alert-reversed.alert-info, .flash-notifications .alert.alert-info {
	background: #4DB8FF
}
.alert.gd-alert-reversed.alert-success, .flash-notifications .alert.alert-success {
	background: #4DB8FF;
	border-color: #009AFF
}
.alert.gd-alert-reversed.alert-warning, .flash-notifications .alert.alert-warning {
	background: #FF8533
}
.alert.gd-alert-reversed.alert-danger, .flash-notifications .alert.alert-danger {
	background: #FF2851
}
.alert.alert-thin {
	padding: 3px 10px
}
.alert.alert-block {
	display: block
}
.flash-notifications {
	width: 100%;
	position: fixed;
	top: 20px;
	left: 0;
	text-align: center;
	z-index: 1060
}
.system-warnings {
	text-align: center
}
.system-warnings .alert {
	display: block;
	border-radius: 0
}
.system-warnings .alert a:not(.close) {
	color: #FFF;
	text-decoration: underline
}
.system-warnings .alert a:not(.close):hover {
	color: #FFF
}
.top-warning {
	top: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 7px 5px;
	line-height: 150%;
	font-size: 14px;
	z-index: 10
}
.top-warning i {
	font-size: 15px;
	margin-right: 4px
}
.top-warning.goods-warning {
	background-color: #FF3824;
	color: white
}
.modal .modal-content {
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11)
}
.modal .modal-header {
	color: #222222;
	border-bottom: 1px solid #E9E9E9;
	padding: 15px 25px
}
.modal .modal-header .icon {
	margin-right: 10px
}
.modal .modal-header .desc {
	color: #848484;
	margin-left: 10px;
	font-size: 12px
}
.modal .modal-header .close {
	font-size: 22px;
	text-shadow: none;
	color: #C3C9D0;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
	margin-right: -2px
}
.modal .modal-header .close:hover {
	color: #222222
}
.modal .modal-body {
	padding: 15px 25px 25px;
	overflow-y: auto
}
.modal .modal-body p.message {
	font-size: 16px
}
.modal .modal-body form {
	margin: 0;
	padding: 0
}
.modal .modal-body .alert {
	min-height: 0
}
.modal .modal-body .content-section {
	border: 0
}
.modal .modal-body .content-section .section-body {
	padding-left: 0;
	padding-right: 0
}
.modal .modal-body img {
	max-width: 100%
}
.modal .modal-body img.shadow {
	-webkit-box-shadow: 0 0 10px #E9E9E9;
	box-shadow: 0 0 10px #E9E9E9;
	border-radius: 4px
}
.modal .modal-footer {
	text-align: left;
	padding: 15px 25px;
	border-top: 1px solid #E9E9E9
}
.modal.warning .modal-header {
	color: #FF3824
}
.modal.modal-with-auto-height .modal-body {
	max-height: calc(100vh - 174px)
}
#paid_feature_custom_domain_modal .custom-domain-text {
	display: inline-block;
	margin-top: 3px
}
.gd-social-share {
	margin-top: 5px
}
.gd-social-share a {
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(https://cdn.jinshuju.net/assets/icons_social_sharing-8079574b8b687d0c5d618ec5bbdac1d14998bee0b463ee3778f7e680849a6421.png) no-repeat;
	background-size: 240px 80px;
	margin: 0 3px
}
.gd-social-share a.share-sinaminiblog {
	background-position: 0 0
}
.gd-social-share a.share-sinaminiblog:hover, .gd-social-share a.share-sinaminiblog:active {
	background-position: 0 -40px
}
.gd-social-share a.share-qqmb {
	background-position: -40px 0
}
.gd-social-share a.share-qqmb:hover, .gd-social-share a.share-qqmb:active {
	background-position: -40px -40px
}
.gd-social-share a.share-qzone {
	background-position: -80px 0
}
.gd-social-share a.share-qzone:hover, .gd-social-share a.share-qzone:active {
	background-position: -80px -40px
}
.gd-social-share a.share-renren {
	background-position: -120px 0
}
.gd-social-share a.share-renren:hover, .gd-social-share a.share-renren:active {
	background-position: -120px -40px
}
.gd-social-share a.share-weixin {
	background-position: -160px 0
}
.gd-social-share a.share-weixin:hover, .gd-social-share a.share-weixin:active {
	background-position: -160px -40px
}
.gd-social-share a.share-mingdao {
	background-position: -200px 0
}
.gd-social-share a.share-mingdao:hover, .gd-social-share a.share-mingdao:active {
	background-position: -200px -40px
}
.gd-social-share.success-social-sharing ul {
	margin: 8px 0 10px
}
.gd-social-share.success-social-sharing ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 50px
}
.mobile-device .gd-social-share.success-social-sharing ul li {
	width: 18%;
	max-width: 70px
}
.gd-social-share.success-social-sharing ul li a {
	margin: 0 3px
}
.gd-social-share.success-social-sharing ul li span {
	display: block
}
#weixin_qrcode_share_modal .modal-header h4 {
	border: 0
}
#weixin_qrcode_share_modal .modal-body {
	overflow: initial
}
#weixin_qrcode_share_modal .qrcode-container {
	text-align: center
}
#weixin_qrcode_share_modal .qrcode-container .sweep-text {
	margin-bottom: 16px
}
#weixin_qrcode_share_modal .qrcode-container .sweep-text i {
	margin-right: 5px
}
#weixin_login_section {
	text-align: center
}
#weixin_login_section #weixin_login {
	max-height: 260px;
	overflow: hidden
}
#weixin_login_section #weixin_login canvas {
	border: 1px solid #C3C9D0;
	padding: 15px
}
#weixin_login_section #weixin_login .loading-img {
	max-width: 20%;
	padding: 120px 0
}
#weixin_login_section .weixin-status-text {
	margin-top: 10px
}
.gd-carousel {
	padding-bottom: 15px
}
.gd-carousel .carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	margin-left: 0
}
.gd-carousel .carousel-indicators li {
	margin-left: 2px;
	margin-right: 2px;
	width: 8px;
	height: 8px
}
.gd-carousel .carousel-indicators li.active {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 8px;
	height: 8px;
	border-color: transparent
}
.sp-container {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: 9999994;
	overflow: hidden
}
.sp-container.sp-flat {
	position: relative
}
.sp-container, .sp-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.sp-top {
	position: relative;
	width: 100%;
	display: inline-block
}
.sp-top-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.sp-color {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20%
}
.sp-hue {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 84%;
	height: 100%
}
.sp-clear-enabled .sp-hue {
	top: 33px;
	height: 77.5%
}
.sp-fill {
	padding-top: 80%
}
.sp-sat, .sp-val {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.sp-alpha-enabled .sp-top {
	margin-bottom: 18px
}
.sp-alpha-enabled .sp-alpha {
	display: block
}
.sp-alpha-handle {
	position: absolute;
	top: -4px;
	bottom: -4px;
	width: 6px;
	left: 50%;
	cursor: pointer;
	border: 1px solid black;
	background: white;
	opacity: .8
}
.sp-alpha {
	display: none;
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	height: 8px
}
.sp-alpha-inner {
	border: solid 1px #333
}
.sp-clear {
	display: none
}
.sp-clear.sp-clear-display {
	background-position: center
}
.sp-clear-enabled .sp-clear {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 84%;
	height: 28px
}
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none
}
.sp-container.sp-input-disabled .sp-input-container {
	display: none
}
.sp-container.sp-buttons-disabled .sp-button-container {
	display: none
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
	display: none
}
.sp-palette-only .sp-picker-container {
	display: none
}
.sp-palette-disabled .sp-palette-container {
	display: none
}
.sp-initial-disabled .sp-initial {
	display: none
}
.sp-sat {
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
	background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
	background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
	filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')"
}
.sp-val {
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
	background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')"
}
.sp-hue {
	background: -moz-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
	background: -ms-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
	background: -o-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, lime), color-stop(0.5, cyan), color-stop(0.67, blue), color-stop(0.83, #f0f), to(red));
	background: -webkit-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
	background: linear-gradient(to bottom, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%)
}
.sp-1 {
	height: 17%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')"
}
.sp-2 {
	height: 16%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')"
}
.sp-3 {
	height: 17%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')"
}
.sp-4 {
	height: 17%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')"
}
.sp-5 {
	height: 16%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')"
}
.sp-6 {
	height: 17%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')"
}
.sp-hidden {
	display: none !important
}
.sp-cf:before, .sp-cf:after {
	content: "";
	display: table
}
.sp-cf:after {
	clear: both
}
.sp-cf {
	*zoom: 1
}
@media (max-device-width:480px) {
	.sp-color {
		right: 40%
	}
	.sp-hue {
		left: 63%
	}
	.sp-fill {
		padding-top: 60%
	}
}
.sp-dragger {
	border-radius: 5px;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	background: #000;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0
}
.sp-slider {
	position: absolute;
	top: 0;
	cursor: pointer;
	height: 3px;
	left: -1px;
	right: -1px;
	border: 1px solid #000;
	background: white;
	opacity: .8
}
.sp-container {
	border-radius: 0;
	background-color: #ECECEC;
	border: solid 1px #f0c49B;
	padding: 0
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.sp-top {
	margin-bottom: 3px
}
.sp-color, .sp-hue, .sp-clear {
	border: solid 1px #666
}
.sp-input-container {
	float: right;
	width: 100px;
	margin-bottom: 4px
}
.sp-initial-disabled .sp-input-container {
	width: 100%
}
.sp-input {
	font-size: 12px !important;
	border: 1px inset;
	padding: 4px 5px;
	margin: 0;
	width: 100%;
	background: transparent;
	border-radius: 3px;
	color: #222
}
.sp-input:focus {
	border: 1px solid orange
}
.sp-input.sp-validation-error {
	border: 1px solid red;
	background: #fdd
}
.sp-picker-container, .sp-palette-container {
	float: left;
	position: relative;
	padding: 10px;
	padding-bottom: 300px;
	margin-bottom: -290px
}
.sp-picker-container {
	width: 172px;
	border-left: solid 1px #fff
}
.sp-palette-container {
	border-right: solid 1px #ccc
}
.sp-palette-only .sp-palette-container {
	border: 0
}
.sp-palette .sp-thumb-el {
	display: block;
	position: relative;
	float: left;
	width: 24px;
	height: 15px;
	margin: 3px;
	cursor: pointer;
	border: solid 2px transparent
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
	border-color: orange
}
.sp-thumb-el {
	position: relative
}
.sp-initial {
	float: left;
	border: solid 1px #333
}
.sp-initial span {
	width: 30px;
	height: 25px;
	border: none;
	display: block;
	float: left;
	margin: 0
}
.sp-initial .sp-clear-display {
	background-position: center
}
.sp-palette-button-container, .sp-button-container {
	float: right
}
.sp-replacer {
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	padding: 4px;
	display: inline-block;
	border: solid 1px #91765d;
	background: #eee;
	color: #333;
	vertical-align: middle
}
.sp-replacer:hover, .sp-replacer.sp-active {
	border-color: #F0C49B;
	color: #111
}
.sp-replacer.sp-disabled {
	cursor: default;
	border-color: silver;
	color: silver
}
.sp-dd {
	padding: 2px 0;
	height: 16px;
	line-height: 16px;
	float: left;
	font-size: 10px
}
.sp-preview {
	position: relative;
	width: 25px;
	height: 20px;
	border: solid 1px #222;
	margin-right: 5px;
	float: left;
	z-index: 0
}
.sp-palette {
	max-width: 220px
}
.sp-palette .sp-thumb-el {
	width: 16px;
	height: 16px;
	margin: 2px 1px;
	border: solid 1px #d0d0d0
}
.sp-container {
	padding-bottom: 0
}
.sp-container button {
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(to bottom, #eee, #ccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 5px 4px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	vertical-align: middle
}
.sp-container button:hover {
	background-color: #dddddd;
	background-image: -webkit-linear-gradient(top, #ddd, #bbb);
	background-image: -moz-linear-gradient(top, #ddd, #bbb);
	background-image: -ms-linear-gradient(top, #ddd, #bbb);
	background-image: -o-linear-gradient(top, #ddd, #bbb);
	background-image: linear-gradient(to bottom, #ddd, #bbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd
}
.sp-container button:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee
}
.sp-cancel {
	font-size: 11px;
	color: #d93f3f !important;
	margin: 0;
	padding: 2px;
	margin-right: 5px;
	vertical-align: middle;
	text-decoration: none
}
.sp-cancel:hover {
	color: #d93f3f !important;
	text-decoration: underline
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
	border-color: #000
}
.sp-preview, .sp-alpha, .sp-thumb-el {
	position: relative;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.sp-palette .sp-thumb-inner {
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)
}
.sp-clear-display {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)
}
.gd-spectrum-replacer {
	width: 48px;
	height: 24px;
	padding: 3px;
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	background: white
}
.gd-spectrum-replacer .sp-dd {
	display: none
}
.gd-spectrum-replacer .sp-preview {
	width: 100%;
	height: 100%;
	margin-right: 0;
	border-color: #C3C9D0;
	border-radius: 2px
}
.gd-spectrum-replacer:hover, .gd-spectrum-replacer.sp-active {
	border-color: #009AFF
}
.gd-spectrum-container {
	border-color: #C3C9D0;
	background: #FFF
}
.gd-spectrum-container, .gd-spectrum-container button, .gd-spectrum-container input, .gd-spectrum-container .sp-color, .gd-spectrum-container .sp-hue, .gd-spectrum-container .sp-clear {
	font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans
}
.gd-spectrum-container .sp-input {
	margin-bottom: 0;
	width: 100%;
	height: 24px
}
table.gd-table thead {
	background: #F1F1F1;
	font-weight: normal
}
table.gd-table thead tr th {
	border-bottom-width: 1px
}
table.gd-table tbody tr td input {
	margin-bottom: 0
}
table.gd-table tbody tr td.centered-content {
	text-align: center
}
table.gd-table.gd-table-bordered>thead>tr>th {
	border-bottom-width: 1px
}
.word-break-table td {
	word-break: break-all
}
.gd-table-row-clickable tbody tr {
	cursor: pointer
}
.font-family-inherit {
	font-family: inherit
}
.font-family-tahoma {
	font-family: Tahoma, Segoe, sans-serif
}
.font-family-helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.font-family-verdana {
	font-family: Verdana, Geneva, sans-serif
}
.font-family-georgia {
	font-family: Georgia, "Times New Roman", serif
}
.font-family-heiti {
	font-family: "Hiragino Sans GB", STXihei, "Microsoft YaHei", sans-serif
}
.font-family-kaiti {
	font-family: KaiTi, STKaiti, Georgia, "Times New Roman", serif
}
.font-family-songti {
	font-family: Simsun, Georgia, "Times New Roman", serif
}
.datepicker td, .datepicker th, .datepicker table tr td span {
	border-radius: 0
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background: #99D6FF;
	border-color: #99D6FF
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #4DB8FF
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background: #4DB8FF;
	border-color: #4DB8FF
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #009AFF
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background: #4DB8FF;
	border-color: #4DB8FF
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #009AFF
}
.datepicker-dropdown.datepicker-orient-left::before {
	left: 4px
}
.datepicker-dropdown.datepicker-orient-left::after {
	left: 5px
}
.cke .cke_wysiwyg_div {
	min-height: 50px
}
.cke p {
	margin: 0 !important
}
.cke .cke_editable {
	padding: 5px 10px
}
.cke .cke_editable img {
	max-width: 100%
}
.cke a.cke_button {
	padding: 3px 4px
}
.cke .cke_combo_text {
	line-height: 24px
}
.cke .cke_combo__fontsize .cke_combo_inlinelabel {
	font-size: 14px;
	color: #545454
}
.cke .cke_combo__fontsize .cke_combo_text {
	width: 14px
}
.cke a.cke_combo_button, .cke .cke_toolgroup {
	margin-right: 5px
}
.cke .cke_maximized {
	font-size: 12px;
	text-align: left
}
.cke .cke_maximized .cke_contents {
	overflow-y: auto
}
.cke .cke_maximized .cke_source {
	-webkit-box-shadow: none;
	box-shadow: none
}
.cke .cke_widget_wrapper {
	max-width: 100%
}
.cke .cke_widget_wrapper .cke_widget_element.cke_placeholder {
	padding: 0 4px;
	margin-right: 2px
}
.cke .cke_widget_wrapper.cke_widget_focused>.cke_widget_element {
	outline: none
}
.cke .cke_widget_wrapper.cke_widget_focused .cke_widget_element.cke_placeholder {
	outline: none;
	text-decoration: line-through
}
.cke .cke_widget_wrapper:hover>.cke_widget_element {
	outline: none
}
.cke .cke_widget_wrapper .cke_widget_drag_handler_container {
	display: none !important
}
.cke.cke_chrome {
	border: 1px solid #C3C9D0 !important;
	box-shadow: none !important;
	border-radius: 2px !important
}
.cke_editor_field_notes .cke_combo_text {
	padding-left: 5px
}
.cke_editor_field_notes .cke_combo_open {
	margin-left: 0;
	margin-right: 6px
}
.cke_editor_field_notes a.cke_button {
	padding-left: 4px;
	padding-right: 4px
}
.cke_editor_field_notes a.cke_combo_button, .cke_editor_field_notes .cke_toolgroup {
	margin-right: 2px
}
a.cke_combo_button:hover, a.cke_combo_button:focus, a.cke_combo_button:active, a.cke_combo_button.cke_button_on, .cke_combo_on a.cke_combo_button, a.cke_button_on:hover, a.cke_button_on:focus, a.cke_button_on:active, a.cke_button_on.cke_button_on, .cke_combo_on a.cke_button_on {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.17) !important;
	border-color: #C3C9D0 !important
}
.cke_dialog .cke_dialog_body {
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11)
}
.cke_dialog .cke_dialog_body label:not(:empty) {
	display: block;
	margin-bottom: 5px
}
.cke_dialog .cke_dialog_body .cke_dialog_ui_hbox label {
	display: inline
}
.cke_dialog .cke_dialog_body .cke_dialog_ui_checkbox label {
	display: inline
}
.cke_dialog .cke_dialog_body .cke_dialog_title {
	padding: 18px 20px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px 6px 0 0;
	border-bottom-color: #E9E9E9
}
.cke_dialog .cke_dialog_body .cke_dialog_close_button {
	background: none !important;
	top: 15px
}
.cke_dialog .cke_dialog_body .cke_dialog_close_button::after {
	content: '\00d7';
	font-size: 22px;
	color: #C3C9D0
}
.cke_dialog .cke_dialog_body .cke_dialog_close_button::after:hover {
	color: #AAB2BD
}
.cke_dialog .cke_dialog_body .cke_dialog_contents {
	border-radius: 0 0 6px 6px;
	padding: 0
}
.cke_dialog .cke_dialog_body .cke_dialog_contents_body {
	padding: 15px 20px
}
.cke_dialog .cke_dialog_body .cke_dialog_footer {
	outline: none;
	border-top: 1px solid #E9E9E9;
	padding: 15px 20px;
	border-radius: 0 0 6px 6px;
	text-align: left
}
.cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons {
	margin: 0
}
.cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
	padding: 0;
	text-shadow: none;
	font-weight: normal
}
.cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first {
	padding-right: 10px
}
.cke_dialog.cke_ltr .cke_dialog_close_button {
	right: 18px
}
.cke_dialog .gdimage-preview {
	text-align: center;
	background-color: #E9E9E9;
	height: 150px;
	line-height: 150px
}
.cke_dialog .gdimage-preview img {
	max-width: 100%;
	max-height: 150px;
	vertical-align: middle;
	margin-top: -1px
}
.cke_dialog input.cke_dialog_ui_input_text {
	margin-bottom: 0
}
.cke_dialog input.cke_dialog_ui_input_text, .cke_dialog input.cke_dialog_ui_input_password, .cke_dialog textarea.cke_dialog_ui_input_textarea {
	background: #FFF;
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	padding: 0 6px;
	box-shadow: none
}
.cke_dialog input.cke_dialog_ui_input_text:focus, .cke_dialog input.cke_dialog_ui_input_password:focus, .cke_dialog textarea.cke_dialog_ui_input_textarea:focus {
	border-color: #4DB8FF
}
.cke_dialog .fileinput-button {
	position: relative
}
.cke_dialog .fileinput-button span {
	color: #009AFF;
	line-height: 20px
}
.cke_dialog .fileinput-button:hover span {
	color: #FFF
}
.cke_dialog .fileinput-button+span {
	display: inline-block;
	padding-left: 10px;
	line-height: 25px
}
.cke_bottom .cke_wordcount {
	display: block;
	float: right;
	margin-top: -2px;
	margin-right: 3px;
	color: black
}
.cke_bottom .cke_wordcountLimitReached {
	color: red !important
}
.placeholder-label {
	padding: 0 4px !important;
	margin-right: 2px !important;
	margin-top: 0 !important;
	color: #009AFF !important;
	background-color: #E6F5FF !important
}
.placeholder-label>i {
	margin-right: 3px
}
.panel.panel-slim .panel-heading .heading-item+.heading-item {
	border-left: 1px solid #E6E9ED;
	margin-left: 6px;
	padding-left: 6px
}
.panel.panel-slim .panel-heading dl {
	margin: 0
}
.panel.panel-slim .panel-heading dl dt {
	width: auto;
	font-weight: normal;
	clear: none
}
.panel.panel-slim .panel-heading dl dd {
	margin-left: 0;
	font-weight: bold;
	float: left
}
.panel.panel-slim .panel-heading dl dd+dt {
	border-left: 1px solid #E6E9ED;
	margin-left: 6px;
	padding-left: 6px
}
.panel.panel-slim .panel-heading, .panel.panel-slim .panel-body {
	padding: 5px 10px
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.select2-container .dropdown-wrapper {
	display: none !important
}
.select2-container .select2-selection--single {
	height: 24px
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 22px
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 22px
}
.select2-container .select2-search {
	position: relative
}
.select2-container .select2-search::after {
	content: '\e80d';
	font-family: "gd-thin-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -6px;
	line-height: 1;
	color: #D9D9D9
}
.select2-container .select2-search__field {
	padding-left: 24px;
	height: 26px;
	margin-bottom: 0
}
.select2-container .select2-results__option[aria-selected=true] {
	background-color: initial
}
.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #F1F1F1;
	color: #222222
}
.entry-container .select2-container .select2-selection--single, .entry-show .select2-container .select2-selection--single {
	height: 30px;
	border-radius: 2px;
	border-color: #C3C9D0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
}
.entry-container .select2-container .select2-selection--single .select2-selection__rendered, .entry-show .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
	color: #222222
}
.entry-container .select2-container .select2-selection--single .select2-selection__arrow, .entry-show .select2-container .select2-selection--single .select2-selection__arrow {
	height: 28px;
	width: 28px
}
.entry-container .select2-container .select2-selection--single .select2-selection__arrow b, .entry-show .select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #222222 transparent transparent transparent;
	border-width: 6px 4px 0 4px
}
.entry-container .select2-container--open .select2-selection--single .select2-selection__arrow b, .entry-show .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #222222 transparent !important;
	border-width: 0 4px 6px 4px !important
}
.entry-container .select2-container--disabled .select2-selection--single, .entry-show .select2-container--disabled .select2-selection--single {
	background-image: none
}
.entry-container .select2-container--disabled .select2-selection__rendered, .entry-show .select2-container--disabled .select2-selection__rendered {
	cursor: not-allowed
}
.phone-device .select2-container .select2-selection--single {
	height: 40px
}
.phone-device .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 38px
}
.phone-device .select2-container .select2-selection--single .select2-selection__arrow {
	height: 38px
}
.phone-device .select2-container .select2-search__field {
	height: 36px
}
html[data-embedded=true] {
	overflow-y: auto;
	visibility: hidden
}
footer.published {
	text-align: center;
	padding: 10px 0
}
footer.published .powered-by {
	text-decoration: none;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear
}
.mobile-device footer.published .powered-by {
	display: block
}
body.published-info footer.published .powered-by {
	opacity: 1;
	filter: alpha(opacity=100)
}
footer.published .powered-by p {
	margin-top: 3px
}
footer.published .powered-by p, footer.published .powered-by .powered-logo {
	color: #545454;
	text-shadow: 0 1px 1px #E9E9E9
}
footer.published .powered-by.light p, footer.published .powered-by.light .powered-logo {
	color: #E9E9E9;
	text-shadow: 0 1px 1px #222222
}
footer.published a.powered-by:hover p, footer.published a.powered-by:hover .powered-logo {
	color: #6e6e6e
}
footer.published a.powered-by.light:hover p, footer.published a.powered-by.light:hover .powered-logo {
	color: #d0d0d0
}
body.entry-container {
	margin: 0
}
body.entry-container header {
	background: #333745;
	padding: 0 6px
}
body.entry-container .user-info {
	color: #FFF;
	font-size: 14px;
	padding: 6px 0
}
body.entry-container .user-info:before, body.entry-container .user-info:after {
	content: " ";
	display: table
}
body.entry-container .user-info:after {
	clear: both
}
body.entry-container .user-info .avatar {
	width: 20px;
	height: 20px;
	border-radius: 10px
}
body.entry-container .user-info .avatar {
	border: 1px solid #FFF;
	max-width: none;
	vertical-align: top;
	margin-right: 5px;
	display: inline-block
}
body.entry-container .user-info .avatar-link {
	float: left
}
body.entry-container .user-info .avatar-link .user-name {
	margin-top: 1px;
	color: white
}
body.entry-container .user-info .avatar-link.active .user-name, body.entry-container .user-info .avatar-link:hover .user-name {
	color: #FFF
}
body.entry-container .user-info .logout-link {
	float: right;
	margin-top: 2px;
	color: #FFF
}
body.entry-container .user-info .logout-link:hover {
	color: #FFF
}
.field_with_errors {
	display: inline
}
.field_with_errors input, .field_with_errors textarea, .field_with_errors select {
	border: 1px solid #FF2851
}
.field_with_errors input[type='radio'], .field_with_errors textarea[type='radio'], .field_with_errors select[type='radio'] {
	border-radius: 50%
}
.field_with_errors input[type='checkbox'], .field_with_errors textarea[type='checkbox'], .field_with_errors select[type='checkbox'] {
	border-radius: 3px
}
#login_modal input[type=email], #login_modal input[type=text], #login_modal input[type=password], #login_modal input[type=submit] {
	max-width: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
.phone-device #login_modal input[type=email], .phone-device #login_modal input[type=text], .phone-device #login_modal input[type=password], .phone-device #login_modal input[type=submit] {
	height: 40px
}
#login_modal .has-error input {
	border-color: #FF2851
}
#login_modal .has-error .inline-error {
	color: #FF2851;
	margin-top: -10px;
	margin-bottom: 10px
}
#login_modal .social-login h5 {
	font-size: 1em
}
#login_modal .social-login .social-login-container {
	display: none
}
#login_modal .social-login .social-account {
	margin: 5px 0;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	background-size: cover;
	display: inline-block;
	opacity: 0.85;
	filter: alpha(opacity=85)
}
#login_modal .social-login .social-account+.social-account {
	margin-left: 10px
}
#login_modal .social-login .social-account:hover, #login_modal .social-login .social-account:active {
	opacity: 1;
	filter: alpha(opacity=100)
}
#login_modal .social-login .social-account.account-weixin, #login_modal .social-login .social-account.account-new-weixin {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-wechat-3d6dc7d0130286bdb4c32113155baf49863d0c34a1268a5cf47809d7d197b367.png)
}
#login_modal .social-login .social-account.account-qq {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-qq-cff03293aa31fee0653608a3b1ac551631f3b11959df159e2e1915f1e5ba4c98.png)
}
#login_modal .social-login .social-account.account-sina {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-sina-8226fd5c6e0100fec59616140cce8b8c45d3059da7804d1fe51479a2f45b0e64.png)
}
#login_modal .social-login .social-account.account-renren {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-renren-7cbe5468c4ead974187b109e6d6baed5b9e8e62545bb5029710d361a8bad389e.png)
}
#login_modal .social-login .social-account.account-mingdao {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-mingdao-e2d160922c62347c080a4a28afca07bab006e0c49ff1f327de63085ee833c7bd.png)
}
#login_modal .social-login .social-account.gd-hide {
	display: none
}
#login_modal .login-switcher {
	margin-top: 15px
}
#login_modal .agreement {
	margin-bottom: 5px;
	display: inline-block
}
#login_modal .auto-login {
	display: inline-block;
	margin-bottom: 0
}
#login_modal .auto-login input {
	margin-top: 0
}
#login_modal h2, #login_modal h2+.help-block {
	display: none
}
#login_modal .center-container {
	border-bottom: 1px dashed #C3C9D0;
	padding-bottom: 10px
}
#login_modal .has-error .inline-error {
	margin: 0
}
#login_modal .signup-panel {
	padding-bottom: 10px
}
#login_modal .signup-panel .captcha-container img {
	cursor: pointer;
	vertical-align: middle
}
#login_modal .signup-panel .captcha-container .captcha-box {
	display: inline-block
}
#login_modal .signup-panel .captcha-container .captcha-box .error {
	border-color: #FF2851
}
#login_modal .signup-panel .captcha-container .captcha-box+.error-message {
	color: #FF2851;
	margin-top: 4px
}
#login_modal .signup-panel .captcha-container .captcha-box .captcha-img-container {
	background: white;
	width: 70px;
	padding: 0;
	line-height: 30px
}
#login_modal .signup-panel .captcha-container .captcha-box .captcha-img-container img {
	width: 80%;
	height: 80%;
	margin-top: 0
}
#login_modal .signup-panel .captcha-container {
	margin-bottom: 0
}
#login_modal .signup-panel .captcha-container .captcha-box {
	display: block
}
#login_modal .signup-panel .captcha-container .captcha-box .captcha-input {
	width: 65%;
	border-radius: 2px
}
#login_modal .signup-panel .captcha-container .captcha-box+.inline-help {
	right: 80px;
	margin-top: 0
}
#login_modal .signup-panel .captcha-container .captcha-box .captcha-img-container {
	float: right;
	border: 0;
	border-radius: 2px;
	height: 35px
}
#login_modal .signup-panel .captcha-container .captcha-box .captcha-img-container img {
	margin-top: 5%
}
.phone-device #login_modal .signup-panel .captcha-container .captcha-box {
	padding-right: 0
}
.phone-device #login_modal .signup-panel .captcha-container .captcha-box .captcha-img-container {
	position: inherit;
	width: 30%
}
.phone-device #login_modal .signup-panel .captcha-container .captcha-box input {
	width: 65%
}
.phone-device #login_modal .signup-panel .captcha-container .captcha-box+.inline-help {
	right: 30%
}
#login_modal .signup-panel .captcha-container .captcha-box+.error-message {
	margin-top: 0
}
.entry-container-inner {
	min-height: 240px
}
.entry-container-inner .center {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px
}
.entry-container-inner .error-explanation {
	border: 1px solid #FF3824;
	text-shadow: 1px 1px white;
	border-radius: 2px;
	color: #FF3824;
	padding: 3px 6px 3px 5px;
	min-height: 28px;
	margin-bottom: 15px
}
.entry-container-inner .error-explanation ul {
	list-style-type: none;
	margin: 5px
}
.entry-container-inner .form-error-messages-modal .error-explanation {
	color: #666;
	border: 0;
	margin: 0;
	padding: 0
}
.entry-container-inner .form-error-messages-modal .error-explanation h5 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0
}
.entry-container-inner form, .entry-container-inner .success-box, .entry-container-inner .form-alert {
	margin-top: 57px;
	border-style: solid;
	border-width: 0
}
@media screen and (max-width:768px) {
	.entry-container-inner form, .entry-container-inner .success-box, .entry-container-inner .form-alert {
		margin-top: 0
	}
}
.entry-container-inner form .banner, .entry-container-inner .success-box .banner, .entry-container-inner .form-alert .banner {
	max-width: 100%;
	position: relative
}
.entry-container-inner form .banner .banner-text:empty, .entry-container-inner .success-box .banner .banner-text:empty, .entry-container-inner .form-alert .banner .banner-text:empty {
	display: none
}
@media (max-width:767px) {
	.entry-container-inner form .banner .banner-text, .entry-container-inner .success-box .banner .banner-text, .entry-container-inner .form-alert .banner .banner-text {
		padding-left: 15px;
		padding-right: 15px
	}
}
.entry-container-inner form .banner .banner-img, .entry-container-inner .success-box .banner .banner-img, .entry-container-inner .form-alert .banner .banner-img {
	line-height: 0
}
.entry-container-inner form .banner .header-image, .entry-container-inner .success-box .banner .header-image, .entry-container-inner .form-alert .banner .header-image {
	max-width: 100%
}
.entry-container-inner form.with-shadow, .entry-container-inner form .with-shadow, .entry-container-inner .success-box.with-shadow, .entry-container-inner .success-box .with-shadow, .entry-container-inner .form-alert.with-shadow, .entry-container-inner .form-alert .with-shadow {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15)
}
@media screen and (max-width:320px) {
	.entry-container-inner form, .entry-container-inner .success-box {
		margin-top: 0
	}
}
.entry-container-inner form {
	padding-bottom: 30px;
	background-color: #FFF
}
.phone-device .entry-container-inner form {
	margin-bottom: 0
}
.entry-container-inner form.hide-content {
	min-height: 500px
}
.entry-container-inner form.no-field-form .form-header {
	border-bottom: 0
}
.entry-container-inner form .form-header {
	border-bottom: 1px solid #C3C9D0
}
.entry-container-inner form .form-title {
	font-size: 1.667em;
	padding: 25px 30px 10px;
	margin: 0
}
.entry-container-inner form .form-description {
	padding: 3px 30px 8px
}
.entry-container-inner form .form-description:empty {
	display: none
}
.entry-container-inner form .form-description ul {
	list-style: disc inside
}
.entry-container-inner form .form-description img {
	max-width: 100%
}
.entry-container-inner form .form-description p {
	line-height: 1.6
}
.phone-device .entry-container-inner form .form-title, .phone-device .entry-container-inner form .form-description {
	padding-left: 15px;
	padding-right: 15px
}
.phone-device .entry-container-inner form .form-description p {
	line-height: 1.5
}
.phone-device.preview-mode .entry-container-inner form .form-title, .phone-device.preview-mode .entry-container-inner form .form-description {
	padding-left: 10px;
	padding-right: 10px
}
.entry-container-inner form .field {
	padding-top: 15px;
	padding-bottom: 15px;
	word-wrap: break-word
}
.phone-device .entry-container-inner form .field {
	padding-left: 15px;
	padding-right: 15px
}
.phone-device.preview-mode .entry-container-inner form .field {
	padding-left: 10px;
	padding-right: 10px
}
.entry-container-inner form .field.required .field-label::after {
	content: '*';
	color: #FF3824;
	margin-top: 1px;
	display: inline-block;
	line-height: 0;
	vertical-align: middle
}
.entry-container-inner form .field.new-row {
	clear: left
}
.entry-container-inner form .field.has-error .inline-error {
	color: #FF2851
}
.entry-container-inner form .field .form-group {
	margin-bottom: 0
}
.entry-container-inner form .field .field-content {
	padding-top: 3px
}
.entry-container-inner form .field label>input[type="radio"], .entry-container-inner form .field label>input[type="checkbox"] {
	float: left;
	width: 18px;
	display: block;
	margin: 9px 0 0 9px;
}
.entry-container-inner form .field .choice-description {
	margin-left: 22px;
	white-space: normal
}
.entry-container-inner form .field .field-label {
	position: relative;
	line-height: 1.4;
	font-size: 1.167em;
	margin-bottom: 1px;
	display: block
}
.entry-container-inner form .field .field-description {
	color: #545454;
	margin-top: -3px;
	margin-bottom: 6px
}
.entry-container-inner form .field .field-description p {
	line-height: 1.5
}
.entry-container-inner form .field .field-description p:last-child {
	margin-bottom: 0
}
.entry-container-inner form .field .field-description img {
	max-width: 100%
}
.phone-device .entry-container-inner form .field .field-description p {
	line-height: 1.4
}
.entry-container-inner form .field input, .entry-container-inner form .field select, .entry-container-inner form .field textarea, .entry-container-inner form .field table {
	margin-bottom: 0
}
.entry-container-inner form .field select, .entry-container-inner form .field input[type="text"], .entry-container-inner form .field input[type="date"], .entry-container-inner form .field input[type="number"], .entry-container-inner form .field input[type="email"], .entry-container-inner form .field input[type="url"], .entry-container-inner form .field input[type="tel"] {
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field select:not(.fixed-width-control), .entry-container-inner form .field input[type="text"]:not(.fixed-width-control), .entry-container-inner form .field input[type="date"]:not(.fixed-width-control), .entry-container-inner form .field input[type="number"]:not(.fixed-width-control), .entry-container-inner form .field input[type="email"]:not(.fixed-width-control), .entry-container-inner form .field input[type="url"]:not(.fixed-width-control), .entry-container-inner form .field input[type="tel"]:not(.fixed-width-control) {
	width: 100%;
}
.phone-device .entry-container-inner form .field select:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="text"]:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="date"]:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="number"]:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="email"]:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="url"]:not(.fixed-width-control), .phone-device .entry-container-inner form .field input[type="tel"]:not(.fixed-width-control) {
	max-width: none
}
.entry-container-inner form .field.custom-grids select:not(.fixed-width-control), .entry-container-inner form .field.custom-grids input[type="text"]:not(.fixed-width-control), .entry-container-inner form .field.custom-grids input[type="date"]:not(.fixed-width-control), .entry-container-inner form .field.custom-grids input[type="number"]:not(.fixed-width-control), .entry-container-inner form .field.custom-grids input[type="email"]:not(.fixed-width-control), .entry-container-inner form .field.custom-grids input[type="url"]:not(.fixed-width-control) {
	width: 100%;
	max-width: none
}
.entry-container-inner form .field textarea {
	width: 100%;
	resize: none;
	background-color: rgba(255, 255, 255, 0.65);
	min-height: 30px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field textarea {
	min-height: 40px
}
.entry-container-inner form .field input[type="text"], .entry-container-inner form .field input[type="number"], .entry-container-inner form .field input[type="email"], .entry-container-inner form .field input[type="password"], .entry-container-inner form .field input[type="url"], .entry-container-inner form .field input[type="tel"], .entry-container-inner form .field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
.phone-device:not(.preview-mode) .entry-container-inner form .field select, .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="text"]:not(.other-choice-input), .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="password"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="datetime"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="datetime-local"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="date"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="month"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="time"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="week"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="number"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="email"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="url"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="search"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="tel"], .phone-device:not(.preview-mode) .entry-container-inner form .field input[type="color"] {
	height: 40px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field .add-on {
	height: 40px;
	line-height: 39px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field .gd-btn, .phone-device:not(.preview-mode) .entry-container-inner form .field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .phone-device:not(.preview-mode) .entry-container-inner form .field a.cke_dialog_ui_button, .phone-device:not(.preview-mode) .entry-container-inner form .field .cke_dialog .fileinput-button, .cke_dialog .phone-device:not(.preview-mode) .entry-container-inner form .field .fileinput-button {
	font-size: 1em;
	height: 40px;
	line-height: 40px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field .gd-input-container input {
	padding-left: 25px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field .gd-input-container .gd-input-icon {
	top: 0;
	font-size: 1.1em;
	line-height: 40px
}
.entry-container-inner form .form-content .field {
	position: relative
}
.entry-container-inner form .form-content .field.has-error .inline-error {
	position: absolute
}
.phone-device .entry-container-inner form .form-content .field.has-error .inline-error {
	position: static
}
.entry-container-inner form .field-likert-field .likert>table {
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field-likert-field .likert>table thead {
	font-size: 12px;
	font-weight: normal
}
.entry-container-inner form .field-likert-field .likert>table th, .entry-container-inner form .field-likert-field .likert>table td {
	text-align: center
}
.entry-container-inner form .field-likert-field .likert>table th:first-child, .entry-container-inner form .field-likert-field .likert>table td:first-child {
	text-align: left;
	min-width: 50px;
	vertical-align: middle
}
.entry-container-inner form .field-likert-field .likert>table th {
	word-wrap: break-word;
	padding-top: 6px;
	padding-bottom: 5px
}
.entry-container-inner form .field-likert-field .likert>table td {
	vertical-align: middle;
	font-size: 1em
}
.entry-container-inner form .field-likert-field .likert>table td input {
	margin: 0
}
.entry-container-inner form .field-likert-field .likert>table td input[type=text] {
	width: 100%
}
@media (max-width:39.9375em) {
	.entry-container-inner form .field-likert-field .likert>table {
		border-width: 1px 0 0 0
	}
	.entry-container-inner form .field-likert-field .likert>table .tablesaw-cell-label {
		font-weight: normal;
		width: 80%
	}
	.entry-container-inner form .field-likert-field .likert>table .tablesaw-cell-content {
		float: left;
		margin-right: 5px
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr {
		border-bottom: 8px solid transparent
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr:hover {
		background-color: #FFF
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr td {
		border-bottom: 0;
		text-align: left
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr td:active {
		background: #F1F1F1;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr td:first-child {
		background: #F1F1F1;
		border-top-right-radius: 2px;
		border-top-left-radius: 2px
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr td:last-child {
		border-bottom: 1px solid #D9D9D9;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px
	}
	.entry-container-inner form .field-likert-field .likert>table tbody tr:last-child {
		border-bottom: 0
	}
}
.entry-container-inner form .field-matrix-field .matrix>table {
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field-matrix-field .matrix>table thead {
	font-size: 12px;
	font-weight: normal
}
.entry-container-inner form .field-matrix-field .matrix>table th, .entry-container-inner form .field-matrix-field .matrix>table td {
	text-align: center
}
.entry-container-inner form .field-matrix-field .matrix>table th:first-child, .entry-container-inner form .field-matrix-field .matrix>table td:first-child {
	text-align: left;
	min-width: 50px;
	vertical-align: middle
}
.entry-container-inner form .field-matrix-field .matrix>table th {
	word-wrap: break-word;
	padding-top: 6px;
	padding-bottom: 5px
}
.entry-container-inner form .field-matrix-field .matrix>table td {
	vertical-align: middle;
	font-size: 1em
}
.entry-container-inner form .field-matrix-field .matrix>table td input {
	margin: 0
}
.entry-container-inner form .field-matrix-field .matrix>table td input[type=text] {
	width: 100%
}
.entry-container-inner form .field-matrix-field .matrix>table td {
	padding: 0
}
.entry-container-inner form .field-matrix-field .matrix>table td:first-child {
	padding: 6px
}
.entry-container-inner form .field-matrix-field .matrix>table td input[type=text], .entry-container-inner form .field-matrix-field .matrix>table td input[type=number] {
	border: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none
}
@media (max-width:39.9375em) {
	.entry-container-inner form .field-matrix-field .matrix>table {
		border: 0;
		background: none
	}
	.entry-container-inner form .field-matrix-field .matrix>table .tablesaw-cell-label {
		font-weight: normal;
		display: block;
		background: #F1F1F1;
		border: 1px solid #D9D9D9;
		border-bottom: 0;
		border-top-right-radius: 2px;
		border-top-left-radius: 2px;
		padding: 6px 10px;
		width: 100%
	}
	.entry-container-inner form .field-matrix-field .matrix>table .tablesaw-cell-content {
		display: block;
		max-width: none;
		border: 1px solid #D9D9D9;
		border-top: 0;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px
	}
	.entry-container-inner form .field-matrix-field .matrix>table .tablesaw-cell-content input[type=text] {
		height: 40px;
		min-height: 0 !important
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr {
		border: 0
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr:hover {
		background-color: transparent
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr td {
		border: 0;
		text-align: left;
		padding: 0 0 8px
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr td:first-child {
		padding: 15px 0 3px
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr td:first-child::before {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-left: 7px solid #222222;
		border-right-width: 0;
		margin-top: 0.4em;
		margin-right: 3px;
		vertical-align: top
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr td:last-child {
		padding-bottom: 0
	}
	.entry-container-inner form .field-matrix-field .matrix>table tbody tr:first-child td:first-child {
		padding-top: 5px
	}
}
.entry-container-inner form .field-rating-field .rating-group i {
	cursor: pointer;
	margin: 0 1px
}
.entry-container-inner form .field-rating-field.col-sm-3 .rating-group {
	padding-right: 20px
}
.entry-container-inner form .field-date-field input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
.entry-container-inner form .field-date-field .gd-input-container {
	width: 100%;
	max-width: 260px
}
.phone-device .entry-container-inner form .field-date-field .gd-input-container {
	max-width: none
}
.entry-container-inner form .field-date-field.custom-grids .gd-input-container {
	width: 100%;
	max-width: none
}
.entry-container-inner form .field-time-field .time-selects {
	max-width: 294px
}
.entry-container-inner form .field-time-field .time-selects:before, .entry-container-inner form .field-time-field .time-selects:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-time-field .time-selects:after {
	clear: both
}
.phone-device .entry-container-inner form .field-time-field .time-selects {
	max-width: none
}
.phone-device .entry-container-inner form .field-time-field .time-selects {
	max-width: none
}
.entry-container-inner form .field-time-field .time-selects .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 30%
}
.entry-container-inner form .field-time-field .time-selects .dropdown-wrapper {
	width: 32%;
	margin-right: 2%;
	float: left
}
.entry-container-inner form .field-time-field .time-selects .dropdown-wrapper:last-child {
	margin-right: 0
}
.entry-container-inner form .dropdown-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 30px
}
.phone-device:not(.preview-mode) .entry-container-inner form .dropdown-wrapper {
	height: 40px
}
.entry-container-inner form .dropdown-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	padding-right: 24px;
	vertical-align: top;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3
}
.entry-container-inner form .dropdown-wrapper select::-ms-expand {
	display: none
}
.entry-container-inner form .dropdown-wrapper select+.dropdown-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	background-repeat: repeat-x;
    z-index: 1;
    height: 30px;
    background-image: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
}
.phone-device:not(.preview-mode) .entry-container-inner form .dropdown-wrapper select+.dropdown-bg {
	height: 40px
}
.entry-container-inner form .dropdown-wrapper select:active, .entry-container-inner form .dropdown-wrapper select:focus {
	background: none;
	border: 0
}
.entry-container-inner form .dropdown-wrapper select:active+.dropdown-bg, .entry-container-inner form .dropdown-wrapper select:focus+.dropdown-bg {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}
.entry-container-inner form .dropdown-wrapper .dropdown-trigger {
	position: absolute;
	top: 15px;
	right: 10px;
	margin-top: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #222222;
	border-bottom-width: 0;
	z-index: 2
}
.phone-device:not(.preview-mode) .entry-container-inner form .dropdown-wrapper .dropdown-trigger {
	top: 20px
}
.entry-container-inner form .field-drop-down .dropdown-wrapper, .entry-container-inner form .field-form-association .dropdown-wrapper {
	margin-bottom: 5px;
	max-width: 260px
}
.phone-device .entry-container-inner form .field-drop-down .dropdown-wrapper, .phone-device .entry-container-inner form .field-form-association .dropdown-wrapper {
	max-width: none
}
.entry-container-inner form .field-drop-down .other-choice-input, .entry-container-inner form .field-form-association .other-choice-input {
	vertical-align: top
}
.entry-container-inner form .field-cascade-drop-down .dropdown-wrapper {
	max-width: 160px
}
.phone-device .entry-container-inner form .field-cascade-drop-down .dropdown-wrapper {
	max-width: none
}
.entry-container-inner form .field-cascade-drop-down.col-sm-6 .dropdown-wrapper {
	max-width: 150px
}
.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .dropdown-wrapper {
	max-width: none
}
.entry-container-inner form .field-mobile-field .sms-verification {
	width: 100%;
	max-width: 260px;
	margin-top: 5px
}
.entry-container-inner form .field-mobile-field .sms-verification:before, .entry-container-inner form .field-mobile-field .sms-verification:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-mobile-field .sms-verification:after {
	clear: both
}
.phone-device .entry-container-inner form .field-mobile-field .sms-verification {
	max-width: none
}
.entry-container-inner form .field-mobile-field .sms-verification .send-token-link {
	float: left;
	width: 45%;
	padding-left: 0;
	padding-right: 0
}
.entry-container-inner form .field-mobile-field .sms-verification .verification-token {
	float: left;
	width: 53%;
	margin-right: 2%
}
.entry-container-inner form .field-mobile-field .mobile-checked {
	color: #71B300
}
.entry-container-inner form .check-box-wrapper, .entry-container-inner form .radio-button-wrapper {
	position: relative;
	float: left;
	display: inline-block;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	margin: 2px 1px 0 0
}
.entry-container-inner form .check-box-wrapper input[type="radio"], .entry-container-inner form .check-box-wrapper input[type="checkbox"], .entry-container-inner form .radio-button-wrapper input[type="radio"], .entry-container-inner form .radio-button-wrapper input[type="checkbox"] {
	position: absolute;
	left: -9999px;
	visibility: hidden
}
.entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon, .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon {
	display: inline-block;
	background: #FFF;
	border: 1px solid #AAB2BD;
	-webkit-transition: background 0.28s ease;
	-o-transition: background 0.28s ease;
	transition: background 0.28s ease
}
.entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon::after, .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0
}
.entry-container-inner form .check-box-wrapper input[type="radio"]:active:not([disabled])+.selected-icon, .entry-container-inner form .check-box-wrapper input[type="checkbox"]:active:not([disabled])+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="radio"]:active:not([disabled])+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:active:not([disabled])+.selected-icon {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15)
}
.entry-container-inner form .check-box-wrapper input[type="radio"]:checked+.selected-icon, .entry-container-inner form .check-box-wrapper input[type="checkbox"]:checked+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="radio"]:checked+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:checked+.selected-icon {
	background-color: #009AFF;
	border-color: #009AFF
}
.entry-container-inner form .check-box-wrapper input[type="radio"][disabled]+.selected-icon, .entry-container-inner form .check-box-wrapper input[type="checkbox"][disabled]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="radio"][disabled]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="checkbox"][disabled]+.selected-icon {
	background-color: #E9E9E9
}
.entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon {
	width: 16px;
	height: 16px;
	border-radius: 8px
}
.entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon::after {
	background: #FFF;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.entry-container-inner form .check-box-wrapper input[type="radio"]:checked+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="radio"]:checked+.selected-icon::after {
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4)
}
.entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon {
	width: 16px;
	height: 16px;
	border-radius: 2px
}
.entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon::after {
	top: 1px;
	width: 7px;
	height: 11px;
	border: 2px solid transparent;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	transform: rotate(43deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.entry-container-inner form .check-box-wrapper input[type="checkbox"]:checked+.selected-icon::after, .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:checked+.selected-icon::after {
	border-bottom-color: #FFF;
	border-right-color: #FFF
}
.phone-device .entry-container-inner form .check-box-wrapper, .phone-device .entry-container-inner form .radio-button-wrapper {
	position: relative;
	float: left;
	display: inline-block;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 2px 1px 0 0
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"], .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"], .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"], .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"] {
	position: absolute;
	left: -9999px;
	visibility: hidden
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon, .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon {
	display: inline-block;
	background: #FFF;
	border: 1px solid #AAB2BD;
	-webkit-transition: background 0.28s ease;
	-o-transition: background 0.28s ease;
	transition: background 0.28s ease
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon::after, .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]:active:not([disabled])+.selected-icon, .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]:active:not([disabled])+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]:active:not([disabled])+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:active:not([disabled])+.selected-icon {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15)
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]:checked+.selected-icon, .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]:checked+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]:checked+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:checked+.selected-icon {
	background-color: #009AFF;
	border-color: #009AFF
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"][disabled]+.selected-icon, .phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"][disabled]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"][disabled]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"][disabled]+.selected-icon {
	background-color: #E9E9E9
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon {
	width: 20px;
	height: 20px;
	border-radius: 10px
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]+.selected-icon::after {
	background: #FFF;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="radio"]:checked+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="radio"]:checked+.selected-icon::after {
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4)
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon {
	width: 20px;
	height: 20px;
	border-radius: 2px
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon::after {
	top: 1px;
	width: 7px;
	height: 11px;
	border: 2px solid transparent;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	transform: rotate(43deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]:checked+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]:checked+.selected-icon::after {
	border-bottom-color: #FFF;
	border-right-color: #FFF
}
.phone-device .entry-container-inner form .check-box-wrapper input[type="checkbox"]+.selected-icon::after, .phone-device .entry-container-inner form .radio-button-wrapper input[type="checkbox"]+.selected-icon::after {
	width: 8px;
	height: 14px
}
.mobile-device .entry-container-inner form .radio>*:not(.image-center), .mobile-device .entry-container-inner form .checkbox>*:not(.image-center) {
	pointer-events: none
}
.entry-container-inner form .field-radio-button .other-choice-area.inline, .entry-container-inner form .field-check-box .other-choice-area.inline {
	display: inline-block;
	vertical-align: top
}
.entry-container-inner form .field-radio-button .other-choice-area label, .entry-container-inner form .field-check-box .other-choice-area label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-right: 0
}
.entry-container-inner form .field-radio-button .other-choice-area .other-choice-input, .entry-container-inner form .field-check-box .other-choice-area .other-choice-input {
	width: auto;
	margin-top: -3px;
	margin-left: 4px;
	background: rgba(255, 255, 255, 0.65);
	height: 2em
}
.entry-container-inner form .field-radio-button .other-choice-area .check-box-wrapper, .entry-container-inner form .field-radio-button .other-choice-area .radio-button-wrapper, .entry-container-inner form .field-check-box .other-choice-area .check-box-wrapper, .entry-container-inner form .field-check-box .other-choice-area .radio-button-wrapper {
	margin-right: 6px
}
.entry-container-inner form .field-radio-button.col-sm-3 .other-choice-input, .entry-container-inner form .field-check-box.col-sm-3 .other-choice-input {
	width: 90px
}
.phone-device .entry-container-inner form .field-radio-button .choices, .phone-device .entry-container-inner form .field-check-box .choices {
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid #C3C9D0;
	border-radius: 2px
}
.phone-device .entry-container-inner form .field-radio-button .choices label, .phone-device .entry-container-inner form .field-check-box .choices label {
	display: block;
	margin: 0;
	padding: 10px;
	white-space: normal
}
.phone-device .entry-container-inner form .field-radio-button .choices label:active:not(.disabled), .phone-device .entry-container-inner form .field-check-box .choices label:active:not(.disabled) {
	background: #F1F1F1;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}
.phone-device .entry-container-inner form .field-radio-button .choices .other-choice-area, .phone-device .entry-container-inner form .field-check-box .choices .other-choice-area {
	width: 100%
}
.phone-device .entry-container-inner form .field-radio-button .choices .other-choice-area .other-choice-input-container, .phone-device .entry-container-inner form .field-check-box .choices .other-choice-area .other-choice-input-container {
	padding: 0 10px 10px;
	display: block
}
.phone-device .entry-container-inner form .field-radio-button .choices .other-choice-area .other-choice-input, .phone-device .entry-container-inner form .field-check-box .choices .other-choice-area .other-choice-input {
	margin: 0;
	width: 100%
}
.phone-device .entry-container-inner form .field-radio-button .choices label+label, .phone-device .entry-container-inner form .field-radio-button .choices label+.other-choice-area, .phone-device .entry-container-inner form .field-radio-button .choices .other-choice-area+label, .phone-device .entry-container-inner form .field-radio-button .choices .other-choice-area+.other-choice-area, .phone-device .entry-container-inner form .field-check-box .choices label+label, .phone-device .entry-container-inner form .field-check-box .choices label+.other-choice-area, .phone-device .entry-container-inner form .field-check-box .choices .other-choice-area+label, .phone-device .entry-container-inner form .field-check-box .choices .other-choice-area+.other-choice-area {
	border-top: 1px solid #C3C9D0
}
.entry-container-inner form .field-image-radio-button .choices.image-choices:before, .entry-container-inner form .field-image-radio-button .choices.image-choices:after, .entry-container-inner form .field-image-check-box .choices.image-choices:before, .entry-container-inner form .field-image-check-box .choices.image-choices:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-image-radio-button .choices.image-choices:after, .entry-container-inner form .field-image-check-box .choices.image-choices:after {
	clear: both
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label, .entry-container-inner form .field-image-check-box .choices.image-choices label {
	padding: 5px;
	margin: 0 2% 12px 0;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	float: left;
	vertical-align: top
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.active, .entry-container-inner form .field-image-radio-button .choices.image-choices label:hover, .entry-container-inner form .field-image-check-box .choices.image-choices label.active, .entry-container-inner form .field-image-check-box .choices.image-choices label:hover {
	border: 1px solid #009AFF
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label .text-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label .text-wrapper {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 4px;
	word-wrap: break-word
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label .text-wrapper .check-box-wrapper, .entry-container-inner form .field-image-radio-button .choices.image-choices label .text-wrapper .radio-button-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label .text-wrapper .check-box-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label .text-wrapper .radio-button-wrapper {
	float: left;
	margin: 2px 0 0 2px
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label .quota, .entry-container-inner form .field-image-check-box .choices.image-choices label .quota {
	text-align: right;
	color: #848484
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label .image-center, .entry-container-inner form .field-image-check-box .choices.image-choices label .image-center {
	width: 100%
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label .image-center img, .entry-container-inner form .field-image-check-box .choices.image-choices label .image-center img {
	width: 100%;
	border-radius: 2px
}
@media screen and (min-width:600px) {
	.entry-container-inner form .field-image-radio-button .choices.image-choices label, .entry-container-inner form .field-image-check-box .choices.image-choices label {
		width: 23.5%
	}
	.entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(4n), .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(4n) {
		margin-right: 0
	}
	.entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(4n+1), .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(4n+1) {
		clear: left
	}
}
@media screen and (max-width:600px) {
	.entry-container-inner form .field-image-radio-button .choices.image-choices label, .entry-container-inner form .field-image-check-box .choices.image-choices label {
		margin-right: 2%;
		width: 32%
	}
	.entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(3n), .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(3n) {
		margin-right: 0
	}
	.entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(3n+1), .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(3n+1) {
		clear: left
	}
}
.phone-device .entry-container-inner form .field-image-radio-button .choices.image-choices label, .phone-device .entry-container-inner form .field-image-check-box .choices.image-choices label {
	width: 49%;
	margin-right: 2%
}
.phone-device .entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(2n), .phone-device .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(2n) {
	margin-right: 0
}
.phone-device .entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(2n+1), .phone-device .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(2n+1) {
	clear: left
}
.phone-device .entry-container-inner form .field-image-radio-button .choices.image-choices label:nth-child(3n+1), .phone-device .entry-container-inner form .field-image-check-box .choices.image-choices label:nth-child(3n+1) {
	clear: none
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column, .entry-container-inner form .field-image-check-box .choices.image-choices label.column {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 7px 5px
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .radio-button-wrapper, .entry-container-inner form .field-image-radio-button .choices.image-choices label.column .check-box-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .radio-button-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .check-box-wrapper {
	position: absolute;
	left: 7px;
	top: 18px;
	margin-top: -2px
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .image-center, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .image-center {
	position: absolute;
	left: 34px;
	top: 7px;
	width: auto
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .image-center img, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .image-center img {
	max-width: 35px
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .text-wrapper, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .text-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 70px;
	text-align: left;
	word-wrap: break-word;
	word-break: break-word;
	overflow: initial;
	white-space: normal;
	vertical-align: top;
	display: table;
	width: 100%;
	min-height: 35px
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .text-wrapper p, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .text-wrapper p {
	display: table-row;
	vertical-align: middle
}
.entry-container-inner form .field-image-radio-button .choices.image-choices label.column .text-wrapper .quota, .entry-container-inner form .field-image-check-box .choices.image-choices label.column .text-wrapper .quota {
	display: table-cell;
	vertical-align: middle;
	width: 70px
}
.entry-container-inner form .field-attachment-field:before, .entry-container-inner form .field-attachment-field:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-attachment-field:after {
	clear: both
}
.entry-container-inner form .field-attachment-field input[type=file] {
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	width: 90%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -4
}
.entry-container-inner form .field-attachment-field input[type=file].origin-file-input {
	position: static;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}
.entry-container-inner form .field-attachment-field .attachments .accept-file-extensions-text {
	padding: 5px
}
.entry-container-inner form .field-attachment-field .attachments .error-message {
	padding: 5px
}
.entry-container-inner form .field-attachment-field .attachment {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #E9E9E9;
	margin-bottom: 6px
}
.entry-container-inner form .field-attachment-field .attachment .progress-bar {
	position: absolute;
	background-color: #99D6FF
}
.entry-container-inner form .field-attachment-field .attachment .select-area {
	text-align: center
}
.entry-container-inner form .field-attachment-field .attachment .info {
	z-index: 100;
	height: 38px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field-attachment-field .attachment .info .preview-area {
	width: 28px;
	height: 28px;
	margin: 5px;
	position: relative
}
.entry-container-inner form .field-attachment-field .attachment .info .preview-area .preview {
	position: absolute;
	left: 0;
	top: 0;
	background: white
}
.entry-container-inner form .field-attachment-field .attachment .info .preview-area .preview img {
	border-radius: 2px;
	width: 28px;
	height: 28px
}
.entry-container-inner form .field-attachment-field .attachment .info .status {
	position: relative;
	margin-top: 11px
}
.entry-container-inner form .field-attachment-field .attachment .info .status .file-name {
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle
}
.entry-container-inner form .field-attachment-field .attachment .info .status .file-name.error {
	max-width: 96px
}
.entry-container-inner form .field-attachment-field .attachment .info .actions {
	position: relative;
	margin-top: 11px;
	padding-right: 10px
}
.entry-container-inner form .field-attachment-field .attachment .info .actions label {
	display: inline
}
.entry-container-inner form .field-attachment-field .attachment .info .actions .delete-link {
	color: #FF7466
}
.entry-container-inner form .field-attachment-field .attachment .info .actions .rechoose-link {
	color: #009AFF
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .status {
	position: absolute;
	left: 45px;
	font-size: 0.9em;
	margin-top: 12px
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .status.error {
	margin-top: 0
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .status .file-name {
	max-width: 200px
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .status .error {
	display: block
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .actions {
	margin-top: 0;
	padding-right: 0
}
.phone-device .entry-container-inner form .field-attachment-field .attachment .info .actions a[data-role='cancel'] {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 10px;
	display: inline-block;
	color: #FF3824
}
.entry-container-inner form .field-attachment-field .attachment input[type=file] {
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -4
}
.entry-container-inner form .field-attachment-field .attachment input[type=file].origin-file-input {
	position: static;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}
.entry-container-inner form .field-attachment-field .attachment .error {
	color: #FF3824;
	vertical-align: middle
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger {
	border: 1px dashed #C3C9D0;
	text-align: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger:hover, .entry-container-inner form .field-attachment-field .attachment-select-trigger.drag-over {
	background-color: #E6F5FF
}
.mobile-device .entry-container-inner form .field-attachment-field .attachment-select-trigger:hover {
	background-color: rgba(255, 255, 255, 0.65)
}
.mobile-device .entry-container-inner form .field-attachment-field .attachment-select-trigger:active {
	background-color: #E6F5FF
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger label {
	margin: 0;
	display: table;
	width: 100%
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger label .plus {
	font-size: 24px;
	width: 36px;
	display: table-cell;
	vertical-align: middle
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger label .select-text-wrapper {
	display: table-cell;
	vertical-align: middle
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger label .select-text {
	padding: 11px 10px 10px 0;
	text-align: left;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle
}
.mobile-device .entry-container-inner form .field-attachment-field .attachment-select-trigger label .select-text {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px
}
.entry-container-inner form .field-attachment-field .attachment-select-trigger .select-trigger-link {
	display: block;
	width: 100%;
	font-size: 12px
}
.mobile-device .entry-container-inner form .field-attachment-field .attachment-select-trigger label>* {
	pointer-events: none
}
.entry-container-inner form .field-attachment-field .attachment-error-message {
	color: #FF3824;
	margin-top: 10px
}
.entry-container-inner form .field-goods-field .form-group, .entry-container-inner form .field-basic-goods-field .form-group {
	margin: 0
}
.entry-container-inner form .field-goods-field .spec-toggle-icon, .entry-container-inner form .field-basic-goods-field .spec-toggle-icon {
	display: none
}
.entry-container-inner form .field-goods-field .goods-items:before, .entry-container-inner form .field-goods-field .goods-items:after, .entry-container-inner form .field-basic-goods-field .goods-items:before, .entry-container-inner form .field-basic-goods-field .goods-items:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-goods-field .goods-items:after, .entry-container-inner form .field-basic-goods-field .goods-items:after {
	clear: both
}
.entry-container-inner form .field-goods-field .goods-items .goods-item, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item {
	background: transparent;
	border: 1px solid #E9E9E9;
	float: left;
	margin: 0 1.8% 10px 0;
	vertical-align: top;
	width: 32.1%
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper {
	margin: 7px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper {
	text-align: center;
	vertical-align: top
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper a, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper a {
	display: inline-block;
	width: 100%
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper img, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper img {
	cursor: pointer;
	width: 100%;
	border-radius: 3px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .text-wrapper .name, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .text-wrapper .name {
	font-size: 1.167em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 7px 0 1px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .text-wrapper .description, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .text-wrapper .description {
	font-size: 1em;
	word-wrap: break-word;
	color: #848484;
	margin: 1px 0 7px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .specifications, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .specifications {
	background: #F1F1F1;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .specifications .spec-toggle, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .specifications .spec-toggle {
	display: block;
	color: #222222;
	padding: 7px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions {
	padding: 0 7px 7px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-label, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-label {
	margin-top: 6px;
	margin-bottom: 4px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:before, .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:after, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:before, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:after {
	content: " ";
	display: table
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:after, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options:after {
	clear: both
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label {
	float: left;
	margin-right: 5px;
	padding: 2px 8px 1px;
	background: #FAFAFA;
	border: 1px solid #C3C9D0;
	border-radius: 2px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label:hover, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label:hover {
	border-color: #009AFF
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label.selected, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options label.selected {
	border-color: #009AFF;
	color: #009AFF;
	background: #FFF
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-number, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-number {
	margin-top: 5px;
	padding: 7px 7px 4px;
	background: #F1F1F1;
	border-top: 1px solid #E9E9E9;
	position: relative;
	min-height: 44px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-inventory, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-inventory {
	padding-right: 90px;
	line-height: 1.4em
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .price, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .price {
	color: #FF2851;
	font-weight: bold;
	font-size: 1.167em
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .price .currency, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .price .currency {
	font-size: 0.857em;
	margin-right: 2px;
	vertical-align: middle
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .inventory, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-inventory .inventory {
	color: #848484
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container {
	position: absolute;
	top: 7px;
	right: 6px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container a, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a {
	width: 30px;
	background-color: rgba(255, 255, 255, 0.65)
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container a:hover, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a:hover {
	background-color: #FFF
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container a:active, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a:active {
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1)
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container a.disabled, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a.disabled {
	background-color: #E9E9E9;
	color: #c3c3c3;
	box-shadow: none !important
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number {
	padding: 0;
	width: 30px;
	text-align: center;
	-moz-appearance: textfield
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number::-webkit-outer-spin-button, .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number::-webkit-inner-spin-button, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number::-webkit-outer-spin-button, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.phone-device:not(.preview-mode) .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container a, .phone-device:not(.preview-mode) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a {
	width: 40px;
	height: 36px;
	line-height: 35px;
	font-size: 20px
}
.phone-device:not(.preview-mode) .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number, .phone-device:not(.preview-mode) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number {
	width: 40px;
	height: 36px
}
.entry-container-inner form .field-goods-field .goods-items .goods-item .dimensions select, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .dimensions select {
	width: 100%
}
.entry-container-inner form .field-goods-field .goods-items .goods-item.active, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item.active {
	border-color: #E9E9E9
}
@media screen and (min-width:600px) {
	.entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(3n), .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(3n) {
		margin-right: 0
	}
	.entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(3n+1), .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(3n+1) {
		clear: left
	}
}
@media screen and (max-width:600px) {
	.entry-container-inner form .field-goods-field .goods-items .goods-item, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item {
		width: 49.1%;
		margin-right: 1%
	}
	.entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(2n), .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(2n) {
		margin-right: 0
	}
	.entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(2n+1), .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(2n+1) {
		clear: left
	}
}
.phone-device .entry-container-inner form .field-goods-field, .phone-device .entry-container-inner form .field-basic-goods-field {
	margin: 12px 15px;
	padding: 0 !important;
	border: 1px solid #C3C9D0;
	border-radius: 2px
}
.phone-device .entry-container-inner form .field-goods-field.selected, .phone-device .entry-container-inner form .field-basic-goods-field.selected {
	border-color: #009AFF
}
.phone-device .entry-container-inner form .field-goods-field.selected .badge, .phone-device .entry-container-inner form .field-basic-goods-field.selected .badge {
	display: inline-block;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -11px;
	left: -11px;
	background-color: #009AFF;
	color: white
}
.phone-device .entry-container-inner form .field-goods-field .field-label-container, .phone-device .entry-container-inner form .field-basic-goods-field .field-label-container {
	position: relative;
	padding: 7px;
	margin: 0;
	background: #E9E9E9
}
.phone-device .entry-container-inner form .field-goods-field .field-label-container i, .phone-device .entry-container-inner form .field-basic-goods-field .field-label-container i {
	position: absolute;
	right: 10px;
	bottom: 7px
}
.phone-device .entry-container-inner form .field-goods-field .field-label-container .field-label, .phone-device .entry-container-inner form .field-basic-goods-field .field-label-container .field-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	white-space: normal;
	width: 100%
}
.phone-device .entry-container-inner form .field-goods-field .field-description, .phone-device .entry-container-inner form .field-basic-goods-field .field-description {
	padding: 7px 7px 0
}
.phone-device .entry-container-inner form .field-goods-field .field-content, .phone-device .entry-container-inner form .field-basic-goods-field .field-content {
	border-top: 1px solid #C3C9D0
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item {
	background: none;
	width: 100%;
	padding-bottom: 7px;
	margin: 0;
	border-width: 0 0 1px 0;
	border-color: #C3C9D0
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper {
	position: relative
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper {
	padding-left: 74px;
	min-height: 60px
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper .name, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper .name {
	margin: 0
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper .description, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .content-wrapper .goods-image-wrapper+.text-wrapper .description {
	margin-top: 3px
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .specifications, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .specifications {
	border: 0
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .price-number, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .price-number {
	border: 0;
	min-height: 52px
}
.phone-device .entry-container-inner form .field-goods-field .goods-items .goods-item:first-child .content-wrapper, .phone-device .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:first-child .content-wrapper {
	padding-top: 0
}
.phone-device .entry-container-inner form .field-goods-field .collapse-bottom, .phone-device .entry-container-inner form .field-basic-goods-field .collapse-bottom {
	padding: 7px;
	background: #E9E9E9;
	text-align: center;
	color: #009AFF;
	cursor: pointer
}
.phone-device .entry-container-inner form .field-goods-field .collapse-bottom:active, .phone-device .entry-container-inner form .field-goods-field .collapse-bottom:hover, .phone-device .entry-container-inner form .field-basic-goods-field .collapse-bottom:active, .phone-device .entry-container-inner form .field-basic-goods-field .collapse-bottom:hover {
	color: #007bcc
}
.phone-device.preview-mode .entry-container-inner form .field-goods-field, .phone-device.preview-mode .entry-container-inner form .field-basic-goods-field {
	margin: 12px 10px
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"], .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] {
	background: #FFF
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] [data-role="collapse_toggle"], .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] [data-role="spec_toggle"], .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] [data-role="collapse_toggle"], .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] [data-role="spec_toggle"] {
	cursor: pointer
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] [data-role="collapse_toggle"]:active, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] [data-role="spec_toggle"]:active, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] [data-role="collapse_toggle"]:active, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] [data-role="spec_toggle"]:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container {
	padding-right: 25px
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container i, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container i {
	top: 7px
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .field-label, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-label {
	white-space: nowrap;
	margin-bottom: 0
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .field-content, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-content {
	display: none
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle:hover, .entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle:active, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle:hover, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle:active {
	text-decoration: none
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle .spec-toggle-icon {
	display: block
}
.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed+.dimensions, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .spec-toggle.collapsed+.dimensions {
	display: none
}
.entry-container-inner form .field-geo-field .geo-field-chooser {
	width: 100%;
	max-width: 260px
}
.phone-device .entry-container-inner form .field-geo-field .geo-field-chooser {
	max-width: none
}
.mobile-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .map-search-container .map-search-btn {
	min-width: 2em
}
.mobile-device .entry-container-inner form .field-geo-field [data-role=geo]:not(.localizable) .geo-map-action {
	padding: 0;
	margin-top: 10px;
	border-top: 0
}
.mobile-device .entry-container-inner form .field-geo-field [data-role=geo]:not(.localizable) .geo-map-action a {
	width: 100%
}
.mobile-device .entry-container-inner form .field-geo-field [data-role=geo]:not(.localizable) .geo-map-container .geo-map-content {
	border: 0
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-coord {
	color: #848484
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-coord span {
	display: inline-block
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-coord span:first-child {
	margin-right: 5px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-coord span.separator {
	display: none
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-result .clear-location-btn {
	height: 30px;
	line-height: 30px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action {
	position: relative
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .map-search-container {
	float: none;
	width: 100%
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .map-search-container input {
	width: 85%;
	height: 30px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .map-search-container .map-search-btn {
	width: 15%;
	height: 30px;
	line-height: 29px;
	font-size: 16px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .current-location-btn.location-text-btn {
	width: 100%;
	margin: 0
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .current-location-btn.location-icon-btn {
	height: 30px;
	line-height: 30px;
	padding: 0;
	font-size: 18px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 10px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .geo-map-action .current-location-btn.location-icon-btn+.map-search-container {
	padding-left: 40px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .map-container {
	height: 160px
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo] .current-location-btn.location-text-btn {
	display: none
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo]:not(.localizable) .current-location-btn.location-text-btn {
	display: block
}
.phone-device .entry-container-inner form .field-geo-field [data-role=geo]:not(.localizable) .current-location-btn.location-icon-btn {
	display: none
}
.entry-container-inner form .field-geo-field .existed-geo .geo-field-chooser {
	display: none
}
.entry-container-inner form .field-geo-field .existed-geo .geo-map-container {
	display: block
}
.entry-container-inner form .field-geo-field .map-container {
	width: 100%;
	height: 254px
}
.entry-container-inner form .field-geo-field .map-container img {
	max-width: none
}
.entry-container-inner form .field-geo-field .map-container .gm-style-cc {
	display: none
}
.entry-container-inner form .field-geo-field .map-container .map-loading {
	text-align: center;
	vertical-align: middle;
	line-height: 254px
}
.entry-container-inner form .field-geo-field .geo-map-container {
	width: 100%
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-content {
	width: 100%;
	border: 1px solid #C3C9D0;
	border-top: 0;
	background-color: #FFF
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-result {
	position: relative;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #C3C9D0;
	padding: 5px 10px 3px 24px
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-result:before {
	position: absolute;
	top: 6px;
	left: 6px;
	color: #009AFF;
	font-size: 1.167em
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-result .clear-location-btn {
	margin-left: 5px
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-action {
	padding: 10px;
	border-top: 1px solid #C3C9D0
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-action .map-search-container {
	float: right
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-action a {
	font-size: 1em
}
.entry-container-inner form .field-geo-field .geo-map-container .geo-map-action .map-search-btn {
	font-size: 14px
}
@media screen and (max-width:768px) {
	.entry-container-inner form .field-geo-field [data-role=geo] .map-search {
		width: 180px
	}
}
@media screen and (max-width:480px) {
	.entry-container-inner form .field-geo-field [data-role=geo] .geo-field-chooser {
		width: 100%
	}
}
.entry-container-inner form .field-address-field .address-selects {
	width: 100%;
	max-width: 470px;
	display: table;
	table-layout: fixed;
	border-spacing: 5px 0;
	border-collapse: separate;
	margin-left: -5px;
	margin-right: -5px
}
.phone-device .entry-container-inner form .field-address-field .address-selects {
	max-width: none
}
.entry-container-inner form .field-address-field .address-selects select {
	width: 30%
}
.entry-container-inner form .field-address-field .address-selects-inner {
	display: table-row
}
.entry-container-inner form .field-address-field .dropdown-wrapper {
	display: table-cell
}
.entry-container-inner form .field-address-field .dropdown-wrapper select {
	max-width: none;
	width: 100%
}
.entry-container-inner form .field-address-field .street-input {
	margin-top: 5px;
	width: 100%;
	max-width: 460px
}
.phone-device .entry-container-inner form .field-address-field .street-input {
	max-width: none
}
.entry-container-inner form .field-address-field.col-sm-6 .street-input {
	width: 303px
}
.phone-device .entry-container-inner form .field-address-field .address-selects, .phone-device .entry-container-inner form .field-address-field .address-selects-inner {
	display: block;
	margin: 0
}
.phone-device .entry-container-inner form .field-address-field .address-selects-inner:before, .phone-device .entry-container-inner form .field-address-field .address-selects-inner:after {
	content: " ";
	display: table
}
.phone-device .entry-container-inner form .field-address-field .address-selects-inner:after {
	clear: both
}
.phone-device .entry-container-inner form .field-address-field .dropdown-wrapper {
	display: block;
	float: left
}
.phone-device .entry-container-inner form .field-address-field .dropdown-wrapper.province-select-wrapper {
	width: 49%;
	margin-right: 2%
}
.phone-device .entry-container-inner form .field-address-field .dropdown-wrapper.city-select-wrapper {
	width: 49%
}
.phone-device .entry-container-inner form .field-address-field .dropdown-wrapper.district-select-wrapper {
	width: 100%;
	margin: 5px 0 0
}
.phone-device .entry-container-inner form .field-address-field .street-input {
	max-width: none
}
.phone-device .entry-container-inner form .field-address-field.col-sm-6 .street-input {
	width: 100%
}
.entry-container-inner form .field-section-break hr {
	border-top-color: #AAB2BD;
	border-top-style: dashed;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 10px
}
.entry-container-inner form .field-section-break label.field-label {
	cursor: text
}
.entry-container-inner form .field-section-break .field-description {
	margin-bottom: 0
}
.entry-container-inner form #shopping_cart {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px
}
.entry-container-inner form #shopping_cart .content {
	background: white;
	border: 1px solid #FFA970;
	border-radius: 2px;
	padding: 0;
	color: #222222
}
.entry-container-inner form #shopping_cart .content .cart-field {
	padding: 20px 12px 0
}
.entry-container-inner form #shopping_cart .content .cart-field:first-child {
	padding-top: 10px
}
.entry-container-inner form #shopping_cart .content .cart-field-label {
	font-size: 1.167em;
	line-height: 160%;
	font-weight: bold
}
.entry-container-inner form #shopping_cart .content ul li {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px
}
.entry-container-inner form #shopping_cart .content ul li:first-child {
	margin-top: 2px;
	padding-top: 0;
	border: 0
}
.entry-container-inner form #shopping_cart .content ul li .goods-name {
	display: block
}
.entry-container-inner form #shopping_cart .content ul li .price-number {
	float: left
}
.entry-container-inner form #shopping_cart .content ul li .price-result {
	float: right
}
.entry-container-inner form #shopping_cart .content .summary {
	border-top: 1px dashed #FFA970;
	margin-top: 16px;
	padding: 12px;
	text-align: right
}
.entry-container-inner form #shopping_cart .content .summary .total-price {
	color: #FF3824;
	font-size: 1.667em;
	font-weight: bold
}
.phone-device .entry-container-inner form #shopping_cart {
	padding-left: 15px;
	padding-right: 15px
}
.phone-device .entry-container-inner form #shopping_cart .content .summary .total-price {
	font-weight: normal
}
.phone-device.preview-mode .entry-container-inner form #shopping_cart {
	padding-left: 10px;
	padding-right: 10px
}
.entry-container-inner form .captcha-container img {
	cursor: pointer;
	vertical-align: middle
}
.entry-container-inner form .captcha-container .captcha-box {
	display: inline-block
}
.entry-container-inner form .captcha-container .captcha-box .error {
	border-color: #FF2851
}
.entry-container-inner form .captcha-container .captcha-box+.error-message {
	color: #FF2851;
	margin-top: 4px
}
.entry-container-inner form .captcha-container .captcha-box .captcha-img-container {
	background: white;
	width: 70px;
	padding: 0;
	line-height: 30px
}
.entry-container-inner form .captcha-container .captcha-box .captcha-img-container img {
	width: 80%;
	height: 80%;
	margin-top: 0
}
.entry-container-inner form .captcha-container {
	margin-bottom: 25px
}
.entry-container-inner form .captcha-container .captcha-box+.error-message {
	margin-top: 4px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box {
	position: relative;
	width: 100%;
	padding-right: 92px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box .captcha-img-container {
	position: absolute;
	right: 0;
	width: 92px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box .captcha-img-container img {
	height: 38px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box input {
	width: 100%
}
.entry-container-inner form .field-page-break hr {
	border-top: 1px dashed #888;
	border-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px
}
.entry-container-inner form .field-page-break label.field-label {
	cursor: text
}
.entry-container-inner form .captcha-container img {
	cursor: pointer;
	vertical-align: middle
}
.entry-container-inner form .captcha-container .captcha-box {
	display: inline-block
}
.entry-container-inner form .captcha-container .captcha-box .error {
	border-color: #FF2851
}
.entry-container-inner form .captcha-container .captcha-box+.error-message {
	color: #FF2851;
	margin-top: 4px
}
.entry-container-inner form .captcha-container .captcha-box .captcha-img-container {
	background: white;
	width: 70px;
	padding: 0;
	line-height: 30px
}
.entry-container-inner form .captcha-container .captcha-box .captcha-img-container img {
	width: 80%;
	height: 80%;
	margin-top: 0
}
.entry-container-inner form .captcha-container {
	margin-bottom: 25px
}
.entry-container-inner form .captcha-container .captcha-box+.error-message {
	margin-top: 4px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box {
	position: relative;
	width: 100%;
	padding-right: 92px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box .captcha-img-container {
	position: absolute;
	right: 0;
	width: 92px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box .captcha-img-container img {
	height: 38px
}
.phone-device .entry-container-inner form .captcha-container .captcha-box input {
	width: 100%
}
.entry-container-inner form .submit-field {
	position: relative;
	border-top: 1px solid #E9E9E9;
	margin-top: 34px;
	padding-top: 33px;
	padding-left: 30px;
	padding-right: 30px
}
.entry-container-inner form .submit-field .gd-btn, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.cke_dialog_ui_button, .entry-container-inner form .submit-field .cke_dialog .fileinput-button, .cke_dialog .entry-container-inner form .submit-field .fileinput-button {
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.entry-container-inner form .submit-field .gd-btn:hover, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.cke_dialog_ui_button:hover, .entry-container-inner form .submit-field .cke_dialog .fileinput-button:hover, .cke_dialog .entry-container-inner form .submit-field .fileinput-button:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.entry-container-inner form .submit-field .gd-btn.submit, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.submit.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.submit.cke_dialog_ui_button, .entry-container-inner form .submit-field .cke_dialog .submit.fileinput-button, .cke_dialog .entry-container-inner form .submit-field .submit.fileinput-button {
	display: inline-block;
	line-height: 2.3;
	margin-left: 0;
	padding: 0 55px
}
.entry-container-inner form .submit-field .gd-btn.submit:active, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.submit.cke_dialog_ui_button:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.submit.cke_dialog_ui_button:active, .entry-container-inner form .submit-field .cke_dialog .submit.fileinput-button:active, .cke_dialog .entry-container-inner form .submit-field .submit.fileinput-button:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}
.entry-container-inner form .submit-field .gd-btn.submit.with-shadow, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.submit.with-shadow.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.submit.with-shadow.cke_dialog_ui_button, .entry-container-inner form .submit-field .cke_dialog .submit.with-shadow.fileinput-button, .cke_dialog .entry-container-inner form .submit-field .submit.with-shadow.fileinput-button {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
}
.entry-container-inner form .submit-field .gd-btn.submit.with-shadow:hover, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.submit.with-shadow.cke_dialog_ui_button:hover, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.submit.with-shadow.cke_dialog_ui_button:hover, .entry-container-inner form .submit-field .cke_dialog .submit.with-shadow.fileinput-button:hover, .cke_dialog .entry-container-inner form .submit-field .submit.with-shadow.fileinput-button:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.21)
}
.entry-container-inner form .submit-field .gd-btn.submit.with-shadow:active, .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.submit.with-shadow.cke_dialog_ui_button:active, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .entry-container-inner form .submit-field a.submit.with-shadow.cke_dialog_ui_button:active, .entry-container-inner form .submit-field .cke_dialog .submit.with-shadow.fileinput-button:active, .cke_dialog .entry-container-inner form .submit-field .submit.with-shadow.fileinput-button:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 3px rgba(0, 0, 0, 0.5)
}
.phone-device .entry-container-inner form .submit-field .gd-btn, .phone-device .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .phone-device .entry-container-inner form .submit-field a.cke_dialog_ui_button, .phone-device .entry-container-inner form .submit-field .cke_dialog .fileinput-button, .cke_dialog .phone-device .entry-container-inner form .submit-field .fileinput-button {
	width: 100%;
	float: left;
	opacity: 1;
	filter: alpha(opacity=100)
}
.entry-container-inner form .submit-field .report-form-link {
	position: absolute;
	right: 30px;
	bottom: -20px;
	color: #848484
}
.entry-container-inner form .submit-field .report-form-link:hover {
	color: #6b6b6b
}
.entry-container-inner form .submit-field .pagination-action {
	display: inline-block;
	line-height: 2.3;
	margin-right: 5px
}
.entry-container-inner form .submit-field .pagination-action:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}
.entry-container-inner form .submit-field .pagination-action.with-shadow {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
}
.entry-container-inner form .submit-field .pagination-action.with-shadow:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.21)
}
.entry-container-inner form .submit-field .pagination-action.with-shadow:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 3px rgba(0, 0, 0, 0.5)
}
.entry-container-inner form .submit-field .pagination-action+.pagination-action {
	margin-left: 0
}
.phone-device .entry-container-inner form .submit-field .pagination-action.gd-btn, .phone-device .entry-container-inner form .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.pagination-action.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .phone-device .entry-container-inner form .submit-field a.pagination-action.cke_dialog_ui_button, .phone-device .entry-container-inner form .submit-field .cke_dialog .pagination-action.fileinput-button, .cke_dialog .phone-device .entry-container-inner form .submit-field .pagination-action.fileinput-button {
	white-space: nowrap;
	padding: 0
}
.phone-device .entry-container-inner form .submit-field .pagination-action.previous-page:not(.hide) {
	margin-right: 2%;
	width: 49%
}
.phone-device .entry-container-inner form .submit-field .pagination-action.previous-page:not(.hide)+.next-page {
	width: 49%;
	margin: 0
}
.phone-device .entry-container-inner form .submit-field .pagination-action.next-page.hide+.submit {
	width: 49%;
	margin: 0
}
.phone-device .entry-container-inner form .submit-field .pagination-action.previous-page.hide+.next-page.hide+.submit {
	width: 100%
}
.entry-container-inner form .submit-field.has-form-pagination .page-number {
	margin: 0 20px 0 10px
}
.phone-device .entry-container-inner form .submit-field.has-form-pagination .page-number {
	clear: both;
	display: inline-block;
	margin: 10px 0 0
}
.entry-container-inner form .fields {
	padding-left: 23px;
	padding-right: 23px
}
.phone-device .entry-container-inner form .fields {
	padding-left: 0;
	padding-right: 0
}
.entry-container-inner form .fields .submit-field {
	padding-left: 0;
	padding-right: 0
}
.entry-container-inner form .fields .field-drop-down .dropdown-wrapper {
	display: block;
	margin-bottom: 0
}
.entry-container-inner form .help-inline {
	vertical-align: bottom;
	margin-bottom: 9px
}
.entry-container-inner form .help-block {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 160%
}
.entry-container-inner form .help-block p {
	margin-bottom: 8px
}
.entry-container-inner form .help-block ul {
	list-style: disc
}
.entry-container-inner form .help-block pre {
	white-space: pre-wrap
}
.entry-container-inner .gen-code {
	display: inline-block
}
.entry-container-inner .gen-code>span {
	font-size: 1.667em;
	font-weight: 200;
	line-height: 100%
}
@media screen and (max-width:480px) {
	.entry-container-inner .form-alert {
		border: 0
	}
	.entry-container-inner .form-alert.with-shadow {
		box-shadow: none
	}
}
.entry-container-inner .success-box {
	background-color: #FFF !important
}
.phone-device .entry-container-inner .success-box {
	font-size: 13px
}
.entry-container-inner .success-box .success-content {
	padding-top: 25px;
	padding-left: 3%;
	padding-right: 3%
}
.entry-container-inner .success-box .success-content>i {
	font-size: 50px;
	color: #71B300
}
.entry-container-inner .success-box .success-content .form-title {
	font-size: 1.5em
}
.entry-container-inner .success-box .success-content .message {
	font-size: 1.333em
}
.entry-container-inner .success-box .success-content p {
	padding: 3px 0
}
.entry-container-inner .success-box .success-separator {
	width: 50%;
	border-color: #C3C9D0;
	margin-top: 20px;
	margin-bottom: 20px
}
@media screen and (max-width:480px) {
	.entry-container-inner .success-box .success-separator {
		width: 95%
	}
}
.entry-container-inner .success-box .success-actions {
	padding-bottom: 25px
}
.entry-container-inner .success-box .success-actions p {
	padding: 5px 0
}
.entry-container-inner .success-box .success-actions p:first-child {
	padding-top: 0
}
.entry-container-inner .success-box .success-actions .ad {
	font-size: 1em
}
.entry-container-inner .success-box .weixin-share-guide {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF
}
.entry-container-inner .success-box .weixin-share-guide .guide-text {
	background: url(https://cdn.jinshuju.net/assets/mobile/weixin_guide_text-e19121a94d0ecec9eaf74c062abd27d1f5abf4e9a40a63bea523c2a631d5939c.png);
	background-size: 160px 25px;
	width: 160px;
	height: 25px;
	position: absolute;
	top: 104px;
	right: 140px
}
.entry-container-inner .success-box .weixin-share-guide .share-screenshot {
	background: url(https://cdn.jinshuju.net/assets/mobile/weixin_share_screenshot-4ea7564ac843949dbe51418c42b7f72a6f5b3618fbb8a80ac65829dab0b8cdf3.png);
	background-size: 293px 108px;
	width: 293px;
	height: 108px;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 143px;
	margin-left: -146px
}
.entry-container-inner .success-box .weixin-share-guide .guide-arrow {
	background: url(https://cdn.jinshuju.net/assets/mobile/weixin_guide_arrow-de7292c2c2b7a9cf07c5d5af672074b269c21339cc0123dcc0852b6ad7ba540d.png);
	background-size: 109px 119px;
	width: 109px;
	height: 119px;
	position: absolute;
	right: 28px;
	top: 0
}
.entry-container-inner .success-box p {
	margin: 0;
	word-wrap: break-word;
	font-size: 1.167em
}
.entry-container-inner .success-box .gen-code {
	background-color: #FFEB99;
	display: block;
	font-size: 1em;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-radius: 2px;
	padding: 5px 0
}
.entry-container-inner .weixin-guide-container {
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	background-color: white;
	border-top: 4px solid #FF3824;
	min-height: 440px
}
.entry-container-inner .weixin-guide-container .message-header {
	margin: 0 10px;
	border-bottom: 1px dashed #ccc;
	font-size: 16px;
	padding: 22px;
	text-align: center
}
.entry-container-inner .weixin-guide-container .guide-body {
	text-align: center;
	padding-top: 20px
}
.entry-container-inner .weixin-guide-container .guide-body .arrow {
	font-size: 35px;
	color: #bbb;
	font-weight: bold
}
.entry-container-inner .weixin-guide-container .guide-body .arrow+p {
	margin-top: -5px
}
.entry-container-inner .weixin-guide-container .guide-body .message {
	font-size: 14px
}
.entry-container-inner .weixin-guide-container .guide-body .img-container {
	text-align: center;
	padding: 15px 0 0
}
.entry-container-inner .weixin-guide-container .guide-body .img-container .qrcode-container {
	display: inline-block;
	vertical-align: middle
}
.entry-container-inner .weixin-guide-container .guide-body .img-container .qrcode-container img.qrcode {
	width: 227px;
	height: 227px;
	border: 1px solid #ddd
}
.entry-container-inner .weixin-guide-container .guide-body .img-container .qrcode-container .sweep-text {
	margin: 16px 0 auto;
	font-size: 14px
}
.entry-container-inner .weixin-guide-container .guide-body .img-container .qrcode-container .sweep-text i {
	color: #85c700;
	margin-right: 5px;
	font-size: 17px
}
.entry-container-inner .qrcode-box {
	position: fixed;
	left: 50%;
	top: 57px;
	margin-left: 380px;
	background: #FFF;
	padding: 10px;
	z-index: 11;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12)
}
.entry-container-inner .qrcode-box img {
	position: relative
}
.entry-container-inner .qrcode-box .qrcode-desc {
	text-align: center;
	font-size: 12px;
	color: #222222
}
@media screen and (max-width:1130px) {
	.entry-container-inner .qrcode-box {
		display: none
	}
}
.entry-container-inner .form-alert {
	background-color: #FFF
}
.phone-device .entry-container-inner .form-alert {
	font-size: 14px
}
.entry-container-inner .form-alert h1 {
	background-color: #009AFF;
	color: #FFF;
	font-size: 1.333em;
	padding: 10px;
	line-height: 1.5;
	margin: 0
}
.entry-container-inner .form-alert .alert-content {
	padding: 60px 0
}
.entry-container-inner .form-alert .alert-content img {
	width: 300px;
	height: auto;
	max-width: 100%
}
.entry-container-inner .form-alert .alert-content>i {
	font-size: 80px
}
.entry-container-inner .form-alert .alert-content h2, .entry-container-inner .form-alert .alert-content .form-open-info {
	font-size: 1.167em
}
.entry-container-inner .form-alert .alert-content h2 {
	font-weight: bold
}
.entry-container-inner .form-alert .alert-content h2 i {
	display: block;
	font-size: 3em;
	margin-bottom: 10px
}
.entry-container-inner .form-alert .alert-content .qrcode-container {
	position: relative
}
.entry-container-inner .form-alert .alert-content .qrcode-container .qrcode-image {
	position: absolute;
	width: 180px;
	height: 180px;
	top: 50px;
	left: 50%;
	margin-left: -90px
}
.entry-container #submission_password_modal, .entry-container #login_modal {
	max-width: none
}
#submission_password_modal .modal-body, #login_modal .modal-body {
	padding: 25px
}
#submission_password_modal .modal-body .center-container, #login_modal .modal-body .center-container {
	border: 0;
	-webkit-box-shadow: 0 0 0 #C3C9D0;
	box-shadow: 0 0 0 #C3C9D0;
	padding: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
#submission_password_modal .modal-body .login-switcher, #login_modal .modal-body .login-switcher {
	margin-top: 15px !important
}
#submission_password_modal .modal-body .register-wording, #login_modal .modal-body .register-wording {
	padding-top: 10px;
	border-top: 1px solid #C3C9D0
}
.phone-device #submission_password_modal .modal-body, .phone-device #login_modal .modal-body {
	font-size: 13px
}
.phone-device #submission_password_modal .modal-body .field, .phone-device #login_modal .modal-body .field {
	padding-left: 0;
	padding-right: 0
}
.phone-device #submission_password_modal .modal-body .signup-panel .captcha-container .captcha-box input, .phone-device #login_modal .modal-body .signup-panel .captcha-container .captcha-box input {
	width: 60%
}
.phone-device #submission_password_modal .modal-body .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device #login_modal .modal-body .signup-panel .captcha-container .captcha-box .captcha-img-container {
	width: 35%
}
#submission_password_modal .modal-body h4, #login_modal .modal-body h4 {
	font-size: 16px;
	margin: 0
}
#submission_password_modal .modal-body input[type=password], #submission_password_modal .modal-body input[type=submit], #login_modal .modal-body input[type=password], #login_modal .modal-body input[type=submit] {
	width: 100%
}
#submission_password_modal .modal-body .field, #login_modal .modal-body .field {
	position: relative
}
#submission_password_modal .modal-body .field>i, #login_modal .modal-body .field>i {
	position: absolute;
	left: 1px;
	top: 17.5px;
	font-size: 1.167em;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #AAB2BD
}
.phone-device:not(.preview-mode) #submission_password_modal .modal-body .field>i, .phone-device:not(.preview-mode) #login_modal .modal-body .field>i {
	left: 1px;
	line-height: 30px
}
.phone-device.preview-mode #submission_password_modal .modal-body .field>i, .phone-device.preview-mode #login_modal .modal-body .field>i {
	left: 11px
}
#submission_password_modal .modal-body .field+.field, #login_modal .modal-body .field+.field {
	padding-top: 0
}
#submission_password_modal .modal-body .field+.field i, #login_modal .modal-body .field+.field i {
	top: 0
}
#submission_password_modal .modal-body .has-error i, #login_modal .modal-body .has-error i {
	color: #FF2851
}
#submission_password_modal .modal-body .has-error input, #login_modal .modal-body .has-error input {
	border-color: #FF2851
}
#submission_password_modal {
	margin-top: 30px
}
#submission_password_modal input[type=password] {
	padding-left: 30px;
	height: 35px
}
#submission_password_modal input[type=submit] {
	height: 35px
}
.phone-device:not(.preview-mode) #submission_password_modal input[type=submit] {
	line-height: 30px
}
#submission_password_modal .fields {
	padding: 0;
	min-height: 100% !important
}
#submission_password_modal .fields .field:last-child {
	padding-bottom: 0
}
.phone-device:not(.preview-mode) #submission_password_modal .help-block {
	float: left
}
.phone-device:not(.preview-mode) #submission_password_modal #submission_password_form, .phone-device:not(.preview-mode) #submission_password_modal .submission-password-wording {
	font-size: 16px
}
#submission_password_modal .submission-password-wording {
	margin: 0
}
.rating-icon, .rating-icon-small {
	background: transparent url(https://cdn.jinshuju.net/assets/rating_icons_2x-bfa1898dc88a2480190578672b8cb48af669b2b42363fca9fa99e311023cbdb8.png) no-repeat 0 0;
	background-size: 60px 320px;
	width: 20px;
	height: 20px;
	display: inline-block
}
.rating-icon.rating-icon-small, .rating-icon-small.rating-icon-small {
	background-size: 42px 224px;
	width: 14px;
	height: 14px
}
.mobile .rating-icon {
	background-size: 72px 384px;
	width: 24px;
	height: 24px
}
.rating-icon-star {
	background-position: 0 -0px
}
.rating-icon-star.highlight, .rating-icon-star.hover {
	background-position: -20px -0px
}
.rating-icon-star.rating-icon-small {
	background-position: 0 -0px
}
.rating-icon-star.rating-icon-small.highlight, .rating-icon-star.rating-icon-small.hover {
	background-position: -14px -0px
}
.mobile .rating-icon.rating-icon-star {
	background-position: 0 -0px
}
.mobile .rating-icon.rating-icon-star.highlight {
	background-position: -24px -0px
}
.mobile .rating-icon.rating-icon-star.hover {
	background-position: -48px -0px
}
.rating-icon-heart {
	background-position: 0 -20px
}
.rating-icon-heart.highlight, .rating-icon-heart.hover {
	background-position: -20px -20px
}
.rating-icon-heart.rating-icon-small {
	background-position: 0 -14px
}
.rating-icon-heart.rating-icon-small.highlight, .rating-icon-heart.rating-icon-small.hover {
	background-position: -14px -14px
}
.mobile .rating-icon.rating-icon-heart {
	background-position: 0 -24px
}
.mobile .rating-icon.rating-icon-heart.highlight {
	background-position: -24px -24px
}
.mobile .rating-icon.rating-icon-heart.hover {
	background-position: -48px -24px
}
.rating-icon-sun {
	background-position: 0 -40px
}
.rating-icon-sun.highlight, .rating-icon-sun.hover {
	background-position: -20px -40px
}
.rating-icon-sun.rating-icon-small {
	background-position: 0 -28px
}
.rating-icon-sun.rating-icon-small.highlight, .rating-icon-sun.rating-icon-small.hover {
	background-position: -14px -28px
}
.mobile .rating-icon.rating-icon-sun {
	background-position: 0 -48px
}
.mobile .rating-icon.rating-icon-sun.highlight {
	background-position: -24px -48px
}
.mobile .rating-icon.rating-icon-sun.hover {
	background-position: -48px -48px
}
.rating-icon-tomato {
	background-position: 0 -60px
}
.rating-icon-tomato.highlight, .rating-icon-tomato.hover {
	background-position: -20px -60px
}
.rating-icon-tomato.rating-icon-small {
	background-position: 0 -42px
}
.rating-icon-tomato.rating-icon-small.highlight, .rating-icon-tomato.rating-icon-small.hover {
	background-position: -14px -42px
}
.mobile .rating-icon.rating-icon-tomato {
	background-position: 0 -72px
}
.mobile .rating-icon.rating-icon-tomato.highlight {
	background-position: -24px -72px
}
.mobile .rating-icon.rating-icon-tomato.hover {
	background-position: -48px -72px
}
.rating-icon-thumb {
	background-position: 0 -80px
}
.rating-icon-thumb.highlight, .rating-icon-thumb.hover {
	background-position: -20px -80px
}
.rating-icon-thumb.rating-icon-small {
	background-position: 0 -56px
}
.rating-icon-thumb.rating-icon-small.highlight, .rating-icon-thumb.rating-icon-small.hover {
	background-position: -14px -56px
}
.mobile .rating-icon.rating-icon-thumb {
	background-position: 0 -96px
}
.mobile .rating-icon.rating-icon-thumb.highlight {
	background-position: -24px -96px
}
.mobile .rating-icon.rating-icon-thumb.hover {
	background-position: -48px -96px
}
.rating-icon-happy {
	background-position: 0 -100px
}
.rating-icon-happy.highlight, .rating-icon-happy.hover {
	background-position: -20px -100px
}
.rating-icon-happy.rating-icon-small {
	background-position: 0 -70px
}
.rating-icon-happy.rating-icon-small.highlight, .rating-icon-happy.rating-icon-small.hover {
	background-position: -14px -70px
}
.mobile .rating-icon.rating-icon-happy {
	background-position: 0 -120px
}
.mobile .rating-icon.rating-icon-happy.highlight {
	background-position: -24px -120px
}
.mobile .rating-icon.rating-icon-happy.hover {
	background-position: -48px -120px
}
.rating-icon-shit {
	background-position: 0 -120px
}
.rating-icon-shit.highlight, .rating-icon-shit.hover {
	background-position: -20px -120px
}
.rating-icon-shit.rating-icon-small {
	background-position: 0 -84px
}
.rating-icon-shit.rating-icon-small.highlight, .rating-icon-shit.rating-icon-small.hover {
	background-position: -14px -84px
}
.mobile .rating-icon.rating-icon-shit {
	background-position: 0 -144px
}
.mobile .rating-icon.rating-icon-shit.highlight {
	background-position: -24px -144px
}
.mobile .rating-icon.rating-icon-shit.hover {
	background-position: -48px -144px
}
.rating-icon-rose {
	background-position: 0 -140px
}
.rating-icon-rose.highlight, .rating-icon-rose.hover {
	background-position: -20px -140px
}
.rating-icon-rose.rating-icon-small {
	background-position: 0 -98px
}
.rating-icon-rose.rating-icon-small.highlight, .rating-icon-rose.rating-icon-small.hover {
	background-position: -14px -98px
}
.mobile .rating-icon.rating-icon-rose {
	background-position: 0 -168px
}
.mobile .rating-icon.rating-icon-rose.highlight {
	background-position: -24px -168px
}
.mobile .rating-icon.rating-icon-rose.hover {
	background-position: -48px -168px
}
.rating-icon-diamond {
	background-position: 0 -160px
}
.rating-icon-diamond.highlight, .rating-icon-diamond.hover {
	background-position: -20px -160px
}
.rating-icon-diamond.rating-icon-small {
	background-position: 0 -112px
}
.rating-icon-diamond.rating-icon-small.highlight, .rating-icon-diamond.rating-icon-small.hover {
	background-position: -14px -112px
}
.mobile .rating-icon.rating-icon-diamond {
	background-position: 0 -192px
}
.mobile .rating-icon.rating-icon-diamond.highlight {
	background-position: -24px -192px
}
.mobile .rating-icon.rating-icon-diamond.hover {
	background-position: -48px -192px
}
.rating-icon-tree {
	background-position: 0 -180px
}
.rating-icon-tree.highlight, .rating-icon-tree.hover {
	background-position: -20px -180px
}
.rating-icon-tree.rating-icon-small {
	background-position: 0 -126px
}
.rating-icon-tree.rating-icon-small.highlight, .rating-icon-tree.rating-icon-small.hover {
	background-position: -14px -126px
}
.mobile .rating-icon.rating-icon-tree {
	background-position: 0 -216px
}
.mobile .rating-icon.rating-icon-tree.highlight {
	background-position: -24px -216px
}
.mobile .rating-icon.rating-icon-tree.hover {
	background-position: -48px -216px
}
.rating-icon-yeah {
	background-position: 0 -200px
}
.rating-icon-yeah.highlight, .rating-icon-yeah.hover {
	background-position: -20px -200px
}
.rating-icon-yeah.rating-icon-small {
	background-position: 0 -140px
}
.rating-icon-yeah.rating-icon-small.highlight, .rating-icon-yeah.rating-icon-small.hover {
	background-position: -14px -140px
}
.mobile .rating-icon.rating-icon-yeah {
	background-position: 0 -240px
}
.mobile .rating-icon.rating-icon-yeah.highlight {
	background-position: -24px -240px
}
.mobile .rating-icon.rating-icon-yeah.hover {
	background-position: -48px -240px
}
.rating-icon-flower {
	background-position: 0 -220px
}
.rating-icon-flower.highlight, .rating-icon-flower.hover {
	background-position: -20px -220px
}
.rating-icon-flower.rating-icon-small {
	background-position: 0 -154px
}
.rating-icon-flower.rating-icon-small.highlight, .rating-icon-flower.rating-icon-small.hover {
	background-position: -14px -154px
}
.mobile .rating-icon.rating-icon-flower {
	background-position: 0 -264px
}
.mobile .rating-icon.rating-icon-flower.highlight {
	background-position: -24px -264px
}
.mobile .rating-icon.rating-icon-flower.hover {
	background-position: -48px -264px
}
.rating-icon-beer {
	background-position: 0 -240px
}
.rating-icon-beer.highlight, .rating-icon-beer.hover {
	background-position: -20px -240px
}
.rating-icon-beer.rating-icon-small {
	background-position: 0 -168px
}
.rating-icon-beer.rating-icon-small.highlight, .rating-icon-beer.rating-icon-small.hover {
	background-position: -14px -168px
}
.mobile .rating-icon.rating-icon-beer {
	background-position: 0 -288px
}
.mobile .rating-icon.rating-icon-beer.highlight {
	background-position: -24px -288px
}
.mobile .rating-icon.rating-icon-beer.hover {
	background-position: -48px -288px
}
.rating-icon-strong {
	background-position: 0 -260px
}
.rating-icon-strong.highlight, .rating-icon-strong.hover {
	background-position: -20px -260px
}
.rating-icon-strong.rating-icon-small {
	background-position: 0 -182px
}
.rating-icon-strong.rating-icon-small.highlight, .rating-icon-strong.rating-icon-small.hover {
	background-position: -14px -182px
}
.mobile .rating-icon.rating-icon-strong {
	background-position: 0 -312px
}
.mobile .rating-icon.rating-icon-strong.highlight {
	background-position: -24px -312px
}
.mobile .rating-icon.rating-icon-strong.hover {
	background-position: -48px -312px
}
.rating-icon-money {
	background-position: 0 -280px
}
.rating-icon-money.highlight, .rating-icon-money.hover {
	background-position: -20px -280px
}
.rating-icon-money.rating-icon-small {
	background-position: 0 -196px
}
.rating-icon-money.rating-icon-small.highlight, .rating-icon-money.rating-icon-small.hover {
	background-position: -14px -196px
}
.mobile .rating-icon.rating-icon-money {
	background-position: 0 -336px
}
.mobile .rating-icon.rating-icon-money.highlight {
	background-position: -24px -336px
}
.mobile .rating-icon.rating-icon-money.hover {
	background-position: -48px -336px
}
.rating-icon-fire {
	background-position: 0 -300px
}
.rating-icon-fire.highlight, .rating-icon-fire.hover {
	background-position: -20px -300px
}
.rating-icon-fire.rating-icon-small {
	background-position: 0 -210px
}
.rating-icon-fire.rating-icon-small.highlight, .rating-icon-fire.rating-icon-small.hover {
	background-position: -14px -210px
}
.mobile .rating-icon.rating-icon-fire {
	background-position: 0 -360px
}
.mobile .rating-icon.rating-icon-fire.highlight {
	background-position: -24px -360px
}
.mobile .rating-icon.rating-icon-fire.hover {
	background-position: -48px -360px
}
.gd-mail-auto-complete-list-box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 1.5px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2)
}
.gd-mail-auto-complete-list-default-box, .gd-mail-auto-complete-focus-box {
	padding-left: 5px;
	padding-top: 3px;
	height: 30px;
	border-bottom: 0.1em solid #e6e6e6;
	color: #3D8EF0
}
.gd-mail-auto-complete-list-default-box:last-child, .gd-mail-auto-complete-focus-box:last-child {
	border-bottom: 0
}
.gd-mail-auto-complete-focus-box {
	background-color: #F8F8F8
}
.gd-mail-auto-complete-mark-box {
	color: #808080
}
.gd-validation .has-success.pending::after {
	content: '\e820';
	animation: rotation 2s linear infinite
}
.gd-validation .has-success::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	line-height: 34px;
	background: white;
	color: #71B300;
	content: '\e861';
	font-family: "gd-thin-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased
}
.gd-validation .has-success .validate-invalid {
	display: none
}
.gd-validation .has-success .captcha-img-container {
	display: none
}
.gd-validation .has-error .validate-invalid {
	color: #FF2851;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	line-height: 34px;
	background: white
}
.gd-validation .has-error #_rucaptcha-error.validate-invalid {
	margin-right: 80px
}
@keyframes rotation {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(-360deg)
	}
}
.login-page, .password-reset-page, .complete-profile-page, #login_modal, .signup-verify-page, .bulk-task-verify-page {
	margin-top: 10%;
	width: 100%;
	max-width: 400px
}
.login-page input[type=email], .login-page input[type=text], .login-page input[type=password], .login-page input[type=submit], .password-reset-page input[type=email], .password-reset-page input[type=text], .password-reset-page input[type=password], .password-reset-page input[type=submit], .complete-profile-page input[type=email], .complete-profile-page input[type=text], .complete-profile-page input[type=password], .complete-profile-page input[type=submit], #login_modal input[type=email], #login_modal input[type=text], #login_modal input[type=password], #login_modal input[type=submit], .signup-verify-page input[type=email], .signup-verify-page input[type=text], .signup-verify-page input[type=password], .signup-verify-page input[type=submit], .bulk-task-verify-page input[type=email], .bulk-task-verify-page input[type=text], .bulk-task-verify-page input[type=password], .bulk-task-verify-page input[type=submit] {
	max-width: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
.phone-device .login-page input[type=email], .phone-device .login-page input[type=text], .phone-device .login-page input[type=password], .phone-device .login-page input[type=submit], .phone-device .password-reset-page input[type=email], .phone-device .password-reset-page input[type=text], .phone-device .password-reset-page input[type=password], .phone-device .password-reset-page input[type=submit], .phone-device .complete-profile-page input[type=email], .phone-device .complete-profile-page input[type=text], .phone-device .complete-profile-page input[type=password], .phone-device .complete-profile-page input[type=submit], .phone-device #login_modal input[type=email], .phone-device #login_modal input[type=text], .phone-device #login_modal input[type=password], .phone-device #login_modal input[type=submit], .phone-device .signup-verify-page input[type=email], .phone-device .signup-verify-page input[type=text], .phone-device .signup-verify-page input[type=password], .phone-device .signup-verify-page input[type=submit], .phone-device .bulk-task-verify-page input[type=email], .phone-device .bulk-task-verify-page input[type=text], .phone-device .bulk-task-verify-page input[type=password], .phone-device .bulk-task-verify-page input[type=submit] {
	height: 40px
}
.login-page .has-error input, .password-reset-page .has-error input, .complete-profile-page .has-error input, #login_modal .has-error input, .signup-verify-page .has-error input, .bulk-task-verify-page .has-error input {
	border-color: #FF2851
}
.login-page .has-error .inline-error, .password-reset-page .has-error .inline-error, .complete-profile-page .has-error .inline-error, #login_modal .has-error .inline-error, .signup-verify-page .has-error .inline-error, .bulk-task-verify-page .has-error .inline-error {
	color: #FF2851;
	margin-top: -10px;
	margin-bottom: 10px
}
.login-page .social-login h5, .password-reset-page .social-login h5, .complete-profile-page .social-login h5, #login_modal .social-login h5, .signup-verify-page .social-login h5, .bulk-task-verify-page .social-login h5 {
	font-size: 1em
}
.login-page .social-login .social-login-container, .password-reset-page .social-login .social-login-container, .complete-profile-page .social-login .social-login-container, #login_modal .social-login .social-login-container, .signup-verify-page .social-login .social-login-container, .bulk-task-verify-page .social-login .social-login-container {
	display: none
}
.login-page .social-login .social-account, .password-reset-page .social-login .social-account, .complete-profile-page .social-login .social-account, #login_modal .social-login .social-account, .signup-verify-page .social-login .social-account, .bulk-task-verify-page .social-login .social-account {
	margin: 5px 0;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	background-size: cover;
	display: inline-block;
	opacity: 0.85;
	filter: alpha(opacity=85)
}
.login-page .social-login .social-account+.social-account, .password-reset-page .social-login .social-account+.social-account, .complete-profile-page .social-login .social-account+.social-account, #login_modal .social-login .social-account+.social-account, .signup-verify-page .social-login .social-account+.social-account, .bulk-task-verify-page .social-login .social-account+.social-account {
	margin-left: 10px
}
.login-page .social-login .social-account:hover, .login-page .social-login .social-account:active, .password-reset-page .social-login .social-account:hover, .password-reset-page .social-login .social-account:active, .complete-profile-page .social-login .social-account:hover, .complete-profile-page .social-login .social-account:active, #login_modal .social-login .social-account:hover, #login_modal .social-login .social-account:active, .signup-verify-page .social-login .social-account:hover, .signup-verify-page .social-login .social-account:active, .bulk-task-verify-page .social-login .social-account:hover, .bulk-task-verify-page .social-login .social-account:active {
	opacity: 1;
	filter: alpha(opacity=100)
}
.login-page .social-login .social-account.account-weixin, .login-page .social-login .social-account.account-new-weixin, .password-reset-page .social-login .social-account.account-weixin, .password-reset-page .social-login .social-account.account-new-weixin, .complete-profile-page .social-login .social-account.account-weixin, .complete-profile-page .social-login .social-account.account-new-weixin, #login_modal .social-login .social-account.account-weixin, #login_modal .social-login .social-account.account-new-weixin, .signup-verify-page .social-login .social-account.account-weixin, .signup-verify-page .social-login .social-account.account-new-weixin, .bulk-task-verify-page .social-login .social-account.account-weixin, .bulk-task-verify-page .social-login .social-account.account-new-weixin {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-wechat-3d6dc7d0130286bdb4c32113155baf49863d0c34a1268a5cf47809d7d197b367.png)
}
.login-page .social-login .social-account.account-qq, .password-reset-page .social-login .social-account.account-qq, .complete-profile-page .social-login .social-account.account-qq, #login_modal .social-login .social-account.account-qq, .signup-verify-page .social-login .social-account.account-qq, .bulk-task-verify-page .social-login .social-account.account-qq {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-qq-cff03293aa31fee0653608a3b1ac551631f3b11959df159e2e1915f1e5ba4c98.png)
}
.login-page .social-login .social-account.account-sina, .password-reset-page .social-login .social-account.account-sina, .complete-profile-page .social-login .social-account.account-sina, #login_modal .social-login .social-account.account-sina, .signup-verify-page .social-login .social-account.account-sina, .bulk-task-verify-page .social-login .social-account.account-sina {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-sina-8226fd5c6e0100fec59616140cce8b8c45d3059da7804d1fe51479a2f45b0e64.png)
}
.login-page .social-login .social-account.account-renren, .password-reset-page .social-login .social-account.account-renren, .complete-profile-page .social-login .social-account.account-renren, #login_modal .social-login .social-account.account-renren, .signup-verify-page .social-login .social-account.account-renren, .bulk-task-verify-page .social-login .social-account.account-renren {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-renren-7cbe5468c4ead974187b109e6d6baed5b9e8e62545bb5029710d361a8bad389e.png)
}
.login-page .social-login .social-account.account-mingdao, .password-reset-page .social-login .social-account.account-mingdao, .complete-profile-page .social-login .social-account.account-mingdao, #login_modal .social-login .social-account.account-mingdao, .signup-verify-page .social-login .social-account.account-mingdao, .bulk-task-verify-page .social-login .social-account.account-mingdao {
	background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-mingdao-e2d160922c62347c080a4a28afca07bab006e0c49ff1f327de63085ee833c7bd.png)
}
.login-page .social-login .social-account.gd-hide, .password-reset-page .social-login .social-account.gd-hide, .complete-profile-page .social-login .social-account.gd-hide, #login_modal .social-login .social-account.gd-hide, .signup-verify-page .social-login .social-account.gd-hide, .bulk-task-verify-page .social-login .social-account.gd-hide {
	display: none
}
.login-page .login-switcher, .password-reset-page .login-switcher, .complete-profile-page .login-switcher, #login_modal .login-switcher, .signup-verify-page .login-switcher, .bulk-task-verify-page .login-switcher {
	margin-top: 15px
}
.login-page .agreement, .password-reset-page .agreement, .complete-profile-page .agreement, #login_modal .agreement, .signup-verify-page .agreement, .bulk-task-verify-page .agreement {
	margin-bottom: 5px;
	display: inline-block
}
.login-page .center-container, .password-reset-page .center-container, .complete-profile-page .center-container, #login_modal .center-container, .signup-verify-page .center-container, .bulk-task-verify-page .center-container {
	padding: 25px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	background-color: white
}
.login-page .center-container h1, .password-reset-page .center-container h1, .complete-profile-page .center-container h1, #login_modal .center-container h1, .signup-verify-page .center-container h1, .bulk-task-verify-page .center-container h1 {
	margin-top: 0
}
.login-page .center-container .brand, .password-reset-page .center-container .brand, .complete-profile-page .center-container .brand, #login_modal .center-container .brand, .signup-verify-page .center-container .brand, .bulk-task-verify-page .center-container .brand {
	font-size: 60px;
	color: #FF8533
}
.login-page .center-container .brand-success, .password-reset-page .center-container .brand-success, .complete-profile-page .center-container .brand-success, #login_modal .center-container .brand-success, .signup-verify-page .center-container .brand-success, .bulk-task-verify-page .center-container .brand-success {
	font-size: 60px;
	color: #71B300
}
.login-page .center-container .brand-failure, .password-reset-page .center-container .brand-failure, .complete-profile-page .center-container .brand-failure, #login_modal .center-container .brand-failure, .signup-verify-page .center-container .brand-failure, .bulk-task-verify-page .center-container .brand-failure {
	font-size: 60px;
	color: #FF3824
}
.login-page .center-container section, .password-reset-page .center-container section, .complete-profile-page .center-container section, #login_modal .center-container section, .signup-verify-page .center-container section, .bulk-task-verify-page .center-container section {
	padding: 0;
	color: #848484
}
.login-page .center-container h2, .password-reset-page .center-container h2, .complete-profile-page .center-container h2, #login_modal .center-container h2, .signup-verify-page .center-container h2, .bulk-task-verify-page .center-container h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px
}
.login-page .center-container h2+.help-block, .password-reset-page .center-container h2+.help-block, .complete-profile-page .center-container h2+.help-block, #login_modal .center-container h2+.help-block, .signup-verify-page .center-container h2+.help-block, .bulk-task-verify-page .center-container h2+.help-block {
	margin-top: -8px;
	margin-bottom: 20px;
	color: #848484
}
.login-page .center-container .login-panel form, .login-page .center-container .signup-panel form, .login-page .center-container .password-reset-panel form, .login-page .center-container .complete-profile-panel form, .login-page .center-container .verify-panel form, .password-reset-page .center-container .login-panel form, .password-reset-page .center-container .signup-panel form, .password-reset-page .center-container .password-reset-panel form, .password-reset-page .center-container .complete-profile-panel form, .password-reset-page .center-container .verify-panel form, .complete-profile-page .center-container .login-panel form, .complete-profile-page .center-container .signup-panel form, .complete-profile-page .center-container .password-reset-panel form, .complete-profile-page .center-container .complete-profile-panel form, .complete-profile-page .center-container .verify-panel form, #login_modal .center-container .login-panel form, #login_modal .center-container .signup-panel form, #login_modal .center-container .password-reset-panel form, #login_modal .center-container .complete-profile-panel form, #login_modal .center-container .verify-panel form, .signup-verify-page .center-container .login-panel form, .signup-verify-page .center-container .signup-panel form, .signup-verify-page .center-container .password-reset-panel form, .signup-verify-page .center-container .complete-profile-panel form, .signup-verify-page .center-container .verify-panel form, .bulk-task-verify-page .center-container .login-panel form, .bulk-task-verify-page .center-container .signup-panel form, .bulk-task-verify-page .center-container .password-reset-panel form, .bulk-task-verify-page .center-container .complete-profile-panel form, .bulk-task-verify-page .center-container .verify-panel form {
	text-align: left
}
.login-page .center-container .login-panel .fields, .login-page .center-container .signup-panel .fields, .login-page .center-container .password-reset-panel .fields, .login-page .center-container .complete-profile-panel .fields, .login-page .center-container .verify-panel .fields, .password-reset-page .center-container .login-panel .fields, .password-reset-page .center-container .signup-panel .fields, .password-reset-page .center-container .password-reset-panel .fields, .password-reset-page .center-container .complete-profile-panel .fields, .password-reset-page .center-container .verify-panel .fields, .complete-profile-page .center-container .login-panel .fields, .complete-profile-page .center-container .signup-panel .fields, .complete-profile-page .center-container .password-reset-panel .fields, .complete-profile-page .center-container .complete-profile-panel .fields, .complete-profile-page .center-container .verify-panel .fields, #login_modal .center-container .login-panel .fields, #login_modal .center-container .signup-panel .fields, #login_modal .center-container .password-reset-panel .fields, #login_modal .center-container .complete-profile-panel .fields, #login_modal .center-container .verify-panel .fields, .signup-verify-page .center-container .login-panel .fields, .signup-verify-page .center-container .signup-panel .fields, .signup-verify-page .center-container .password-reset-panel .fields, .signup-verify-page .center-container .complete-profile-panel .fields, .signup-verify-page .center-container .verify-panel .fields, .bulk-task-verify-page .center-container .login-panel .fields, .bulk-task-verify-page .center-container .signup-panel .fields, .bulk-task-verify-page .center-container .password-reset-panel .fields, .bulk-task-verify-page .center-container .complete-profile-panel .fields, .bulk-task-verify-page .center-container .verify-panel .fields {
	padding: 0;
	margin-top: 10px
}
.login-page .center-container .login-panel .field, .login-page .center-container .signup-panel .field, .login-page .center-container .password-reset-panel .field, .login-page .center-container .complete-profile-panel .field, .login-page .center-container .verify-panel .field, .password-reset-page .center-container .login-panel .field, .password-reset-page .center-container .signup-panel .field, .password-reset-page .center-container .password-reset-panel .field, .password-reset-page .center-container .complete-profile-panel .field, .password-reset-page .center-container .verify-panel .field, .complete-profile-page .center-container .login-panel .field, .complete-profile-page .center-container .signup-panel .field, .complete-profile-page .center-container .password-reset-panel .field, .complete-profile-page .center-container .complete-profile-panel .field, .complete-profile-page .center-container .verify-panel .field, #login_modal .center-container .login-panel .field, #login_modal .center-container .signup-panel .field, #login_modal .center-container .password-reset-panel .field, #login_modal .center-container .complete-profile-panel .field, #login_modal .center-container .verify-panel .field, .signup-verify-page .center-container .login-panel .field, .signup-verify-page .center-container .signup-panel .field, .signup-verify-page .center-container .password-reset-panel .field, .signup-verify-page .center-container .complete-profile-panel .field, .signup-verify-page .center-container .verify-panel .field, .bulk-task-verify-page .center-container .login-panel .field, .bulk-task-verify-page .center-container .signup-panel .field, .bulk-task-verify-page .center-container .password-reset-panel .field, .bulk-task-verify-page .center-container .complete-profile-panel .field, .bulk-task-verify-page .center-container .verify-panel .field {
	overflow: hidden;
	border: 1px solid #C3C9D0;
	position: relative;
	padding: 0
}
.login-page .center-container .login-panel .field input[type=text], .login-page .center-container .login-panel .field input[type=password], .login-page .center-container .login-panel .field input[type=email], .login-page .center-container .login-panel .field input[type=tel], .login-page .center-container .signup-panel .field input[type=text], .login-page .center-container .signup-panel .field input[type=password], .login-page .center-container .signup-panel .field input[type=email], .login-page .center-container .signup-panel .field input[type=tel], .login-page .center-container .password-reset-panel .field input[type=text], .login-page .center-container .password-reset-panel .field input[type=password], .login-page .center-container .password-reset-panel .field input[type=email], .login-page .center-container .password-reset-panel .field input[type=tel], .login-page .center-container .complete-profile-panel .field input[type=text], .login-page .center-container .complete-profile-panel .field input[type=password], .login-page .center-container .complete-profile-panel .field input[type=email], .login-page .center-container .complete-profile-panel .field input[type=tel], .login-page .center-container .verify-panel .field input[type=text], .login-page .center-container .verify-panel .field input[type=password], .login-page .center-container .verify-panel .field input[type=email], .login-page .center-container .verify-panel .field input[type=tel], .password-reset-page .center-container .login-panel .field input[type=text], .password-reset-page .center-container .login-panel .field input[type=password], .password-reset-page .center-container .login-panel .field input[type=email], .password-reset-page .center-container .login-panel .field input[type=tel], .password-reset-page .center-container .signup-panel .field input[type=text], .password-reset-page .center-container .signup-panel .field input[type=password], .password-reset-page .center-container .signup-panel .field input[type=email], .password-reset-page .center-container .signup-panel .field input[type=tel], .password-reset-page .center-container .password-reset-panel .field input[type=text], .password-reset-page .center-container .password-reset-panel .field input[type=password], .password-reset-page .center-container .password-reset-panel .field input[type=email], .password-reset-page .center-container .password-reset-panel .field input[type=tel], .password-reset-page .center-container .complete-profile-panel .field input[type=text], .password-reset-page .center-container .complete-profile-panel .field input[type=password], .password-reset-page .center-container .complete-profile-panel .field input[type=email], .password-reset-page .center-container .complete-profile-panel .field input[type=tel], .password-reset-page .center-container .verify-panel .field input[type=text], .password-reset-page .center-container .verify-panel .field input[type=password], .password-reset-page .center-container .verify-panel .field input[type=email], .password-reset-page .center-container .verify-panel .field input[type=tel], .complete-profile-page .center-container .login-panel .field input[type=text], .complete-profile-page .center-container .login-panel .field input[type=password], .complete-profile-page .center-container .login-panel .field input[type=email], .complete-profile-page .center-container .login-panel .field input[type=tel], .complete-profile-page .center-container .signup-panel .field input[type=text], .complete-profile-page .center-container .signup-panel .field input[type=password], .complete-profile-page .center-container .signup-panel .field input[type=email], .complete-profile-page .center-container .signup-panel .field input[type=tel], .complete-profile-page .center-container .password-reset-panel .field input[type=text], .complete-profile-page .center-container .password-reset-panel .field input[type=password], .complete-profile-page .center-container .password-reset-panel .field input[type=email], .complete-profile-page .center-container .password-reset-panel .field input[type=tel], .complete-profile-page .center-container .complete-profile-panel .field input[type=text], .complete-profile-page .center-container .complete-profile-panel .field input[type=password], .complete-profile-page .center-container .complete-profile-panel .field input[type=email], .complete-profile-page .center-container .complete-profile-panel .field input[type=tel], .complete-profile-page .center-container .verify-panel .field input[type=text], .complete-profile-page .center-container .verify-panel .field input[type=password], .complete-profile-page .center-container .verify-panel .field input[type=email], .complete-profile-page .center-container .verify-panel .field input[type=tel], #login_modal .center-container .login-panel .field input[type=text], #login_modal .center-container .login-panel .field input[type=password], #login_modal .center-container .login-panel .field input[type=email], #login_modal .center-container .login-panel .field input[type=tel], #login_modal .center-container .signup-panel .field input[type=text], #login_modal .center-container .signup-panel .field input[type=password], #login_modal .center-container .signup-panel .field input[type=email], #login_modal .center-container .signup-panel .field input[type=tel], #login_modal .center-container .password-reset-panel .field input[type=text], #login_modal .center-container .password-reset-panel .field input[type=password], #login_modal .center-container .password-reset-panel .field input[type=email], #login_modal .center-container .password-reset-panel .field input[type=tel], #login_modal .center-container .complete-profile-panel .field input[type=text], #login_modal .center-container .complete-profile-panel .field input[type=password], #login_modal .center-container .complete-profile-panel .field input[type=email], #login_modal .center-container .complete-profile-panel .field input[type=tel], #login_modal .center-container .verify-panel .field input[type=text], #login_modal .center-container .verify-panel .field input[type=password], #login_modal .center-container .verify-panel .field input[type=email], #login_modal .center-container .verify-panel .field input[type=tel], .signup-verify-page .center-container .login-panel .field input[type=text], .signup-verify-page .center-container .login-panel .field input[type=password], .signup-verify-page .center-container .login-panel .field input[type=email], .signup-verify-page .center-container .login-panel .field input[type=tel], .signup-verify-page .center-container .signup-panel .field input[type=text], .signup-verify-page .center-container .signup-panel .field input[type=password], .signup-verify-page .center-container .signup-panel .field input[type=email], .signup-verify-page .center-container .signup-panel .field input[type=tel], .signup-verify-page .center-container .password-reset-panel .field input[type=text], .signup-verify-page .center-container .password-reset-panel .field input[type=password], .signup-verify-page .center-container .password-reset-panel .field input[type=email], .signup-verify-page .center-container .password-reset-panel .field input[type=tel], .signup-verify-page .center-container .complete-profile-panel .field input[type=text], .signup-verify-page .center-container .complete-profile-panel .field input[type=password], .signup-verify-page .center-container .complete-profile-panel .field input[type=email], .signup-verify-page .center-container .complete-profile-panel .field input[type=tel], .signup-verify-page .center-container .verify-panel .field input[type=text], .signup-verify-page .center-container .verify-panel .field input[type=password], .signup-verify-page .center-container .verify-panel .field input[type=email], .signup-verify-page .center-container .verify-panel .field input[type=tel], .bulk-task-verify-page .center-container .login-panel .field input[type=text], .bulk-task-verify-page .center-container .login-panel .field input[type=password], .bulk-task-verify-page .center-container .login-panel .field input[type=email], .bulk-task-verify-page .center-container .login-panel .field input[type=tel], .bulk-task-verify-page .center-container .signup-panel .field input[type=text], .bulk-task-verify-page .center-container .signup-panel .field input[type=password], .bulk-task-verify-page .center-container .signup-panel .field input[type=email], .bulk-task-verify-page .center-container .signup-panel .field input[type=tel], .bulk-task-verify-page .center-container .password-reset-panel .field input[type=text], .bulk-task-verify-page .center-container .password-reset-panel .field input[type=password], .bulk-task-verify-page .center-container .password-reset-panel .field input[type=email], .bulk-task-verify-page .center-container .password-reset-panel .field input[type=tel], .bulk-task-verify-page .center-container .complete-profile-panel .field input[type=text], .bulk-task-verify-page .center-container .complete-profile-panel .field input[type=password], .bulk-task-verify-page .center-container .complete-profile-panel .field input[type=email], .bulk-task-verify-page .center-container .complete-profile-panel .field input[type=tel], .bulk-task-verify-page .center-container .verify-panel .field input[type=text], .bulk-task-verify-page .center-container .verify-panel .field input[type=password], .bulk-task-verify-page .center-container .verify-panel .field input[type=email], .bulk-task-verify-page .center-container .verify-panel .field input[type=tel] {
	margin-bottom: 0;
	border: 0;
	height: 35px;
	font-size: 14px
}
.login-page .center-container .login-panel .field .error-message, .login-page .center-container .signup-panel .field .error-message, .login-page .center-container .password-reset-panel .field .error-message, .login-page .center-container .complete-profile-panel .field .error-message, .login-page .center-container .verify-panel .field .error-message, .password-reset-page .center-container .login-panel .field .error-message, .password-reset-page .center-container .signup-panel .field .error-message, .password-reset-page .center-container .password-reset-panel .field .error-message, .password-reset-page .center-container .complete-profile-panel .field .error-message, .password-reset-page .center-container .verify-panel .field .error-message, .complete-profile-page .center-container .login-panel .field .error-message, .complete-profile-page .center-container .signup-panel .field .error-message, .complete-profile-page .center-container .password-reset-panel .field .error-message, .complete-profile-page .center-container .complete-profile-panel .field .error-message, .complete-profile-page .center-container .verify-panel .field .error-message, #login_modal .center-container .login-panel .field .error-message, #login_modal .center-container .signup-panel .field .error-message, #login_modal .center-container .password-reset-panel .field .error-message, #login_modal .center-container .complete-profile-panel .field .error-message, #login_modal .center-container .verify-panel .field .error-message, .signup-verify-page .center-container .login-panel .field .error-message, .signup-verify-page .center-container .signup-panel .field .error-message, .signup-verify-page .center-container .password-reset-panel .field .error-message, .signup-verify-page .center-container .complete-profile-panel .field .error-message, .signup-verify-page .center-container .verify-panel .field .error-message, .bulk-task-verify-page .center-container .login-panel .field .error-message, .bulk-task-verify-page .center-container .signup-panel .field .error-message, .bulk-task-verify-page .center-container .password-reset-panel .field .error-message, .bulk-task-verify-page .center-container .complete-profile-panel .field .error-message, .bulk-task-verify-page .center-container .verify-panel .field .error-message {
	background-color: #FFF
}
.login-page .center-container .login-panel .field .inline-help, .login-page .center-container .signup-panel .field .inline-help, .login-page .center-container .password-reset-panel .field .inline-help, .login-page .center-container .complete-profile-panel .field .inline-help, .login-page .center-container .verify-panel .field .inline-help, .password-reset-page .center-container .login-panel .field .inline-help, .password-reset-page .center-container .signup-panel .field .inline-help, .password-reset-page .center-container .password-reset-panel .field .inline-help, .password-reset-page .center-container .complete-profile-panel .field .inline-help, .password-reset-page .center-container .verify-panel .field .inline-help, .complete-profile-page .center-container .login-panel .field .inline-help, .complete-profile-page .center-container .signup-panel .field .inline-help, .complete-profile-page .center-container .password-reset-panel .field .inline-help, .complete-profile-page .center-container .complete-profile-panel .field .inline-help, .complete-profile-page .center-container .verify-panel .field .inline-help, #login_modal .center-container .login-panel .field .inline-help, #login_modal .center-container .signup-panel .field .inline-help, #login_modal .center-container .password-reset-panel .field .inline-help, #login_modal .center-container .complete-profile-panel .field .inline-help, #login_modal .center-container .verify-panel .field .inline-help, .signup-verify-page .center-container .login-panel .field .inline-help, .signup-verify-page .center-container .signup-panel .field .inline-help, .signup-verify-page .center-container .password-reset-panel .field .inline-help, .signup-verify-page .center-container .complete-profile-panel .field .inline-help, .signup-verify-page .center-container .verify-panel .field .inline-help, .bulk-task-verify-page .center-container .login-panel .field .inline-help, .bulk-task-verify-page .center-container .signup-panel .field .inline-help, .bulk-task-verify-page .center-container .password-reset-panel .field .inline-help, .bulk-task-verify-page .center-container .complete-profile-panel .field .inline-help, .bulk-task-verify-page .center-container .verify-panel .field .inline-help {
	position: absolute;
	right: 5px;
	top: 0;
	padding: 0 5px;
	line-height: 36px
}
.login-page .center-container .login-panel .field+.field, .login-page .center-container .signup-panel .field+.field, .login-page .center-container .password-reset-panel .field+.field, .login-page .center-container .complete-profile-panel .field+.field, .login-page .center-container .verify-panel .field+.field, .password-reset-page .center-container .login-panel .field+.field, .password-reset-page .center-container .signup-panel .field+.field, .password-reset-page .center-container .password-reset-panel .field+.field, .password-reset-page .center-container .complete-profile-panel .field+.field, .password-reset-page .center-container .verify-panel .field+.field, .complete-profile-page .center-container .login-panel .field+.field, .complete-profile-page .center-container .signup-panel .field+.field, .complete-profile-page .center-container .password-reset-panel .field+.field, .complete-profile-page .center-container .complete-profile-panel .field+.field, .complete-profile-page .center-container .verify-panel .field+.field, #login_modal .center-container .login-panel .field+.field, #login_modal .center-container .signup-panel .field+.field, #login_modal .center-container .password-reset-panel .field+.field, #login_modal .center-container .complete-profile-panel .field+.field, #login_modal .center-container .verify-panel .field+.field, .signup-verify-page .center-container .login-panel .field+.field, .signup-verify-page .center-container .signup-panel .field+.field, .signup-verify-page .center-container .password-reset-panel .field+.field, .signup-verify-page .center-container .complete-profile-panel .field+.field, .signup-verify-page .center-container .verify-panel .field+.field, .bulk-task-verify-page .center-container .login-panel .field+.field, .bulk-task-verify-page .center-container .signup-panel .field+.field, .bulk-task-verify-page .center-container .password-reset-panel .field+.field, .bulk-task-verify-page .center-container .complete-profile-panel .field+.field, .bulk-task-verify-page .center-container .verify-panel .field+.field {
	border-top: 0
}
.login-page .center-container .login-panel .field:first-child, .login-page .center-container .signup-panel .field:first-child, .login-page .center-container .password-reset-panel .field:first-child, .login-page .center-container .complete-profile-panel .field:first-child, .login-page .center-container .verify-panel .field:first-child, .password-reset-page .center-container .login-panel .field:first-child, .password-reset-page .center-container .signup-panel .field:first-child, .password-reset-page .center-container .password-reset-panel .field:first-child, .password-reset-page .center-container .complete-profile-panel .field:first-child, .password-reset-page .center-container .verify-panel .field:first-child, .complete-profile-page .center-container .login-panel .field:first-child, .complete-profile-page .center-container .signup-panel .field:first-child, .complete-profile-page .center-container .password-reset-panel .field:first-child, .complete-profile-page .center-container .complete-profile-panel .field:first-child, .complete-profile-page .center-container .verify-panel .field:first-child, #login_modal .center-container .login-panel .field:first-child, #login_modal .center-container .signup-panel .field:first-child, #login_modal .center-container .password-reset-panel .field:first-child, #login_modal .center-container .complete-profile-panel .field:first-child, #login_modal .center-container .verify-panel .field:first-child, .signup-verify-page .center-container .login-panel .field:first-child, .signup-verify-page .center-container .signup-panel .field:first-child, .signup-verify-page .center-container .password-reset-panel .field:first-child, .signup-verify-page .center-container .complete-profile-panel .field:first-child, .signup-verify-page .center-container .verify-panel .field:first-child, .bulk-task-verify-page .center-container .login-panel .field:first-child, .bulk-task-verify-page .center-container .signup-panel .field:first-child, .bulk-task-verify-page .center-container .password-reset-panel .field:first-child, .bulk-task-verify-page .center-container .complete-profile-panel .field:first-child, .bulk-task-verify-page .center-container .verify-panel .field:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}
.login-page .center-container .login-panel .last-field, .login-page .center-container .signup-panel .last-field, .login-page .center-container .password-reset-panel .last-field, .login-page .center-container .complete-profile-panel .last-field, .login-page .center-container .verify-panel .last-field, .password-reset-page .center-container .login-panel .last-field, .password-reset-page .center-container .signup-panel .last-field, .password-reset-page .center-container .password-reset-panel .last-field, .password-reset-page .center-container .complete-profile-panel .last-field, .password-reset-page .center-container .verify-panel .last-field, .complete-profile-page .center-container .login-panel .last-field, .complete-profile-page .center-container .signup-panel .last-field, .complete-profile-page .center-container .password-reset-panel .last-field, .complete-profile-page .center-container .complete-profile-panel .last-field, .complete-profile-page .center-container .verify-panel .last-field, #login_modal .center-container .login-panel .last-field, #login_modal .center-container .signup-panel .last-field, #login_modal .center-container .password-reset-panel .last-field, #login_modal .center-container .complete-profile-panel .last-field, #login_modal .center-container .verify-panel .last-field, .signup-verify-page .center-container .login-panel .last-field, .signup-verify-page .center-container .signup-panel .last-field, .signup-verify-page .center-container .password-reset-panel .last-field, .signup-verify-page .center-container .complete-profile-panel .last-field, .signup-verify-page .center-container .verify-panel .last-field, .bulk-task-verify-page .center-container .login-panel .last-field, .bulk-task-verify-page .center-container .signup-panel .last-field, .bulk-task-verify-page .center-container .password-reset-panel .last-field, .bulk-task-verify-page .center-container .complete-profile-panel .last-field, .bulk-task-verify-page .center-container .verify-panel .last-field {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}
.login-page .center-container .login-panel .submit-field, .login-page .center-container .signup-panel .submit-field, .login-page .center-container .password-reset-panel .submit-field, .login-page .center-container .complete-profile-panel .submit-field, .login-page .center-container .verify-panel .submit-field, .password-reset-page .center-container .login-panel .submit-field, .password-reset-page .center-container .signup-panel .submit-field, .password-reset-page .center-container .password-reset-panel .submit-field, .password-reset-page .center-container .complete-profile-panel .submit-field, .password-reset-page .center-container .verify-panel .submit-field, .complete-profile-page .center-container .login-panel .submit-field, .complete-profile-page .center-container .signup-panel .submit-field, .complete-profile-page .center-container .password-reset-panel .submit-field, .complete-profile-page .center-container .complete-profile-panel .submit-field, .complete-profile-page .center-container .verify-panel .submit-field, #login_modal .center-container .login-panel .submit-field, #login_modal .center-container .signup-panel .submit-field, #login_modal .center-container .password-reset-panel .submit-field, #login_modal .center-container .complete-profile-panel .submit-field, #login_modal .center-container .verify-panel .submit-field, .signup-verify-page .center-container .login-panel .submit-field, .signup-verify-page .center-container .signup-panel .submit-field, .signup-verify-page .center-container .password-reset-panel .submit-field, .signup-verify-page .center-container .complete-profile-panel .submit-field, .signup-verify-page .center-container .verify-panel .submit-field, .bulk-task-verify-page .center-container .login-panel .submit-field, .bulk-task-verify-page .center-container .signup-panel .submit-field, .bulk-task-verify-page .center-container .password-reset-panel .submit-field, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field, .bulk-task-verify-page .center-container .verify-panel .submit-field {
	margin-top: 10px;
	padding: 1px 0;
	border-top: 0
}
.login-page .center-container .login-panel .submit-field input[type=submit], .login-page .center-container .login-panel .submit-field .gd-btn, .login-page .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .login-page .center-container .login-panel .submit-field a.cke_dialog_ui_button, .login-page .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .login-page .center-container .login-panel .submit-field .fileinput-button, .login-page .center-container .signup-panel .submit-field input[type=submit], .login-page .center-container .signup-panel .submit-field .gd-btn, .login-page .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .login-page .center-container .signup-panel .submit-field a.cke_dialog_ui_button, .login-page .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .login-page .center-container .signup-panel .submit-field .fileinput-button, .login-page .center-container .password-reset-panel .submit-field input[type=submit], .login-page .center-container .password-reset-panel .submit-field .gd-btn, .login-page .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .login-page .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, .login-page .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .login-page .center-container .password-reset-panel .submit-field .fileinput-button, .login-page .center-container .complete-profile-panel .submit-field input[type=submit], .login-page .center-container .complete-profile-panel .submit-field .gd-btn, .login-page .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .login-page .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, .login-page .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .login-page .center-container .complete-profile-panel .submit-field .fileinput-button, .login-page .center-container .verify-panel .submit-field input[type=submit], .login-page .center-container .verify-panel .submit-field .gd-btn, .login-page .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .login-page .center-container .verify-panel .submit-field a.cke_dialog_ui_button, .login-page .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .login-page .center-container .verify-panel .submit-field .fileinput-button, .password-reset-page .center-container .login-panel .submit-field input[type=submit], .password-reset-page .center-container .login-panel .submit-field .gd-btn, .password-reset-page .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .password-reset-page .center-container .login-panel .submit-field a.cke_dialog_ui_button, .password-reset-page .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .password-reset-page .center-container .login-panel .submit-field .fileinput-button, .password-reset-page .center-container .signup-panel .submit-field input[type=submit], .password-reset-page .center-container .signup-panel .submit-field .gd-btn, .password-reset-page .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .password-reset-page .center-container .signup-panel .submit-field a.cke_dialog_ui_button, .password-reset-page .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .password-reset-page .center-container .signup-panel .submit-field .fileinput-button, .password-reset-page .center-container .password-reset-panel .submit-field input[type=submit], .password-reset-page .center-container .password-reset-panel .submit-field .gd-btn, .password-reset-page .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .password-reset-page .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, .password-reset-page .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .password-reset-page .center-container .password-reset-panel .submit-field .fileinput-button, .password-reset-page .center-container .complete-profile-panel .submit-field input[type=submit], .password-reset-page .center-container .complete-profile-panel .submit-field .gd-btn, .password-reset-page .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .password-reset-page .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, .password-reset-page .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .password-reset-page .center-container .complete-profile-panel .submit-field .fileinput-button, .password-reset-page .center-container .verify-panel .submit-field input[type=submit], .password-reset-page .center-container .verify-panel .submit-field .gd-btn, .password-reset-page .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .password-reset-page .center-container .verify-panel .submit-field a.cke_dialog_ui_button, .password-reset-page .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .password-reset-page .center-container .verify-panel .submit-field .fileinput-button, .complete-profile-page .center-container .login-panel .submit-field input[type=submit], .complete-profile-page .center-container .login-panel .submit-field .gd-btn, .complete-profile-page .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .complete-profile-page .center-container .login-panel .submit-field a.cke_dialog_ui_button, .complete-profile-page .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .complete-profile-page .center-container .login-panel .submit-field .fileinput-button, .complete-profile-page .center-container .signup-panel .submit-field input[type=submit], .complete-profile-page .center-container .signup-panel .submit-field .gd-btn, .complete-profile-page .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .complete-profile-page .center-container .signup-panel .submit-field a.cke_dialog_ui_button, .complete-profile-page .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .complete-profile-page .center-container .signup-panel .submit-field .fileinput-button, .complete-profile-page .center-container .password-reset-panel .submit-field input[type=submit], .complete-profile-page .center-container .password-reset-panel .submit-field .gd-btn, .complete-profile-page .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .complete-profile-page .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, .complete-profile-page .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .complete-profile-page .center-container .password-reset-panel .submit-field .fileinput-button, .complete-profile-page .center-container .complete-profile-panel .submit-field input[type=submit], .complete-profile-page .center-container .complete-profile-panel .submit-field .gd-btn, .complete-profile-page .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .complete-profile-page .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, .complete-profile-page .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .complete-profile-page .center-container .complete-profile-panel .submit-field .fileinput-button, .complete-profile-page .center-container .verify-panel .submit-field input[type=submit], .complete-profile-page .center-container .verify-panel .submit-field .gd-btn, .complete-profile-page .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .complete-profile-page .center-container .verify-panel .submit-field a.cke_dialog_ui_button, .complete-profile-page .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .complete-profile-page .center-container .verify-panel .submit-field .fileinput-button, #login_modal .center-container .login-panel .submit-field input[type=submit], #login_modal .center-container .login-panel .submit-field .gd-btn, #login_modal .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons #login_modal .center-container .login-panel .submit-field a.cke_dialog_ui_button, #login_modal .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog #login_modal .center-container .login-panel .submit-field .fileinput-button, #login_modal .center-container .signup-panel .submit-field input[type=submit], #login_modal .center-container .signup-panel .submit-field .gd-btn, #login_modal .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons #login_modal .center-container .signup-panel .submit-field a.cke_dialog_ui_button, #login_modal .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog #login_modal .center-container .signup-panel .submit-field .fileinput-button, #login_modal .center-container .password-reset-panel .submit-field input[type=submit], #login_modal .center-container .password-reset-panel .submit-field .gd-btn, #login_modal .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons #login_modal .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, #login_modal .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog #login_modal .center-container .password-reset-panel .submit-field .fileinput-button, #login_modal .center-container .complete-profile-panel .submit-field input[type=submit], #login_modal .center-container .complete-profile-panel .submit-field .gd-btn, #login_modal .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons #login_modal .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, #login_modal .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog #login_modal .center-container .complete-profile-panel .submit-field .fileinput-button, #login_modal .center-container .verify-panel .submit-field input[type=submit], #login_modal .center-container .verify-panel .submit-field .gd-btn, #login_modal .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons #login_modal .center-container .verify-panel .submit-field a.cke_dialog_ui_button, #login_modal .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog #login_modal .center-container .verify-panel .submit-field .fileinput-button, .signup-verify-page .center-container .login-panel .submit-field input[type=submit], .signup-verify-page .center-container .login-panel .submit-field .gd-btn, .signup-verify-page .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .signup-verify-page .center-container .login-panel .submit-field a.cke_dialog_ui_button, .signup-verify-page .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .signup-verify-page .center-container .login-panel .submit-field .fileinput-button, .signup-verify-page .center-container .signup-panel .submit-field input[type=submit], .signup-verify-page .center-container .signup-panel .submit-field .gd-btn, .signup-verify-page .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .signup-verify-page .center-container .signup-panel .submit-field a.cke_dialog_ui_button, .signup-verify-page .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .signup-verify-page .center-container .signup-panel .submit-field .fileinput-button, .signup-verify-page .center-container .password-reset-panel .submit-field input[type=submit], .signup-verify-page .center-container .password-reset-panel .submit-field .gd-btn, .signup-verify-page .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .signup-verify-page .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, .signup-verify-page .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .signup-verify-page .center-container .password-reset-panel .submit-field .fileinput-button, .signup-verify-page .center-container .complete-profile-panel .submit-field input[type=submit], .signup-verify-page .center-container .complete-profile-panel .submit-field .gd-btn, .signup-verify-page .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .signup-verify-page .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, .signup-verify-page .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .signup-verify-page .center-container .complete-profile-panel .submit-field .fileinput-button, .signup-verify-page .center-container .verify-panel .submit-field input[type=submit], .signup-verify-page .center-container .verify-panel .submit-field .gd-btn, .signup-verify-page .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .signup-verify-page .center-container .verify-panel .submit-field a.cke_dialog_ui_button, .signup-verify-page .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .signup-verify-page .center-container .verify-panel .submit-field .fileinput-button, .bulk-task-verify-page .center-container .login-panel .submit-field input[type=submit], .bulk-task-verify-page .center-container .login-panel .submit-field .gd-btn, .bulk-task-verify-page .center-container .login-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .bulk-task-verify-page .center-container .login-panel .submit-field a.cke_dialog_ui_button, .bulk-task-verify-page .center-container .login-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .bulk-task-verify-page .center-container .login-panel .submit-field .fileinput-button, .bulk-task-verify-page .center-container .signup-panel .submit-field input[type=submit], .bulk-task-verify-page .center-container .signup-panel .submit-field .gd-btn, .bulk-task-verify-page .center-container .signup-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .bulk-task-verify-page .center-container .signup-panel .submit-field a.cke_dialog_ui_button, .bulk-task-verify-page .center-container .signup-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .bulk-task-verify-page .center-container .signup-panel .submit-field .fileinput-button, .bulk-task-verify-page .center-container .password-reset-panel .submit-field input[type=submit], .bulk-task-verify-page .center-container .password-reset-panel .submit-field .gd-btn, .bulk-task-verify-page .center-container .password-reset-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .bulk-task-verify-page .center-container .password-reset-panel .submit-field a.cke_dialog_ui_button, .bulk-task-verify-page .center-container .password-reset-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .bulk-task-verify-page .center-container .password-reset-panel .submit-field .fileinput-button, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field input[type=submit], .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .gd-btn, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .bulk-task-verify-page .center-container .complete-profile-panel .submit-field a.cke_dialog_ui_button, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .fileinput-button, .bulk-task-verify-page .center-container .verify-panel .submit-field input[type=submit], .bulk-task-verify-page .center-container .verify-panel .submit-field .gd-btn, .bulk-task-verify-page .center-container .verify-panel .submit-field .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons a.cke_dialog_ui_button, .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons .bulk-task-verify-page .center-container .verify-panel .submit-field a.cke_dialog_ui_button, .bulk-task-verify-page .center-container .verify-panel .submit-field .cke_dialog .fileinput-button, .cke_dialog .bulk-task-verify-page .center-container .verify-panel .submit-field .fileinput-button {
	margin: 10px 0;
	font-size: 14px
}
.login-page .center-container .login-panel .submit-field .forgot-password, .login-page .center-container .signup-panel .submit-field .forgot-password, .login-page .center-container .password-reset-panel .submit-field .forgot-password, .login-page .center-container .complete-profile-panel .submit-field .forgot-password, .login-page .center-container .verify-panel .submit-field .forgot-password, .password-reset-page .center-container .login-panel .submit-field .forgot-password, .password-reset-page .center-container .signup-panel .submit-field .forgot-password, .password-reset-page .center-container .password-reset-panel .submit-field .forgot-password, .password-reset-page .center-container .complete-profile-panel .submit-field .forgot-password, .password-reset-page .center-container .verify-panel .submit-field .forgot-password, .complete-profile-page .center-container .login-panel .submit-field .forgot-password, .complete-profile-page .center-container .signup-panel .submit-field .forgot-password, .complete-profile-page .center-container .password-reset-panel .submit-field .forgot-password, .complete-profile-page .center-container .complete-profile-panel .submit-field .forgot-password, .complete-profile-page .center-container .verify-panel .submit-field .forgot-password, #login_modal .center-container .login-panel .submit-field .forgot-password, #login_modal .center-container .signup-panel .submit-field .forgot-password, #login_modal .center-container .password-reset-panel .submit-field .forgot-password, #login_modal .center-container .complete-profile-panel .submit-field .forgot-password, #login_modal .center-container .verify-panel .submit-field .forgot-password, .signup-verify-page .center-container .login-panel .submit-field .forgot-password, .signup-verify-page .center-container .signup-panel .submit-field .forgot-password, .signup-verify-page .center-container .password-reset-panel .submit-field .forgot-password, .signup-verify-page .center-container .complete-profile-panel .submit-field .forgot-password, .signup-verify-page .center-container .verify-panel .submit-field .forgot-password, .bulk-task-verify-page .center-container .login-panel .submit-field .forgot-password, .bulk-task-verify-page .center-container .signup-panel .submit-field .forgot-password, .bulk-task-verify-page .center-container .password-reset-panel .submit-field .forgot-password, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .forgot-password, .bulk-task-verify-page .center-container .verify-panel .submit-field .forgot-password {
	width: 100%
}
.login-page .center-container .login-panel .submit-field .submit, .login-page .center-container .signup-panel .submit-field .submit, .login-page .center-container .password-reset-panel .submit-field .submit, .login-page .center-container .complete-profile-panel .submit-field .submit, .login-page .center-container .verify-panel .submit-field .submit, .password-reset-page .center-container .login-panel .submit-field .submit, .password-reset-page .center-container .signup-panel .submit-field .submit, .password-reset-page .center-container .password-reset-panel .submit-field .submit, .password-reset-page .center-container .complete-profile-panel .submit-field .submit, .password-reset-page .center-container .verify-panel .submit-field .submit, .complete-profile-page .center-container .login-panel .submit-field .submit, .complete-profile-page .center-container .signup-panel .submit-field .submit, .complete-profile-page .center-container .password-reset-panel .submit-field .submit, .complete-profile-page .center-container .complete-profile-panel .submit-field .submit, .complete-profile-page .center-container .verify-panel .submit-field .submit, #login_modal .center-container .login-panel .submit-field .submit, #login_modal .center-container .signup-panel .submit-field .submit, #login_modal .center-container .password-reset-panel .submit-field .submit, #login_modal .center-container .complete-profile-panel .submit-field .submit, #login_modal .center-container .verify-panel .submit-field .submit, .signup-verify-page .center-container .login-panel .submit-field .submit, .signup-verify-page .center-container .signup-panel .submit-field .submit, .signup-verify-page .center-container .password-reset-panel .submit-field .submit, .signup-verify-page .center-container .complete-profile-panel .submit-field .submit, .signup-verify-page .center-container .verify-panel .submit-field .submit, .bulk-task-verify-page .center-container .login-panel .submit-field .submit, .bulk-task-verify-page .center-container .signup-panel .submit-field .submit, .bulk-task-verify-page .center-container .password-reset-panel .submit-field .submit, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field .submit, .bulk-task-verify-page .center-container .verify-panel .submit-field .submit {
	margin-bottom: 0
}
.login-page .center-container .login-panel .submit-field+.help-block, .login-page .center-container .signup-panel .submit-field+.help-block, .login-page .center-container .password-reset-panel .submit-field+.help-block, .login-page .center-container .complete-profile-panel .submit-field+.help-block, .login-page .center-container .verify-panel .submit-field+.help-block, .password-reset-page .center-container .login-panel .submit-field+.help-block, .password-reset-page .center-container .signup-panel .submit-field+.help-block, .password-reset-page .center-container .password-reset-panel .submit-field+.help-block, .password-reset-page .center-container .complete-profile-panel .submit-field+.help-block, .password-reset-page .center-container .verify-panel .submit-field+.help-block, .complete-profile-page .center-container .login-panel .submit-field+.help-block, .complete-profile-page .center-container .signup-panel .submit-field+.help-block, .complete-profile-page .center-container .password-reset-panel .submit-field+.help-block, .complete-profile-page .center-container .complete-profile-panel .submit-field+.help-block, .complete-profile-page .center-container .verify-panel .submit-field+.help-block, #login_modal .center-container .login-panel .submit-field+.help-block, #login_modal .center-container .signup-panel .submit-field+.help-block, #login_modal .center-container .password-reset-panel .submit-field+.help-block, #login_modal .center-container .complete-profile-panel .submit-field+.help-block, #login_modal .center-container .verify-panel .submit-field+.help-block, .signup-verify-page .center-container .login-panel .submit-field+.help-block, .signup-verify-page .center-container .signup-panel .submit-field+.help-block, .signup-verify-page .center-container .password-reset-panel .submit-field+.help-block, .signup-verify-page .center-container .complete-profile-panel .submit-field+.help-block, .signup-verify-page .center-container .verify-panel .submit-field+.help-block, .bulk-task-verify-page .center-container .login-panel .submit-field+.help-block, .bulk-task-verify-page .center-container .signup-panel .submit-field+.help-block, .bulk-task-verify-page .center-container .password-reset-panel .submit-field+.help-block, .bulk-task-verify-page .center-container .complete-profile-panel .submit-field+.help-block, .bulk-task-verify-page .center-container .verify-panel .submit-field+.help-block {
	font-size: 12px;
	margin-bottom: 0
}
.login-page .center-container .login-panel form+p, .login-page .center-container .signup-panel form+p, .login-page .center-container .password-reset-panel form+p, .login-page .center-container .complete-profile-panel form+p, .login-page .center-container .verify-panel form+p, .password-reset-page .center-container .login-panel form+p, .password-reset-page .center-container .signup-panel form+p, .password-reset-page .center-container .password-reset-panel form+p, .password-reset-page .center-container .complete-profile-panel form+p, .password-reset-page .center-container .verify-panel form+p, .complete-profile-page .center-container .login-panel form+p, .complete-profile-page .center-container .signup-panel form+p, .complete-profile-page .center-container .password-reset-panel form+p, .complete-profile-page .center-container .complete-profile-panel form+p, .complete-profile-page .center-container .verify-panel form+p, #login_modal .center-container .login-panel form+p, #login_modal .center-container .signup-panel form+p, #login_modal .center-container .password-reset-panel form+p, #login_modal .center-container .complete-profile-panel form+p, #login_modal .center-container .verify-panel form+p, .signup-verify-page .center-container .login-panel form+p, .signup-verify-page .center-container .signup-panel form+p, .signup-verify-page .center-container .password-reset-panel form+p, .signup-verify-page .center-container .complete-profile-panel form+p, .signup-verify-page .center-container .verify-panel form+p, .bulk-task-verify-page .center-container .login-panel form+p, .bulk-task-verify-page .center-container .signup-panel form+p, .bulk-task-verify-page .center-container .password-reset-panel form+p, .bulk-task-verify-page .center-container .complete-profile-panel form+p, .bulk-task-verify-page .center-container .verify-panel form+p {
	margin-top: 10px;
	margin-bottom: 0
}
.login-page .center-container .login-panel .social-login, .login-page .center-container .signup-panel .social-login, .login-page .center-container .password-reset-panel .social-login, .login-page .center-container .complete-profile-panel .social-login, .login-page .center-container .verify-panel .social-login, .password-reset-page .center-container .login-panel .social-login, .password-reset-page .center-container .signup-panel .social-login, .password-reset-page .center-container .password-reset-panel .social-login, .password-reset-page .center-container .complete-profile-panel .social-login, .password-reset-page .center-container .verify-panel .social-login, .complete-profile-page .center-container .login-panel .social-login, .complete-profile-page .center-container .signup-panel .social-login, .complete-profile-page .center-container .password-reset-panel .social-login, .complete-profile-page .center-container .complete-profile-panel .social-login, .complete-profile-page .center-container .verify-panel .social-login, #login_modal .center-container .login-panel .social-login, #login_modal .center-container .signup-panel .social-login, #login_modal .center-container .password-reset-panel .social-login, #login_modal .center-container .complete-profile-panel .social-login, #login_modal .center-container .verify-panel .social-login, .signup-verify-page .center-container .login-panel .social-login, .signup-verify-page .center-container .signup-panel .social-login, .signup-verify-page .center-container .password-reset-panel .social-login, .signup-verify-page .center-container .complete-profile-panel .social-login, .signup-verify-page .center-container .verify-panel .social-login, .bulk-task-verify-page .center-container .login-panel .social-login, .bulk-task-verify-page .center-container .signup-panel .social-login, .bulk-task-verify-page .center-container .password-reset-panel .social-login, .bulk-task-verify-page .center-container .complete-profile-panel .social-login, .bulk-task-verify-page .center-container .verify-panel .social-login {
	margin-bottom: 0
}
.login-page .center-container .login-panel .social-login h5, .login-page .center-container .signup-panel .social-login h5, .login-page .center-container .password-reset-panel .social-login h5, .login-page .center-container .complete-profile-panel .social-login h5, .login-page .center-container .verify-panel .social-login h5, .password-reset-page .center-container .login-panel .social-login h5, .password-reset-page .center-container .signup-panel .social-login h5, .password-reset-page .center-container .password-reset-panel .social-login h5, .password-reset-page .center-container .complete-profile-panel .social-login h5, .password-reset-page .center-container .verify-panel .social-login h5, .complete-profile-page .center-container .login-panel .social-login h5, .complete-profile-page .center-container .signup-panel .social-login h5, .complete-profile-page .center-container .password-reset-panel .social-login h5, .complete-profile-page .center-container .complete-profile-panel .social-login h5, .complete-profile-page .center-container .verify-panel .social-login h5, #login_modal .center-container .login-panel .social-login h5, #login_modal .center-container .signup-panel .social-login h5, #login_modal .center-container .password-reset-panel .social-login h5, #login_modal .center-container .complete-profile-panel .social-login h5, #login_modal .center-container .verify-panel .social-login h5, .signup-verify-page .center-container .login-panel .social-login h5, .signup-verify-page .center-container .signup-panel .social-login h5, .signup-verify-page .center-container .password-reset-panel .social-login h5, .signup-verify-page .center-container .complete-profile-panel .social-login h5, .signup-verify-page .center-container .verify-panel .social-login h5, .bulk-task-verify-page .center-container .login-panel .social-login h5, .bulk-task-verify-page .center-container .signup-panel .social-login h5, .bulk-task-verify-page .center-container .password-reset-panel .social-login h5, .bulk-task-verify-page .center-container .complete-profile-panel .social-login h5, .bulk-task-verify-page .center-container .verify-panel .social-login h5 {
	margin-bottom: 0
}
.login-page .center-container .login-panel .social-login .social-login-container, .login-page .center-container .signup-panel .social-login .social-login-container, .login-page .center-container .password-reset-panel .social-login .social-login-container, .login-page .center-container .complete-profile-panel .social-login .social-login-container, .login-page .center-container .verify-panel .social-login .social-login-container, .password-reset-page .center-container .login-panel .social-login .social-login-container, .password-reset-page .center-container .signup-panel .social-login .social-login-container, .password-reset-page .center-container .password-reset-panel .social-login .social-login-container, .password-reset-page .center-container .complete-profile-panel .social-login .social-login-container, .password-reset-page .center-container .verify-panel .social-login .social-login-container, .complete-profile-page .center-container .login-panel .social-login .social-login-container, .complete-profile-page .center-container .signup-panel .social-login .social-login-container, .complete-profile-page .center-container .password-reset-panel .social-login .social-login-container, .complete-profile-page .center-container .complete-profile-panel .social-login .social-login-container, .complete-profile-page .center-container .verify-panel .social-login .social-login-container, #login_modal .center-container .login-panel .social-login .social-login-container, #login_modal .center-container .signup-panel .social-login .social-login-container, #login_modal .center-container .password-reset-panel .social-login .social-login-container, #login_modal .center-container .complete-profile-panel .social-login .social-login-container, #login_modal .center-container .verify-panel .social-login .social-login-container, .signup-verify-page .center-container .login-panel .social-login .social-login-container, .signup-verify-page .center-container .signup-panel .social-login .social-login-container, .signup-verify-page .center-container .password-reset-panel .social-login .social-login-container, .signup-verify-page .center-container .complete-profile-panel .social-login .social-login-container, .signup-verify-page .center-container .verify-panel .social-login .social-login-container, .bulk-task-verify-page .center-container .login-panel .social-login .social-login-container, .bulk-task-verify-page .center-container .signup-panel .social-login .social-login-container, .bulk-task-verify-page .center-container .password-reset-panel .social-login .social-login-container, .bulk-task-verify-page .center-container .complete-profile-panel .social-login .social-login-container, .bulk-task-verify-page .center-container .verify-panel .social-login .social-login-container {
	margin-top: 15px;
	margin-bottom: 15px
}
.login-page .center-container .signup-panel .captcha-container img, .password-reset-page .center-container .signup-panel .captcha-container img, .complete-profile-page .center-container .signup-panel .captcha-container img, #login_modal .center-container .signup-panel .captcha-container img, .signup-verify-page .center-container .signup-panel .captcha-container img, .bulk-task-verify-page .center-container .signup-panel .captcha-container img {
	cursor: pointer;
	vertical-align: middle
}
.login-page .center-container .signup-panel .captcha-container .captcha-box, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box, #login_modal .center-container .signup-panel .captcha-container .captcha-box, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box {
	display: inline-block
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .error, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .error, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .error, #login_modal .center-container .signup-panel .captcha-container .captcha-box .error, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .error, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .error {
	border-color: #FF2851
}
.login-page .center-container .signup-panel .captcha-container .captcha-box+.error-message, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box+.error-message, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box+.error-message, #login_modal .center-container .signup-panel .captcha-container .captcha-box+.error-message, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box+.error-message, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box+.error-message {
	color: #FF2851;
	margin-top: 4px
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container {
	background: white;
	width: 70px;
	padding: 0;
	line-height: 30px
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img {
	width: 80%;
	height: 80%;
	margin-top: 0
}
.login-page .center-container .signup-panel .captcha-container, .password-reset-page .center-container .signup-panel .captcha-container, .complete-profile-page .center-container .signup-panel .captcha-container, #login_modal .center-container .signup-panel .captcha-container, .signup-verify-page .center-container .signup-panel .captcha-container, .bulk-task-verify-page .center-container .signup-panel .captcha-container {
	margin-bottom: 0
}
.login-page .center-container .signup-panel .captcha-container .captcha-box, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box, #login_modal .center-container .signup-panel .captcha-container .captcha-box, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box {
	display: block
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-input, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-input, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-input, #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-input, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-input, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-input {
	width: 65%;
	border-radius: 2px
}
.login-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, #login_modal .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help {
	right: 80px;
	margin-top: 0
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container {
	float: right;
	border: 0;
	border-radius: 2px;
	height: 35px
}
.login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img, .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container img {
	margin-top: 5%
}
.phone-device .login-page .center-container .signup-panel .captcha-container .captcha-box, .phone-device .password-reset-page .center-container .signup-panel .captcha-container .captcha-box, .phone-device .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box, .phone-device #login_modal .center-container .signup-panel .captcha-container .captcha-box, .phone-device .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box, .phone-device .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box {
	padding-right: 0
}
.phone-device .login-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device .password-reset-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device #login_modal .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container, .phone-device .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box .captcha-img-container {
	position: inherit;
	width: 30%
}
.phone-device .login-page .center-container .signup-panel .captcha-container .captcha-box input, .phone-device .password-reset-page .center-container .signup-panel .captcha-container .captcha-box input, .phone-device .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box input, .phone-device #login_modal .center-container .signup-panel .captcha-container .captcha-box input, .phone-device .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box input, .phone-device .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box input {
	width: 65%
}
.phone-device .login-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .phone-device .password-reset-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .phone-device .complete-profile-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .phone-device #login_modal .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .phone-device .signup-verify-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help, .phone-device .bulk-task-verify-page .center-container .signup-panel .captcha-container .captcha-box+.inline-help {
	right: 30%
}
.login-page .center-container .signup-panel .field-mobile-field .sms-verification, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification {
	width: 100%;
	max-width: 260px;
	margin-top: 5px
}
.login-page .center-container .signup-panel .field-mobile-field .sms-verification:before, .login-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification:before, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification:before, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification:after, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification:before, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification:after, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:before, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:before, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:after {
	content: " ";
	display: table
}
.login-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification:after, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification:after, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:after, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification:after {
	clear: both
}
.phone-device .login-page .center-container .signup-panel .field-mobile-field .sms-verification, .phone-device .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification, .phone-device .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification, .phone-device #login_modal .center-container .signup-panel .field-mobile-field .sms-verification, .phone-device .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification, .phone-device .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification {
	max-width: none
}
.login-page .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification .send-token-link {
	float: left;
	width: 45%;
	padding-left: 0;
	padding-right: 0
}
.login-page .center-container .signup-panel .field-mobile-field .sms-verification .verification-token, .password-reset-page .center-container .signup-panel .field-mobile-field .sms-verification .verification-token, .complete-profile-page .center-container .signup-panel .field-mobile-field .sms-verification .verification-token, #login_modal .center-container .signup-panel .field-mobile-field .sms-verification .verification-token, .signup-verify-page .center-container .signup-panel .field-mobile-field .sms-verification .verification-token, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .sms-verification .verification-token {
	float: left;
	width: 53%;
	margin-right: 2%
}
.login-page .center-container .signup-panel .field-mobile-field .mobile-checked, .password-reset-page .center-container .signup-panel .field-mobile-field .mobile-checked, .complete-profile-page .center-container .signup-panel .field-mobile-field .mobile-checked, #login_modal .center-container .signup-panel .field-mobile-field .mobile-checked, .signup-verify-page .center-container .signup-panel .field-mobile-field .mobile-checked, .bulk-task-verify-page .center-container .signup-panel .field-mobile-field .mobile-checked {
	color: #71B300
}
.login-page .center-container .signup-panel .sms-verification, .password-reset-page .center-container .signup-panel .sms-verification, .complete-profile-page .center-container .signup-panel .sms-verification, #login_modal .center-container .signup-panel .sms-verification, .signup-verify-page .center-container .signup-panel .sms-verification, .bulk-task-verify-page .center-container .signup-panel .sms-verification {
	max-width: none !important
}
.login-page .center-container .signup-panel .sms-verification .verification-token, .password-reset-page .center-container .signup-panel .sms-verification .verification-token, .complete-profile-page .center-container .signup-panel .sms-verification .verification-token, #login_modal .center-container .signup-panel .sms-verification .verification-token, .signup-verify-page .center-container .signup-panel .sms-verification .verification-token, .bulk-task-verify-page .center-container .signup-panel .sms-verification .verification-token {
	margin-top: -5px;
	width: 66% !important
}
.login-page .center-container .signup-panel .sms-verification .send-token-link, .password-reset-page .center-container .signup-panel .sms-verification .send-token-link, .complete-profile-page .center-container .signup-panel .sms-verification .send-token-link, #login_modal .center-container .signup-panel .sms-verification .send-token-link, .signup-verify-page .center-container .signup-panel .sms-verification .send-token-link, .bulk-task-verify-page .center-container .signup-panel .sms-verification .send-token-link {
	line-height: 23px;
	width: 30% !important;
	margin-right: 2%
}
.login-page .center-container .signup-panel .sms-verification #voice_verification_code-error, .password-reset-page .center-container .signup-panel .sms-verification #voice_verification_code-error, .complete-profile-page .center-container .signup-panel .sms-verification #voice_verification_code-error, #login_modal .center-container .signup-panel .sms-verification #voice_verification_code-error, .signup-verify-page .center-container .signup-panel .sms-verification #voice_verification_code-error, .bulk-task-verify-page .center-container .signup-panel .sms-verification #voice_verification_code-error {
	margin-right: 120px
}
.login-page .center-container .signup-panel .voice-notify-container, .password-reset-page .center-container .signup-panel .voice-notify-container, .complete-profile-page .center-container .signup-panel .voice-notify-container, #login_modal .center-container .signup-panel .voice-notify-container, .signup-verify-page .center-container .signup-panel .voice-notify-container, .bulk-task-verify-page .center-container .signup-panel .voice-notify-container {
	margin-top: 20px;
	border-bottom: 1px solid #C3C9D0
}
.login-page .center-container .signup-panel .voice-notify-container .help-text, .password-reset-page .center-container .signup-panel .voice-notify-container .help-text, .complete-profile-page .center-container .signup-panel .voice-notify-container .help-text, #login_modal .center-container .signup-panel .voice-notify-container .help-text, .signup-verify-page .center-container .signup-panel .voice-notify-container .help-text, .bulk-task-verify-page .center-container .signup-panel .voice-notify-container .help-text {
	font-size: 12px
}
.login-page .center-container .verify-panel input[type=submit], .password-reset-page .center-container .verify-panel input[type=submit], .complete-profile-page .center-container .verify-panel input[type=submit], #login_modal .center-container .verify-panel input[type=submit], .signup-verify-page .center-container .verify-panel input[type=submit], .bulk-task-verify-page .center-container .verify-panel input[type=submit] {
	padding: 0
}
.login-page .center-container #weixin_login, .password-reset-page .center-container #weixin_login, .complete-profile-page .center-container #weixin_login, #login_modal .center-container #weixin_login, .signup-verify-page .center-container #weixin_login, .bulk-task-verify-page .center-container #weixin_login {
	max-height: 260px;
	overflow: hidden
}
.phone-device .login-page, .phone-device .password-reset-page, .phone-device .complete-profile-page, .phone-device #login_modal, .phone-device .signup-verify-page, .phone-device .bulk-task-verify-page {
	margin-top: 48px;
	max-width: none;
	padding-bottom: 20px
}
.phone-device .login-page .center-container, .phone-device .password-reset-page .center-container, .phone-device .complete-profile-page .center-container, .phone-device #login_modal .center-container, .phone-device .signup-verify-page .center-container, .phone-device .bulk-task-verify-page .center-container {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.phone-device .login-page .login-panel, .phone-device .login-page .signup-panel, .phone-device .password-reset-page .login-panel, .phone-device .password-reset-page .signup-panel, .phone-device .complete-profile-page .login-panel, .phone-device .complete-profile-page .signup-panel, .phone-device #login_modal .login-panel, .phone-device #login_modal .signup-panel, .phone-device .signup-verify-page .login-panel, .phone-device .signup-verify-page .signup-panel, .phone-device .bulk-task-verify-page .login-panel, .phone-device .bulk-task-verify-page .signup-panel {
	position: inherit
}
.phone-device .login-page .social-login.absolute-bottom, .phone-device .password-reset-page .social-login.absolute-bottom, .phone-device .complete-profile-page .social-login.absolute-bottom, .phone-device #login_modal .social-login.absolute-bottom, .phone-device .signup-verify-page .social-login.absolute-bottom, .phone-device .bulk-task-verify-page .social-login.absolute-bottom {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%
}
.phone-device .login-page .social-login [data-role="toggle_social_login"], .phone-device .password-reset-page .social-login [data-role="toggle_social_login"], .phone-device .complete-profile-page .social-login [data-role="toggle_social_login"], .phone-device #login_modal .social-login [data-role="toggle_social_login"], .phone-device .signup-verify-page .social-login [data-role="toggle_social_login"], .phone-device .bulk-task-verify-page .social-login [data-role="toggle_social_login"] {
	color: #848484
}