﻿/*! bootstrap-progressbar v0.9.0 | Copyright (c) 2012-2015 Stephan Groß | MIT license | http://www.minddust.com */

@-webkit-keyframes progress-bar-stripes {
	body {
		font-size: 12px;
	}

	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;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
	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;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	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: 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: 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: 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;
			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;
	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;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	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: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#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;
	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: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#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)";
		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: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(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: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#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;
	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: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#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 {
		border-radius: 3px 0 0 3px;
	}

	.input-daterange input:last-child {
		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);
		-webkit-transform: translate(-300px, 0) scale(4);
		-ms-transform: translate(-300px, 0) scale(4);
		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;
	-webkit-filter: none;
	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;
		border-radius: 3px;
	}

	.lightbox a img {
		border: none;
	}

.lb-outerContainer {
	position: relative;
	background-color: white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	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;
	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;
	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%;
	border-bottom-left-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;
		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;
		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;
	}
}

*! 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 {
	-webkit-box-sizing: content-box;
	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"] {
		-webkit-box-sizing: border-box;
		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;
		-webkit-box-sizing: content-box;
		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;
		-webkit-box-shadow: none !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;
	box-sizing: border-box;
}

	*:before, *:after {
		-webkit-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.428571429;
	color: #505050;
	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: 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.428571429;
	background-color: #F1F1F1;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-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.428571429;
}

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.428571429;
		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.428571429;
}

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;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: bold;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 11px;
	line-height: 1.428571429;
	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;
	margin-top: 140px;
}

	.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;
	}


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.428571429;
		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;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	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: 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;
	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.428571429;
		color: #505050;
		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: #505050;
		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.428571429;
	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.428571429;
			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;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	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;
		-webkit-box-shadow: none;
		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;
		-webkit-box-shadow: none;
		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: #505050;
	}

		.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
			color: #373737;
			background-color: transparent;
		}

	.navbar-default .navbar-text {
		color: #777;
	}

	.navbar-default .navbar-nav > li > a {
		color: #505050;
	}

		.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: #505050;
	}

		.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: #505050;
}

	.navbar-default .navbar-link:hover {
		color: #009AFF;
	}

.navbar-default .btn-link {
	color: #505050;
}

	.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.428571429;
			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: #505050;
	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 {
	padding: 10px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 3px;
}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: normal;
	}

	.alert > p, .alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable, .alert-dismissible {
	padding-right: 30px;
}

	.alert-dismissable .close, .alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit;
	}

.alert-success {
	background-color: #F1F7E6;
	border-color: #71B300;
	color: #71B300;
}

	.alert-success hr {
		border-top-color: #619a00;
	}

	.alert-success .alert-link {
		color: #518000;
	}

.alert-info {
	background-color: #E6F5FF;
	border-color: #4DB8FF;
	color: #4DB8FF;
}

	.alert-info hr {
		border-top-color: #34aeff;
	}

	.alert-info .alert-link {
		color: #1aa4ff;
	}

.alert-warning {
	background-color: #FFF3EB;
	border-color: #FF8533;
	color: #505050;
}

	.alert-warning hr {
		border-top-color: #ff761a;
	}

	.alert-warning .alert-link {
		color: #373737;
	}

.alert-danger {
	background-color: #FFE9ED;
	border-color: #FF2851;
	color: #FF2851;
}

	.alert-danger hr {
		border-top-color: #ff0f3c;
	}

	.alert-danger .alert-link {
		color: #f4002f;
	}

@-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;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
	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;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #71B300;
}

.progress-striped .progress-bar-success {
	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: 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: 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: 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: #505050;
	text-shadow: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

	.close:hover, .close:focus {
		color: #505050;
		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*/
	/* display: none; */
	overflow: hidden;
	position: fixed;
	top: 0;
	background-color: #ccc;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		transform: translate(0, -25%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 50px;
	margin-top: 250px;
}

.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.428571429;
}

.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;
		margin-top: 250px;
	}

	.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.428571429;
	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.428571429;
	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;
		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;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-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-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
		background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}

	.carousel-control.right {
		left: auto;
		right: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
		background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}

	.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:not(.enhance) .content ul li:before, .clearfix:after, .entry-container-inner form #shopping_cart:not(.enhance) .content ul li:after {
	content: " ";
	display: table;
}

.clearfix:after, .entry-container-inner form #shopping_cart:not(.enhance) .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;
	}
}

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-outerContainer, #lightbox .lb-dataContainer {
	min-width: 300px;
}

	#lightbox .lb-outerContainer, #lightbox .lb-outerContainer .lb-image, #lightbox .lb-dataContainer, #lightbox .lb-dataContainer .lb-image {
		border-radius: 0;
	}

#lightbox .lb-image {
	margin-left: auto;
	margin-right: auto;
}

#lightbox .lb-container {
	padding: 0;
	background-color: #FFF;
}

#lightbox .lb-cancel {
	background: url(https://cdn.jinshuju.net/assets/new_loading-c31c2c28a14d95aaabe8a26752716e44f65e0038ccb38f2f088eab0e73a67f8a.gif) no-repeat;
}

#lightbox .lb-outerContainer {
	background-color: transparent;
	height: auto !important;
}

#lightbox .lb-dataContainer {
	background-color: #FFF;
	padding-top: 0;
	border-top: 0.5px solid #C3C9D0;
}

#lightbox .lb-data {
	color: #505050;
	position: relative;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*zoom: 1;
}

	#lightbox .lb-data:before, #lightbox .lb-data:after {
		display: table;
		content: "";
		line-height: 0;
	}

	#lightbox .lb-data:after {
		clear: both;
	}

	#lightbox .lb-data .lb-details {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		word-break: break-word;
	}

	#lightbox .lb-data .lb-close {
		width: 30px;
		height: 30px;
	}

		#lightbox .lb-data .lb-close::after {
			content: '\00d7';
			font-size: 22px;
			color: #505050;
			display: inline-block;
			line-height: 30px;
			width: 100%;
			height: 100%;
			text-align: center;
			margin-top: -1px;
		}

	#lightbox .lb-data .lb-number {
		display: none !important;
	}

	#lightbox .lb-data .lb-caption {
		font-size: 12px;
		font-weight: normal;
	}

#lightbox .lb-nav a.lb-next:hover {
	background: url(https://cdn.jinshuju.net/assets/next-63b05b1fa387b2b5ac40b17bd9794954aace191cdc0b141997e234372467e6e1.png) right 48% no-repeat;
}

#lightbox .lb-nav a.lb-prev:hover {
	background: url(https://cdn.jinshuju.net/assets/prev-57a836bc79cd6c86d7f80ce7f2bdcab84112502d9c22e68578e26adf8e0cb018.png) left 48% no-repeat;
}

@media screen and (min-width: 768px) {
	#lightbox .lb-nav a.lb-next {
		margin-right: -55px;
	}

	#lightbox .lb-nav a.lb-prev {
		margin-left: -55px;
	}
}

.phone-device #lightbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

	.phone-device #lightbox .lb-outerContainer, .phone-device #lightbox .lb-dataContainer {
		width: calc(100% - 40px) !important;
	}

	.phone-device #lightbox .lb-image {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
	}

	.phone-device #lightbox .lb-nav a {
		opacity: 0.4;
		filter: alpha(opacity=40);
		background-size: 40%;
	}

		.phone-device #lightbox .lb-nav a.lb-prev {
			background: url(https://cdn.jinshuju.net/assets/prev-57a836bc79cd6c86d7f80ce7f2bdcab84112502d9c22e68578e26adf8e0cb018.png) left 50% no-repeat;
		}

		.phone-device #lightbox .lb-nav a.lb-next {
			background: url(https://cdn.jinshuju.net/assets/next-63b05b1fa387b2b5ac40b17bd9794954aace191cdc0b141997e234372467e6e1.png) right 50% no-repeat;
		}

.gd-mail-auto-complete-list-box {
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	margin-top: 1.5px;
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	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;
}

body.phone-device {
	font-size: 14px;
}

body.preview-mode:not(.app-preview) {
	padding: 10px 10px 0 10px;
	font-size: 12px;
}

.clearfix, .entry-container-inner form #shopping_cart:not(.enhance) .content ul li {
	*zoom: 1;
}

	.clearfix:before, .entry-container-inner form #shopping_cart:not(.enhance) .content ul li:before, .clearfix:after, .entry-container-inner form #shopping_cart:not(.enhance) .content ul li:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.clearfix:after, .entry-container-inner form #shopping_cart:not(.enhance) .content ul li:after {
		clear: both;
	}

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 {
	*zoom: 1;
}

	.gd-link-group:before, .gd-link-group:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.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;
			top: calc(50% - 6px);
			left: -8px;
			background-color: #D9D9D9;
		}

.gd-hide {
	display: none;
}

.gd-show-block {
	display: block;
}

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;
		overflow-x: auto;
	}

		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;
}

/*.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, .content-with-danger-image {
	min-height: 60px;
	padding-left: 60px;
}

	.content-with-warning-image p, .content-with-success-image p, .content-with-danger-image p {
		margin-bottom: 4px;
	}

	.content-with-warning-image .stress, .content-with-success-image .stress, .content-with-danger-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-danger-image {
	background: url(https://cdn.jinshuju.net/assets/icon_danger_warning-c22dd3b0ed11d1a31cf4bf8c54f870724738c9c49e2b3eb54bcc5ca73c581fae.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;
	}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subnav {
	*zoom: 1;
}

	.subnav > * {
		margin-right: 20px;
		padding: 2px 5px 5px;
		float: left;
	}

		.subnav > *.active {
			position: relative;
		}

			.subnav > *.active::after {
				content: ' ';
				position: absolute;
				width: 100%;
				height: 2px;
				left: 0;
				bottom: -1px;
				background-color: #009AFF;
			}

			.subnav > *.active a {
				color: #009AFF;
			}

	.subnav a {
		text-decoration: none;
		color: #505050;
	}

		.subnav a.active {
			color: #009AFF;
		}

		.subnav a:hover {
			color: #009AFF;
		}

		.subnav a.disabled {
			color: #7C7C7C;
			cursor: not-allowed;
		}

			.subnav a.disabled:hover {
				border-bottom: 0;
			}

	.subnav:before, .subnav:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.subnav:after {
		clear: both;
	}

	.subnav:not(.subnav-without-border) {
		border-bottom: 1px solid #E9E9E9;
	}

.align-middle {
	vertical-align: middle !important;
}

.bg-light {
	background-color: #FAFAFA;
}

.input-with-counter-simple {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.input-with-counter-simple input {
		margin-bottom: 0 !important;
		padding-right: 5em !important;
	}

		.input-with-counter-simple input:lang(en) {
			padding-right: 10em !important;
		}

	.input-with-counter-simple .counter-rel {
		position: absolute;
		right: 7px;
		color: #848484;
	}

		.input-with-counter-simple .counter-rel::after {
			content: '字';
		}

		.input-with-counter-simple .counter-rel:lang(en)::after {
			content: ' characters';
		}

.d-inline {
	display: inline;
}

@-webkit-keyframes gd-animation-tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	8%, 16% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	24%, 40%, 56%, 72% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	32%, 48%, 64% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	80% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes gd-animation-tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	8%, 16% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	24%, 40%, 56%, 72% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	32%, 48%, 64% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	80% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes gd-animation-pulse {
	0% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	35% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}

	100% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
}

@keyframes gd-animation-pulse {
	0% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	35% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}

	100% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
}

@-webkit-keyframes gd-animation-bounce-in {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	75% {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
}

@keyframes gd-animation-bounce-in {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	75% {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
}

@-webkit-keyframes gd-animation-shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}

@keyframes gd-animation-shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}

@-webkit-keyframes gd-animation-slide-in-right {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes gd-animation-slide-in-right {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes gd-animation-slide-out-right {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes gd-animation-slide-out-right {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes gd-animation-slide-in-top {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes gd-animation-slide-in-top {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes gd-animation-slide-out-top {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes gd-animation-slide-out-top {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes gd-animation-slide-in-bottom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes gd-animation-slide-in-bottom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes gd-animation-slide-out-bottom {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes gd-animation-slide-out-bottom {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.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"] {
	-webkit-box-sizing: border-box;
	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: #505050;
	background: #FFF;
	border: 1px solid #C3C9D0;
	border-radius: 5px;
	-webkit-tap-highlight-color: transparent;
}

.other-choice-input {
	border-radius: 2px !important;
}

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: 10px;
	font-weight: normal;
}

	.radio.inline, .checkbox.inline {
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		margin-right: 22px;
		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 {
	*zoom: 1;
}

	.form-horizontal:before, .form-horizontal:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.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 {
		*zoom: 1;
	}

		.form-horizontal .form-group:before, .form-horizontal .form-group:after {
			display: table;
			content: "";
			line-height: 0;
		}

		.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 .control-label:lang(en), .form-horizontal .field-label:lang(en) {
			text-align: left;
		}

	.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.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: 5px;
	}

.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;
}

.radio-card {
	padding: 0 !important;
}

	.radio-card label {
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 2px 10px 2px 30px;
		position: relative;
		font-size: 12px;
		margin-bottom: 0;
		line-height: 2;
	}

		.radio-card label::before {
			content: '';
			width: 1em;
			height: 1em;
			border-radius: 50%;
			border: 1px solid #ccc;
			position: absolute;
			left: 10px;
			margin-top: 5px;
			font-size: 14px;
		}

	.radio-card input {
		position: absolute;
		left: -9999px;
		visibility: hidden;
	}

	.radio-card.active label {
		color: #009AFF;
		border-color: #009AFF;
	}

		.radio-card.active label::before {
			content: '\e861';
			font-family: 'gd-thin-icons';
			margin-top: -2px;
			border: 0;
		}

	.radio-card.disabled {
		background-color: #E6E9ED;
	}

		.radio-card.disabled label {
			cursor: not-allowed;
			color: #848484;
			border-color: #C3C9D0;
		}

label.required::after {
	content: '*';
	color: #FF3824;
	width: 10px;
	margin-right: -10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.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;
	}

@media screen and (max-width: 500px) {
	.top-warning {
		text-align: left;
		padding: 7px 15px;
	}

		.top-warning i {
			display: block;
			float: left;
		}

		.top-warning span.text {
			display: block;
			padding-left: 20px;
		}
}

.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: #505050;
	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: #505050;
		}

.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 .setting-form {
		line-height: 25px;
	}

	.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-body video {
		max-width: 100%;
	}

.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);
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transition: translate3d(0%, 0, 0);
	transition: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.modal.right .modal-content {
	overflow-x: hidden;
	background-color: #F1F1F1;
	border-radius: 0;
	border: 0;
}

.modal.right .modal-header {
	padding-top: 13px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom-color: #D9D9D9;
	background-color: white;
}

#paid_feature_custom_domain_modal .custom-domain-text {
	display: inline-block;
	margin-top: 3px;
}

body.mobile-device .modal {
	font-size: 16px;
}

	body.mobile-device .modal .gd-btn, body.mobile-device .modal .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 body.mobile-device .modal a.cke_dialog_ui_button, body.mobile-device .modal .cke_dialog .fileinput-button, .cke_dialog body.mobile-device .modal .fileinput-button {
		font-size: 16px;
		line-height: 36px;
	}

	body.mobile-device .modal button.close {
		color: #505050;
		font-size: 25px;
		opacity: 0.43;
		filter: alpha(opacity=43);
	}

	body.mobile-device .modal h2, body.mobile-device .modal h3, body.mobile-device .modal h4 {
		font-size: 22px;
		line-height: 30px;
	}

	body.mobile-device .modal input[type=password] {
		height: 38px !important;
		line-height: 36px;
	}

.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-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-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;
		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;
	-ms-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, left top, right top, from(#fff), to(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, left bottom, left top, from(#000), to(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: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #ff0), color-stop(33%, lime), color-stop(50%, cyan), color-stop(67%, blue), color-stop(83%, #f0f), to(red));
	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;
		-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-gradient(linear, left top, left bottom, from(#eee), to(#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-gradient(linear, left top, left bottom, from(#ddd), to(#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;
			-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, table.gd-table tfoot {
	background: #F1F1F1;
	font-weight: normal;
}

	table.gd-table thead tr th, table.gd-table tfoot tr th {
		border-bottom-width: 1px;
	}

table.gd-table tfoot {
	background-color: #F6F6F6;
}

	table.gd-table tfoot tr th {
		text-align: right;
	}

table.gd-table tbody tr td input {
	margin-bottom: 0;
}

table.gd-table tbody tr td.centered-content {
	text-align: center;
}

table.gd-table tbody tr:first-child td {
	border-top-width: 0;
}

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;
}

table.loose-likert-table tr td:first-child, table.loose-likert-table tr th {
	min-width: 4em;
}

table.loose-likert-table tr td .radio-button-wrapper {
	float: none;
}

table.loose-likert-table tbody > tr > td, table.loose-likert-table thead > tr > th {
	text-align: center;
	vertical-align: middle;
}

.header-table {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

.body-table {
	max-height: 237px;
	overflow-y: auto;
	border-bottom: 1px solid #D9D9D9;
}

	.body-table table {
		border-top: 0 !important;
		border-bottom: 0 !important;
		margin-bottom: 0;
	}

		.body-table table tr:last-child td {
			border-bottom: 0 !important;
		}

		.body-table table td:last-child {
			width: auto !important;
		}

.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-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;
	-webkit-box-shadow: none !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 {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.17) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.17) !important;
	border-color: #C3C9D0 !important;
}

.cke_dialog .help-document-tooltip {
	color: #AAB2BD;
}

.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;
	-webkit-box-shadow: none;
	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.missing-field-waiting {
		background-color: #FFE9ED !important;
		color: #505050 !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;
}

.panel.panel-fat .panel-heading {
	padding: 28px 28px 21px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

	.panel.panel-fat .panel-heading + hr {
		margin: 0 28px;
	}

.panel.panel-fat .panel-body {
	padding: 21px 28px 28px;
}

	.panel.panel-fat .panel-body .form-group + .form-group {
		margin-top: 21px;
	}

	.panel.panel-fat .panel-body .form-group + .gd-btn-block, .panel.panel-fat .panel-body .form-group + .gd-btn-block + div {
		margin-top: 28px;
	}

	.panel.panel-fat .panel-body .form-group input {
		margin-bottom: 0;
	}

	.panel.panel-fat .panel-body .form-group label {
		font-weight: bold;
	}

.panel.panel-light {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	margin-bottom: 0;
}

	.panel.panel-light .panel-heading {
		border-bottom: 0;
	}

		.panel.panel-light .panel-heading + hr {
			border-top-color: #D9D9D9;
		}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

	.select2-container .select2-selection--single {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		height: 28px;
		-moz-user-select: none;
		-ms-user-select: none;
		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 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		min-height: 32px;
		-moz-user-select: none;
		-ms-user-select: none;
		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 {
			-webkit-box-sizing: border-box;
			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;
	-webkit-box-sizing: border-box;
	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;
	-moz-user-select: none;
	-ms-user-select: none;
	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%;
		-webkit-box-sizing: border-box;
		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 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
		margin: 0;
		padding: 0 5px;
		width: 100%;
	}

		.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
			list-style: none;
		}

	.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;
	-webkit-box-shadow: none;
	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-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

	.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: none;
		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-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
		background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
	}

		.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: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.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;
	-webkit-box-shadow: none;
	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 {
	height: 24px;
}

	.select2-container .select2-selection .select2-selection__rendered {
		line-height: 22px;
	}

	.select2-container .select2-selection .select2-selection__arrow {
		height: 22px;
	}

.select2-container .select2-selection--multiple {
	cursor: pointer;
}

	.select2-container .select2-selection--multiple .select2-selection__rendered {
		padding: 0;
	}

	.select2-container .select2-selection--multiple .select2-selection__choice {
		border: 0;
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

		.select2-container .select2-selection--multiple .select2-selection__choice + .select2-selection__choice::before {
			content: ", ";
		}

		.select2-container .select2-selection--multiple .select2-selection__choice + .select2-search--inline .select2-selection__prompt {
			display: none;
		}

	.select2-container .select2-selection--multiple .select2-selection__choice__remove {
		display: none;
	}

	.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
		display: none;
	}

	.select2-container .select2-selection--multiple .select2-selection__choice, .select2-container .select2-selection--multiple .select2-search--inline {
		float: unset;
		display: inline;
	}

.select2-container .select2-search--dropdown {
	position: relative;
}

	.select2-container .select2-search--dropdown::after {
		content: "";
		font-family: "gd-thin-icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		width: 1em;
		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;
	color: #505050;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #F1F1F1;
	color: #505050;
}

.select2-container .select2-results__options {
	-webkit-overflow-scrolling: touch;
}

	.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=false] {
		padding-left: calc(1em + 8px);
	}

	.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]::before {
		content: "";
		font-family: "gd-thin-icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		width: 1em;
		margin-right: 2px;
		line-height: 16px;
	}

.entry-container .select2-container .select2-selection, .entry-show .select2-container .select2-selection, .sms-reuse-container .select2-container .select2-selection {
	height: 30px;
	min-height: 30px;
	border-radius: 2px;
	border-color: #C3C9D0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F9F9F9));
	background-image: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF9F9F9', GradientType=0);
}

	.entry-container .select2-container .select2-selection .select2-selection__rendered, .entry-show .select2-container .select2-selection .select2-selection__rendered, .sms-reuse-container .select2-container .select2-selection .select2-selection__rendered {
		line-height: 28px;
		color: #505050;
	}

	.entry-container .select2-container .select2-selection .select2-selection__arrow, .entry-show .select2-container .select2-selection .select2-selection__arrow, .sms-reuse-container .select2-container .select2-selection .select2-selection__arrow {
		height: 28px;
		width: 28px;
	}

		.entry-container .select2-container .select2-selection .select2-selection__arrow b, .entry-show .select2-container .select2-selection .select2-selection__arrow b, .sms-reuse-container .select2-container .select2-selection .select2-selection__arrow b {
			border-color: #505050 transparent transparent transparent;
			border-width: 6px 4px 0 4px;
		}

.entry-container .select2-container .select2-selection--multiple, .entry-show .select2-container .select2-selection--multiple, .sms-reuse-container .select2-container .select2-selection--multiple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	padding-right: 10px;
}

	.entry-container .select2-container .select2-selection--multiple::after, .entry-show .select2-container .select2-selection--multiple::after, .sms-reuse-container .select2-container .select2-selection--multiple::after {
		content: '';
		width: 0;
		height: 0;
		border-color: #505050 transparent transparent;
		border-width: 6px 4px 0;
		border-style: solid;
	}

.entry-container .select2-container--open .select2-selection--single .select2-selection__arrow b, .entry-show .select2-container--open .select2-selection--single .select2-selection__arrow b, .sms-reuse-container .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #505050 transparent !important;
	border-width: 0 4px 6px 4px !important;
}

.entry-container .select2-container--open .select2-selection--multiple::after, .entry-show .select2-container--open .select2-selection--multiple::after, .sms-reuse-container .select2-container--open .select2-selection--multiple::after {
	border-color: transparent transparent #222222;
	border-width: 0 4px 6px;
}

.entry-container .select2-container--disabled .select2-selection, .entry-show .select2-container--disabled .select2-selection, .sms-reuse-container .select2-container--disabled .select2-selection {
	background-image: none;
}

.entry-container .select2-container--disabled .select2-selection__rendered, .entry-show .select2-container--disabled .select2-selection__rendered, .sms-reuse-container .select2-container--disabled .select2-selection__rendered {
	cursor: not-allowed;
}

.select2-container .select2-dropdown {
	border-color: #C3C9D0;
}

.phone-device .select2-container .select2-selection {
	height: 40px;
}

	.phone-device .select2-container .select2-selection .select2-selection__rendered {
		line-height: 38px;
	}

	.phone-device .select2-container .select2-selection .select2-selection__arrow {
		height: 38px;
	}

.phone-device .select2-container .select2-search__field {
	height: 36px;
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none;
}

	select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
		background: #E6E9ED;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
		display: none;
	}

.text-limit-editor-wrapper {
	border: 1px solid #C3C9D0;
	background-color: #FFF;
	position: relative;
}

	.text-limit-editor-wrapper textarea {
		border: 0;
		resize: none;
		width: 100%;
		min-height: 66px;
		margin-bottom: 0;
	}

	.text-limit-editor-wrapper .line {
		border-top: 1px solid #C3C9D0;
		width: 100%;
		margin-bottom: 20px;
	}

	.text-limit-editor-wrapper .text {
		position: absolute;
		right: 5px;
		bottom: 1px;
		font-size: 12px;
		color: #848484;
	}

div.currency-text > img {
	height: 14px;
	vertical-align: middle;
}

div.currency-text > span {
	vertical-align: middle;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media screen and (min-width: 768px) {
	.d-sm-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-fill {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0px;
	flex: 0 1 0;
}

.flex-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.flex-grow-2 {
	-webkit-box-flex: 2;
	-ms-flex: 2 1 0px;
	flex: 2 1 0;
}

.flex-grow-3 {
	-webkit-box-flex: 3;
	-ms-flex: 3 1 0px;
	flex: 3 1 0;
}

.flex-grow-4 {
	-webkit-box-flex: 4;
	-ms-flex: 4 1 0px;
	flex: 4 1 0;
}

.flex-grow-5 {
	-webkit-box-flex: 5;
	-ms-flex: 5 1 0px;
	flex: 5 1 0;
}

.avatar-xs {
	width: 24px;
	height: 24px;
}

.avatar-sm {
	width: 32px;
	height: 32px;
}

.avatar-md {
	width: 40px;
	height: 40px;
}

.avatar-lg {
	width: 70px;
	height: 70px;
}

.avatar-xl {
	width: 100px;
	height: 100px;
}

.avatar-xxl {
	width: 258px;
	height: 258px;
}

.avatar-round {
	border-radius: 50%;
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 7px !important;
}

.mt-1, .my-1 {
	margin-top: 7px !important;
}

.mr-1, .mx-1 {
	margin-right: 7px !important;
}

.mb-1, .my-1 {
	margin-bottom: 7px !important;
}

.ml-1, .mx-1 {
	margin-left: 7px !important;
}

.m-2 {
	margin: 14px !important;
}

.mt-2, .my-2 {
	margin-top: 14px !important;
}

.mr-2, .mx-2 {
	margin-right: 14px !important;
}

.mb-2, .my-2 {
	margin-bottom: 14px !important;
}

.ml-2, .mx-2 {
	margin-left: 14px !important;
}

.m-3 {
	margin: 21px !important;
}

.mt-3, .my-3 {
	margin-top: 21px !important;
}

.mr-3, .mx-3 {
	margin-right: 21px !important;
}

.mb-3, .my-3 {
	margin-bottom: 21px !important;
}

.ml-3, .mx-3 {
	margin-left: 21px !important;
}

.m-4 {
	margin: 28px !important;
}

.mt-4, .my-4 {
	margin-top: 28px !important;
}

.mr-4, .mx-4 {
	margin-right: 28px !important;
}

.mb-4, .my-4 {
	margin-bottom: 28px !important;
}

.ml-4, .mx-4 {
	margin-left: 28px !important;
}

.m-5 {
	margin: 35px !important;
}

.mt-5, .my-5 {
	margin-top: 35px !important;
}

.mr-5, .mx-5 {
	margin-right: 35px !important;
}

.mb-5, .my-5 {
	margin-bottom: 35px !important;
}

.ml-5, .mx-5 {
	margin-left: 35px !important;
}

.m-6 {
	margin: 42px !important;
}

.mt-6, .my-6 {
	margin-top: 42px !important;
}

.mr-6, .mx-6 {
	margin-right: 42px !important;
}

.mb-6, .my-6 {
	margin-bottom: 42px !important;
}

.ml-6, .mx-6 {
	margin-left: 42px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 7px !important;
}

.pt-1, .py-1 {
	padding-top: 7px !important;
}

.pr-1, .px-1 {
	padding-right: 7px !important;
}

.pb-1, .py-1 {
	padding-bottom: 7px !important;
}

.pl-1, .px-1 {
	padding-left: 7px !important;
}

.p-2 {
	padding: 14px !important;
}

.pt-2, .py-2 {
	padding-top: 14px !important;
}

.pr-2, .px-2 {
	padding-right: 14px !important;
}

.pb-2, .py-2 {
	padding-bottom: 14px !important;
}

.pl-2, .px-2 {
	padding-left: 14px !important;
}

.p-3 {
	padding: 21px !important;
}

.pt-3, .py-3 {
	padding-top: 21px !important;
}

.pr-3, .px-3 {
	padding-right: 21px !important;
}

.pb-3, .py-3 {
	padding-bottom: 21px !important;
}

.pl-3, .px-3 {
	padding-left: 21px !important;
}

.p-4 {
	padding: 28px !important;
}

.pt-4, .py-4 {
	padding-top: 28px !important;
}

.pr-4, .px-4 {
	padding-right: 28px !important;
}

.pb-4, .py-4 {
	padding-bottom: 28px !important;
}

.pl-4, .px-4 {
	padding-left: 28px !important;
}

.p-5 {
	padding: 35px !important;
}

.pt-5, .py-5 {
	padding-top: 35px !important;
}

.pr-5, .px-5 {
	padding-right: 35px !important;
}

.pb-5, .py-5 {
	padding-bottom: 35px !important;
}

.pl-5, .px-5 {
	padding-left: 35px !important;
}

.p-6 {
	padding: 42px !important;
}

.pt-6, .py-6 {
	padding-top: 42px !important;
}

.pr-6, .px-6 {
	padding-right: 42px !important;
}

.pb-6, .py-6 {
	padding-bottom: 42px !important;
}

.pl-6, .px-6 {
	padding-left: 42px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.fix-col-table-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fix-col-table-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-x: scroll;
	border-right: 1px solid #D9D9D9;
}

	.fix-col-table-inner table.gd-table, .fix-col-table-inner table tbody tr td:last-child, .fix-col-table-inner table thead tr th:last-child {
		border-right: 0;
	}

	.fix-col-table-inner table {
		margin-bottom: 0;
	}

.table-col-headers {
	background-color: #F1F1F1;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	position: relative;
	z-index: 1;
	margin-right: -1px;
}

	.table-col-headers td, .table-col-headers th {
		border-bottom: 1px solid #D9D9D9;
	}

		.table-col-headers td:first-child {
			padding: 0 4px;
		}

	.table-col-headers th {
		min-width: 2em;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

.cartMaskfadeIn {
	-webkit-animation-name: cartMaskfadeIn;
	animation-name: cartMaskfadeIn;
}

@keyframes cartMaskfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.3;
	}
}

@-webkit-keyframes cartMaskfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.3;
	}
}

.cartMaskfadeOut {
	-webkit-animation-name: cartMaskfadeOut;
	animation-name: cartMaskfadeOut;
}

@keyframes cartMaskfadeOut {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes cartMaskfadeOut {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 0;
	}
}

.noscroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.entry #shopping_cart {
	padding: 0 !important;
}

#shopping_cart_mini_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	background: black;
	z-index: 1;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
}

.gd-tooltip-light, .gd-tooltip-orange {
	border-radius: 2px;
	background: #fff;
	color: #505050;
	border: 1px solid #C3C9D0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

	.gd-tooltip-light .section-header, .gd-tooltip-orange .section-header {
		padding-right: 10px;
	}

		.gd-tooltip-light .section-header .close, .gd-tooltip-orange .section-header .close {
			font-size: inherit;
		}

	.gd-tooltip-light .tooltipster-title, .gd-tooltip-orange .tooltipster-title {
		font-size: 14px;
	}

	.gd-tooltip-light .tooltipster-content, .gd-tooltip-orange .tooltipster-content {
		font-size: 12px;
		line-height: 17px;
		padding: 8px 10px;
	}

	.gd-tooltip-light .label, .gd-tooltip-orange .label, .gd-tooltip-light .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder, .cke .cke_widget_wrapper .gd-tooltip-light .cke_widget_element.cke_placeholder, .gd-tooltip-orange .cke .cke_widget_wrapper .cke_widget_element.cke_placeholder, .cke .cke_widget_wrapper .gd-tooltip-orange .cke_widget_element.cke_placeholder {
		margin: 5px 0;
		display: inline-block;
	}

	.gd-tooltip-light.gd-tooltip-error, .gd-tooltip-error.gd-tooltip-orange {
		color: #FF3824;
		-webkit-box-shadow: 1px 2px 5px #C3C9D0;
		box-shadow: 1px 2px 5px #C3C9D0;
		border: 1px solid #C3C9D0;
	}

		.gd-tooltip-light.gd-tooltip-error .tooltipster-content, .gd-tooltip-error.gd-tooltip-orange .tooltipster-content {
			padding: 6px;
		}

	.gd-tooltip-light.gd-tooltip-mini, .gd-tooltip-mini.gd-tooltip-orange {
		background: #545454;
		border-color: #545454;
		color: #FFF;
	}

		.gd-tooltip-light.gd-tooltip-mini .tooltipster-content, .gd-tooltip-mini.gd-tooltip-orange .tooltipster-content {
			padding: 6px 15px;
		}

			.gd-tooltip-light.gd-tooltip-mini .tooltipster-content a, .gd-tooltip-mini.gd-tooltip-orange .tooltipster-content a {
				color: #FFF;
				text-decoration: underline;
			}

	.gd-tooltip-light.gd-tooltip-max-width, .gd-tooltip-max-width.gd-tooltip-orange {
		max-width: 400px;
	}

	.gd-tooltip-light.gd-tooltip-help-document, .gd-tooltip-help-document.gd-tooltip-orange {
		background-color: #FFF4BD;
		-webkit-box-shadow: 1px 2px 5px #C3C9D0;
		box-shadow: 1px 2px 5px #C3C9D0;
		border: 1px solid #FFCD00;
		padding-top: 4px;
	}

		.gd-tooltip-light.gd-tooltip-help-document .tooltipster-content, .gd-tooltip-help-document.gd-tooltip-orange .tooltipster-content {
			padding: 2px 10px;
		}

		.gd-tooltip-light.gd-tooltip-help-document h5, .gd-tooltip-help-document.gd-tooltip-orange h5 {
			margin-bottom: 4px;
			margin-top: 4px;
		}

		.gd-tooltip-light.gd-tooltip-help-document p, .gd-tooltip-help-document.gd-tooltip-orange p {
			margin-bottom: 2px;
			line-height: 1.5em;
		}

			.gd-tooltip-light.gd-tooltip-help-document p.footer, .gd-tooltip-help-document.gd-tooltip-orange p.footer {
				border-top: 1px dashed #AAB2BD;
				margin-top: 2px;
				padding-top: 2px;
			}

	.gd-tooltip-light.plan-comparison-theme, .plan-comparison-theme.gd-tooltip-orange {
		max-width: 330px;
		width: 100%;
	}

	.gd-tooltip-light.gd-tooltip-list-over .tooltipster-content, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content, .gd-tooltip-list-over.gd-tooltip-orange .tooltipster-content {
		padding: 0;
	}

		.gd-tooltip-light.gd-tooltip-list-over .tooltipster-content ul li, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li, .gd-tooltip-list-over.gd-tooltip-orange .tooltipster-content ul li {
			padding: 10px 15px;
		}

			.gd-tooltip-light.gd-tooltip-list-over .tooltipster-content ul li:hover, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li:hover, .gd-tooltip-list-over.gd-tooltip-orange .tooltipster-content ul li:hover {
				background-color: #F1F1F1;
			}

	.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content {
		padding: 8px 0;
	}

		.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul {
			min-width: 150px;
		}

			.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li {
				padding: 0 10px;
				line-height: 200%;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				cursor: pointer;
				margin: 1px 0;
			}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li a, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li a, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li .gd-btn-link, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li .gd-btn-link {
					display: block;
					width: 100%;
				}

					.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li a, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li a, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li a:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li a:hover, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li a:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li a:hover, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li .gd-btn-link, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li .gd-btn-link, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li .gd-btn-link:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li .gd-btn-link:hover, .gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li .gd-btn-link:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li .gd-btn-link:hover {
						color: #505050;
						text-decoration: none;
					}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li i.item-icon, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li i.item-icon {
					font-size: 16px;
					color: #545454;
				}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li i.arrow-icon, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li i.arrow-icon {
					position: absolute;
					font-size: 12px;
					right: 10px;
				}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li i[class^='gd-icon'], .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li i[class^='gd-icon'] {
					float: left;
					margin-right: 5px;
				}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li.separator, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li.separator {
					padding: 0;
					margin: 5px 0;
					border-top: 1px solid #D9D9D9;
				}

				.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li.email-with-plan, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li.email-with-plan {
					color: #848484;
					cursor: auto;
				}

					.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content ul li.email-with-plan:hover, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content ul li.email-with-plan:hover {
						background-color: #FFF;
					}

		.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content .wechat-qrcode, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content .wechat-qrcode {
			width: 160px;
		}

			.gd-tooltip-light.gd-tooltip-menu-over .tooltipster-content .wechat-qrcode + div, .gd-tooltip-menu-over.gd-tooltip-orange .tooltipster-content .wechat-qrcode + div {
				font-size: 1.1em;
			}

	.gd-tooltip-light.gd-tooltip-has-subview .tooltipster-content .header .header-content a.back-to-settings, .gd-tooltip-has-subview.gd-tooltip-orange .tooltipster-content .header .header-content a.back-to-settings {
		display: block;
	}

	.gd-tooltip-light.gd-tooltip-cascade-horizontal ul, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul, .gd-tooltip-light.gd-tooltip-cascade-horizontal textarea, .gd-tooltip-cascade-horizontal.gd-tooltip-orange textarea {
		display: inline-block;
		vertical-align: top;
		width: 190px;
		height: 290px;
		overflow-y: auto;
		line-height: 1.6;
	}

		.gd-tooltip-light.gd-tooltip-cascade-horizontal ul + ul, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul + ul, .gd-tooltip-light.gd-tooltip-cascade-horizontal ul + textarea, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul + textarea, .gd-tooltip-light.gd-tooltip-cascade-horizontal textarea + ul, .gd-tooltip-cascade-horizontal.gd-tooltip-orange textarea + ul, .gd-tooltip-light.gd-tooltip-cascade-horizontal textarea + textarea, .gd-tooltip-cascade-horizontal.gd-tooltip-orange textarea + textarea {
			margin-left: 10px;
		}

	.gd-tooltip-light.gd-tooltip-cascade-horizontal ul, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul {
		list-style: none;
		padding: 4px 0;
		margin: 0;
		border: 1px solid #C3C9D0;
	}

		.gd-tooltip-light.gd-tooltip-cascade-horizontal ul > li, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul > li {
			padding: 0 6px;
			cursor: pointer;
		}

			.gd-tooltip-light.gd-tooltip-cascade-horizontal ul > li:hover, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul > li:hover, .gd-tooltip-light.gd-tooltip-cascade-horizontal ul > li.selected, .gd-tooltip-cascade-horizontal.gd-tooltip-orange ul > li.selected {
				background-color: #F1F1F1;
			}

	.gd-tooltip-light.gd-tooltip-cascade-horizontal textarea, .gd-tooltip-cascade-horizontal.gd-tooltip-orange textarea {
		resize: none;
		padding: 4px 6px;
	}

		.gd-tooltip-light.gd-tooltip-cascade-horizontal textarea:not(:focus), .gd-tooltip-cascade-horizontal.gd-tooltip-orange textarea:not(:focus) {
			border-color: #C3C9D0;
		}

.gd-tooltip-hotspots.point-in-left-top, .point-in-left-top.gd-tooltip-orange {
	margin-top: 20px;
	margin-left: -270px;
}

	.gd-tooltip-hotspots.point-in-left-top .point, .point-in-left-top.gd-tooltip-orange .point {
		position: absolute;
		top: -25px;
		left: 144px;
	}

.gd-tooltip-hotspots.point-in-right, .point-in-right.gd-tooltip-orange {
	margin-right: 320px;
	margin-left: -20px;
}

	.gd-tooltip-hotspots.point-in-right .point, .point-in-right.gd-tooltip-orange .point {
		position: absolute;
		top: calc(50% - 4px);
		right: -26px;
	}

.gd-tooltip-hotspots.point-in-left, .point-in-left.gd-tooltip-orange {
	margin-left: 30px;
}

	.gd-tooltip-hotspots.point-in-left .point, .point-in-left.gd-tooltip-orange .point {
		position: absolute;
		top: calc(50% - 4px);
		left: -26px;
	}

.gd-tooltip-hotspots.point-in-bottom, .point-in-bottom.gd-tooltip-orange {
	margin-top: -20px;
}

	.gd-tooltip-hotspots.point-in-bottom .point, .point-in-bottom.gd-tooltip-orange .point {
		position: absolute;
		bottom: -25px;
		left: calc(50% - 4px);
	}

.gd-tooltip-hotspots.point-in-top, .point-in-top.gd-tooltip-orange {
	margin-top: 30px;
}

	.gd-tooltip-hotspots.point-in-top .point, .point-in-top.gd-tooltip-orange .point {
		position: absolute;
		top: -25px;
		left: calc(50% - 4px);
	}

.gd-tooltip-hotspots .point, .gd-tooltip-orange .point {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
}

	.gd-tooltip-hotspots .point::after, .gd-tooltip-orange .point::after {
		content: "";
		border-radius: 50%;
	}

	.gd-tooltip-hotspots .point.jumper::after, .gd-tooltip-orange .point.jumper::after {
		opacity: 0;
		top: -5px;
		left: -5px;
		position: absolute;
		width: 20px;
		height: 20px;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		border: 2px solid #FF8533;
		-webkit-animation: jumper 1.4s 0s ease-out infinite;
		animation: jumper 1.4s 0s ease-out infinite;
	}

	.gd-tooltip-hotspots .point.pulse::after, .gd-tooltip-orange .point.pulse::after {
		display: block;
		width: 10px;
		height: 10px;
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.gd-tooltip-hotspots.hotspots-blue .point.pulse, .hotspots-blue.gd-tooltip-orange .point.pulse {
	background-color: #99D6FF;
}

	.gd-tooltip-hotspots.hotspots-blue .point.pulse::after, .hotspots-blue.gd-tooltip-orange .point.pulse::after {
		-webkit-animation: blue-pulse 2s infinite;
		animation: blue-pulse 2s infinite;
	}

.gd-tooltip-hotspots.hotspots-blue div.content-section .section-header, .hotspots-blue.gd-tooltip-orange div.content-section .section-header {
	color: #009AFF;
}

.gd-tooltip-hotspots.hotspots-watermelon .point.pulse, .hotspots-watermelon.gd-tooltip-orange .point.pulse {
	background-color: #FF7466;
}

	.gd-tooltip-hotspots.hotspots-watermelon .point.pulse::after, .hotspots-watermelon.gd-tooltip-orange .point.pulse::after {
		-webkit-animation: watermelon-pulse 2s infinite;
		animation: watermelon-pulse 2s infinite;
	}

.gd-tooltip-hotspots.hotspots-watermelon div.content-section .section-header, .hotspots-watermelon.gd-tooltip-orange div.content-section .section-header {
	color: #FF7466;
}

.gd-tooltip-hotspots.hotspots-grass .point.pulse, .hotspots-grass.gd-tooltip-orange .point.pulse {
	background-color: #9BC94D;
}

	.gd-tooltip-hotspots.hotspots-grass .point.pulse::after, .hotspots-grass.gd-tooltip-orange .point.pulse::after {
		-webkit-animation: grass-pulse 2s infinite;
		animation: grass-pulse 2s infinite;
	}

.gd-tooltip-hotspots.hotspots-grass div.content-section .section-header, .hotspots-grass.gd-tooltip-orange div.content-section .section-header {
	color: #71B300;
}

.gd-tooltip-hotspots.hotspots-orange .point.pulse, .hotspots-orange.gd-tooltip-orange .point.pulse {
	background-color: #FFA970;
}

	.gd-tooltip-hotspots.hotspots-orange .point.pulse::after, .hotspots-orange.gd-tooltip-orange .point.pulse::after {
		-webkit-animation: orange-pulse 2s infinite;
		animation: orange-pulse 2s infinite;
	}

.gd-tooltip-hotspots.hotspots-orange div.content-section .section-header, .hotspots-orange.gd-tooltip-orange div.content-section .section-header {
	color: #FF8533;
}

.gd-tooltip-smart {
	background: white;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
}

	.gd-tooltip-smart div.tooltipster-content {
		padding: 10px 15px 5px 15px;
	}

	.gd-tooltip-smart div.tooltipster-arrow-left span:not(.tooltipster-arrow-border) {
		border-left-color: #C3C9D0 !important;
	}

	.gd-tooltip-smart div.content-section .section-header {
		margin: 0 -15px 8px -15px;
		padding: 0 15px 10px 16px;
		border-bottom: 1px solid #F1F1F1;
	}

		.gd-tooltip-smart div.content-section .section-header i {
			margin-right: 5px;
			font-size: 25px;
			line-height: 25px;
			vertical-align: middle;
		}

		.gd-tooltip-smart div.content-section .section-header span.title {
			font-size: 18px;
			line-height: 25px;
			font-weight: bold;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.gd-tooltip-smart div.content-section .section-header .section-number {
			color: #AAB2BD;
			margin-top: -17px;
		}

	.gd-tooltip-smart div.content-section .section-body {
		font-size: 14px;
		color: #545454;
		padding-left: 0;
		padding-right: 0;
	}

		.gd-tooltip-smart div.content-section .section-body a {
			margin-bottom: 10px;
		}

.gd-tooltip-orange {
	margin-left: 30px;
	border: 1px solid #FF8533;
}

	.gd-tooltip-orange .point {
		background-color: #FF8533;
		top: 50%;
		margin-top: -5px;
		left: -30px;
		position: absolute;
	}

	.gd-tooltip-orange .hotspots-content div.section-header {
		border-bottom: 1px solid #F1F1F1;
		padding-right: 10px;
		padding-top: 0;
	}

		.gd-tooltip-orange .hotspots-content div.section-header .close {
			font-size: inherit;
		}

	.gd-tooltip-orange .hotspots-content .section-body {
		min-height: 60px;
	}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left span, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	top: -8px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left span, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	bottom: -8px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border, .tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	right: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border, .tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	left: -8px;
}

.gd-tooltip-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	z-index: 9999998;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes blue-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #99d6ff;
		box-shadow: 0 0 0 0 #99d6ff;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(153,214,255,0);
		box-shadow: 0 0 0 15px rgba(153,214,255,0);
	}
}

@keyframes blue-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #99d6ff;
		box-shadow: 0 0 0 0 #99d6ff;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(153,214,255,0);
		box-shadow: 0 0 0 15px rgba(153,214,255,0);
	}
}

@-webkit-keyframes watermelon-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #ffafa7;
		box-shadow: 0 0 0 0 #ffafa7;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255,175,167,0);
		box-shadow: 0 0 0 15px rgba(255,175,167,0);
	}
}

@keyframes watermelon-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #ffafa7;
		box-shadow: 0 0 0 0 #ffafa7;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255,175,167,0);
		box-shadow: 0 0 0 15px rgba(255,175,167,0);
	}
}

@-webkit-keyframes grass-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #9bc94d;
		box-shadow: 0 0 0 0 #9bc94d;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(155,201,77,0);
		box-shadow: 0 0 0 15px rgba(155,201,77,0);
	}
}

@keyframes grass-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #9bc94d;
		box-shadow: 0 0 0 0 #9bc94d;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(155,201,77,0);
		box-shadow: 0 0 0 15px rgba(155,201,77,0);
	}
}

@-webkit-keyframes orange-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #ffa970;
		box-shadow: 0 0 0 0 #ffa970;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255,169,112,0);
		box-shadow: 0 0 0 15px rgba(255,169,112,0);
	}
}

@keyframes orange-pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #ffa970;
		box-shadow: 0 0 0 0 #ffa970;
	}

	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255,169,112,0);
		box-shadow: 0 0 0 15px rgba(255,169,112,0);
	}
}

.theme-carousel:not(.slick-initialized) > *:nth-child(n+2) {
	display: none;
}

.theme-carousel .slick-arrow {
	position: absolute;
	top: calc(50% - 66px);
	z-index: 1;
	width: 40px;
	line-height: 80px;
	background: rgba(0,0,0,0.1);
	font-size: 30px;
	color: white;
	visibility: hidden;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.theme-carousel:hover .slick-arrow {
		visibility: visible;
	}
}

.theme-carousel .slick-prev {
	left: 0;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.theme-carousel .slick-next {
	right: 0;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.theme-carousel .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.theme-carousel .slick-slide {
	font-size: 0;
	float: none;
}

	.theme-carousel .slick-slide img {
		margin: auto;
		max-height: 300px;
	}

.theme-carousel .slick-dots {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	margin: 0;
	width: 100%;
}

	.theme-carousel .slick-dots li {
		display: inline-block;
		cursor: pointer;
	}

.theme-carousel[data-carousel-type="normal"] .slick-dots {
	padding-top: 15px;
	line-height: 10px;
}

	.theme-carousel[data-carousel-type="normal"] .slick-dots li {
		font-size: 0;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #C3C9D0;
	}

		.theme-carousel[data-carousel-type="normal"] .slick-dots li.slick-active {
			background-color: #009AFF;
			border-color: transparent;
		}

		.theme-carousel[data-carousel-type="normal"] .slick-dots li + li {
			margin-left: 10px;
		}

.theme-carousel[data-carousel-type="thumbnail"] .slick-dots {
	padding-top: 10px;
}

	.theme-carousel[data-carousel-type="thumbnail"] .slick-dots li {
		width: 70px;
		opacity: 0.4;
		filter: alpha(opacity=40);
		border: 1px solid white;
	}

		.theme-carousel[data-carousel-type="thumbnail"] .slick-dots li:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}

		.theme-carousel[data-carousel-type="thumbnail"] .slick-dots li.slick-active {
			opacity: 1;
			filter: alpha(opacity=100);
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
			box-shadow: 0 0 1px rgba(0,0,0,0.1);
		}

		.theme-carousel[data-carousel-type="thumbnail"] .slick-dots li img {
			margin: auto;
		}

		.theme-carousel[data-carousel-type="thumbnail"] .slick-dots li + li {
			margin-left: 10px;
		}

html[data-embedded=true] {
	overflow-y: auto;
	visibility: hidden;
}

.tooltipster-base .content-section {
	margin-bottom: 0;
	border: 0;
}

	.tooltipster-base .content-section .section-header {
		border-bottom: 1px solid #C3C9D0;
		font-size: 14px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-bottom: 8px;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
	}

	.tooltipster-base .content-section .section-body {
		padding: 5px;
		padding-bottom: 0;
		line-height: 17px;
	}

	.tooltipster-base .content-section hr {
		margin-left: -10px;
		margin-right: -10px;
		margin: 0;
	}

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;
		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 #505050;
}

footer.published .powered-by .logo-preview {
	max-height: 15px;
}

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;
	padding: 0 10px;
}

	body.entry-container .user-info {
		*zoom: 1;
		color: #FFF;
		font-size: 14px;
		padding: 6px 0;
	}

		body.entry-container .user-info:before, body.entry-container .user-info:after {
			display: table;
			content: "";
			line-height: 0;
		}

		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;
}

.mobile-device #login_modal .social-login .social-login-container {
	display: none;
}

#login_modal .social-login .social-account {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	background-repeat: no-repeat;
	background-size: 270px auto;
}

	#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 {
		opacity: 0.85;
		filter: alpha(opacity=85);
		background-size: cover;
		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-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: 0 0;
	}

		#login_modal .social-login .social-account.account-qq:hover {
			background-position: 0 -45px;
		}

	#login_modal .social-login .social-account.account-sina {
		background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: -45px 0;
	}

		#login_modal .social-login .social-account.account-sina:hover {
			background-position: -45px -45px;
		}

	#login_modal .social-login .social-account.account-mingdao {
		background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: -90px 0;
	}

		#login_modal .social-login .social-account.account-mingdao:hover {
			background-position: -90px -45px;
		}

	#login_modal .social-login .social-account.account-google {
		background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: -135px 0;
	}

		#login_modal .social-login .social-account.account-google:hover {
			background-position: -135px -45px;
		}

	#login_modal .social-login .social-account.account-email {
		background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: -180px 0;
		margin-left: 0;
	}

		#login_modal .social-login .social-account.account-email:hover {
			background-position: -180px -45px;
		}

	#login_modal .social-login .social-account.account-mobile-no {
		background-image: url(https://cdn.jinshuju.net/assets/site/login/sns-icons-32852e8a4e226da07ac1db246038e56539fae4a0104c4f21828c9ca253eb2750.png);
		background-position: -225px 0;
	}

		#login_modal .social-login .social-account.account-mobile-no:hover {
			background-position: -225px -45px;
		}

	#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 + .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;
}

.form-description iframe:not([data-play-role=gd-audio]), .field-description iframe:not([data-play-role=gd-audio]) {
	width: 100%;
	height: 420px;
}

.form-description *, .field-description * {
	max-width: 100% !important;
}

.entry-container-inner form .form-description.collapse-details, .entry-container-inner form .field .field-description.collapse-details {
	position: relative;
	overflow: hidden;
}

	.entry-container-inner form .form-description.collapse-details.up, .entry-container-inner form .field .field-description.collapse-details.up {
		max-height: 300px;
	}

		.entry-container-inner form .form-description.collapse-details.up::after, .entry-container-inner form .field .field-description.collapse-details.up::after {
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(90%, #fff));
			background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
		}

	.entry-container-inner form .form-description.collapse-details.in, .entry-container-inner form .field .field-description.collapse-details.in {
		max-height: 100%;
		overflow: auto;
	}

		.entry-container-inner form .form-description.collapse-details.in::after, .entry-container-inner form .field .field-description.collapse-details.in::after {
			background-image: none;
		}

	.entry-container-inner form .form-description.collapse-details::after, .entry-container-inner form .field .field-description.collapse-details::after {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background-image: none;
		width: 100%;
		height: 3em;
	}

.collapse-operator-btn {
	display: none;
	color: #009aff;
	text-align: right;
	padding: 5px 15px;
	cursor: pointer;
}

	.collapse-operator-btn.show {
		display: block;
	}

@media screen and (min-width: 769px) {
	.collapse-operator-btn {
		padding: 5px 30px;
	}
}

.field-content .collapse-operator-btn {
	padding: 5px 0;
	margin: 0;
}

.mobile-device .form-description iframe:not([data-play-role=gd-audio]), .mobile-device .field-description iframe:not([data-play-role=gd-audio]) {
	height: 220px;
}

body:not(.mobile-device) .entry-container-inner .form-description a[href^='tel:'] {
	color: inherit;
}

body:not(.phone-device) .entry-container-inner .image-captcha {
	display: inline-block;
	max-width: 450px;
	width: 100%;
}

.entry-container-inner {
	min-height: 240px;
}

	.entry-container-inner .center {
		margin-left: auto;
		margin-right: auto;
		max-width: 510px;
	}

	.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;
		text-align: center;
		margin: 0;
		padding: 0;
	}

		.entry-container-inner .form-error-messages-modal .error-explanation h5 {
			font-size: 14px;
			margin: 0 auto;
			padding: 0;
		}

	.entry-container-inner .error-explanation {
		margin-top: 15px;
	}

	.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, .entry-container-inner .success-box .banner .banner-text, .entry-container-inner .form-alert .banner .banner-text {
		padding: 11px 30px;
		min-height: 44px;
	}

		.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%;
}

@media screen and (max-width: 320px) {
	.entry-container-inner form, .entry-container-inner .success-box {
		margin-top: 0;
	}
}

@media screen and (min-width: 321px) and (max-width: 799px) {
	.entry-container-inner form.indent-on-large-phone, .entry-container-inner .success-box.indent-on-large-phone {
		width: 94%;
		margin-top: 3%;
	}
}

.entry-container-inner form .success-rich-text, .entry-container-inner .success-box .success-rich-text {
	border-top: 1px solid #E9E9E9;
	margin-top: 20px;
	padding: 20px 0;
	text-align: initial;
	overflow: auto;
	max-width: 100%;
}

	.entry-container-inner form .success-rich-text table, .entry-container-inner .success-box .success-rich-text table {
		max-width: 100%;
		display: block;
	}

	.entry-container-inner form .success-rich-text ul, .entry-container-inner .success-box .success-rich-text ul {
		list-style: disc inside;
	}

	.entry-container-inner form .success-rich-text img, .entry-container-inner .success-box .success-rich-text img {
		max-width: 100%;
	}

	.entry-container-inner form .success-rich-text p, .entry-container-inner .success-box .success-rich-text p {
		line-height: 1.6;
	}

.entry-container-inner form {
	padding-bottom: 30px;
	margin-bottom: 30px;
	/*background-color: #FFF;*/
	position: relative;
}

.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;
	overflow: auto;
	max-width: 100%;
}

	.entry-container-inner form .form-description:empty {
		display: none;
	}

	.entry-container-inner form .form-description table {
		max-width: 100%;
		display: block;
	}

	.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:not(.app-preview) .entry-container-inner form .form-title, .phone-device.preview-mode:not(.app-preview) .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:not(.app-preview) .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 .field-content .likert {
		overflow-x: auto;
	}

	.entry-container-inner form .field .field-content .table-field .overflow-wrapper {
		overflow-x: auto;
	}

.entry-container-inner form .field label > input[type="radio"], .entry-container-inner form .field label > input[type="checkbox"] {
	float: left;
	width: 18px;
	display: block;
}

.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;
	overflow: auto;
	max-width: 100%;
}

	.entry-container-inner form .field .field-description table {
		max-width: 100%;
		display: block;
	}

	.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;
}

.phone-device .entry-container-inner form .field .gd-btn-icon {
	width: 40px;
}

.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%;
			/*max-width: 260px*/
			height: 40px;
			font-size: 13px;
		}

.phone-device:not(.preview-mode) .entry-container-inner form .field .gd-input-container input, .phone-device.app-preview .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, .phone-device.app-preview .entry-container-inner form .field .gd-input-container .gd-input-icon {
	top: 0;
	font-size: 1.1em;
	line-height: 40px;
}

.phone-device:not(.preview-mode) .entry-container-inner form .field .wechat-scan, .phone-device.app-preview .entry-container-inner form .field .wechat-scan {
	font-size: 1.6em;
	line-height: 35px;
}

.entry-container-inner form .form-content .field {
	position: relative;
}

	.entry-container-inner form .form-content .field.has-error .inline-error {
		position: absolute;
		max-width: 95%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.phone-device .entry-container-inner form .form-content .field.has-error .inline-error {
	position: static;
}

.entry-container-inner form .field-likert-field.horizontal-display .likert {
	overflow-x: scroll;
}

	.entry-container-inner form .field-likert-field.horizontal-display .likert thead {
		font-size: 12px;
		font-weight: normal;
	}

	.entry-container-inner form .field-likert-field.horizontal-display .likert table {
		max-width: none;
	}

		.entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr {
			border-bottom: 1px solid #D9D9D9;
		}

			.entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr:hover {
				background-color: transparent;
			}

			.entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr th, .entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr td {
				min-width: 45px;
				max-width: 15vw;
			}

			.entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr td {
				text-align: center;
				vertical-align: middle;
				border-bottom: 1px solid #D9D9D9;
			}

			.entry-container-inner form .field-likert-field.horizontal-display .likert table tbody tr .radio-button-wrapper {
				float: none;
			}

.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 label.radio {
			margin-bottom: 0;
		}

		.entry-container-inner form .field-likert-field .likert > table td .radio-button-wrapper {
			display: inline-block;
		}

		.entry-container-inner form .field-likert-field .likert > table td .choice-description {
			vertical-align: -2px;
			margin-left: 0;
			display: inline-block;
		}

@media (max-width: 39.9375em) {
	.entry-container-inner form .field-likert-field .likert > table td .choice-description {
		display: none;
	}
}

.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;
				border-top-width: 1px;
				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-likert-field .likert > table .radio-button-wrapper {
	float: none;
}

.entry-container-inner form .field-table-field .table-field table, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table {
	background-color: rgba(255,255,255,0.65);
}

	.entry-container-inner form .field-table-field .table-field table thead, .entry-container-inner form .field-table-field .table-field table tfoot, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table thead, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table tfoot {
		font-size: 12px;
		font-weight: normal;
	}

	.entry-container-inner form .field-table-field .table-field table tfoot, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table tfoot {
		color: #848484;
		text-transform: capitalize;
	}

		.entry-container-inner form .field-table-field .table-field table tfoot th, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table tfoot th {
			text-align: right;
		}

	.entry-container-inner form .field-table-field .table-field table th, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table th {
		text-align: center;
		word-wrap: break-word;
		padding-top: 6px;
		padding-bottom: 5px;
	}

	.entry-container-inner form .field-table-field .table-field table td, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td {
		vertical-align: middle;
		font-size: 1em;
	}

		.entry-container-inner form .field-table-field .table-field table td input, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input {
			margin: 0;
		}

			.entry-container-inner form .field-table-field .table-field table td input[type=text], .entry-container-inner form .field-table-field .table-field table td input[type=number], .entry-container-inner form .field-table-field .table-field table td input[type=tel], .entry-container-inner form .field-table-field .table-field table td input[type=date], .entry-container-inner form .field-table-field .table-field table td textarea, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[type=text], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[type=number], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[type=tel], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[type=date], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td textarea {
				border: 0;
				width: 100%;
				max-width: none;
				height: 100%;
				background-color: transparent;
				-webkit-box-shadow: none;
				box-shadow: none;
			}

			.entry-container-inner form .field-table-field .table-field table td input[type=number], .entry-container-inner form .field-table-field .table-field table td input[data-role=formula-field], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[type=number], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[data-role=formula-field] {
				text-align: right;
			}

			.entry-container-inner form .field-table-field .table-field table td input[data-role=formula-field], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td input[data-role=formula-field] {
				padding-right: 15px;
			}

		.entry-container-inner form .field-table-field .table-field table td textarea, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td textarea {
			padding-top: 10px;
		}

		.entry-container-inner form .field-table-field .table-field table td.has-error input, .entry-container-inner form .field-table-field .table-field table td.has-error textarea, .entry-container-inner form .field-table-field .table-field table td.has-error select, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td.has-error input, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td.has-error textarea, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td.has-error select {
			color: #FF3824;
		}

		.entry-container-inner form .field-table-field .table-field table td.has-error .gd-icon-exclamation-circle.inline-error, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td.has-error .gd-icon-exclamation-circle.inline-error {
			position: absolute;
			right: 6px;
			top: calc(50% - 10px);
			line-height: 20px;
		}

	.entry-container-inner form .field-table-field .table-field table td, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table td {
		padding: 0;
	}

	.entry-container-inner form .field-table-field .table-field table .help-block, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table .help-block {
		margin: 0 6px;
	}

@media (max-width: 39.9375em) {
	.entry-container-inner form .field-table-field .table-field table.tablesaw, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw {
		border: 0;
		background: none;
	}

		.entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-label, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .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;
			width: 100%;
		}

		.entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .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-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=text], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=number], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=tel], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=date], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content select, .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content .dropdown-wrapper, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=text], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=number], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=tel], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=date], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content select, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content .dropdown-wrapper {
				height: 40px;
				min-height: 0 !important;
			}

			.entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content textarea, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content textarea {
				min-height: 40px;
				padding-top: 10px;
				padding-bottom: 10px;
			}

			.entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=text], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=number], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=tel], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content input[type=date], .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content select, .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content textarea, .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content .attachment-select-trigger, .entry-container-inner form .field-table-field .table-field table.tablesaw .tablesaw-cell-content .attachment .info, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=text], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=number], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=tel], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content input[type=date], .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content select, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content textarea, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content .attachment-select-trigger, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw .tablesaw-cell-content .attachment .info {
				background: rgba(255,255,255,0.65);
			}

		.entry-container-inner form .field-table-field .table-field table.tablesaw tbody tr, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw tbody tr {
			border: 0;
		}

			.entry-container-inner form .field-table-field .table-field table.tablesaw tbody tr:hover, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw tbody tr:hover {
				background-color: transparent;
			}

			.entry-container-inner form .field-table-field .table-field table.tablesaw tbody tr td, .entry-container-inner form .field-table-field .table-field .overflow-wrapper table.tablesaw tbody tr td {
				border: 0;
				text-align: left;
				padding: 0 0 8px;
			}
}

.entry-container-inner form .field-matrix-field.horizontal-display .matrix {
	overflow-x: scroll;
}

	.entry-container-inner form .field-matrix-field.horizontal-display .matrix thead {
		font-size: 12px;
		font-weight: normal;
	}

	.entry-container-inner form .field-matrix-field.horizontal-display .matrix table {
		max-width: none;
	}

		.entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) {
			border-left: 1px solid #D9D9D9;
			border-right: 1px solid #D9D9D9;
		}

			.entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) tr:hover {
				background-color: #E6F5FF;
			}

			.entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) th, .entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) td {
				border: 1px solid #D9D9D9;
			}

				.entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) th:first-child, .entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) td:first-child {
					padding: 0 4px;
					text-align: center;
					background-color: #F1F1F1;
				}

					.entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) th:first-child::before, .entry-container-inner form .field-matrix-field.horizontal-display .matrix table:not(.fix-col-table-body):not(.table-col-headers) td:first-child::before {
						content: none;
					}

		.entry-container-inner form .field-matrix-field.horizontal-display .matrix table th, .entry-container-inner form .field-matrix-field.horizontal-display .matrix table td {
			min-width: 4em;
			max-width: 30vw;
			text-align: center;
			vertical-align: middle;
		}

		.entry-container-inner form .field-matrix-field.horizontal-display .matrix table td {
			padding: 0;
		}

		.entry-container-inner form .field-matrix-field.horizontal-display .matrix table input {
			border: 0;
		}

	.entry-container-inner form .field-matrix-field.horizontal-display .matrix .table-col-headers td {
		padding: 0 4px;
	}

.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 label.radio {
			margin-bottom: 0;
		}

		.entry-container-inner form .field-matrix-field .matrix > table td .radio-button-wrapper {
			display: inline-block;
		}

		.entry-container-inner form .field-matrix-field .matrix > table td .choice-description {
			vertical-align: -2px;
			margin-left: 0;
			display: inline-block;
		}

@media (max-width: 39.9375em) {
	.entry-container-inner form .field-matrix-field .matrix > table td .choice-description {
		display: none;
	}
}

.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 #505050;
						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;
			}
}

@media (min-width: 39.9376em) {
	.entry-container-inner form .field-matrix-field .matrix > table input[type=text], .entry-container-inner form .field-matrix-field .matrix > table input[type=number] {
		background-color: transparent;
	}
}

.entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper {
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

	.entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table {
		border-right: 0;
		border-left: 0;
	}

		.entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table thead > tr > th:first-child, .entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table tfoot > tr > th:first-child, .entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table tbody > tr > td:first-child {
			border-left: 0;
		}

		.entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table thead > tr > th:last-child, .entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table tfoot > tr > th:last-child, .entry-container-inner form .field-table-field:not(.stack-mode) .table-field .overflow-wrapper table tbody > tr > td:last-child {
			border-right: 0;
		}

.phone-device:not(.preview-mode) .entry-container-inner form .field-table-field.stack-mode .table-field table:not(.tablesaw), .phone-device.app-preview .entry-container-inner form .field-table-field.stack-mode .table-field table:not(.tablesaw) {
	table-layout: fixed;
}

.entry-container-inner form .field-table-field:not(.stack-mode) .table-field table:not(.tablesaw) tr:first-child th, .entry-container-inner form .field-table-field:not(.stack-mode) .table-field table:not(.tablesaw) tr:first-child th {
	white-space: nowrap;
}

.entry-container-inner form .field-table-field .table-field table:not(.tablesaw) td {
	height: 37px;
}

.entry-container-inner form .field-table-field .table-field table:not(.tablesaw) .field {
	padding: 0;
}

.entry-container-inner form .field-table-field .table-field table:not(.tablesaw) tr:first-child th {
	height: 37px;
	padding: 8px 15px;
}

.entry-container-inner form .field-table-field .table-field table:not(.tablesaw) tfoot th {
	text-align: right;
	text-transform: capitalize;
}

.entry-container-inner form .field-table-field .table-field .dropdown-wrapper {
	background: transparent;
	vertical-align: middle;
	min-width: 70px;
	max-width: none;
	margin: 0;
}

	.entry-container-inner form .field-table-field .table-field .dropdown-wrapper .dropdown-bg {
		display: none;
	}

	.entry-container-inner form .field-table-field .table-field .dropdown-wrapper select {
		-webkit-box-shadow: none;
		box-shadow: none;
		max-width: none;
	}

.entry-container-inner form .field-table-field .table-field .multiple-cascade {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.entry-container-inner form .field-table-field .table-field .multiple-cascade.levels-2 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.entry-container-inner form .field-table-field .table-field .multiple-cascade.levels-3 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}

	.entry-container-inner form .field-table-field .table-field .multiple-cascade.levels-4 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}

.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down {
	white-space: nowrap;
}

	.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down [data-role=multiple-cascade] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

		.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down [data-role=multiple-cascade] > select {
			min-width: 100px;
		}

	.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-2 > select, .entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-2 .dropdown-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-3 > select, .entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-3 .dropdown-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}

	.entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-4 > select, .entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .levels-4 .dropdown-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}

	.entry-container-inner form .field-table-field .table-field .field-drop-down .select2-container, .entry-container-inner form .field-table-field .table-field .field-cascade-drop-down .select2-container {
		min-width: 70px;
		width: 100% !important;
	}

.entry-container-inner form .field-table-field .table-field .field-attachment-field {
	position: relative;
}

	.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .preview-area, .entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .status {
		float: none !important;
		display: inline-block;
		vertical-align: middle;
	}

	.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .actions {
		float: none !important;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .preview-area .preview, .entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .status {
		position: initial;
	}

	.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .status {
		margin-top: 0;
	}

		.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .status .file-name {
			max-width: 80px;
		}

		.entry-container-inner form .field-table-field .table-field .field-attachment-field .attachment .info .status .file-size-status {
			display: none !important;
		}

.entry-container-inner form .field-table-field .table-field .attachment-select-trigger {
	border: 0;
	background: transparent;
	color: #848484;
}

	.entry-container-inner form .field-table-field .table-field .attachment-select-trigger label .select-text {
		padding: 0;
	}

	.entry-container-inner form .field-table-field .table-field .attachment-select-trigger label i {
		display: table-cell;
		vertical-align: middle;
		width: 25px;
	}

.phone-device:not(.preview-mode) .entry-container-inner form .field-table-field .table-field .attachment-select-trigger label, .phone-device.app-preview .entry-container-inner form .field-table-field .table-field .attachment-select-trigger label {
	height: 40px;
}

.entry-container-inner form .field-table-field .table-field .attachment-error-message:empty {
	margin-top: 0;
}

.entry-container-inner form .field-table-field .table-field .attachment {
	border: 0;
	margin-bottom: 0;
}

	.entry-container-inner form .field-table-field .table-field .attachment .info {
		height: auto;
		background: transparent;
		white-space: nowrap;
		text-align: left;
	}

.phone-device:not(.preview-mode) .entry-container-inner form .field-table-field .table-field .attachment .info, .phone-device.app-preview .entry-container-inner form .field-table-field .table-field .attachment .info {
	position: relative;
	padding-right: 28px;
}

	.phone-device:not(.preview-mode) .entry-container-inner form .field-table-field .table-field .attachment .info .actions, .phone-device.app-preview .entry-container-inner form .field-table-field .table-field .attachment .info .actions {
		position: absolute;
		top: calc(50% - 19px);
		right: 0;
		width: auto;
	}

	.phone-device:not(.preview-mode) .entry-container-inner form .field-table-field .table-field .attachment .info .status + .error, .phone-device.app-preview .entry-container-inner form .field-table-field .table-field .attachment .info .status + .error {
		padding-left: 5px;
	}

.entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data), .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data) + .select2 .select2-selection__rendered {
	color: transparent;
}

	.entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data).opaque, .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data):hover, .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data):focus, .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data) + .select2 .select2-selection__rendered.opaque, .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data) + .select2 .select2-selection__rendered:hover, .entry-container-inner form .field-table-field .table-field tbody tr:not(:first-child) select:not(.has-data) + .select2 .select2-selection__rendered:focus {
		color: inherit;
	}

.entry-container-inner form .field-table-field .table-field .table-field-actions {
	margin-top: 10px;
	border: 1px dashed #C3C9D0;
	height: 37px;
	text-align: center;
}

	.entry-container-inner form .field-table-field .table-field .table-field-actions .table-add-row {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 37px;
		color: #848484;
	}

.entry-container-inner form .field-table-field .select2-selection {
	border: 0;
	background: transparent;
}

.entry-container-inner form .field-table-field > .select2-container--open .select2-dropdown--below {
	border-top: 1px solid #C3C9D0;
}

.phone-device .entry-container-inner form .field-table-field > .select2-container--open {
	left: 15px !important;
	right: 15px;
}

	.phone-device .entry-container-inner form .field-table-field > .select2-container--open .select2-dropdown {
		width: 100% !important;
	}

.entry-container-inner form table tbody tr:first-child .gd-input-container input:placeholder-shown + .gd-input-icon {
	visibility: visible;
}

.entry-container-inner form table tbody tr:first-child input::-moz-placeholder {
	color: #AAB2BD;
	opacity: 1;
}

.entry-container-inner form table tbody tr:first-child input:-ms-input-placeholder {
	color: #AAB2BD;
}

.entry-container-inner form table tbody tr:first-child input::-webkit-input-placeholder {
	color: #AAB2BD;
}

.entry-container-inner form table tbody tr:first-child .field-attachment-field .attachment-select-trigger label {
	visibility: visible;
}

.entry-container-inner form table .gd-input-container input:placeholder-shown + .gd-input-icon {
	visibility: hidden;
}

.entry-container-inner form table .gd-input-container input:placeholder-shown:hover + .gd-input-icon, .entry-container-inner form table .gd-input-container input:placeholder-shown:focus + .gd-input-icon {
	visibility: visible;
}

.entry-container-inner form table input::-moz-placeholder {
	color: transparent;
	opacity: 1;
}

.entry-container-inner form table input:-ms-input-placeholder {
	color: transparent;
}

.entry-container-inner form table input::-webkit-input-placeholder {
	color: transparent;
}

.entry-container-inner form table input:hover::-moz-placeholder {
	color: #AAB2BD;
	opacity: 1;
}

.entry-container-inner form table input:hover:-ms-input-placeholder {
	color: #AAB2BD;
}

.entry-container-inner form table input:hover::-webkit-input-placeholder {
	color: #AAB2BD;
}

.entry-container-inner form table .field-attachment-field .attachment-select-trigger label {
	visibility: hidden;
}

	.entry-container-inner form table .field-attachment-field:hover .attachment-select-trigger label, .entry-container-inner form table .field-attachment-field .attachment-select-trigger label:focus, .entry-container-inner form table .field-attachment-field .attachment-select-trigger label:active {
		visibility: visible;
	}

@media (max-width: 39.9375em) {
	.entry-container-inner form .field-table-field .table-field table.tablesaw tbody tr td:first-child .tablesaw-cell-label {
		margin-top: 15px;
	}

	.entry-container-inner form .field-table-field .table-field table.tablesaw tbody tr:first-child td:first-child .tablesaw-cell-label {
		margin-top: 0;
	}

	.entry-container-inner form .field-table-field .table-field table.tablesaw tbody .field-attachment-field .attachment .info {
		height: 40px;
	}

		.entry-container-inner form .field-table-field .table-field table.tablesaw tbody .field-attachment-field .attachment .info .preview-area {
			margin: 6px 5px;
		}

		.entry-container-inner form .field-table-field .table-field table.tablesaw tbody .field-attachment-field .attachment .info .actions {
			float: right !important;
		}

		.entry-container-inner form .field-table-field .table-field table.tablesaw tbody .field-attachment-field .attachment .info .file-name {
			max-width: 200px !important;
		}

		.entry-container-inner form .field-table-field .table-field table.tablesaw tbody .field-attachment-field .attachment .info .status + .error {
			line-height: 40px;
		}
}

@media (min-width: 39.9376em) {
	.entry-container-inner form .field-table-field .table-field .table-add-row:hover {
		background-color: #E6F5FF;
		color: #007bcc;
	}

	.entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment {
		padding: 5px 6px;
	}

		.entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment .info .status, .entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment .info .web-actions {
			margin-top: 0;
		}

		.entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment .info .preview-area {
			margin: 0;
		}

			.entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment .info .preview-area, .entry-container-inner form .field-table-field .table-field table .field-attachment-field .attachment .info .preview-area .preview img {
				width: 20px;
				height: 20px;
			}
}

.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 {
	*zoom: 1;
	max-width: 294px;
}

	.entry-container-inner form .field-time-field .time-selects:before, .entry-container-inner form .field-time-field .time-selects:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.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, .phone-device.app-preview .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-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F9F9F9));
		background-image: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF9F9F9', GradientType=0);
		z-index: 1;
		height: 30px;
	}

.phone-device:not(.preview-mode) .entry-container-inner form .dropdown-wrapper select + .dropdown-bg, .phone-device.app-preview .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: calc(50% - 3px);
	right: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #505050;
	border-bottom-width: 0;
	z-index: 2;
}

.phone-device:not(.preview-mode) .entry-container-inner form .dropdown-wrapper .dropdown-trigger, .phone-device.app-preview .entry-container-inner form .dropdown-wrapper .dropdown-trigger {
	top: calc($form-control-height-mobile / 2 - 3px);
}

.entry-container-inner form .field-drop-down .dropdown-wrapper {
	margin-bottom: 5px;
	max-width: 260px;
}

.phone-device .entry-container-inner form .field-drop-down .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-drop-down .other-choice-input {
	vertical-align: top;
}

.entry-container-inner form .field-drop-down.custom-grids .dropdown-wrapper {
	max-width: none;
}

.phone-device .entry-container-inner form .field-drop-down.custom-grids .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-2 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-2 .need-select2 {
	max-width: 70px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-2 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-2 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-3 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-3 .need-select2 {
	max-width: 45px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-3 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-3 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-4 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-4 .need-select2 {
	max-width: 33px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-4 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-3 .levels-4 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-2 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-2 .need-select2 {
	max-width: 150px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-2 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-2 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-3 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-3 .need-select2 {
	max-width: 100px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-3 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-3 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-4 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-4 .need-select2 {
	max-width: 75px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-4 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-6 .levels-4 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-2 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-2 .need-select2 {
	max-width: 160px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-2 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-2 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-3 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-3 .need-select2 {
	max-width: 155px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-3 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-3 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-4 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-4 .need-select2 {
	max-width: 115px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-4 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down.col-sm-9 .levels-4 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down .levels-4 .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down .levels-4 .need-select2 {
	max-width: 120px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down .levels-4 .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down .levels-4 .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down .dropdown-wrapper, .entry-container-inner form .field-cascade-drop-down .need-select2 {
	max-width: 160px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down .dropdown-wrapper, .phone-device .entry-container-inner form .field-cascade-drop-down .need-select2 {
	max-width: none;
}

.entry-container-inner form .field-cascade-drop-down .select2-container {
	margin-bottom: 5px;
}

.phone-device .entry-container-inner form .field-cascade-drop-down .need-select2 {
	width: 100%;
}

.entry-container-inner form .field-mobile-field .captcha-load-masked {
	margin-top: 5px;
	height: 30px;
	width: 100%;
	max-width: 260px;
}

.phone-device .entry-container-inner form .field-mobile-field .captcha-load-masked {
	max-width: none;
}

.entry-container-inner form .field-mobile-field .image-captcha {
	width: 260px;
	margin-top: 10px;
}

	.entry-container-inner form .field-mobile-field .image-captcha.preview .visualCaptcha-action-area {
		border: 0;
	}

		.entry-container-inner form .field-mobile-field .image-captcha.preview .visualCaptcha-action-area img {
			width: 260px;
			height: 48px;
		}

			.entry-container-inner form .field-mobile-field .image-captcha.preview .visualCaptcha-action-area img:hover {
				-webkit-filter: none;
				filter: none;
			}

.phone-device .entry-container-inner form .field-mobile-field .image-captcha {
	width: 100%;
}

.entry-container-inner form .field-mobile-field .sms-verification {
	*zoom: 1;
	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 {
		display: table;
		content: "";
		line-height: 0;
	}

	.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;
			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);
				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);
			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);
				transform: rotate(43deg);
				-webkit-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;
		}

.entry-container-inner form span.quota, .entry-container-inner form span.operand {
	text-align: right;
	color: #848484;
}

.entry-container-inner form .quota-empty .quota-container {
	color: #848484;
}

.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;
			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);
				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);
			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);
				transform: rotate(43deg);
				-webkit-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 span.quota, .phone-device .entry-container-inner form span.operand {
	text-align: right;
	color: #848484;
}

.phone-device .entry-container-inner form .quota-empty .quota-container {
	color: #848484;
}

.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-check-box .dropdown-wrapper {
	margin-bottom: 5px;
	max-width: 260px;
}

.phone-device .entry-container-inner form .field-check-box .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-check-box.custom-grids .dropdown-wrapper {
	max-width: none;
}

.phone-device .entry-container-inner form .field-check-box.custom-grids .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-image-radio-button .choices.image-choices, .entry-container-inner form .field-image-check-box .choices.image-choices {
	*zoom: 1;
}

	.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 {
		display: table;
		content: "";
		line-height: 0;
	}

	.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 {
	*zoom: 1;
}

	.entry-container-inner form .field-attachment-field:before, .entry-container-inner form .field-attachment-field:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.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;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			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 {
						display: block;
					}

			.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;
	}

.phone-device .entry-container-inner form .field-attachment-field .attachment .info {
	height: 50px;
}

.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;
		line-height: 1;
		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-e-signature-field .e-signature-error-message {
	color: #FF3824;
	margin-top: 10px;
}

.entry-container-inner form .field-e-signature-field .e-signature-select-trigger {
	width: 100%;
	max-width: 260px;
}

@media screen and (max-width: 480px) {
	.entry-container-inner form .field-e-signature-field .e-signature-select-trigger {
		max-width: none;
	}
}

.mobile-device .entry-container-inner form .field-e-signature-field {
	max-width: none;
}

.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper {
	margin: 0;
}

	.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body {
		background-color: #F1F1F1;
		font-size: 12px;
		border: 1px solid #C3C9D0;
		position: relative;
	}

		.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .clear {
			position: absolute;
			top: 15px;
			right: 15px;
		}

		.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body a {
			float: right;
		}

		.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-pad--footer {
			padding: 10px;
			border-top: 1px solid #C3C9D0;
			background-color: #FFF;
		}

			.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-pad--footer .save-e-signature {
				margin-left: 10px;
			}

			.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-pad--footer span {
				line-height: 2.2;
			}

			.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-pad--footer .signature-actions {
				min-width: 200px;
				display: inline-block;
				float: right;
			}

.mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-action, .mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .delete {
	border-top: 1px solid #C3C9D0;
	color: #505050;
	background-color: #FFF;
	width: 50%;
	line-height: 2.8;
	text-align: center;
}

	.mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .signature-action.disabled, .mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .delete.disabled {
		background-color: #F1F1F1;
	}

.mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .delete {
	width: 100%;
}

.mobile-device .entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .save-e-signature {
	border-left: 1px solid #C3C9D0;
}

.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body .progress-bar {
	height: 2px;
	background-color: #99D6FF;
}

.entry-container-inner form .field-e-signature-field .sign-e-signature-wrapper .signature-pad--body img {
	width: 100%;
}

.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;
}

body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items {
	*zoom: 1;
}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items:before, body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items:after, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items:before, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items:after {
		display: table;
		content: "";
		line-height: 0;
	}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items:after, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items:after {
		clear: both;
	}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item {
		float: left;
		margin: 0 1.8% 10px 0;
		width: 32.1%;
	}

@media screen and (min-width: 600px) {
	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(3n), body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(3n) {
		margin-right: 0;
	}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(3n+1), body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(3n+1) {
		clear: left;
	}
}

@media screen and (max-width: 600px) {
	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item {
		width: 49.1%;
		margin-right: 1%;
	}

		body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(2n), body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(2n) {
			margin-right: 0;
		}

		body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item:nth-child(2n+1), body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item:nth-child(2n+1) {
			clear: left;
		}
}

body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item .price-number, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .price-number {
	position: relative;
	padding: 7px;
}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item .price-number .price-inventory, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .price-number .price-inventory {
		padding-right: 90px;
	}

	body:not(.phone-device) .entry-container-inner form .field-goods-field .goods-items .goods-item .price-number .number-container, body:not(.phone-device) .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .price-number .number-container {
		position: absolute;
		top: 8px;
		right: 7px;
	}

.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;
	vertical-align: top;
}

	.entry-container-inner form .field-goods-field .goods-items .goods-item .name, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .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 .description, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .description {
		padding: 0;
		border: 0;
		font-size: 1em;
		word-wrap: break-word;
		color: #848484;
		margin: 1px 0 7px;
		background-color: transparent;
		overflow: visible;
		white-space: pre-wrap;
	}

	.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 .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: #505050;
			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, .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .dimensions .dimension-options {
			*zoom: 1;
		}

			.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 {
				display: table;
				content: "";
				line-height: 0;
			}

			.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;
		background: #F1F1F1;
		border-top: 1px solid #E9E9E9;
		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 {
		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;
			}

		.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 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 {
			-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
			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;
			-webkit-box-shadow: none !important;
			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;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}

		.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.app-preview .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, .phone-device.app-preview .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container a {
	width: 33px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.phone-device:not(.preview-mode) .entry-container-inner form .field-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number, .phone-device.app-preview .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, .phone-device.app-preview .entry-container-inner form .field-basic-goods-field .goods-items .goods-item .actions-wrapper .number-container input.number {
	width: 33px;
	height: 30px;
}

.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;
}

.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 #D9D9D9;
	border-radius: 2px;
}

	.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: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
		display: block;
		position: absolute;
		top: -10px;
		left: -10px;
		background-color: #FF3824;
		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;
		margin: 0;
	}

		.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-content, .phone-device .entry-container-inner form .field-basic-goods-field .field-content {
		border-top: 1px solid #D9D9D9;
	}

	.phone-device .entry-container-inner form .field-goods-field .collapse-bottom, .phone-device .entry-container-inner form .field-basic-goods-field .collapse-bottom {
		padding: 10px;
		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:not(.app-preview) .entry-container-inner form .field-goods-field, .phone-device.preview-mode:not(.app-preview) .entry-container-inner form .field-basic-goods-field {
	margin: 12px 10px;
}

.entry-container-inner form .field-goods-field.phone-with-1-column .field-label-container, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .field-label-container {
	padding: 10px;
}

.entry-container-inner form .field-goods-field.phone-with-1-column .field-description, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .field-description {
	padding: 10px 10px 0;
}

.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item {
	background: none;
	padding-bottom: 10px;
	border-width: 0 0 1px 0;
	border-color: #D9D9D9;
}

	.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper {
		position: relative;
		margin: 10px;
	}

		.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			width: 60px;
			height: 60px;
		}

			.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper {
				padding-left: 80px;
				min-height: 60px;
			}

				.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper .name, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper .name {
					margin: 0;
				}

				.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper .description, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .content-wrapper .goods-image-wrapper + .text-wrapper .description {
					margin-top: 3px;
				}

	.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .spec-toggle, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .spec-toggle {
		padding: 10px;
	}

	.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .specifications, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .specifications {
		border: 0;
	}

	.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .dimensions, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .dimensions {
		padding: 0 10px 10px;
	}

	.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .price-number, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .price-number {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 0;
		min-height: 52px;
		padding: 10px;
	}

.phone-device:not(.preview-mode) .entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container a, .phone-device.app-preview .entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container a, .phone-device:not(.preview-mode) .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container a, .phone-device.app-preview .entry-container-inner form .field-basic-goods-field.phone-with-1-column .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.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container input.number, .phone-device.app-preview .entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container input.number, .phone-device:not(.preview-mode) .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container input.number, .phone-device.app-preview .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item .actions-wrapper .number-container input.number {
	width: 40px;
	height: 36px;
}

.entry-container-inner form .field-goods-field.phone-with-1-column .goods-items .goods-item:first-child .content-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-1-column .goods-items .goods-item:first-child .content-wrapper {
	padding-top: 0;
}

.entry-container-inner form .field-goods-field.phone-with-2-columns .field-label-container, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .field-label-container {
	padding: 10px;
}

.entry-container-inner form .field-goods-field.phone-with-2-columns .field-content, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .field-content {
	padding-top: 0;
	overflow: hidden;
}

.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items {
	margin: -1px -1px -9px;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 8px;
	column-gap: 8px;
}

	.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item {
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		page-break-inside: avoid;
		border-color: #D9D9D9;
		margin-bottom: 8px;
		display: inline-block;
		width: 100%;
	}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper {
			margin: 0;
		}

			.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .goods-image-wrapper img, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .goods-image-wrapper img {
				border-radius: 0;
			}

			.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper {
				padding: 0 10px;
			}

				.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper .name, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper .name {
					margin-top: 10px;
					margin-bottom: 0;
				}

				.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper .description, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .content-wrapper .text-wrapper .description {
					margin-top: 5px;
					margin-bottom: 10px;
				}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .specifications, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .specifications {
			margin-top: 10px;
			border: 0;
			padding: 10px;
		}

			.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .specifications .spec-toggle, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .specifications .spec-toggle {
				padding: 0;
			}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .dimensions, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .dimensions {
			padding: 0;
		}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-number, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-number {
			margin-top: 0;
			border: 0;
			background: transparent;
			padding: 10px;
		}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-bottom: 10px;
		}

			.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory .price, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory .price {
				font-size: 1em;
			}

			.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory .inventory, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .price-inventory .inventory {
				font-size: 0.857em;
				line-height: 1.4;
			}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a, .entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container input.number, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container input.number {
			height: 30px;
			padding: 0;
		}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a {
			width: 30px !important;
			line-height: 28px;
			font-size: 20px;
		}

		.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container input.number, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container input.number {
			width: calc(100% - 60px) !important;
			line-height: 1;
		}

.phone-device.preview-mode:not(.app-preview) .entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a, .phone-device.preview-mode:not(.app-preview) .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items .goods-item .actions-wrapper .number-container a {
	font-size: 14px;
}

.entry-container-inner form .field-goods-field.phone-with-2-columns .goods-items.goods-items-even .goods-item, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .goods-items.goods-items-even .goods-item {
	display: inherit;
}

.entry-container-inner form .field-goods-field.phone-with-2-columns .collapse-bottom, .entry-container-inner form .field-basic-goods-field.phone-with-2-columns .collapse-bottom {
	display: none;
}

.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"] .field-label-container .collapse-toggle, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .field-label-container .collapse-toggle {
		position: absolute;
		right: 10px;
		top: calc(50% - 10px);
		color: #009AFF;
	}

		.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"] .field-label-container .collapse-toggle .expand-text, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"] .field-label-container .collapse-toggle .expand-text {
			display: none;
		}

	.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 .collapse-toggle .expand-text, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container .collapse-toggle .expand-text {
			display: inline;
		}

		.entry-container-inner form .field-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container .collapse-toggle .collapse-text, .entry-container-inner form .field-basic-goods-field .form-group[data-role="collapsible"].collapsed .field-label-container .collapse-toggle .collapse-text {
			display: none;
		}

	.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 {
	*zoom: 1;
}

	.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 {
		display: table;
		content: "";
		line-height: 0;
	}

	.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 .sort-choice {
	position: relative;
	top: 0;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

	.entry-container-inner form .sort-choice .sort-choice-wrapper {
		background-color: rgba(255,255,255,0.65);
		clear: both;
		display: table;
		width: 315px;
		min-height: 30px;
		border: 1px solid #D9D9D9;
		border-radius: 2px;
	}

		.entry-container-inner form .sort-choice .sort-choice-wrapper:hover {
			background-color: #E6F5FF;
		}

.phone-device .entry-container-inner form .sort-choice .sort-choice-wrapper: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);
}

.phone-device .entry-container-inner form .sort-choice .sort-choice-wrapper {
	min-width: 100%;
	min-height: 40px;
}

.entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	background-color: #F1F1F1;
	border-right: 1px solid #D9D9D9;
}

.phone-device .entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon-wrapper {
	width: 40px;
}

.entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon-wrapper .check-box-wrapper {
	display: none;
}

.entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon {
	width: 16px;
	height: 16px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #FFF;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	border: 1px solid #AAB2BD;
	-webkit-transition: background 0.28s ease;
	transition: background 0.28s ease;
}

.phone-device .entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon {
	width: 20px;
	height: 20px;
}

.entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon.active {
	line-height: 16px;
	background: #009AFF;
	border: 0;
}

.phone-device .entry-container-inner form .sort-choice .sort-choice-wrapper .sort-icon.active {
	line-height: 20px;
}

.entry-container-inner form .sort-choice .sort-choice-wrapper .sort-description {
	padding: 5px 8px;
	display: table-cell;
	vertical-align: middle;
}

.entry-container-inner form #shopping_cart.enhance, .entry-container-inner form .cart-container.enhance {
	margin-top: 10px;
}

	.entry-container-inner form #shopping_cart.enhance .content, .entry-container-inner form .cart-container.enhance .content {
		background: white;
		border: 1px solid #FFA970;
		border-radius: 2px;
		padding: 0;
		color: #505050;
	}

		.entry-container-inner form #shopping_cart.enhance .content .number-container, .entry-container-inner form .cart-container.enhance .content .number-container {
			display: inline-block;
		}

			.entry-container-inner form #shopping_cart.enhance .content .number-container a, .entry-container-inner form .cart-container.enhance .content .number-container a {
				width: 30px;
				background-color: rgba(255,255,255,0.65);
			}

				.entry-container-inner form #shopping_cart.enhance .content .number-container a:hover, .entry-container-inner form .cart-container.enhance .content .number-container a:hover {
					background-color: #FFF;
				}

				.entry-container-inner form #shopping_cart.enhance .content .number-container a:active, .entry-container-inner form .cart-container.enhance .content .number-container a:active {
					-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
					box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
				}

				.entry-container-inner form #shopping_cart.enhance .content .number-container a.disabled, .entry-container-inner form .cart-container.enhance .content .number-container a.disabled {
					background-color: #E9E9E9;
					color: #c3c3c3;
					-webkit-box-shadow: none !important;
					box-shadow: none !important;
				}

			.entry-container-inner form #shopping_cart.enhance .content .number-container input.number, .entry-container-inner form .cart-container.enhance .content .number-container input.number {
				padding: 0;
				width: 30px;
				text-align: center;
				-moz-appearance: textfield;
				-webkit-appearance: none;
				-moz-appearance: none;
				-ms-appearance: none;
				appearance: none;
			}

				.entry-container-inner form #shopping_cart.enhance .content .number-container input.number::-webkit-outer-spin-button, .entry-container-inner form #shopping_cart.enhance .content .number-container input.number::-webkit-inner-spin-button, .entry-container-inner form .cart-container.enhance .content .number-container input.number::-webkit-outer-spin-button, .entry-container-inner form .cart-container.enhance .content .number-container input.number::-webkit-inner-spin-button {
					-webkit-appearance: none;
					margin: 0;
				}

.phone-device:not(.preview-mode) .entry-container-inner form #shopping_cart.enhance .content .number-container a, .phone-device.app-preview .entry-container-inner form #shopping_cart.enhance .content .number-container a, .phone-device:not(.preview-mode) .entry-container-inner form .cart-container.enhance .content .number-container a, .phone-device.app-preview .entry-container-inner form .cart-container.enhance .content .number-container a {
	width: 33px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.phone-device:not(.preview-mode) .entry-container-inner form #shopping_cart.enhance .content .number-container input.number, .phone-device.app-preview .entry-container-inner form #shopping_cart.enhance .content .number-container input.number, .phone-device:not(.preview-mode) .entry-container-inner form .cart-container.enhance .content .number-container input.number, .phone-device.app-preview .entry-container-inner form .cart-container.enhance .content .number-container input.number {
	width: 33px;
	height: 30px;
}

.entry-container-inner form #shopping_cart.enhance .content .number-container input, .entry-container-inner form .cart-container.enhance .content .number-container input {
	margin-bottom: 0;
	background: rgba(255,255,255,0.65);
}

.entry-container-inner form #shopping_cart.enhance .content .cart-field-label, .entry-container-inner form .cart-container.enhance .content .cart-field-label {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-container-inner form #shopping_cart.enhance .content .goods-item-label, .entry-container-inner form .cart-container.enhance .content .goods-item-label {
	font-size: 14px;
}

.entry-container-inner form #shopping_cart.enhance .content .cart-goods-name, .entry-container-inner form #shopping_cart.enhance .content .goods-item-label, .entry-container-inner form .cart-container.enhance .content .cart-goods-name, .entry-container-inner form .cart-container.enhance .content .goods-item-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item:not(:last-child), .entry-container-inner form .cart-container.enhance .content .cart-goods-item:not(:last-child) {
	border-bottom: 1px solid #F1F1F1;
}

.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .goods-name, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .goods-name {
	color: #848484;
	display: inline-block;
	margin-top: 5px;
}

.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .goods-name-without-spec, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .goods-name-without-spec {
	color: #505050;
	font-size: 14px;
}

.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-result, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-result {
	text-align: right;
	font-size: 14px;
	color: #FF3824;
}

.entry-container-inner form #shopping_cart.enhance .content .summary, .entry-container-inner form .cart-container.enhance .content .summary {
	border-top: 1px dashed #FFA970;
	padding: 12px;
}

	.entry-container-inner form #shopping_cart.enhance .content .summary .receipt-summary, .entry-container-inner form .cart-container.enhance .content .summary .receipt-summary {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

		.entry-container-inner form #shopping_cart.enhance .content .summary .receipt-summary .total-quantity-info, .entry-container-inner form .cart-container.enhance .content .summary .receipt-summary .total-quantity-info {
			-webkit-box-flex: 1.5;
			-ms-flex: 1.5;
			flex: 1.5;
			display: inline-block;
			width: 50%;
		}

		.entry-container-inner form #shopping_cart.enhance .content .summary .receipt-summary .total-price-info, .entry-container-inner form .cart-container.enhance .content .summary .receipt-summary .total-price-info {
			-webkit-box-flex: 2;
			-ms-flex: 2;
			flex: 2;
			display: inline-block;
			width: 50%;
			text-align: right;
		}

		.entry-container-inner form #shopping_cart.enhance .content .summary .receipt-summary .total-quantity-info .total-quantity, .entry-container-inner form .cart-container.enhance .content .summary .receipt-summary .total-quantity-info .total-quantity {
			color: #FF3824;
			padding: 0 3px;
		}

		.entry-container-inner form #shopping_cart.enhance .content .summary .receipt-summary .total-price-info .total-price, .entry-container-inner form .cart-container.enhance .content .summary .receipt-summary .total-price-info .total-price {
			color: #FF3824;
			font-size: 16px;
			font-weight: bold;
		}

.phone-device .entry-container-inner form #shopping_cart.enhance, .phone-device .entry-container-inner form .cart-container.enhance {
	padding-left: 15px;
	padding-right: 15px;
}

	.phone-device .entry-container-inner form #shopping_cart.enhance .content .summary .total-price, .phone-device .entry-container-inner form .cart-container.enhance .content .summary .total-price {
		font-weight: normal;
	}

.phone-device.preview-mode:not(.app-preview) .entry-container-inner form #shopping_cart.enhance, .phone-device.preview-mode:not(.app-preview) .entry-container-inner form .cart-container.enhance {
	padding-left: 10px;
	padding-right: 10px;
}

.entry-container-inner form #shopping_cart_mini {
	width: 100%;
	position: fixed;
	z-index: 99999;
	cursor: pointer;
}

	.entry-container-inner form #shopping_cart_mini .cart-container {
		padding: 0;
		background: white;
		-webkit-box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.15);
		box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.15);
		border-radius: 3px;
	}

		.entry-container-inner form #shopping_cart_mini .cart-container .content {
			border: 0;
		}

			.entry-container-inner form #shopping_cart_mini .cart-container .content .cart-fields-container {
				overflow-y: scroll;
			}

			.entry-container-inner form #shopping_cart_mini .cart-container .content .cart-field {
				border: 0;
			}

				.entry-container-inner form #shopping_cart_mini .cart-container .content .cart-field + .cart-field {
					padding-left: 0;
					padding-right: 0;
				}

@media screen and (min-width: 481px) {
	.entry-container-inner form #shopping_cart.enhance, .entry-container-inner form .cart-container.enhance {
		padding-left: 30px;
		padding-right: 30px;
	}

		.entry-container-inner form #shopping_cart.enhance .cart-header, .entry-container-inner form .cart-container.enhance .cart-header {
			display: table;
			width: 100%;
			background-color: #F1F1F1;
			height: 40px;
			font-size: 14px;
			padding-left: 12px;
			padding-right: 12px;
		}

			.entry-container-inner form #shopping_cart.enhance .cart-header span, .entry-container-inner form .cart-container.enhance .cart-header span {
				display: table-cell;
				vertical-align: middle;
				font-weight: bold;
			}

			.entry-container-inner form #shopping_cart.enhance .cart-header .goods-name-title, .entry-container-inner form .cart-container.enhance .cart-header .goods-name-title {
				width: 48%;
			}

			.entry-container-inner form #shopping_cart.enhance .cart-header .goods-price-title, .entry-container-inner form .cart-container.enhance .cart-header .goods-price-title {
				width: 15%;
			}

			.entry-container-inner form #shopping_cart.enhance .cart-header .goods-count-title, .entry-container-inner form .cart-container.enhance .cart-header .goods-count-title {
				width: 25%;
			}

			.entry-container-inner form #shopping_cart.enhance .cart-header .goods-total-price-title, .entry-container-inner form .cart-container.enhance .cart-header .goods-total-price-title {
				width: 17%;
				text-align: right;
			}

		.entry-container-inner form #shopping_cart.enhance .mobile-cart-header, .entry-container-inner form .cart-container.enhance .mobile-cart-header {
			display: none;
		}

		.entry-container-inner form #shopping_cart.enhance .cart-fields-container, .entry-container-inner form .cart-container.enhance .cart-fields-container {
			width: 100%;
		}

		.entry-container-inner form #shopping_cart.enhance .content .cart-field, .entry-container-inner form .cart-container.enhance .content .cart-field {
			padding: 12px;
		}

			.entry-container-inner form #shopping_cart.enhance .content .cart-field:first-child, .entry-container-inner form .cart-container.enhance .content .cart-field:first-child {
				padding-top: 10px;
			}

			.entry-container-inner form #shopping_cart.enhance .content .cart-field + .cart-field, .entry-container-inner form .cart-container.enhance .content .cart-field + .cart-field {
				border-top: 1px dashed #C3C9D0;
			}

		.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item, .entry-container-inner form .cart-container.enhance .content .cart-goods-item {
			display: table;
			padding: 10px 0;
			width: 100%;
		}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .cart-goods-text, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .cart-goods-text {
				display: table-cell;
				vertical-align: middle;
				width: 48%;
				max-width: 130px;
			}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-number, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-number {
				display: table-cell;
				vertical-align: middle;
				font-size: 14px;
				width: 15%;
				max-width: 15%;
				position: relative;
			}

	.phone-device .entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-number, .phone-device .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-number {
		float: right;
	}

	.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-result, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-result {
		display: table-cell;
		vertical-align: middle;
		width: 17%;
	}

	.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .number-container, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .number-container {
		vertical-align: middle;
		display: table-cell;
		width: 25%;
		margin-left: 7px;
	}

	.entry-container-inner form #shopping_cart_mini {
		bottom: 0;
		background-color: white;
	}

		.entry-container-inner form #shopping_cart_mini .content {
			height: 0;
			-webkit-transition: height .2s ease;
			transition: height .2s ease;
		}

			.entry-container-inner form #shopping_cart_mini .content.collapse {
				display: block;
			}

		.entry-container-inner form #shopping_cart_mini .cart-container {
			margin-top: 0;
		}

			.entry-container-inner form #shopping_cart_mini .cart-container .cart-header {
				padding: 0 45px;
			}

			.entry-container-inner form #shopping_cart_mini .cart-container .cart-field {
				padding-left: 45px;
				padding-right: 45px;
			}

		.entry-container-inner form #shopping_cart_mini.active .cart-container .cart-header {
			padding: 0 45px;
		}

		.entry-container-inner form #shopping_cart_mini.active .gd-icon-angle-double-up {
			display: none;
		}

		.entry-container-inner form #shopping_cart_mini.active .gd-icon-angle-double-down {
			display: inline-block;
		}

		.entry-container-inner form #shopping_cart_mini.active .shopping-cart-bar {
			background: #ffffff;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-radius: 0;
			border-top: 1px dashed #FF8533;
		}

		.entry-container-inner form #shopping_cart_mini:not(.active) .gd-icon-angle-double-up {
			display: inline-block;
		}

		.entry-container-inner form #shopping_cart_mini:not(.active) .gd-icon-angle-double-down {
			display: none;
		}

		.entry-container-inner form #shopping_cart_mini:not(.active) .shopping-cart-bar {
			border-top: 0;
		}

		.entry-container-inner form #shopping_cart_mini .cart-container .content .cart-field + .cart-field {
			border-top: 1px dashed #C3C9D0;
			margin-left: 45px;
			margin-right: 45px;
		}

		.entry-container-inner form #shopping_cart_mini .shopping-cart-bar {
			position: relative;
			min-height: 42px;
			padding: 10px 45px;
			background: white;
			-webkit-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
			box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
			border-radius: 2px 2px 0 0;
		}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .base-info {
				display: table;
				width: 100%;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .goods-summary, .entry-container-inner form #shopping_cart_mini .shopping-cart-bar .total-price-info {
				display: table-cell;
				vertical-align: middle;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .total-price-info {
				text-align: right;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .toggle-cart {
				font-size: 18px;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .total-quantity-info .total-quantity {
				color: #FF3824;
				padding: 0 3px;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-bar .total-price-info .total-price {
				color: #FF3824;
				font-size: 16px;
				font-weight: bold;
			}

		.entry-container-inner form #shopping_cart_mini .shopping-cart-button {
			display: none;
		}

		.entry-container-inner form #shopping_cart_mini .summary {
			display: none;
		}
}

@media screen and (max-width: 480px) {
	.entry-container-inner form #shopping_cart.enhance, .entry-container-inner form .cart-container.enhance {
		padding-left: 0;
		padding-right: 0;
	}

		.entry-container-inner form #shopping_cart.enhance .cart-header, .entry-container-inner form .cart-container.enhance .cart-header {
			display: none;
		}

		.entry-container-inner form #shopping_cart.enhance .mobile-cart-header, .entry-container-inner form .cart-container.enhance .mobile-cart-header {
			display: block;
			padding: 10px 15px;
			border-bottom: 1px solid #F1F1F1;
		}

		.entry-container-inner form #shopping_cart.enhance .content .cart-field, .entry-container-inner form .cart-container.enhance .content .cart-field {
			-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.1);
			box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.1);
		}

		.entry-container-inner form #shopping_cart.enhance .content .cart-field-label, .entry-container-inner form .cart-container.enhance .content .cart-field-label {
			padding: 5px 12px;
			background-color: #F1F1F1;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item, .entry-container-inner form .cart-container.enhance .content .cart-goods-item {
			padding: 15px 12px;
			position: relative;
		}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .cart-goods-text, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .cart-goods-text {
				padding-bottom: 5px;
				max-width: 300px;
			}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-number, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-number {
				display: none;
			}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .price-result, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .price-result {
				line-height: 30px;
				font-size: 16px;
			}

			.entry-container-inner form #shopping_cart.enhance .content .cart-goods-item .number-container, .entry-container-inner form .cart-container.enhance .content .cart-goods-item .number-container {
				float: right;
			}

	.entry-container-inner form #shopping_cart_mini {
		bottom: 80px;
		padding: 0 15px;
	}

		.entry-container-inner form #shopping_cart_mini .cart-container, .entry-container-inner form #shopping_cart_mini .content {
			border-radius: 5px;
		}

			.entry-container-inner form #shopping_cart_mini .cart-container .cart-goods-item, .entry-container-inner form #shopping_cart_mini .content .cart-goods-item {
				padding: 15px 0;
				margin: 0 15px;
			}

		.entry-container-inner form #shopping_cart_mini .animation-target {
			-webkit-animation-duration: .3s;
			animation-duration: .3s;
			display: none;
		}

		.entry-container-inner form #shopping_cart_mini .shopping-cart-bar {
			display: none;
		}

		.entry-container-inner form #shopping_cart_mini .shopping-cart-button {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background: #FF8533;
			text-align: center;
			-webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.15);
			box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.15);
			position: fixed;
			bottom: 15px;
			z-index: 99999;
			opacity: 1;
			right: 20px;
			display: block;
		}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-button i::before {
				line-height: 50px;
				font-size: 25px;
				color: #FFF;
				display: inline-block;
				margin-left: -8px;
				margin-top: 2px;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-button .badge {
				display: inline-block;
				padding: 0;
				width: 22px;
				height: 22px;
				line-height: 22px;
				text-align: center;
				vertical-align: middle;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				border-radius: 50%;
				display: block;
				position: absolute;
				top: -5px;
				right: -5px;
				background-color: #FF3824;
				color: white;
				padding: 0 2px;
			}

			.entry-container-inner form #shopping_cart_mini .shopping-cart-button .tooltipster-arrow-top {
				top: -65px;
			}

				.entry-container-inner form #shopping_cart_mini .shopping-cart-button .tooltipster-arrow-top .tooltipster-arrow-border {
					margin-bottom: -1px;
					border-color: #C3C9D0;
				}

				.entry-container-inner form #shopping_cart_mini .shopping-cart-button .tooltipster-arrow-top .tooltips-content {
					border-color: #ffffff;
				}

		.entry-container-inner form #shopping_cart_mini.active .tooltipster-arrow-top {
			display: block;
		}

		.entry-container-inner form #shopping_cart_mini:not(.active) .tooltipster-arrow-top {
			display: none;
		}
}

.entry-container-inner form #shopping_cart:not(.enhance) {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

	.entry-container-inner form #shopping_cart:not(.enhance) .content {
		background: white;
		border: 1px solid #FFA970;
		border-radius: 2px;
		padding: 0;
		color: #505050;
	}

		.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-field {
			padding: 10px 12px;
		}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-field:first-child {
				padding-top: 10px;
			}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-field:not(:first-child) {
				border-top: 1px dashed #C3C9D0;
			}

		.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-field-label {
			font-size: 1.167em;
			line-height: 160%;
			font-weight: bold;
		}

		.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-goods-item {
			padding: 5px 0;
		}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-goods-item:not(:last-child) {
				border-bottom: 1px solid #F1F1F1;
			}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .cart-goods-item .goods-item-label {
				font-size: 14px;
				font-weight: bold;
			}

		.entry-container-inner form #shopping_cart:not(.enhance) .content ul li {
			margin-top: 5px;
			padding-top: 5px;
		}

			.entry-container-inner form #shopping_cart:not(.enhance) .content ul li:first-child {
				margin-top: 2px;
				padding-top: 0;
				border: 0;
			}

			.entry-container-inner form #shopping_cart:not(.enhance) .content ul li .goods-name {
				color: #848484;
				display: inline-block;
				width: 50%;
			}

			.entry-container-inner form #shopping_cart:not(.enhance) .content ul li .goods-name-without-spec {
				color: #505050;
				font-size: 14px;
				font-weight: bold;
			}

			.entry-container-inner form #shopping_cart:not(.enhance) .content ul li .price-number {
				font-size: 14px;
			}

.phone-device .entry-container-inner form #shopping_cart:not(.enhance) .content ul li .price-number {
	float: right;
}

.entry-container-inner form #shopping_cart:not(.enhance) .content ul li .price-result {
	float: right;
	font-size: 14px;
	color: #FF3824;
}

.entry-container-inner form #shopping_cart:not(.enhance) .content .summary {
	border-top: 1px dashed #FFA970;
	padding: 12px;
}

	.entry-container-inner form #shopping_cart:not(.enhance) .content .summary .receipt-summary {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

		.entry-container-inner form #shopping_cart:not(.enhance) .content .summary .receipt-summary .total-quantity-info {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1;
			display: inline-block;
			width: 50%;
		}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .summary .receipt-summary .total-quantity-info .total-quantity {
				color: #FF3824;
				padding: 0 5px;
			}

		.entry-container-inner form #shopping_cart:not(.enhance) .content .summary .receipt-summary .total-price-info {
			-webkit-box-flex: 2;
			-ms-flex: 2;
			flex: 2;
			display: inline-block;
			width: 50%;
			text-align: right;
		}

			.entry-container-inner form #shopping_cart:not(.enhance) .content .summary .receipt-summary .total-price-info .total-price {
				color: #FF3824;
				font-size: 1.667em;
				font-weight: bold;
			}

.phone-device .entry-container-inner form #shopping_cart:not(.enhance) {
	padding-left: 15px;
	padding-right: 15px;
}

	.phone-device .entry-container-inner form #shopping_cart:not(.enhance) .content .summary .total-price {
		font-weight: normal;
	}

.phone-device.preview-mode:not(.app-preview) .entry-container-inner form #shopping_cart:not(.enhance) {
	padding-left: 10px;
	padding-right: 10px;
}

.entry-container-inner form .field-form-association .captcha-load-masked {
	margin-top: 5px;
	height: 30px;
	width: 100%;
	max-width: 260px;
}

.phone-device .entry-container-inner form .field-form-association .captcha-load-masked {
	max-width: none;
}

.entry-container-inner form .field-form-association .image-captcha {
	width: 260px;
	margin-top: 10px;
}

	.entry-container-inner form .field-form-association .image-captcha.preview .visualCaptcha-action-area {
		border: 0;
	}

		.entry-container-inner form .field-form-association .image-captcha.preview .visualCaptcha-action-area img {
			width: 260px;
			height: 48px;
		}

			.entry-container-inner form .field-form-association .image-captcha.preview .visualCaptcha-action-area img:hover {
				-webkit-filter: none;
				filter: none;
			}

.phone-device .entry-container-inner form .field-form-association .image-captcha {
	width: 100%;
}

.entry-container-inner form .field-form-association .sms-verification {
	*zoom: 1;
	width: 100%;
	max-width: 260px;
	margin-top: 5px;
}

	.entry-container-inner form .field-form-association .sms-verification:before, .entry-container-inner form .field-form-association .sms-verification:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.entry-container-inner form .field-form-association .sms-verification:after {
		clear: both;
	}

.phone-device .entry-container-inner form .field-form-association .sms-verification {
	max-width: none;
}

.entry-container-inner form .field-form-association .sms-verification .send-token-link {
	float: left;
	width: 45%;
	padding-left: 0;
	padding-right: 0;
}

.entry-container-inner form .field-form-association .sms-verification .verification-token {
	float: left;
	width: 53%;
	margin-right: 2%;
}

.phone-device .entry-container-inner form .field-form-association .field-content select:not(:first-child) + .select2 {
	margin-top: 5px;
}

.entry-container-inner form .field-form-association .field-content .dropdowns-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.entry-container-inner form .field-form-association .field-content .dropdowns-wrapper .dropdown-wrapper {
		max-width: 260px;
	}

.phone-device .entry-container-inner form .field-form-association .field-content .dropdowns-wrapper .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-form-association .field-content .dropdowns-wrapper .dropdown-wrapper:not(:last-child) {
	margin-right: 4px;
}

.entry-container-inner form .field-form-association .other-choice-input {
	vertical-align: top;
}

.entry-container-inner form .field-form-association.custom-grids .dropdown-wrapper {
	max-width: none;
}

.phone-device .entry-container-inner form .field-form-association.custom-grids .dropdown-wrapper {
	max-width: none;
}

.entry-container-inner form .field-form-association .display-fields {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #C3C9D0;
	border-radius: 4px;
	font-size: 14px;
	background-color: #F6F6F6;
}

	.entry-container-inner form .field-form-association .display-fields ul {
		list-style: disc;
		margin-left: 20px;
	}

	.entry-container-inner form .field-form-association .display-fields .display-field-content {
		overflow-x: auto;
	}

		.entry-container-inner form .field-form-association .display-fields .display-field-content[data-display-field-type=matrix-field], .entry-container-inner form .field-form-association .display-fields .display-field-content[data-display-field-type=likert-field], .entry-container-inner form .field-form-association .display-fields .display-field-content[data-display-field-type=table-field] {
			display: block;
			margin-bottom: 5px;
		}

		.entry-container-inner form .field-form-association .display-fields .display-field-content table {
			max-width: 100%;
		}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table th {
				font-weight: normal;
				text-align: center;
			}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table th, .entry-container-inner form .field-form-association .display-fields .display-field-content table td {
				padding: 4px;
			}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table td {
				background-color: #fff;
			}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table tbody {
				font-size: 12px;
			}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table tr th, .entry-container-inner form .field-form-association .display-fields .display-field-content table tr td:first-child {
				white-space: nowrap;
			}

			.entry-container-inner form .field-form-association .display-fields .display-field-content table td.statement {
				text-align: left;
			}

		.entry-container-inner form .field-form-association .display-fields .display-field-content[data-display-field-type=likert-field] table td {
			text-align: center;
		}

			.entry-container-inner form .field-form-association .display-fields .display-field-content[data-display-field-type=likert-field] table td.statement {
				text-align: left;
			}

.entry-container-inner form .field-formula-field input[type="text"]:disabled {
	background-color: #E6E9ED;
}

.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 .submit-field {
	position: relative;
	border-top: 2px solid #E9E9E9;
	margin-top: 34px;
	padding-top: 10px;
}

	.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;
			margin-top: 25px;
			padding: 0 49%;
			height: 40px;
			border-radius: 5px;
		}

			.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 {
				-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
				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 {
				-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
				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 {
					-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.21);
					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 {
					-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2), inset 0 1px 3px rgba(0,0,0,0.5);
					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 {
		-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	}

	.entry-container-inner form .submit-field .pagination-action.with-shadow {
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
		box-shadow: 0 0 1px rgba(0,0,0,0.2);
	}

		.entry-container-inner form .submit-field .pagination-action.with-shadow:hover {
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.21);
			box-shadow: 0 0 1px rgba(0,0,0,0.21);
		}

		.entry-container-inner form .submit-field .pagination-action.with-shadow:active {
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2), inset 0 1px 3px rgba(0,0,0,0.5);
			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;
}

.phone-device .entry-container-inner form .submit-field.sticky {
	position: fixed;
	bottom: 0;
	border-top: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 4;
}

.entry-container-inner form .fields .field-drop-down .dropdown-wrapper {
	display: block;
	margin-bottom: 0;
}

.entry-container-inner form .fields .field-drop-down .other-choice-input {
	margin-top: 5px;
}

.entry-container-inner form .fields .field-drop-down .select2-container, .entry-container-inner form .fields .field-check-box .select2-container {
	display: block;
}

	.entry-container-inner form .fields .field-drop-down .select2-container + .other-choice-input, .entry-container-inner form .fields .field-drop-down .dropdown-wrapper + .other-choice-input, .entry-container-inner form .fields .field-check-box .select2-container + .other-choice-input, .entry-container-inner form .fields .field-check-box .dropdown-wrapper + .other-choice-input {
		margin-top: 5px;
	}

.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 form .captcha-load-masked {
	max-width: 260px;
	width: 100%;
}

.phone-device .entry-container-inner form .captcha-load-masked {
	max-width: none;
}

.entry-container-inner form .submit-field .captcha-container, .entry-container-inner form .submit-field .form-captcha-container {
	margin-bottom: 25px;
}

.entry-container-inner .gen-code {
	display: inline-block;
}

	.entry-container-inner .gen-code > span {
		line-height: 150%;
	}

.entry-container-inner .serial-number {
	color: #545454;
}

@media screen and (max-width: 480px) {
	.entry-container-inner .form-alert {
		border: 0;
	}

		.entry-container-inner .form-alert.with-shadow {
			-webkit-box-shadow: none;
			box-shadow: none;
		}
}

.entry-container-inner .success-box {
	background-color: #FFF !important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.phone-device .entry-container-inner .success-box {
	font-size: 13px;
}

.entry-container-inner .success-box .success-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

	.entry-container-inner .success-box .success-content .main-content {
		padding: 25px 3% 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.entry-container-inner .success-box .success-content .main-content > i {
			font-size: 50px;
			color: #71B300;
		}

		.entry-container-inner .success-box .success-content .main-content .form-title {
			font-size: 1.5em;
		}

		.entry-container-inner .success-box .success-content .main-content p {
			padding: 3px 0;
		}

		.entry-container-inner .success-box .success-content .main-content .message {
			font-size: 1.333em;
		}

		.entry-container-inner .success-box .success-content .main-content .system-message-container {
			font-size: 1.333em;
		}

			.entry-container-inner .success-box .success-content .main-content .system-message-container .other-message {
				font-size: 14px;
			}

		.entry-container-inner .success-box .success-content .main-content .main-content-end {
			margin-top: auto;
		}

	.entry-container-inner .success-box .success-content .report-link-container {
		text-align: right;
	}

		.entry-container-inner .success-box .success-content .report-link-container a {
			line-height: 100%;
			color: #848484;
		}

			.entry-container-inner .success-box .success-content .report-link-container a:hover {
				color: #6b6b6b;
			}

.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 .gd-social-share {
	border-top: 1px solid #E9E9E9;
	padding-top: 20px;
	margin-top: 0;
}

	.entry-container-inner .success-box .success-actions .gd-social-share ul {
		margin-bottom: 0;
	}

		.entry-container-inner .success-box .success-actions .gd-social-share ul li span {
			color: #848484;
		}

.entry-container-inner .success-box .success-ad {
	position: relative;
	padding: 15px;
	background-color: #E6E9ED;
}

	.entry-container-inner .success-box .success-ad::after {
		content: "";
		position: absolute;
		right: 15px;
		bottom: 15px;
		background: url(https://cdn.jinshuju.net/assets/ad/ad-tag-da8332cfe9162a25d48656fa6d07a14d114e0f17bd09872bc1ddbc23dcd7a491.png) no-repeat;
		background-size: 52px 20px;
		width: 52px;
		height: 20px;
	}

	.entry-container-inner .success-box .success-ad img {
		-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	}

.entry-container-inner .success-box .footer-ad {
	font-size: 1em;
	line-height: 37px;
	background: #F1F1F1;
	bottom: 0;
}

.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;
}

.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: #505050;
	}

@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 6%;
}

	.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;
		line-height: 1.4;
	}

		.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, .entry-container-inner .form-alert .alert-content .qrcode-container #form-qrcode {
			position: absolute;
			width: 180px;
			height: 180px;
			top: 50px;
			left: 50%;
			margin-left: -90px;
		}

.entry-container-inner #login_modal .modal-dialog .modal-body {
	padding-bottom: 0;
}

.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.register-wording, #login_modal .modal-body .login-switcher.register-wording {
		background: #F1F1F1;
		height: 70px;
		padding-top: 25px;
		margin-top: 0;
	}

		#submission_password_modal .modal-body .login-switcher.register-wording a, #login_modal .modal-body .login-switcher.register-wording a {
			font-size: 14px;
			margin-top: 25px;
		}

.phone-device #submission_password_modal .modal-body .field, .phone-device #login_modal .modal-body .field {
	padding-left: 0;
	padding-right: 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.app-preview #submission_password_modal .modal-body .field > i, .phone-device:not(.preview-mode) #login_modal .modal-body .field > i, .phone-device.app-preview #login_modal .modal-body .field > i {
	left: 1px;
	line-height: 30px;
}

.phone-device.preview-mode:not(.app-preview) #submission_password_modal .modal-body .field > i, .phone-device.preview-mode:not(.app-preview) #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], .phone-device.app-preview #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, .phone-device.app-preview #submission_password_modal .help-block {
	float: left;
}

#submission_password_modal .submission-password-wording {
	margin: 0;
}

.onboarding-modal .modal-dialog {
	margin-top: 80px;
}

.onboarding-modal .modal-body {
	text-align: center;
}

	.onboarding-modal .modal-body .header {
		margin: -15px -25px 0 -25px;
	}

		.onboarding-modal .modal-body .header h3 {
			margin: 30px auto 15px;
			color: #505050;
		}

	.onboarding-modal .modal-body .content {
		font-size: 14px;
		color: #545454;
		margin-bottom: 30px;
	}

	.onboarding-modal .modal-body .footer a {
		font-size: 14px;
	}

		.onboarding-modal .modal-body .footer a.ignore-link {
			display: block;
			font-size: 12px;
			margin-top: 15px;
			color: #AAB2BD;
		}

#change_entry_by_weixin_submitter_guide_modal .close {
	position: absolute;
	right: 25px;
}

#change_entry_by_weixin_submitter_guide_modal img {
	width: 60%;
	-webkit-transform: translate(6%, 0);
	-ms-transform: translate(6%, 0);
	transform: translate(6%, 0);
}

.entry-container-inner form .submit-field .report-link-with-fixed-submit-button {
	float: right;
	position: static;
	bottom: 0;
	margin-top: 5px;
}

.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;
	}

@media print {
	.rating-icon, .rating-icon-small {
		background: transparent url(https://cdn.jinshuju.net/assets/rating_icons_2x-bfa1898dc88a2480190578672b8cb48af669b2b42363fca9fa99e311023cbdb8.png) no-repeat 0 0 !important;
		background-size: 60px 320px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-star.highlight, .rating-icon-star.hover {
		background-position: -20px -0px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-heart.highlight, .rating-icon-heart.hover {
		background-position: -20px -20px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-sun.highlight, .rating-icon-sun.hover {
		background-position: -20px -40px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-tomato.highlight, .rating-icon-tomato.hover {
		background-position: -20px -60px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-thumb.highlight, .rating-icon-thumb.hover {
		background-position: -20px -80px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-happy.highlight, .rating-icon-happy.hover {
		background-position: -20px -100px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-shit.highlight, .rating-icon-shit.hover {
		background-position: -20px -120px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-rose.highlight, .rating-icon-rose.hover {
		background-position: -20px -140px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-diamond.highlight, .rating-icon-diamond.hover {
		background-position: -20px -160px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-tree.highlight, .rating-icon-tree.hover {
		background-position: -20px -180px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-yeah.highlight, .rating-icon-yeah.hover {
		background-position: -20px -200px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-flower.highlight, .rating-icon-flower.hover {
		background-position: -20px -220px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-beer.highlight, .rating-icon-beer.hover {
		background-position: -20px -240px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-strong.highlight, .rating-icon-strong.hover {
		background-position: -20px -260px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-money.highlight, .rating-icon-money.hover {
		background-position: -20px -280px !important;
	}
}

.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;
	}

@media print {
	.rating-icon-fire.highlight, .rating-icon-fire.hover {
		background-position: -20px -300px !important;
	}
}

.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;
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	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';
	-webkit-animation: rotation 2s linear infinite;
	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;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.visualCaptcha-explanation {
	font-weight: bold;
	margin-bottom: 5px;
}

.visualCaptcha-action-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #C3C9D0;
	border-radius: 2px;
	height: 50px;
}

	.visualCaptcha-action-area img {
		margin: 0;
		width: 30px;
		height: 30px;
		-webkit-filter: contrast(1);
		filter: contrast(1);
	}

		.visualCaptcha-action-area img:hover, .visualCaptcha-action-area img:active {
			-webkit-filter: contrast(3);
			filter: contrast(3);
		}

	.visualCaptcha-action-area.success {
		color: #9BC94D;
		border: 1px solid #9BC94D;
	}

	.visualCaptcha-action-area.failed {
		color: #FF7466;
		border: 1px solid #FF7466;
	}

	.visualCaptcha-action-area.verifing {
		color: #AAB2BD;
	}

	.visualCaptcha-action-area .visualCaptcha-cover {
		height: 100%;
		width: 100%;
		position: absolute;
		opacity: 0.95;
		background: white;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 100;
	}

		.visualCaptcha-action-area .visualCaptcha-cover.visualCaptcha-hide {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: visibility 0.2s, opacity 0.2s ease-in;
			transition: visibility 0.2s, opacity 0.2s ease-in;
		}

		.visualCaptcha-action-area .visualCaptcha-cover img {
			width: 15px;
			height: 15px;
			margin: 0 5px 0 0;
			-webkit-filter: none;
			filter: none;
		}

	.visualCaptcha-action-area .visualCaptcha-possibilities {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 7;
		-ms-flex: 7;
		flex: 7;
	}

	.visualCaptcha-action-area .visualCaptcha-button-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-left: 1px solid #C3C9D0;
	}

		.visualCaptcha-action-area .visualCaptcha-button-group img {
			width: 24px;
			height: 24px;
		}

			.visualCaptcha-action-area .visualCaptcha-button-group img:hover, .visualCaptcha-action-area .visualCaptcha-button-group img:active {
				-webkit-filter: contrast(0);
				filter: contrast(0);
			}

html {
	height: 100%;
}

	html body {
		height: 100%;
	}


.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, .phone-device .bind-mobile-page {
	margin-top: 48px;
	max-width: none;
	padding-bottom: 20px;
	width: 100%;
}

	.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, .phone-device .bind-mobile-page .center-container {
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
	}

		.phone-device .login-page .center-container section, .phone-device .password-reset-page .center-container section, .phone-device .complete-profile-page .center-container section, .phone-device #login_modal .center-container section, .phone-device .signup-verify-page .center-container section, .phone-device .bulk-task-verify-page .center-container section, .phone-device .bind-mobile-page .center-container section {
			background: 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, .phone-device .bind-mobile-page .login-panel, .phone-device .bind-mobile-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, .phone-device .bind-mobile-page .social-login.absolute-bottom {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
	}

.login-page .has-error, .password-reset-page .has-error, .complete-profile-page .has-error, #login_modal .has-error, .signup-verify-page .has-error, .bulk-task-verify-page .has-error, .bind-mobile-page .has-error {
	border-color: #FF7466 !important;
	-webkit-box-shadow: 0 1px 3px 0 rgba(255,175,167,0.3);
	box-shadow: 0 1px 3px 0 rgba(255,175,167,0.3);
}

.login-page .has-success, .password-reset-page .has-success, .complete-profile-page .has-success, #login_modal .has-success, .signup-verify-page .has-success, .bulk-task-verify-page .has-success, .bind-mobile-page .has-success {
	border: 1px solid #C3C9D0;
}

.login-page .weixin-mini-app-button-container a, .password-reset-page .weixin-mini-app-button-container a, .complete-profile-page .weixin-mini-app-button-container a, #login_modal .weixin-mini-app-button-container a, .signup-verify-page .weixin-mini-app-button-container a, .bulk-task-verify-page .weixin-mini-app-button-container a, .bind-mobile-page .weixin-mini-app-button-container a {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	line-height: 38px;
	font-size: 14px;
}

	.login-page .weixin-mini-app-button-container a i.gd-icon-wechat, .password-reset-page .weixin-mini-app-button-container a i.gd-icon-wechat, .complete-profile-page .weixin-mini-app-button-container a i.gd-icon-wechat, #login_modal .weixin-mini-app-button-container a i.gd-icon-wechat, .signup-verify-page .weixin-mini-app-button-container a i.gd-icon-wechat, .bulk-task-verify-page .weixin-mini-app-button-container a i.gd-icon-wechat, .bind-mobile-page .weixin-mini-app-button-container a i.gd-icon-wechat {
		margin-right: 5px;
	}

.login-page .submit-field button[type=submit], .password-reset-page .submit-field button[type=submit], .complete-profile-page .submit-field button[type=submit], #login_modal .submit-field button[type=submit], .signup-verify-page .submit-field button[type=submit], .bulk-task-verify-page .submit-field button[type=submit], .bind-mobile-page .submit-field button[type=submit] {
	width: 100%;
}

.login-panel .or-separator, .login-page .or-separator {
	margin: 20px 0;
	text-align: center;
	position: relative;
}

	.login-panel .or-separator::before, .login-panel .or-separator::after, .login-page .or-separator::before, .login-page .or-separator::after {
		content: '';
		position: absolute;
		height: 1px;
		border-top: 1px solid #D9D9D9;
		top: calc(50% - 0.5px);
	}

	.login-panel .or-separator::before, .login-page .or-separator::before {
		left: 0;
		right: calc(50% + 30px);
	}

	.login-panel .or-separator::after, .login-page .or-separator::after {
		right: 0;
		left: calc(50% + 30px);
	}

.login-panel .normal-login-wrapper, .login-panel .social-login-wrapper {
	margin-top: 25px;
}

.weixin-account-binding-bg {
	background-image: url(https://cdn.jinshuju.net/assets/weixin_account_binding_bg-8e06fd39af00af126b955004fa491018f1ac55ba1a08579828e8e09312b407c9.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.signup-verify-page .center-container {
	padding: 50px;
}

	.signup-verify-page .center-container .verify-panel h2 {
		margin-bottom: 0 !important;
	}

	.signup-verify-page .center-container h1 {
		margin-top: 0;
		line-height: 1;
	}

#login_modal {
	margin-top: 0;
	width: auto;
}

	#login_modal .modal-dialog {
		width: 484px;
		margin-bottom: 0;
	}

		#login_modal .modal-dialog .title-text {
			margin-top: 25px;
			padding: 0 2%;
		}

		#login_modal .modal-dialog .modal-body {
			padding: 25px 0;
		}

		#login_modal .modal-dialog .panel-header-container {
			padding-top: 0;
		}

		#login_modal .modal-dialog .login-remember-me-container, #login_modal .modal-dialog .social-login {
			font-size: 14px;
		}

		#login_modal .modal-dialog .fields {
			padding-left: 0;
			padding-right: 0;
		}

			#login_modal .modal-dialog .fields input {
				max-width: 100%;
			}

		#login_modal .modal-dialog .submit-field {
			margin-top: 0;
		}

.phone-device #login_modal .modal-dialog {
	width: auto;
}

	.phone-device #login_modal .modal-dialog .title-text {
		line-height: 1.25;
		padding: 0 5%;
	}

.weixin-sessions .weixin-social-account-weixin {
	background-color: #65b905;
	color: #FFF;
}

	.weixin-sessions .weixin-social-account-weixin .gd-icon-wechat {
		color: #FFF;
	}

.weixin-sessions a {
	font-size: 14px;
	margin-top: 20px;
}

.weixin-sessions section .section-text p {
	color: #999;
}

.modal.real_name_auth_binding_mobile h4 {
	font-weight: bold;
}

.modal.real_name_auth_binding_mobile .policy {
	padding: 10px 0;
}

.modal.real_name_auth_binding_mobile .send-verification-code {
	padding: 0 22px;
}

.modal.real_name_auth_binding_mobile .binding-submit-field {
	margin-top: 40px;
}

	.modal.real_name_auth_binding_mobile .binding-submit-field::before {
		position: absolute;
		left: 0;
		bottom: 80px;
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		background-color: #E9E9E9;
	}

.phone-device .modal.real_name_auth_binding_mobile input[type=text] {
	width: 50%;
}

/*源代码迁过来的样式*/
.entry-container {
	background-color: #F8F8F8;
}

	.entry-container > .entry-container-inner .center {
		max-width: 810px;
	}

	.entry-container > .entry-container-inner > form {
		max-width: 510px;
		border-width: 0;
	}


		.entry-container > .entry-container-inner > form .fields .field {
			padding-top: 15px;
			/*padding-bottom: 15px;*/
		}

			.entry-container > .entry-container-inner > form .fields .field .field-label {
				font-size: 1.167em;
				font-weight: bold;
				color: #333;
			}

			.entry-container > .entry-container-inner > form .fields .field .choices label,
			.entry-container > .entry-container-inner > form .fields .field .likert thead th,
			.entry-container > .entry-container-inner > form .fields .field .matrix thead th,
			.entry-container > .entry-container-inner > form .fields .field .table-field thead th,
			.entry-container > .entry-container-inner > form .fields .field .goods-items .name {
				font-size: 1.000em;
				font-weight: normal;
				color: #333;
			}

form .submit-field .gd-btn {
	background-color: rgb(3, 93, 233);
	padding: 0 30px;
	font-size: 1.167em;
	font-weight: normal;
	color: #FFF;
	border-width: 1px;
	border-color: transparent;
}

/*头部样式*/
.app__header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1049;
	background-color: #000;
	width: 100%;
}

header {
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #000;
    color: #333F48;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 20px; 
    align-items: center;*/
	width: 100%;
	height: 100px;
	max-width: 1190px;
	background: #000;
	color: #333F48;
	padding: 12px 0px;
	align-items: center;
	margin: 0 auto;
}

	header .header--left {
		float: left;
	}

	header .logo {
	}

.logo {
	height: 78px;
	width: 110px;
}

.logo {
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/images/BFME_logo2.png);
	background-position: center;
}

header .header--right {
	font-size: 25px;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 22px;
	color: #fff;
	float: left;
}

.button--small.is-invert {
	color: #fff !important;
	background: #000;
	border: 1px solid #fff;
}

/*标题样式*/
.cn2-title h1 {
	font-size: 304%;
	font-weight: bold;
	color: #333;
}

.cn2-title p {
	font-size: 116%;
}

.cn-contact {
	font-size: 130% !important;
	color: #035DE9;
}

/*footer*/
.cn2-footer {
	text-align: center;
	color: #888888;
	margin-top: 40px;
}

.cn2-footer-img {
	width: 100%;
	margin-top: -15px;
}

	.cn2-footer-img img {
		width: 100%;
	}

@media (max-width: 1190px) {
	.logo {
		margin-left: 5px;
	}

	.carousel-caption {
		display: none !important;
	}

	.la-topic {
		font-size: 18px !important;
	}

	.more-item a {
		font-size: 12px !important;
	}

	.more-item {
		padding: 2px 20px !important;
	}
}
/*适配手机*/
@media (max-width: 414px) {
	.logo {
		background-position: left !important;
		width: 100px !important;
	}

	header .header--left {
		width: 130px;
	}

	header .header--right {
		padding-left: 0;
		margin-left: 0px;
	}

	.aAroundNews {
		display: block;
	}

	.containerdiv .col-xs-6 {
		margin-top: 4px;
	}

	.containerdiv .more-item-news {
		height: 40px !important;
		overflow: hidden;
	}

	.cn2-title h1 {
		font-size: 230%;
	}
	
	.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 {
		padding: 0 45%;
	}

	.container-fluid {
		margin-top: 120px;
	}

	.cn2-footer-img {
		width: 0;
	}

	.cn2-footer {
		margin-top: 0;
	}
}

@media (max-width: 376px) {
	header .header--right {
		padding-left: 0;
		font-size: 283%;
	}

	.cn2-title h1 {
		font-size: 196%;
	}

	.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 {
		padding: 0 42%;
	}
}

@media (max-width: 360px) {
	header .header--right {
		padding-left: 0;
		font-size: 250%;
	}
}

@media (max-width: 320px) {
	.cn2-title h1 {
		font-size: 185%;
	}

	header .header--right {
		padding-left: 0;
		font-size: 206%;
	}
}

@media (min-width: 720px) {
	/*	.cn2-footer{
	background-image: url(../images/footer.png);
	height: 130px;
		}*/
	body.entry-container {
		padding: 0;
	}
	 
}

@media (min-width: 768px) {
	.divnews .col-sm-4:nth-of-type(4n+0){
		clear:both;
	}
}
@media (max-width: 768px) {
	.divmorenews .col-xs-6:nth-of-type(odd){
		clear:both;
	}
}@media (max-width: 992px) and (min-width: 768px) {
	.divmorenews .col-xs-6:nth-of-type(4n+0){
		clear:both;
	}
}@media (min-width: 992px) {
	.divmorenews .col-xs-6:nth-of-type(4n+1){
		clear:both;
	}
}