/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

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 {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-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 {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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: 500;
	line-height: 1.1;
	color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.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 {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,
a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

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: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

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 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.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 {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.333333px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-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;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

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>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: normal;
	color: #337ab7;
	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: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	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 .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .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-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.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;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9
}

.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 {
		right: auto;
		left: 0
	}
}

.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-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.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 .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-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-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-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 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 {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .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>.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: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.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-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	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-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[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-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.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: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	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-top-right-radius: 0;
	border-bottom-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-top-left-radius: 0;
	border-bottom-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 {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.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: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	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)
}

.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-right: 0;
		padding-left: 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-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.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;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.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: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.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: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@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: 20px
	}

	.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: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	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)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@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;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	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: #ccc;
	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 {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		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: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.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: #080808
}

.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 {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.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: #080808
	}

	.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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.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: #eee
}

.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: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-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 {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	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: #fff;
	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 .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.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-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

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,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	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 {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.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: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .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: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-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-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	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: 3px;
	border-bottom-left-radius: 3px
}

.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-left-radius: 3px;
	border-top-right-radius: 3px
}

.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: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-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-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.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: #333;
	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: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.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;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 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: 4px;
	-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: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.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 {
	right: 5px;
	bottom: 0;
	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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	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);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	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 {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	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: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .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 {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.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;
	font-family: serif;
	line-height: 1
}

.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%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	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: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: 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,
.visible-sm,
.visible-md,
.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
	}
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eeeeee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #ffffff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.cg-busy {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1001
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block !important
}

.cg-busy-animation.ng-hide-remove {
	opacity: 0;
	-webkit-transform: translate(0, -40px);
	-moz-transform: translate(0, -40px);
	-ms-transform: translate(0, -40px);
	-o-transform: translate(0, -40px);
	transform: translate(0, -40px)
}

.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cg-busy-animation.ng-hide-add {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cg-busy-animation.ng-hide-add.ng-hide-add-active {
	opacity: 0;
	-webkit-transform: translate(0, -40px);
	-moz-transform: translate(0, -40px);
	-ms-transform: translate(0, -40px);
	-o-transform: translate(0, -40px);
	transform: translate(0, -40px)
}

.cg-busy-backdrop {
	background-color: white;
	opacity: .7
}

.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: block !important
}

.cg-busy-backdrop-animation.ng-hide {
	opacity: 0
}

.cg-busy-default-wrapper {
	text-align: center
}

.cg-busy-default-sign {
	display: inline-block;
	position: relative;
	z-index: 1002;
	padding-bottom: 6px;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #e9eeee;
	border: 1px solid #dddddd;
	border-top-width: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.cg-busy-default-text {
	margin: 13px 12px 6px 49px;
	font-size: 16px;
	color: #555;
	text-align: left;
	max-width: 400px
}

.cg-busy-default-spinner {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 12px;
	left: 14px
}

.cg-busy-default-spinner div {
	width: 12%;
	height: 26%;
	background: #000;
	position: absolute;
	left: 44.5%;
	top: 37%;
	opacity: 0;
	-webkit-animation: cg-busy-spinner-anim 1s linear infinite;
	-moz-animation: cg-busy-spinner-anim 1s linear infinite;
	-ms-animation: cg-busy-spinner-anim 1s linear infinite;
	-o-animation: cg-busy-spinner-anim 1s linear infinite;
	animation: cg-busy-spinner-anim 1s linear infinite;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.cg-busy-default-spinner div.bar1 {
	-webkit-transform: rotate(0deg) translate(0, -142%);
	-moz-transform: rotate(0deg) translate(0, -142%);
	-ms-transform: rotate(0deg) translate(0, -142%);
	-o-transform: rotate(0deg) translate(0, -142%);
	transform: rotate(0deg) translate(0, -142%);
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

.cg-busy-default-spinner div.bar2 {
	-webkit-transform: rotate(30deg) translate(0, -142%);
	-moz-transform: rotate(30deg) translate(0, -142%);
	-ms-transform: rotate(30deg) translate(0, -142%);
	-o-transform: rotate(30deg) translate(0, -142%);
	transform: rotate(30deg) translate(0, -142%);
	-webkit-animation-delay: -0.9167s;
	-moz-animation-delay: -0.9167s;
	-ms-animation-delay: -0.9167s;
	-o-animation-delay: -0.9167s;
	animation-delay: -0.9167s
}

.cg-busy-default-spinner div.bar3 {
	-webkit-transform: rotate(60deg) translate(0, -142%);
	-moz-transform: rotate(60deg) translate(0, -142%);
	-ms-transform: rotate(60deg) translate(0, -142%);
	-o-transform: rotate(60deg) translate(0, -142%);
	transform: rotate(60deg) translate(0, -142%);
	-webkit-animation-delay: -0.833s;
	-moz-animation-delay: -0.833s;
	-ms-animation-delay: -0.833s;
	-o-animation-delay: -0.833s;
	animation-delay: -0.833s
}

.cg-busy-default-spinner div.bar4 {
	-webkit-transform: rotate(90deg) translate(0, -142%);
	-moz-transform: rotate(90deg) translate(0, -142%);
	-ms-transform: rotate(90deg) translate(0, -142%);
	-o-transform: rotate(90deg) translate(0, -142%);
	transform: rotate(90deg) translate(0, -142%);
	-webkit-animation-delay: -0.75s;
	-moz-animation-delay: -0.75s;
	-ms-animation-delay: -0.75s;
	-o-animation-delay: -0.75s;
	animation-delay: -0.75s
}

.cg-busy-default-spinner div.bar5 {
	-webkit-transform: rotate(120deg) translate(0, -142%);
	-moz-transform: rotate(120deg) translate(0, -142%);
	-ms-transform: rotate(120deg) translate(0, -142%);
	-o-transform: rotate(120deg) translate(0, -142%);
	transform: rotate(120deg) translate(0, -142%);
	-webkit-animation-delay: -0.667s;
	-moz-animation-delay: -0.667s;
	-ms-animation-delay: -0.667s;
	-o-animation-delay: -0.667s;
	animation-delay: -0.667s
}

.cg-busy-default-spinner div.bar6 {
	-webkit-transform: rotate(150deg) translate(0, -142%);
	-moz-transform: rotate(150deg) translate(0, -142%);
	-ms-transform: rotate(150deg) translate(0, -142%);
	-o-transform: rotate(150deg) translate(0, -142%);
	transform: rotate(150deg) translate(0, -142%);
	-webkit-animation-delay: -0.5833s;
	-moz-animation-delay: -0.5833s;
	-ms-animation-delay: -0.5833s;
	-o-animation-delay: -0.5833s;
	animation-delay: -0.5833s
}

.cg-busy-default-spinner div.bar7 {
	-webkit-transform: rotate(180deg) translate(0, -142%);
	-moz-transform: rotate(180deg) translate(0, -142%);
	-ms-transform: rotate(180deg) translate(0, -142%);
	-o-transform: rotate(180deg) translate(0, -142%);
	transform: rotate(180deg) translate(0, -142%);
	-webkit-animation-delay: -0.5s;
	-moz-animation-delay: -0.5s;
	-ms-animation-delay: -0.5s;
	-o-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.cg-busy-default-spinner div.bar8 {
	-webkit-transform: rotate(210deg) translate(0, -142%);
	-moz-transform: rotate(210deg) translate(0, -142%);
	-ms-transform: rotate(210deg) translate(0, -142%);
	-o-transform: rotate(210deg) translate(0, -142%);
	transform: rotate(210deg) translate(0, -142%);
	-webkit-animation-delay: -0.41667s;
	-moz-animation-delay: -0.41667s;
	-ms-animation-delay: -0.41667s;
	-o-animation-delay: -0.41667s;
	animation-delay: -0.41667s
}

.cg-busy-default-spinner div.bar9 {
	-webkit-transform: rotate(240deg) translate(0, -142%);
	-moz-transform: rotate(240deg) translate(0, -142%);
	-ms-transform: rotate(240deg) translate(0, -142%);
	-o-transform: rotate(240deg) translate(0, -142%);
	transform: rotate(240deg) translate(0, -142%);
	-webkit-animation-delay: -0.333s;
	-moz-animation-delay: -0.333s;
	-ms-animation-delay: -0.333s;
	-o-animation-delay: -0.333s;
	animation-delay: -0.333s
}

.cg-busy-default-spinner div.bar10 {
	-webkit-transform: rotate(270deg) translate(0, -142%);
	-moz-transform: rotate(270deg) translate(0, -142%);
	-ms-transform: rotate(270deg) translate(0, -142%);
	-o-transform: rotate(270deg) translate(0, -142%);
	transform: rotate(270deg) translate(0, -142%);
	-webkit-animation-delay: -0.25s;
	-moz-animation-delay: -0.25s;
	-ms-animation-delay: -0.25s;
	-o-animation-delay: -0.25s;
	animation-delay: -0.25s
}

.cg-busy-default-spinner div.bar11 {
	-webkit-transform: rotate(300deg) translate(0, -142%);
	-moz-transform: rotate(300deg) translate(0, -142%);
	-ms-transform: rotate(300deg) translate(0, -142%);
	-o-transform: rotate(300deg) translate(0, -142%);
	transform: rotate(300deg) translate(0, -142%);
	-webkit-animation-delay: -0.1667s;
	-moz-animation-delay: -0.1667s;
	-ms-animation-delay: -0.1667s;
	-o-animation-delay: -0.1667s;
	animation-delay: -0.1667s
}

.cg-busy-default-spinner div.bar12 {
	-webkit-transform: rotate(330deg) translate(0, -142%);
	-moz-transform: rotate(330deg) translate(0, -142%);
	-ms-transform: rotate(330deg) translate(0, -142%);
	-o-transform: rotate(330deg) translate(0, -142%);
	transform: rotate(330deg) translate(0, -142%);
	-webkit-animation-delay: -0.0833s;
	-moz-animation-delay: -0.0833s;
	-ms-animation-delay: -0.0833s;
	-o-animation-delay: -0.0833s;
	animation-delay: -0.0833s
}

@-webkit-keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

@-moz-keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

@keyframes cg-busy-spinner-anim {
	from {
		opacity: 1
	}

	to {
		opacity: .25
	}
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
	margin-bottom: 0
}

.editableform .control-group {
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 20px
}

.editableform .form-control {
	width: auto
}

.editable-buttons {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	zoom: 1;
	*display: inline
}

.editable-buttons.editable-buttons-bottom {
	display: block;
	margin-top: 7px;
	margin-left: 0
}

.editable-input {
	vertical-align: top;
	display: inline-block;
	width: auto;
	white-space: normal;
	zoom: 1;
	*display: inline
}

.editable-buttons .editable-cancel {
	margin-left: 7px
}

.editable-buttons button.ui-button-icon-only {
	height: 24px;
	width: 30px
}

.editableform-loading {
	background: url('../img/loading.gif?v=e01cf1c8a0') center center no-repeat;
	height: 25px;
	width: auto;
	min-width: 25px
}

.editable-inline .editableform-loading {
	background-position: left 5px
}

.editable-error-block {
	max-width: 300px;
	margin: 5px 0 0 0;
	width: auto;
	white-space: normal
}

.editable-error-block.ui-state-error {
	padding: 3px
}

.editable-error {
	color: red
}

.editableform .editable-date {
	padding: 0;
	margin: 0;
	float: left
}

.editable-inline .add-on .icon-th {
	margin-top: 3px;
	margin-left: 1px
}

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
	vertical-align: middle;
	margin: 0
}

.editable-checklist label {
	white-space: nowrap
}

.editable-wysihtml5 {
	width: 566px;
	height: 250px
}

.editable-clear {
	clear: both;
	font-size: .9em;
	text-decoration: none;
	text-align: right
}

.editable-clear-x {
	background: url('../img/clear.png?v=e01cf1c8a0') center center no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: .6;
	z-index: 100;
	top: 50%;
	right: 6px;
	margin-top: -6px
}

.editable-clear-x:hover {
	opacity: 1
}

.editable-pre-wrapped {
	white-space: pre-wrap
}

.editable-container.editable-popup {
	max-width: none !important
}

.editable-container.popover {
	width: auto
}

.editable-container.editable-inline {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	zoom: 1;
	*display: inline
}

.editable-container.ui-widget {
	font-size: inherit;
	z-index: 9990
}

.editable-click,
a.editable-click,
a.editable-click:hover {
	text-decoration: none;
	border-bottom: dashed 1px #0088cc
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
	color: #585858;
	cursor: default;
	border-bottom: none
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
	font-style: italic;
	color: #DD1144;
	text-decoration: none
}

.editable-unsaved {
	font-weight: bold
}

.editable-bg-transition {
	-webkit-transition: background-color 1400ms ease-out;
	-moz-transition: background-color 1400ms ease-out;
	-o-transition: background-color 1400ms ease-out;
	-ms-transition: background-color 1400ms ease-out;
	transition: background-color 1400ms ease-out
}

.form-horizontal .editable {
	padding-top: 5px;
	display: inline-block
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px
}

.datepicker>div {
	display: none
}

.datepicker.days div.datepicker-days {
	display: block
}

.datepicker.months div.datepicker-months {
	display: block
}

.datepicker.years div.datepicker-years {
	display: block
}

.datepicker table {
	margin: 0
}

.datepicker td,
.datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #999999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	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);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
	background-image: linear-gradient(top, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	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);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
	background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
	background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
	background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
	background-image: -o-linear-gradient(top, #b3b3b3, #808080);
	background-image: linear-gradient(top, #b3b3b3, #808080);
	background-repeat: repeat-x;
	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);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #808080
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
	background-color: #666666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	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);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
	background-color: #003399 \9
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datepicker table tr td span:hover {
	background: #eeeeee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	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);
	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 th.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 th.cw {
	cursor: default;
	background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px
}

.ngdialog,
.ngdialog-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0
}

@-webkit-keyframes ngdialog-fadeout {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes ngdialog-fadeout {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes ngdialog-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes ngdialog-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.ngdialog {
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 10000
}

.ngdialog *,
.ngdialog :after,
.ngdialog :before {
	box-sizing: inherit
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-content,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay {
	-webkit-animation: none !important;
	animation: none !important
}

.ngdialog-overlay {
	background: rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadein .5s;
	animation: ngdialog-fadein .5s
}

.ngdialog-no-overlay {
	pointer-events: none
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadeout .5s;
	animation: ngdialog-fadeout .5s
}

.ngdialog-content {
	background: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadein .5s;
	animation: ngdialog-fadein .5s;
	pointer-events: all
}

.ngdialog.ngdialog-closing .ngdialog-content {
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadeout .5s;
	animation: ngdialog-fadeout .5s
}

.ngdialog-close:before {
	font-family: Helvetica, Arial, sans-serif;
	content: '\00D7';
	cursor: pointer
}

body.ngdialog-open,
html.ngdialog-open {
	overflow: hidden
}

@-webkit-keyframes ngdialog-flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes ngdialog-flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes ngdialog-flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes ngdialog-flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

.ngdialog.ngdialog-theme-default {
	padding-bottom: 160px;
	padding-top: 160px
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
	-webkit-animation: ngdialog-flyout .5s;
	animation: ngdialog-flyout .5s
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
	-webkit-animation: ngdialog-flyin .5s;
	animation: ngdialog-flyin .5s;
	background: #f0f0f0;
	border-radius: 5px;
	color: #444;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 100%;
	padding: 1em;
	position: relative;
	width: 450px
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
	background: 0 0;
	border-radius: 3px;
	color: #bbb;
	content: '\00D7';
	font-size: 26px;
	font-weight: 400;
	height: 30px;
	line-height: 26px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 3px;
	width: 30px
}

.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
	color: #777
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
	margin-bottom: .5em
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
	margin-bottom: 1em
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],
.ngdialog.ngdialog-theme-default .ngdialog-input textarea {
	background: #fff;
	border: 0;
	border-radius: 3px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 .25em;
	min-height: 2.5em;
	padding: .25em .67em;
	width: 100%
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus {
	box-shadow: inset 0 0 0 2px #8dbdf1;
	outline: 0
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
	content: '';
	display: table;
	clear: both
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	float: right;
	font-family: inherit;
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1em;
	margin: 0 0 0 .5em;
	padding: .75em 2em;
	text-transform: uppercase
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
	-webkit-animation: ngdialog-pulse 1.1s infinite;
	animation: ngdialog-pulse 1.1s infinite;
	outline: 0
}

@media (max-width:568px) {
	.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
		-webkit-animation: none;
		animation: none
	}
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
	background: #3288e6;
	color: #fff
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
	background: #e0e0e0;
	color: #777
}

.ngdialog.ngdialog-theme-plain {
	padding-bottom: 160px;
	padding-top: 160px
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
	background: #fff;
	color: #444;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 100%;
	padding: 1em;
	position: relative;
	width: 450px
}

.ngdialog.ngdialog-theme-plain .ngdialog-content h1,
.ngdialog.ngdialog-theme-plain .ngdialog-content h2,
.ngdialog.ngdialog-theme-plain .ngdialog-content h3,
.ngdialog.ngdialog-theme-plain .ngdialog-content h4,
.ngdialog.ngdialog-theme-plain .ngdialog-content h5,
.ngdialog.ngdialog-theme-plain .ngdialog-content h6,
.ngdialog.ngdialog-theme-plain .ngdialog-content li,
.ngdialog.ngdialog-theme-plain .ngdialog-content p,
.ngdialog.ngdialog-theme-plain .ngdialog-content ul {
	color: inherit
}

.ngdialog.ngdialog-theme-plain .ngdialog-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
	background: 0 0;
	color: #bbb;
	content: "\00D7";
	font-size: 26px;
	font-weight: 400;
	height: 30px;
	line-height: 26px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 3px;
	width: 30px
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:active:before,
.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before {
	color: #777
}

.ngdialog.ngdialog-theme-plain .ngdialog-message {
	margin-bottom: .5em
}

.ngdialog.ngdialog-theme-plain .ngdialog-input {
	margin-bottom: 1em
}

.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=text],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=password],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=email],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=url],
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea {
	background: #f0f0f0;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 .25em;
	min-height: 2.5em;
	padding: .25em .67em;
	width: 100%
}

.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=text]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=password]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=email]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=url]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
	outline: 0
}

.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
	clear: both;
	content: '';
	display: table
}

.ngdialog.ngdialog-theme-plain .ngdialog-button {
	border: 0;
	cursor: pointer;
	float: right;
	font-family: inherit;
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1em;
	margin: 0 0 0 .5em;
	padding: .75em 2em;
	text-transform: uppercase
}

.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
	-webkit-animation: ngdialog-pulse 1.1s infinite;
	animation: ngdialog-pulse 1.1s infinite;
	outline: 0
}

@media (max-width:568px) {
	.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
		-webkit-animation: none;
		animation: none
	}
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
	background: #3288e6;
	color: #fff
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
	background: #e0e0e0;
	color: #777
}

.search-main .btn,
.search-main .search-vb-orf .search-vb-orf-data table,
.search-main .search-vb-orf .search-vb-orf-data table tr th {
	text-align: center
}

.search-main .search-vb-orf .search-vb-orf-data table tr td:nth-child(3),
.search-main .search-vb-orf .target-seq {
	font-family: Courier, courier new, monospace
}

.search-main .modal-header {
	padding: 10px 15px;
	background-color: #e0ffff
}

.search-main .modal-header .title {
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	font-weight: 600
}

.search-main .btn-org,
.search-main .btn-org:hover {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
	-webkit-font-smoothing: antialiased
}

.search-main .orf-search-result {
	padding: 0 15px;
	max-height: 513px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 12px
}

.search-main .orf-search-result .search-widget {
	border-bottom: 1px solid #ccc
}

.search-main .orf-search-result .search-widget .form-inline {
	padding: 6px 0
}

.search-main .orf-search-result .search-widget label {
	font-weight: 400
}

.search-main .orf-search-result .search-widget label.label-select {
	margin-bottom: 0
}

.search-main .orf-search-result .search-widget select.species.form-control {
	font-size: 12px;
	height: 30px;
	padding: 5px 6px
}

.search-main .orf-search-result .search-widget select.species {
	width: 180px
}

.search-main .seq-underline {
	text-decoration: underline
}

.search-main .orf-search-result .search-widget select option {
	margin: 5px 10px;
	padding: 0
}

.search-main .orf-search-result .search-widget select optgroup {
	margin: 5px 10px
}

.search-main .orf-search-result .search-widget select optgroup option {
	margin: 2px 0;
	padding: 0
}

.search-main .orf-search-result .search-widget input.form-control {
	font-size: 12px;
	height: 30px;
	padding: 5px 11px
}

.btn[disabled],
.search-main .btn.disabled,
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65
}

.search-main button[disabled],
input[disabled],
textarea[disabled] {
	border-color: #ccc !important;
	box-shadow: none !important;
	outline: 0 !important
}

.search-main .search-result {
	padding: 10px 0 0
}

.search-main .search-result ul {
	padding-left: 15px
}

.search-main .orf-search-result .search-result {
	margin: auto
}

.search-main .search-result .show-result {
	padding-left: 20px
}

.search-main .search-result .show-result .result-toolbar {
	margin-top: 5px
}

.search-main .search-result .show-result .result-toolbar .col-xs-5 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0
}

.search-main .search-result .show-result .result-toolbar .col-xs-7 .pull-right .pagination {
	margin: 0 0 5px
}

.search-main .result-data .widget {
	border: 1px solid #ccc;
	padding: 10px 10px 0
}

.search-main .result-data .widget .high .keyword {
	background: #f2f723;
	font-weight: 700
}

.search-main .result-data-image .imgbg {
	width: 48px;
	height: 48px;
	margin: 25px auto 0;
	display: block
}

.search-main .btn,
.search-main .orf-search-result .search-widget .input-keyword {
	display: inline-block
}

.search-main .result-data-image .result-data-image-text {
	margin-top: 7px;
	margin-left: 20px
}

.search-main .btn {
	margin-bottom: 0;
	font-weight: 400;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	border: 1px solid transparent
}

.search-main a.btn {
	font-size: 13px
}

.search-main .btn-org {
	background-color: #ad5000 !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c28", endColorstr="#ad5000");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ff8c28), to(#ad5000));
	background-image: -moz-linear-gradient(top, #ff8c28, #ad5000);
	background-image: -ms-linear-gradient(top, #ff8c28, #ad5000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8c28), color-stop(100%, #ad5000));
	background-image: -webkit-linear-gradient(top, #ff8c28, #ad5000);
	background-image: -o-linear-gradient(top, #ff8c28, #ad5000);
	background-image: linear-gradient(#ff8c28, #ad5000);
	border-color: #ad5000 #ad5000 #8e4200
}

.search-main .btn-sm {
	border-radius: 3px
}

.search-main .btn-org:hover {
	background: #ad5000 !important
}

.search-main .search-vb-orf {
	padding: 25px 12px;
	font-size: 12px
}

.search-main .search-vb-orf .search-vb-orf-data table tr td {
	vertical-align: middle;
	padding: 2px
}

.search-main .search-vb-orf .search-vb-orf-data table tr td a {
	color: green
}

.search-main .search-vb-orf .search-vb-orf-data table tr td a:hover {
	color: #428bca
}

.search-main .search-vb-orf-data table tr td span.rec {
	color: red;
	font-size: 20px;
	font-weight: bolder
}

.search-main .search-vb-orf .search-vb-orf-data .pink {
	color: #e04993;
	margin-left: 10px
}

.search-main .btn-cyagen,
.search-main .btn-cyagen:hover {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
	-webkit-font-smoothing: antialiased
}

.search-main .search-vb-orf .search-vb-orf-data .bl0 {
	border-left: 0 !important
}

.search-main .search-vb-orf .search-vb-orf-data .br0 {
	border-right: 0 !important
}

.search-main .btn-cyagen {
	background-color: #aa0c5b !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f04199", endColorstr="#aa0c5b");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#f04199), to(#aa0c5b));
	background-image: -moz-linear-gradient(top, #f04199, #aa0c5b);
	background-image: -ms-linear-gradient(top, #f04199, #aa0c5b);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f04199), color-stop(100%, #aa0c5b));
	background-image: -webkit-linear-gradient(top, #f04199, #aa0c5b);
	background-image: -o-linear-gradient(top, #f04199, #aa0c5b);
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c
}

.search-main .btn-cyagen:hover {
	background: #aa0c5b !important
}

.search-main .search-vb-orf .imgbg {
	width: 44px;
	height: 41px;
	float: left
}

.search-main #search-vb-orf-blast.search-vb-orf-blast {
	padding: 20px 10px
}

.search-main #search-vb-orf-blast.search-vb-orf-blast textarea {
	min-height: 480px;
	resize: none;
	font-family: courier, monospace
}

.search-main .search-orf-blast-modal .modal-dialog {
	width: 950px
}

.search-main .modal-body-content {
	padding: 15px;
	border-radius: 6px;
	background: #FFF;
	margin-top: 5px
}

.search-main .btn-default {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.search-main .pull-right {
	float: right !important
}

.search-main .seq-main {
	padding: 30px 0 0
}

.search-main .msg-main {
	padding: 5px
}

.search-main .acc-main {
	padding-top: 20px
}

.ngdialog.modal-orf-search .ngdialog-content {
	padding: 0;
	border-radius: 7px;
	background: #fff
}

.ngdialog.modal-orf-search .ngdialog-content .search-main .view-main {
	margin: 0
}

.ngdialog.modal-orf-search .ngdialog-content .modal-header {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #e04993;
	font-size: 20px;
	line-height: 27px;
	padding: 3px 15px
}

.tooltip.boat-tooltip-shrna .tooltip-inner {
	max-width: 300px !important;
	width: 300px
}

.tooltip.boat-tooltip-shrna .tooltip-inner a:hover {
	color: #e04993
}

.parameter-color {
	color: #e94f95 !important
}

.page-after {
	page-break-after: always
}

.tran-text {
	margin-top: 15px;
	color: #5F5D5D
}

.boat-strategy-editor-english h1,
.boat-strategy-editor-english h2,
.boat-strategy-editor-english h3,
.boat-strategy-editor-english h4 {
	color: #000;
	margin: 0 0 10px 0 !important
}

.boat-strategy-editor-english h3 {
	margin: 20px 0 10px 0 !important
}

.boat-strategy-editor-english h1,
.boat-strategy-editor-english h2,
.boat-strategy-editor-english h3 {
	font-weight: bold
}

.boat-strategy-editor-english a {
	color: #f37500;
	text-decoration: underline
}

.boat-strategy-editor-english .h4 {
	color: #5F5D5D
}

.boat-strategy-editor-english .fs16 {
	font-size: 16px
}

.boat-strategy-editor-english .pink {
	color: #e04993
}

.boat-strategy-editor-english .red {
	color: red
}

.boat-strategy-editor-english .grey {
	color: #5F5D5D
}

.boat-strategy-editor-english .pb10 {
	padding-bottom: 10px
}

.boat-strategy-editor-english .pb20 {
	padding-bottom: 20px
}

.boat-strategy-editor-english .red-circle {
	width: 12px;
	height: 12px;
	background-color: red;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 5px 0 5px
}

.boat-strategy-editor-english .green-circle {
	width: 12px;
	height: 12px;
	background-color: green;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 5px 0 5px
}

.boat-strategy-editor-english .Transcript {
	font-size: 20px !important;
	display: block;
	font-weight: bold;
	padding: 55px 0 10px 0;
	margin: 0 !important
}

.boat-strategy-editor-english .title-h3 {
	font-size: 20px !important;
	display: block;
	font-weight: bold;
	padding: 65px 0 10px 0;
	margin: 0 !important
}

.boat-strategy-editor-english .cas9-title-h3 {
	font-size: 20px !important;
	display: block;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0 !important
}

.boat-strategy-editor-english .table-th-color {
	font-size: 16px;
	font-weight: 500 !important;
	background: #f7f7f7
}

.boat-strategy-editor-english .img-border {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: thin solid #d3d3d3
}

.boat-strategy-editor-english .img-border .content {
	width: 950px;
	max-width: 100%
}

.boat-strategy-editor-english .img-title {
	padding: 0 10px
}

.boat-strategy-editor-english .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0
}

.boat-strategy-editor-english .img img {
	padding: 0 10px;
	overflow-x: auto
}

.boat-strategy-editor-english .related-info .title {
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.2 !important;
	margin: .1em 0 !important;
	color: #5F5D5D
}

.boat-strategy-editor-english .related-info .bg {
	width: 100%;
	height: 100%;
	background: #fff;
	background-size: 100%;
	background-repeat: repeat-y
}

.boat-strategy-editor-english .related-info .geneid {
	font-size: 15px !important;
	display: block;
	padding: 5px 0 20px 0;
	margin: 0 !important;
	color: #5F5D5D
}

.boat-strategy-editor-english .related-info em {
	font-style: italic
}

.boat-strategy-editor-english .related-info .jig-ncbitoggler-open {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-top: 4px solid #e94f95;
	color: #e94f95;
	margin-top: 5px;
	text-decoration: none
}

.boat-strategy-editor-english .related-info .jig-ncbitoggler-open>span {
	display: block;
	font-size: 22px
}

.boat-strategy-editor-english .related-info .section {
	overflow: hidden;
	margin: 10px auto 20px auto;
	page-break-after: always
}

.boat-strategy-editor-english .related-info .section>dl {
	display: table;
	width: 100%;
	height: 100%
}

.boat-strategy-editor-english .related-info .section dt {
	width: 15%;
	line-height: 1.42857143;
	font-size: 15px !important;
	font-weight: bold;
	padding: 1px 0;
	color: #727272;
	vertical-align: top;
	float: left;
	text-align: right
}

.boat-strategy-editor-english .related-info .section dt:nth-of-type(8),
.boat-strategy-editor-english .related-info .section dd:nth-of-type(8) {
	height: 48px
}

.boat-strategy-editor-english .related-info .section dd {
	width: 85%;
	padding: 1px 0 1px 15px;
	color: #5F5D5D;
	font-size: 15px !important;
	line-height: 1.42857143;
	vertical-align: top;
	float: right
}

.boat-strategy-editor-english .related-info .prov {
	font-size: 85%;
	color: #5F5D5D;
	text-align: right;
	margin-left: .5em
}

.boat-strategy-editor-english .related-info .gt_cont_contents {
	margin-top: 10px;
	overflow: auto;
	color: #727272
}

.boat-strategy-editor-english .related-info .gt_cont_contents div {
	height: 30px;
	float: right
}

.boat-strategy-editor-english .related-info .genome-browser-link {
	display: inline-block;
	padding-right: 5px
}

.boat-strategy-editor-english .related-info .dl-chr-info {
	margin-bottom: 5px
}

.boat-strategy-editor-english .related-info .dl-chr-info dd,
.boat-strategy-editor-english .related-info .dl-chr-info dt {
	color: #5F5D5D;
	font-size: 15px !important;
	display: inline-block;
	vertical-align: top
}

.boat-strategy-editor-english .related-info .dl-chr-info dt {
	color: #727272 !important;
	font-weight: bold
}

.boat-strategy-editor-english .related-info .dl-chr-info dd>span {
	font-size: 15px !important;
	display: inline-block;
	white-space: nowrap
}

.boat-strategy-editor-english .related-info .exon-count {
	margin-bottom: 2em !important
}

.boat-strategy-editor-english .related-info .jig-ncbigrid {
	width: 100%
}

.boat-strategy-editor-english .related-info thead>tr>th {
	color: #626262;
	font-size: 15px !important;
	height: 45px;
	text-align: center;
	background: #e8e8e8;
	padding: 0 20px;
	border-bottom: thin solid #d5d5d5;
	border-left: thin solid #d5d5d5
}

.boat-strategy-editor-english .related-info thead>tr>th:first-child {
	border-left: thin solid #fff !important
}

.boat-strategy-editor-english .related-info tbody>tr>td {
	color: #5F5D5D;
	font-size: 15px !important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: thin solid #d5d5d5;
	border-left: thin solid #d5d5d5
}

.boat-strategy-editor-english .related-info tbody>tr>td:first-child {
	border-left: thin solid #fff !important
}

.boat-strategy-editor-english .related-info .withnote {
	font-size: 18px;
	text-align: center;
	color: #656565;
	padding-top: 25px;
	margin: 0 0 0 0
}

.boat-strategy-editor-english .related-info .mb {
	margin-bottom: 30px;
	background: #ffffff
}

.boat-strategy-editor-english .enSummary h1 {
	margin: 0 !important
}

.boat-strategy-editor-english .enSummary .summary-heading {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px !important;
	font-weight: bold;
	border-top: 4px solid #e94f95;
	color: #e94f95;
	text-decoration: none
}

.boat-strategy-editor-english .enSummary .panel span.summary-subhead {
	color: #555;
	font-size: 15px
}

.boat-strategy-editor-english .enSummary .summary_panel {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	font-size: 15px
}

.boat-strategy-editor-english .enSummary div.twocol,
.boat-strategy-editor-english .enSummary div.row {
	width: 100%;
	display: table
}

.boat-strategy-editor-english .enSummary div.lhs {
	width: 15%;
	padding: 1px 0;
	line-height: 1.42857143;
	vertical-align: top;
	float: left;
	font-weight: bold;
	text-align: right;
	font-size: 15px !important;
	color: #727272 !important
}

.boat-strategy-editor-english .enSummary div.rhs {
	width: 85%;
	padding: 1px 0 1px 15px;
	color: #5F5D5D;
	vertical-align: top;
	font-size: 15px !important;
	float: left
}

.boat-strategy-editor-english .enSummary div.rhs p {
	margin: 0 !important
}

.boat-strategy-editor-english .enSummary .transcripts_table {
	width: 100%;
	display: table;
	padding: 25px 0
}

.boat-strategy-editor-english .enSummary .hide {
	width: 100%;
	display: table !important;
	overflow: hidden
}

.boat-strategy-editor-english .enSummary .data_table>thead {
	display: table-row-group
}

.boat-strategy-editor-english .enSummary .data_table>thead>tr>th {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #626262;
	display: table-cell;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 0 5px;
	background: #e8e8e8;
	border-bottom: thin solid #d5d5d5;
	border-left: thin solid #d5d5d5
}

.boat-strategy-editor-english .enSummary .data_table>thead>tr>th:first-child {
	border-left: thin solid #ffffff
}

.boat-strategy-editor-english .enSummary .active>td {
	height: 55px;
	color: #5F5D5D;
	border-bottom: thin solid #d5d5d5;
	border-left: thin solid #d5d5d5
}

.boat-strategy-editor-english .enSummary .active>td:first-child {
	border-left: thin solid #ffffff
}

.boat-strategy-editor-english .enSummary .data_table>tbody>tr>td,
.boat-strategy-editor-english .enSummary .table>tbody>tr>th,
.boat-strategy-editor-english .enSummary .table>tfoot>tr>td,
.boat-strategy-editor-english .enSummary .table>tfoot>tr>th,
.boat-strategy-editor-english .enSummary .table>thead>tr>td,
.boat-strategy-editor-english .enSummary .table>thead>tr>th {
	font-size: 14px !important;
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: top;
	display: table-cell;
	border-top: 1px solid #ddd
}

.boat-strategy-editor-english .enSummary .data_table td span {
	display: block
}

.boat-strategy-editor-english .summary-h3 {
	margin-top: 30px !important
}

.boat-strategy-editor-english .Summary .li_square {
	margin: 0 20px 0 0;
	list-style-type: square !important
}

.boat-strategy-editor-english .Summary .li_square li {
	word-wrap: break-word;
	font-size: 18px;
	color: #5F5D5D;
	line-height: 30px;
	word-break: break-all
}

.boat-strategy-editor-english .Summary .Note {
	color: #5F5D5D;
	padding: 10px 5px
}

.boat-strategy-editor-english .form-group button {
	display: none
}

.boat-dot-plot .tool-title {
	color: #e04993;
	font-size: 26px;
	line-height: 30px
}

.boat-dot-plot .tool-panel .checkbox.long-list {
	max-height: 280px;
	overflow: auto
}

.boat-dot-plot .tool-panel .sequence {
	font-size: 15px;
	font-weight: bold
}

.boat-dot-plot .tool-panel .btnCenter {
	text-align: center;
	margin-top: 10px
}

.boat-dot-plot .tool-panel .btnMar {
	margin-left: 25px
}

.boat-dot-plot .tool-panel .pdr0 {
	padding-right: 0
}

.boat-dot-plot .tool-panel .mt10 {
	margin-top: 10px !important
}

.boat-dot-plot .tool-panel .mb10 {
	margin-bottom: 10px !important
}

.boat-dot-plot .tool-panel .mr20 {
	margin-right: 20px !important
}

.boat-dot-plot .tool-panel .ml0 {
	margin-left: 0
}

.boat-dot-plot .tool-panel .pl0 {
	padding-left: 0
}

.boat-dot-plot .tool-panel .pl22 {
	padding-left: 22px
}

.boat-dot-plot-result .back {
	padding: 5px 20px
}

.boat-dot-plot-result .tool {
	padding: 15px 20px 15px 20px;
	background: #f3f3f3;
	border-radius: 7px;
	border: 1px solid #cdcdcd
}

.boat-dot-plot-result .tool .Nucleic-result .mr5 {
	margin-right: 5px
}

.boat-dot-plot-result .tool .Nucleic-result .red {
	color: red
}

.boat-dot-plot-result .tool .Nucleic-result .green {
	color: green
}

.boat-dot-plot-result .tool .Nucleic-result .blue {
	color: blue
}

.boat-dot-plot-result .tool .Nucleic-result .orange {
	color: orange
}

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nano>.nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.nano>.nano-content:focus {
	outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
	display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
	display: block
}

.nano>.nano-pane {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden \9;
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
	background: #444;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
	visibility: visible \9;
	opacity: .99
}

.toast-title {
	font-weight: bold
}

.toast-message {
	word-wrap: break-word
}

.toast-message a,
.toast-message label {
	color: #FFFFFF
}

.toast-message a:hover {
	color: #CCCCCC;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: .8
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container .toast {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #FFFFFF;
	opacity: .8
}

#toast-container .toast:hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	cursor: pointer
}

#toast-container .toast.toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container .toast.toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container .toast.toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container .toast.toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51A351
}

.toast-error {
	background-color: #BD362F
}

.toast-info {
	background-color: #2F96B4
}

.toast-warning {
	background-color: #F89406
}

progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: .4
}

div[toast] {
	opacity: 1 !important
}

div[toast].ng-enter {
	opacity: 0 !important;
	transition: opacity .3s linear
}

div[toast].ng-enter.ng-enter-active {
	opacity: 1 !important
}

div[toast].ng-leave {
	opacity: 1;
	transition: opacity .3s linear
}

div[toast].ng-leave.ng-leave-active {
	opacity: 0 !important
}

@media all and (max-width:240px) {
	#toast-container .toast.div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container .toast.div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container .toast.div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
}

html {
	position: relative;
	min-height: 100%
}

body {
	margin-bottom: 108px;
	font-size: 13px
}

ul {
	padding-left: 20px;
	margin: 0
}

.table>thead>tr>th {
	border-bottom-width: 1px
}

.pdlr32 {
	padding-left: 32px;
	padding-right: 32px
}

.pdtm27 {
	padding-top: 27px;
	padding-bottom: 27px
}

.pdt0 {
	padding-top: 0
}

.pdb0 {
	padding-bottom: 0
}

.pdl10 {
	padding-left: 10px
}

.pdt10 {
	padding-top: 10px
}

.pdt20 {
	padding-top: 20px
}

.pdb20 {
	padding-bottom: 20px
}

.mr15 {
	margin-right: 15px
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #949494;
	color: #fff;
	font-size: 13px
}

.footer .container {
	padding: 20px 0 10px 0
}

.web-public a {
	outline: none
}

.web-public .navbar {
	min-height: 46px
}

.none {
	font-style: italic
}

.pagination,
.carousel,
.panel-title a {
	cursor: pointer
}

.home [class^='col-'] {
	padding-left: 5px;
	padding-right: 5px
}

.web-temp.sign-up {
	background-color: #eee;
	color: #5a5a5a
}

.web-temp.sign-up .left {
	padding: 50px 0;
	background-color: #fff;
	min-height: 600px
}

.web-temp.sign-up .left .media {
	max-width: 260px;
	margin: 0 auto
}

.web-temp.sign-up .left .media-body h3 {
	font-weight: bold
}

.web-temp.sign-up .right {
	padding: 125px 10px
}

.web-temp.sign-up .right p.title {
	font-size: 17px;
	color: #000;
	margin-bottom: 15px
}

.sign-up .web-breakline {
	max-width: 500px;
	margin: 0 auto
}

.sign-up .web-breakline.gradient {
	max-width: 600px
}

.sign-up form {
	max-width: 750px;
	margin: 30px auto
}

.sign-up form .form-control {
	font-size: 13px
}

.sign-up form label {
	font-weight: normal
}

.sign-up ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 12px
}

.sign-up ul li {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 3em;
	line-height: 28px;
	margin-bottom: 15px
}

.sign-up ul li p {
	line-height: 1.5
}

.sign-up ul li.tag {
	background-image: url('/static/img/web/us/public/sign-up/icon-tag.png?v=e01cf1c8a0')
}

.sign-up ul li.pc {
	background-image: url('/static/img/web/us/public/sign-up/icon-pc.png?v=e01cf1c8a0')
}

.sign-up ul li.cart {
	background-image: url('/static/img/web/us/public/sign-up/icon-cart.png?v=e01cf1c8a0')
}

.sign-up ul li.edit {
	background-image: url('/static/img/web/us/public/sign-up/icon-edit.png?v=e01cf1c8a0')
}

.sign-up ul li.user {
	background-image: url('/static/img/web/us/public/sign-up/icon-user.png?v=e01cf1c8a0')
}

@media (min-width:768px) {
	.sign-up ul li {
		background-position: 0 -3px;
		background-size: 23px 23px;
		padding-left: 2.5em;
		line-height: 23px
	}

	.web-temp.sign-up .right p.title {
		font-size: 14px
	}

	.web-temp.sign-up .col-sm-9 {
		width: 75%
	}

	.web-temp.sign-up .col-sm-3 {
		width: 25%
	}

	.web-temp.sign-up .right {
		padding: 125px 10px
	}
}

@media (min-width:992px) {
	.sign-up ul li {
		background-position: 0 -3px;
		background-size: 23px 23px;
		padding-left: 2.5em;
		line-height: 23px
	}

	.web-temp.sign-up .right p.title {
		font-size: 17px
	}

	.web-temp.sign-up .col-md-9 {
		width: 71%
	}

	.web-temp.sign-up .col-md-3 {
		width: 29%
	}

	.web-temp.sign-up .right {
		padding: 125px 30px
	}
}

@media (min-width:1200px) {
	.sign-up ul li {
		background-position: 0 -3px;
		background-size: 28px 28px;
		padding-left: 3em;
		line-height: 28px
	}

	.web-temp.sign-up .right p.title {
		font-size: 17px
	}

	.web-temp.sign-up .col-lg-9 {
		width: 71%
	}

	.web-temp.sign-up .col-lg-3 {
		width: 29%
	}

	.web-temp.sign-up .right {
		padding: 125px 25px
	}
}

.home-extend {
	background-color: #f9f9f9
}

.home-triangle-en.active {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: -111px;
	left: 50%;
	margin-left: -84px;
	border: 84px solid transparent;
	border-bottom-color: #e14994;
	border-bottom-width: 27px;
	z-index: 100
}

.to-be-continue {
	text-align: center;
	min-height: 310px;
	padding-top: 100px
}

.case-study-cont a {
	padding: 2px 6px;
	color: #ffffff;
	font-size: 10px;
	background-color: #949494;
	text-decoration: none;
	margin-top: -20px
}

.case-study-cont a.a-img {
	background-color: transparent
}

.case-study-cont a.a-title {
	color: #e04993;
	background-color: transparent;
	font-size: 16px
}

.service-vb {
	font-size: 16px;
	margin-top: 40px
}

.service-vb p {
	color: #333;
	margin-top: 20px;
	line-height: 1.7
}

.service-vb ul {
	color: #888;
	padding-left: 25px
}

.service-vb .em {
	font-size: 20px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px
}

.service-vb .green {
	color: #299794
}

@media (min-width:768px) {
	.service-vb {
		font-size: 14px
	}

	.service-vb .em {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	.service-vb {
		font-size: 16px
	}

	.service-vb .em {
		font-size: 23px;
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media (min-width:1200px) {
	.service-vb {
		font-size: 16px
	}

	.service-vb .em {
		font-size: 23px;
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media (min-width:768px) {
	.home-triangle-en.active {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: -115px;
		left: 50%;
		margin-left: -88px;
		border: 88px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 27px;
		z-index: 100
	}

	.search-input-4 {
		width: 90px;
		height: 25px;
		font-size: 10px;
		color: #666666
	}

	.reseller-select {
		width: 80px;
		color: #666666;
		font-size: 10px;
		height: 25px;
		padding-top: 3px
	}

	.search-btn-4 {
		position: absolute;
		width: 45px;
		height: 25px;
		background-image: url("/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0");
		border: none;
		background-repeat: no-repeat;
		background-color: transparent;
		outline: none;
		background-position: 0 0;
		right: 12px;
		top: 3px
	}

	.project-title-1 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-title-2 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-title-3 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-title-4 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-title-5 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-title-6 {
		font-size: 10px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 36px;
		text-align: center
	}

	.project-content {
		color: #ffffff;
		position: absolute;
		top: 136px;
		left: 30px;
		text-align: left;
		font-size: 8px
	}

	a.project-link {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 27px;
		top: 152px;
		font-size: 10px
	}

	a.project-link-center {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 27px;
		top: 152px;
		font-size: 10px
	}

	a.project-link-right {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 27px;
		top: 152px;
		font-size: 10px
	}

	.result-search .result-select {
		width: 120px
	}

	.result-search .result-input {
		width: 320px
	}

	.result-search .btn-result {
		position: absolute;
		right: 12px;
		top: 8px;
		background-image: url("/static/img/web/cn/search/icon-search.png?v=e01cf1c8a0");
		width: 45px;
		height: 25px;
		background-color: transparent;
		background-repeat: no-repeat;
		outline: none;
		border: none
	}

	.login-right {
		padding: 35px 20px;
		background-color: #ccc;
		text-align: center;
		color: #666666
	}

	.login-div {
		margin: 30px auto;
		width: 65%
	}

	.change-password-left {
		height: auto
	}

	.change-password-right {
		padding: 35px 50px;
		background-color: #ccc;
		text-align: center;
		color: #666666
	}

	.services-more-link {
		background-color: #949494;
		color: #ffffff;
		font-size: 9px;
		text-decoration: none;
		padding: 2px 5px
	}

	.faq-right-input {
		width: 160px;
		height: 25px
	}

	.faq-right-textarea {
		width: 160px;
		height: 80px
	}

	.my-ad-text {
		position: absolute;
		top: -79px;
		left: 35px;
		color: #ffffff
	}

	.ad-phone {
		position: absolute;
		top: -75px;
		left: 20px;
		width: 13px
	}

	.my-ad-text-fs1 {
		font-size: 16px
	}

	.my-ad-text-fs2 {
		font-size: 15px
	}

	.my-ad-text-fs3 {
		font-size: 8px
	}

	.case-study-selection {
		width: 68%;
		margin: 0 10px;
		height: 18px;
		background-color: #ffffff;
		font-size: 10px;
		color: #666666
	}

	.citations-selection {
		width: 22%;
		margin: 0 10px;
		height: 18px;
		background-color: #ffffff;
		font-size: 10px;
		color: #666666
	}

	.case-study-search strong,
	.case-study-search button {
		font-size: 10px
	}

	.case-study-cont label {
		font-size: 12px;
		color: #e04993;
		margin-top: 2px
	}

	.case-study-cont p {
		font-size: 10px;
		color: #666666;
		margin-top: -5px;
		line-height: 15px;
		margin-bottom: 0px
	}

	.case-study-cont a {
		font-size: 10px
	}

	.ul-dropup li a {
		color: #666666;
		font-size: 10px
	}

	.ul-dropup li a.active {
		color: #e14794
	}

	.animal-models-head p {
		font-size: 10px;
		color: #666666;
		line-height: 15px;
		margin-top: 15px
	}

	.services-more-link {
		background-color: #949494;
		color: #ffffff;
		font-size: 9px;
		text-decoration: none;
		padding: 2px 5px
	}

	.stem-cells-input {
		width: 35%;
		height: 20px;
		font-size: 10px;
		margin: 0 5px
	}

	.stem-cells-selection {
		width: 28%;
		height: 20px;
		background-color: #ffffff;
		margin: 0 5px;
		font-size: 10px
	}

	.stem-cells-table {
		width: 100%;
		border-collapse: collapse;
		color: #666666;
		font-size: 10px
	}

	.stem-cells-table button {
		width: 18px;
		height: 18px;
		background-color: #ffffff;
		border: 1px solid #ccc
	}

	.stem-cells-table-input {
		width: 30px;
		height: 18px;
		text-align: center
	}

	.btn-stem-cells-submit {
		padding: 2px 5px;
		background-color: #949494;
		font-size: 8px;
		color: #ffffff;
		border: transparent;
		margin: 3px
	}

	.stem-cells-detail-table {
		width: 100%;
		font-size: 10px
	}

	.stem-cells-detail-table td {
		padding: 5px 10px;
		height: 22px
	}

	.stem-cells-detail-table button {
		padding: 2px 5px;
		background-color: #e04993;
		color: #ffffff;
		font-size: 9px;
		border: transparent
	}

	.about-en-cont-img {
		max-width: 110px;
		max-height: 83px
	}

	.about-en-cont-div-right {
		max-width: 190px;
		line-height: 12px;
		margin-left: 15px;
		font-size: 10px
	}

	.about-en-cont-div-p {
		font-size: 10px;
		color: #666666;
		margin-top: 0;
		margin-bottom: 5px
	}

	.about-en-cont-link {
		color: #ffffff;
		background-color: #949494;
		font-size: 10px;
		padding: 2px 5px;
		text-decoration: none
	}
}

@media (min-width:992px) {
	.my-ad-text {
		position: absolute;
		top: -110px;
		left: 44px;
		color: #ffffff
	}

	.ad-phone {
		position: absolute;
		top: -105px;
		left: 22px;
		width: 20px
	}

	.my-ad-text-fs1 {
		font-size: 22px
	}

	.my-ad-text-fs2 {
		font-size: 16px
	}

	.my-ad-text-fs3 {
		font-size: 9px
	}

	.home-triangle-en.active {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: -155px;
		left: 50%;
		margin-left: -114px;
		border: 115px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 41px;
		z-index: 100
	}

	.faq-right-input {
		width: 200px;
		height: 25px
	}

	.faq-right-textarea {
		width: 200px;
		height: 80px
	}

	.search-input-4 {
		width: 180px;
		height: 30px;
		font-size: 12px;
		color: #666666
	}

	.reseller-select {
		width: 140px;
		color: #666666;
		font-size: 12px;
		height: 30px;
		padding-top: 3px
	}

	.search-btn-4 {
		position: absolute;
		width: 45px;
		height: 25px;
		background-image: url("/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0");
		border: none;
		background-repeat: no-repeat;
		background-color: transparent;
		outline: none;
		background-position: 0 0;
		right: 15px;
		top: 5px
	}

	.project-title-1 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-title-2 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-title-3 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-title-4 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-title-5 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-title-6 {
		font-size: 14px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 48px;
		text-align: center
	}

	.project-content {
		font-size: 12px;
		color: #ffffff;
		position: absolute;
		top: 182px;
		left: 35px;
		text-align: left
	}

	a.project-link {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 30px;
		top: 202px;
		font-size: 13px
	}

	a.project-link-center {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 30px;
		top: 202px;
		font-size: 13px
	}

	a.project-link-right {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 30px;
		top: 202px;
		font-size: 13px
	}

	.result-search .result-select {
		width: 200px
	}

	.result-search .result-input {
		width: 420px
	}

	.result-search .result-btn {
		position: absolute;
		right: 12px;
		top: 8px;
		background-image: url("/static/img/web/cn/search/icon-search.png?v=e01cf1c8a0");
		width: 45px;
		height: 25px;
		background-color: transparent;
		background-repeat: no-repeat;
		outline: none;
		border: none
	}

	.login-right {
		padding: 35px 20px;
		background-color: #ccc;
		text-align: center;
		color: #666666
	}

	.login-div {
		margin: 30px auto;
		width: 65%
	}

	.change-password-left {
		height: 780px
	}

	.change-password-right {
		padding: 35px 20px;
		background-color: #ccc;
		height: 780px;
		text-align: center;
		color: #666666
	}

	.case-study-selection {
		width: 73%;
		margin: 0 10px;
		height: 25px;
		background-color: #ffffff;
		font-size: 12px;
		color: #666666
	}

	.citations-selection {
		width: 28%;
		margin: 0 10px;
		height: 25px;
		background-color: #ffffff;
		font-size: 12px;
		color: #666666
	}

	.case-study-search strong {
		font-size: 12px
	}

	.case-study-cont label {
		font-size: 14px;
		color: #e04993;
		margin-top: 5px
	}

	.case-study-cont p {
		font-size: 11px;
		color: #666666;
		margin-top: 5px;
		line-height: 22px;
		margin-bottom: 5px
	}

	.case-study-cont a {
		padding: 3px 8px;
		font-size: 11px
	}

	.ul-dropup li a {
		color: #666666;
		font-size: 11px
	}

	.animal-models-head p {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		margin-top: 15px
	}

	.stem-cells-input {
		width: 38%;
		height: 25px;
		font-size: 12px;
		margin: 0 10px
	}

	.stem-cells-selection {
		width: 28%;
		height: 25px;
		font-size: 12px;
		margin: 0 10px;
		background-color: #ffffff
	}

	.stem-cells-table {
		width: 100%;
		border-collapse: collapse;
		color: #666666;
		font-size: 12px
	}

	.stem-cells-table button {
		width: 18px;
		height: 18px;
		background-color: #ffffff;
		border: 1px solid #ccc
	}

	.stem-cells-table-input {
		width: 50px;
		height: 18px;
		text-align: center
	}

	.btn-stem-cells-submit {
		padding: 3px 8px;
		background-color: #949494;
		font-size: 9px;
		color: #ffffff;
		border: transparent;
		margin: 5px
	}

	.stem-cells-detail-table {
		width: 100%;
		font-size: 12px
	}

	.stem-cells-detail-table td {
		padding: 5px 10px;
		height: 30px
	}

	.stem-cells-detail-table button {
		padding: 3px 6px;
		background-color: #e04993;
		color: #ffffff;
		font-size: 10px;
		border: transparent
	}

	.about-en-cont-div-right {
		max-width: 250px;
		line-height: 15px;
		margin-left: 15px;
		font-size: 11px
	}

	.about-en-cont-div-p {
		font-size: 11px;
		color: #666666;
		margin-top: 0;
		margin-bottom: 8px
	}

	.about-en-cont-link {
		color: #ffffff;
		background-color: #949494;
		font-size: 11px;
		padding: 3px 7px;
		text-decoration: none
	}

	.about-en-cont-img {
		max-width: 100%;
		max-height: 100%
	}
}

@media (min-width:1200px) {
	.my-ad-text {
		position: absolute;
		top: -120px;
		left: 55px;
		color: #fff
	}

	.ad-phone {
		position: absolute;
		top: -115px;
		left: 26px;
		width: 28px
	}

	.my-ad-text-fs1 {
		font-size: 28px
	}

	.my-ad-text-fs2 {
		font-size: 19px
	}

	.my-ad-text-fs3 {
		font-size: 12px
	}

	.home-triangle-en.active {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: -190px;
		left: 50%;
		margin-left: -140px;
		border: 140px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 50px;
		z-index: 100
	}

	.faq-right-input {
		width: 250px;
		height: 30px
	}

	.faq-right-textarea {
		width: 250px;
		height: 100px
	}

	.search-input-4 {
		width: 280px;
		height: 34px;
		font-size: 14px;
		color: #666666;
		line-height: 34px
	}

	.reseller-select {
		width: 200px;
		color: #666666;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
		padding-top: 2px
	}

	.search-btn-4 {
		position: absolute;
		width: 45px;
		height: 25px;
		background-image: url("/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0");
		border: none;
		background-repeat: no-repeat;
		background-color: transparent;
		outline: none;
		background-position: 0 0;
		right: 18px;
		top: 8px
	}

	.businessPageImg {
		display: block;
		margin: 0 auto
	}

	.project-title-1 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-title-2 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-title-3 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-title-4 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-title-5 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-title-6 {
		font-size: 16px;
		color: #000;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 54px;
		text-align: center
	}

	.project-content {
		font-size: 14px;
		color: #ffffff;
		position: absolute;
		top: 225px;
		left: 45px;
		text-align: left
	}

	a.project-link {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 60px;
		top: 227px;
		font-size: 15px
	}

	a.project-link-center {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 45px;
		top: 227px;
		font-size: 15px
	}

	a.project-link-right {
		text-decoration: none;
		color: #727272;
		position: absolute;
		right: 55px;
		top: 227px;
		font-size: 15px
	}

	.result-search .result-select {
		width: 220px
	}

	.result-search .result-input {
		width: 540px
	}

	.result-search .result-btn {
		position: absolute;
		right: 12px;
		top: 8px;
		background-image: url("/static/img/web/cn/search/icon-search.png?v=e01cf1c8a0");
		width: 45px;
		height: 25px;
		background-color: transparent;
		background-repeat: no-repeat;
		outline: none;
		border: none
	}

	.login-right {
		padding: 35px 20px;
		background-color: #ccc;
		text-align: center;
		color: #666666
	}

	.login-div {
		margin: 30px auto;
		width: 65%
	}

	.change-password-left {
		height: 780px
	}

	.change-password-right {
		padding: 35px 20px;
		background-color: #ccc;
		height: 780px;
		text-align: center;
		color: #666666
	}

	.case-study-selection {
		width: 75%;
		margin: 0 10px;
		height: 30px;
		background-color: #ffffff;
		font-size: 14px;
		color: #666666
	}

	.citations-selection {
		width: 30%;
		margin: 0 10px;
		height: 30px;
		background-color: #ffffff;
		font-size: 14px;
		color: #666666
	}

	.case-study-search button {
		font-size: 12px
	}

	.case-study-search strong {
		font-size: 14px
	}

	.case-study-cont label {
		font-size: 16px;
		color: #e04993;
		margin-top: 5px
	}

	.case-study-cont p {
		font-size: 12px;
		color: #666666;
		margin-top: 10px;
		line-height: 22px;
		margin-bottom: 10px
	}

	.case-study-cont a {
		padding: 3px 8px;
		font-size: 12px
	}

	.ul-dropup li a {
		color: #666666;
		font-size: 12px
	}

	.animal-models-head p {
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		margin-top: 15px
	}

	.stem-cells-input {
		width: 40%;
		height: 30px;
		margin: 0 10px;
		font-size: 14px;
		color: #666666
	}

	.stem-cells-table {
		width: 100%;
		border-collapse: collapse;
		color: #666666;
		font-size: 12px
	}

	.stem-cells-selection {
		width: 28%;
		height: 30px;
		background-color: #ffffff;
		color: #666666;
		margin: 0 10px
	}

	.stem-cells-table button {
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		border: 1px solid #ccc
	}

	.stem-cells-table-input {
		width: 50px;
		height: 20px
	}

	.btn-stem-cells-submit {
		padding: 3px 8px;
		background-color: #949494;
		font-size: 10px;
		color: #ffffff;
		border: transparent;
		margin: 5px
	}

	.stem-cells-detail-table {
		width: 100%;
		font-size: 14px
	}

	.stem-cells-detail-table td {
		padding: 5px 10px;
		height: 40px
	}

	.stem-cells-detail-table button {
		padding: 3px 8px;
		background-color: #e04993;
		color: #ffffff;
		font-size: 12px;
		border: transparent
	}

	.about-en-cont-div-right {
		max-width: 322px;
		line-height: 18px;
		margin-left: 15px;
		font-size: 12px
	}

	.about-en-cont-div-p {
		font-size: 12px;
		color: #666666;
		margin-top: 0;
		margin-bottom: 10px
	}

	.about-en-cont-link {
		color: #ffffff;
		background-color: #949494;
		font-size: 12px;
		padding: 3px 7px;
		text-decoration: none
	}

	.about-en-cont-img {
		max-width: 100%;
		height: 100%
	}
}

.community .community-main {
	border: solid 1px #dbdbdb
}

.community .tab-content.dashed {
	padding: 20px 30px
}

.community .tab-content.dashed .tab-pane {
	border-top: dashed 1px #ccc;
	padding-top: 20px
}

.community .article {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 10px
}

.community .article:first-child {
	padding-top: 0
}

.community .article .title-date {
	color: #959595
}

.community .article .title.overflow {
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.community .article .title a {
	color: #959595
}

.community .article .title.em a {
	color: #333
}

.community .article .label {
	margin-left: 5px
}

.community .pag {
	margin-top: 20px
}

.community .format {
	padding: 20px 30px
}

.community .format-media {
	margin-bottom: 15px;
	color: #959595;
	font-size: 10px
}

.community .format-media .media {
	border-bottom: dashed 1px #ccc;
	padding-bottom: 20px;
	margin-top: 20px
}

.community .format-media .media:first-child {
	margin-top: 0
}

.community .format-media .media-heading a {
	font-size: 16px;
	color: #e04993;
	font-weight: bold
}

.community .format-media .media-body {
	padding-left: 20px
}

.community .format-media .media .content {
	margin-top: 30px
}

.community .format-media img.media-object {
	width: 150px;
	height: 195px
}

.community .format-media.wemedia img.media-object {
	width: 83px;
	height: 83px
}

.community .frontier .format-media img.media-object {
	width: 200px;
	height: 150px
}

.community-detail .heading p.title {
	line-height: 1.3;
	margin-bottom: 3px;
	font-size: 24px
}

.community-detail .heading h1.title {
	line-height: 1.3;
	margin-bottom: 3px;
	font-size: 24px
}

.community-detail .heading hr {
	margin-top: 5px;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.community .article {
		font-size: 10px
	}

	.community .format-media {
		font-size: 10px
	}

	.community .format-media .media-heading a {
		font-size: 13px
	}

	.community .format-media img.media-object {
		width: 130px;
		height: 165px
	}

	.community .format-media .media-body {
		padding-left: 20px
	}

	.community .article .title.overflow {
		width: 300px
	}

	.community .frontier .format-media img.media-object {
		width: 150px;
		height: 120px
	}
}

@media (min-width:992px) {
	.community .article {
		font-size: 12px
	}

	.community .format-media {
		font-size: 12px
	}

	.community .format-media .media-heading a {
		font-size: 16px
	}

	.community .format-media img.media-object {
		width: 150px;
		height: 195px
	}

	.community .format-media .media-body {
		padding-left: 30px
	}

	.community .article .title.overflow {
		width: 400px
	}

	.community .frontier .format-media img.media-object {
		width: 200px;
		height: 150px
	}
}

@media (min-width:1200px) {
	.community .article {
		font-size: 12px
	}

	.community .format-media {
		font-size: 12px
	}

	.community .format-media .media-heading a {
		font-size: 16px
	}

	.community .format-media img.media-object {
		width: 150px;
		height: 195px
	}

	.community .format-media .media-body {
		padding-left: 35px
	}

	.community .article .title.overflow {
		width: 500px
	}

	.community .frontier .format-media img.media-object {
		width: 200px;
		height: 150px
	}
}

.nav-community {
	font-size: 10px;
	border-bottom: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-community {
		font-size: 10px
	}
}

@media (min-width:992px) {
	.nav-community {
		font-size: 13px
	}
}

@media (min-width:1200px) {
	.nav-community {
		font-size: 14px
	}
}

.nav-community>li {
	float: left;
	margin-bottom: -1px
}

.nav-community>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	background-color: #e0e0e0;
	color: #000;
	padding: 15px;
	border-right-color: #fff
}

.nav-community li a.last {
	border-right-color: transparent
}

.nav-community>li>a:hover {
	background-color: #afafaf;
	border-color: #afafaf #fff #ddd transparent
}

.nav-community li a.last:hover {
	border-color: #afafaf transparent #ddd transparent
}

.nav-community>li.active>a,
.nav-community>li.active>a:hover,
.nav-community>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-community.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-community.nav-justified>li {
	float: none
}

.nav-community.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px
}

.nav-community.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-community.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-community.nav-justified>li>a {
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px
	}
}

@media (min-width:992px) {
	.nav-community.nav-justified>li>a {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media (min-width:1200px) {
	.nav-community.nav-justified>li>a {
		padding-left: 5px;
		padding-right: 5px
	}
}

.nav-community.nav-justified>.active>a,
.nav-community.nav-justified>.active>a:hover,
.nav-community.nav-justified>.active>a:focus {
	border: 1px solid #ddd;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	color: #e14994
}

@media (min-width:768px) {
	.nav-community.nav-justified>li>a {
		border-bottom: 1px solid #ddd
	}

	.nav-community.nav-justified>.active>a,
	.nav-community.nav-justified>.active>a:hover,
	.nav-community.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.account .sidebar {
	border: 1px solid #ccc;
	margin-bottom: 15px
}

.account .sidebar dl {
	padding: 5px 8px
}

.account .sidebar dt {
	padding: 0 20px;
	border-bottom: solid 1.5px #d1d1d1
}

.account .sidebar dd {
	padding: 5px 25px
}

.account .sidebar dd.active a {
	color: #e04993
}

.account .sidebar a {
	color: #343434
}

.order .title {
	padding: 5px 20px 0 20px;
	border-bottom: solid 1.5px #d1d1d1
}

.order .content {
	padding: 20px 30px
}

.order .order-search input {
	width: 200px
}

.table-order>thead>tr,
.table-quote>thead>tr {
	background-color: #e7e7e7
}

.table-order>thead select,
.table-quote>thead select {
	padding: 0
}

.table-order>thead>tr>th,
.table-quote>thead>tr>th {
	text-align: center;
	vertical-align: middle
}

.table-order>tbody>tr.sub-title,
.table-quote>tbody>tr.sub-title {
	background-color: #f5f5f5
}

.table-order>tbody>tr>td.vertical,
.table-quote>tbody>tr>td.vertical {
	vertical-align: middle
}

.table-order>tbody>tr>td.order-text,
.table-quote>tbody>tr>td.order-text {
	padding-top: 13px
}

.price {
	margin: 0 0 5px 10px
}

.price .price-title {
	float: left;
	width: 80px;
	height: 32px;
	line-height: 32px
}

.price .price-title.lg {
	width: 115px
}

.price .price-body {
	margin-left: 80px;
	line-height: 32px
}

.price .price-body.lg {
	margin-left: 115px
}

.price .form-control {
	width: 60px
}

.product input.price-qty {
	width: 40%
}

#product-recommendation .thumbnail {
	border: none;
	margin-bottom: 0
}

#product-recommendation .thumbnail img {
	width: 154px;
	height: 117px
}

#product-recommendation .thumbnail .caption {
	height: 64px
}

#product-recommendation .thumbnail .caption a {
	color: #666;
	font-size: 11px
}

@media (min-width:768px) {
	#product-recommendation .thumbnail img {
		width: 154px;
		height: 117px
	}

	#product-recommendation .thumbnail {
		margin-bottom: 0
	}

	#product-recommendation .thumbnail .caption a {
		font-size: 11px
	}
}

@media (min-width:992px) {
	#product-recommendation .thumbnail img {
		width: 117px;
		height: 85px
	}

	#product-recommendation .thumbnail {
		margin-bottom: 15px
	}

	#product-recommendation .thumbnail .caption a {
		font-size: 13px
	}
}

@media (min-width:1200px) {
	#product-recommendation .thumbnail img {
		width: 154px;
		height: 117px
	}

	#product-recommendation .thumbnail {
		margin-bottom: 15px
	}

	#product-recommendation .thumbnail .caption a {
		font-size: 13px
	}
}

#product-description div {
	margin-bottom: 30px
}

#product-description table {
	border-collapse: collapse !important;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	background-color: #fff
}

#product-description table>thead>tr>th,
#product-description table>tbody>tr>th,
#product-description table>tfoot>tr>th,
#product-description table>thead>tr>td,
#product-description table>tbody>tr>td,
#product-description table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	border: 1px solid #ddd
}

#product-description table>thead>tr>th,
#product-description table>thead>tr>td {
	border-bottom-width: 2px
}

#product-description table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.modal-sign-up .form-group,
.modal-log-in .form-group {
	margin-bottom: 5px
}

.modal-header {
	border-radius: 4px
}

.modal-log-in a,
.modal-sign-up a {
	color: #989898
}

.modal-sign-up a.pink {
	color: #e14994
}

input.icon-format {
	padding-left: 33px
}

.icon-user {
	background-image: url("/static/img/web/icon-user.png?v=e01cf1c8a0");
	background-repeat: no-repeat;
	background-position: 10px 8px
}

.icon-email {
	background-image: url("/static/img/web/icon-email.png?v=e01cf1c8a0");
	background-repeat: no-repeat;
	background-position: 10px 8px
}

.icon-psw {
	background-image: url("/static/img/web/icon-psw.png?v=e01cf1c8a0");
	background-repeat: no-repeat;
	background-position: 10px 8px
}

.icon-verify-code {
	background-image: url("/static/img/web/icon-code.png?v=e01cf1c8a0");
	background-repeat: no-repeat;
	background-position: 10px 8px
}

.btn-pink.btn-sign-up {
	width: 100%;
	border-radius: 4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f47db7), to(#de4a93));
	background: -moz-linear-gradient(top, #f47db7, #de4a93);
	background: -o-linear-gradient(top, #f47db7, #de4a93);
	background: -ms-linear-gradient(#f47db7 0%, #de4a93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47db7', endColorstr='#de4a93', grandientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47db7', endColorstr='#de4a93', grandientType=1)
}

.web-public .carousel-indicators li {
	width: 6px;
	height: 6px;
	margin: 2px;
	background-color: #000;
	border: 1px solid #000
}

.web-public .carousel-indicators .active {
	width: 6px;
	height: 6px;
	margin: 2px;
	background-color: #e04993;
	border: 1px solid #e04993
}

.web-public .carousel-indicators {
	bottom: 0
}

.home-carousel .carousel-control,
.home-carousel .carousel-indicators {
	display: none
}

.web-public .carousel-control {
	display: none
}

.web-public .carousel-control.left {
	background-image: none;
	width: 5%
}

.web-public .carousel-control.right {
	background-image: none;
	width: 5%
}

.web-public .carousel:hover .carousel-control {
	display: block;
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.web-public .home-carousel .carousel:hover .carousel-control {
	display: none
}

.home-carousel img {
	margin: auto
}

.web-carousel .carousel {
	min-height: 151px
}

@media (min-width:768px) {
	.web-carousel .carousel {
		min-height: 151px
	}
}

@media (min-width:992px) {
	.web-carousel .carousel {
		min-height: 186px
	}
}

@media (min-width:1200px) {
	.web-carousel .carousel {
		min-height: 186px
	}
}

ol.web-breadcrumb {
	padding-left: 0;
	font-size: 12px;
	margin-top: 10px
}

.web-breadcrumb a {
	color: #949494
}

.web-breadcrumb>li {
	display: inline-block
}

.web-breadcrumb>li.active {
	color: #000
}

.web-breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\003e"
}

.web-nav {
	position: relative;
	left: 1px;
	display: inline-block;
	background: #949494;
	z-index: 18;
	width: 100%
}

.web-nav .inner {
	margin: 0;
	padding: 0;
	border-top: solid 1px #949494;
	border-left: solid 1px #949494;
	border-bottom: solid 1px #949494;
	z-index: 20
}

.web-nav .inner li {
	list-style-type: none;
	text-decoration: none
}

.web-nav .inner li a {
	pointer-events: none
}

.web-nav .inner li:hover {
	cursor: pointer
}

.web-nav .inner .list {
	margin: 0;
	padding: 0
}

.web-nav .inner .item:hover {
	background: #f7f7f7;
	color: #969696
}

.web-nav .inner .item.hover {
	background: #f7f7f7;
	color: #969696
}

.web-nav .inner i {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	font-weight: normal;
	font-size: 18px
}

.web-nav .inner .item:hover i {
	background: #f7f7f7;
	color: #949494
}

.web-nav .inner .item.hover i {
	background: #f7f7f7;
	color: #949494
}

.web-nav .inner .text {
	position: absolute;
	z-index: 2;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 400
}

.web-nav .inner .item {
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 1.8;
	border-bottom: solid 1px #b1b0af
}

.web-nav .inner .item:last-child {
	border-bottom: none
}

.web-nav .inner .item a {
	text-decoration: none;
	color: #fff;
	font-size: 10px
}

@media (min-width:768px) {
	.web-nav .inner .item a {
		font-size: 11px
	}
}

@media (min-width:992px) {
	.web-nav .inner .item a {
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.web-nav .inner .item a {
		font-size: 14px
	}
}

.web-nav .inner .item:hover a {
	color: #969696
}

.web-nav .inner .item.hover a {
	color: #969696
}

.web-dropdown {
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 0;
	border: 1px solid #949494;
	z-index: 16;
	background: #f7f7f7
}

@media (min-width:768px) {
	.web-dropdown {
		left: 178px;
		width: 163px
	}

	.sub-item {
		width: 65%
	}

	.picture-ad {
		width: 30%
	}
}

@media (min-width:992px) {
	.web-dropdown {
		left: 226px;
		width: 211px
	}

	.sub-item {
		width: 70%
	}

	.picture-ad {
		width: 25%
	}
}

@media (min-width:1200px) {
	.web-dropdown {
		left: 269px;
		width: 255px
	}

	.sub-item {
		width: 70%
	}

	.picture-ad {
		width: 25%
	}
}

.web-dropdown.open {
	display: block
}

.web-dropdown .sub-item {
	margin: 20px 0 20px 20px;
	float: left;
	width: 83%;
	background: #f7f7f7;
	display: none
}

.web-dropdown .sub-item.hover {
	display: block
}

.web-dropdown .item-block {
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.sub-item .item-list {
	margin-bottom: 18px;
	margin-top: 5px;
	line-height: 25px;
	font-size: 13px
}

@media (min-width:768px) {
	.sub-item .item-list {
		font-size: 11px
	}
}

@media (min-width:992px) {
	.sub-item .item-list {
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.sub-item .item-list {
		font-size: 13px
	}
}

.sub-item a.item-detail {
	white-space: nowrap;
	margin-right: 7px;
	text-decoration: none
}

.sub-item a.item-detail .divide {
	border: solid 1px #e0e0e0;
	margin-left: 10px
}

.sub-item dl {
	width: 100%;
	overflow: hidden;
	line-height: 2em;
	float: left
}

.sub-item dt {
	position: relative;
	float: left;
	width: 20%;
	padding: 8px 30px 0 0;
	text-align: right;
	font-weight: 700
}

.sub-item dt i {
	color: #a6a6a6;
	position: absolute;
	top: 10px;
	right: 18px;
	width: 4px;
	height: 14px
}

.sub-item dd {
	float: left;
	width: 80%;
	padding: 6px 0;
	border-bottom: 1px solid #e0e0e0
}

.sub-item dd a {
	float: left;
	padding: 0 8px;
	margin: 4px 0;
	line-height: 16px;
	height: 16px;
	border-left: 1px solid #e0e0e0
}

.picture-ad {
	float: right;
	display: none
}

.picture-ad a {
	display: block
}

.picture-block {
	margin-top: 20px;
	float: right;
	margin-right: 20px
}

.picture-block a.picture-text {
	margin-bottom: 10px
}

.web-tag {
	border: solid 1px #dbdbdb;
	color: #9c9c9c
}

.web-tag .tag {
	padding: 0 10px
}

.web-tag.tag.tag-bottom {
	border-bottom: 1px solid #dbdbdb
}

.div-bottom {
	border-bottom: 1px solid #dbdbdb
}

.web-tag .tag table {
	width: 100%;
	border-bottom: solid 1px #dbdbdb
}

.web-tag .tag:last-child table {
	border-bottom: none
}

.web-tag .tag table td.left {
	text-align: right;
	padding-right: 25px
}

.web-tag .tag table tr:last-child td {
	padding-bottom: 10px
}

.modal-vb button.close {
	padding-top: 4px
}

.modal-vb .modal-header {
	border-bottom-width: 0;
	background-color: #fff;
	background: none;
	padding: 10px
}

.modal-vb .modal-body {
	margin-top: -10px;
	padding-top: 0
}

.web-ad ul li {
	margin-bottom: 20px
}

.web-ad .pos {
	position: relative
}

.web-ad .ad-shadow:hover img {
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888
}

.web-ad .text-pos {
	position: absolute;
	top: -155px;
	left: 20px
}

.web-ad .form-group.form-group-last {
	margin-bottom: 10px
}

.subscribe .subscribe-title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px
}

.web-ad .text-pos .input-sm {
	border-radius: 0;
	height: 24px;
	width: 165px;
	font-size: 10px
}

.btn-blue.btn-subscribe {
	font-size: 9px;
	min-width: 40px;
	min-height: 10px
}

@media (min-width:768px) {
	.web-ad .text-pos {
		top: -95px;
		left: 13px
	}

	.subscribe .subscribe-title {
		font-size: 12px;
		color: #fff;
		margin-bottom: 5px
	}

	.web-ad .form-group.form-group-last {
		margin-bottom: 5px
	}

	.web-ad .text-pos .input-sm {
		border-radius: 0;
		height: 18px;
		width: 125px;
		font-size: 10px
	}

	.btn-blue.btn-subscribe {
		font-size: 9px;
		min-width: 40px;
		min-height: 10px
	}
}

@media (min-width:992px) {
	.web-ad .text-pos {
		top: -124px;
		left: 17px
	}

	.subscribe .subscribe-title {
		font-size: 16px;
		color: #fff;
		margin-bottom: 8px
	}

	.web-ad .form-group.form-group-last {
		margin-bottom: 10px
	}

	.web-ad .text-pos .input-sm {
		border-radius: 0;
		height: 23px;
		width: 145px;
		font-size: 12px
	}

	.btn-blue.btn-subscribe {
		font-size: 13px;
		min-width: 50px;
		min-height: 20px
	}
}

@media (min-width:1200px) {
	.web-ad .text-pos {
		top: -145px
	}

	.subscribe .subscribe-title {
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px
	}

	.web-ad .form-group.form-group-last {
		margin-bottom: 15px
	}

	.web-ad .text-pos .input-sm {
		border-radius: 0;
		height: 24px;
		width: 160px;
		font-size: 13px
	}

	.btn-blue.btn-subscribe {
		font-size: 13px;
		min-width: 50px;
		min-height: 20px
	}
}

.tags {
	border: 1px solid #dbdbdb;
	width: 100%;
	min-height: 147px;
	padding: 20px
}

.table.table-tb {
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc
}

.table-lh2>thead>tr>th,
.table-lh2>tbody>tr>th,
.table-lh2>tfoot>tr>th,
.table-lh2>thead>tr>td,
.table-lh2>tbody>tr>td,
.table-lh2>tfoot>tr>td {
	line-height: 2
}

table.table-price>tbody>tr>td {
	padding: 5px 0 5px 0
}

table.table-price>tbody>tr>th {
	width: 95px
}

table.table-price-btn>tbody>tr>td {
	width: 120px
}

table.table-price a.spec {
	padding: 4px;
	border: 1px solid #DCDCDC;
	color: #969696;
	text-decoration: none;
	line-height: 35px
}

table.table-price a.spec:hover,
table.table-price a.spec:focus,
table.table-price a.spec.active {
	color: #F22D00;
	border-color: #F22D00
}

table.table-price .final-price {
	font-size: 16px;
	font-weight: 600;
	color: #F22D00
}

.navbar-default.navbar-web-top {
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px
}

.navbar-default.navbar-web-top a {
	color: #777
}

.navbar-default.navbar-web-top a.email {
	color: #777
}

.navbar-default.navbar-web-top a.email:hover {
	color: #e14994
}

.navbar-web-top .navbar-nav>li a.logo-language {
	padding-top: 11px
}

.navbar-web-top .logo-language {
	position: relative
}

.navbar-web-top .logo-language .fa {
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	top: 17px;
	right: 2px;
	font-size: 14px
}

.navbar-web {
	background-color: #e14994
}

.navbar-default.navbar-web {
	margin-bottom: 0
}

.navbar-web .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}

.nav-grey.padding {
	padding: 10px 0 0 5px
}

@media (min-width:768px) {
	.nav-grey.padding {
		padding: 10px 0 0 4px
	}

	.nav-grey>li>a {
		font-size: 10px;
		height: 22px
	}

	.navbar-default.navbar-web-top {
		padding-top: 5px;
		font-size: 13px
	}
}

@media (min-width:992px) {
	.nav-grey.padding {
		padding: 10px 0 0 4px
	}

	.nav-grey>li>a {
		font-size: 12px;
		height: 25px
	}

	.navbar-default.navbar-web-top {
		padding-top: 8px;
		padding-bottom: 3px;
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.nav-grey.padding {
		padding: 10px 0 0 5px
	}

	.nav-grey>li>a {
		font-size: 15px;
		height: 30px
	}

	.navbar-default.navbar-web-top {
		padding-top: 10px;
		padding-bottom: 9px;
		font-size: 14px
	}
}

.nav-grey {
	background-color: #e0e0e0
}

.nav-grey>li {
	text-align: center;
	min-width: 16%;
	margin-left: 1px
}

.nav-grey>li>a {
	background-color: #afafaf;
	border: 1px solid #afafaf;
	line-height: 1;
	color: #fff;
	padding: 5px
}

.nav-grey>li.active>a,
.nav-grey>li>a:hover,
.nav-grey>li.active>a:focus {
	color: #555
}

.navbar-default .navbar-nav.navbar-dropdown>.open>a,
.navbar-default .navbar-nav.navbar-dropdown>.open>a:hover,
.navbar-default .navbar-nav.navbar-dropdown>.open>a:focus {
	background-color: transparent
}

.nav.nav-menu {
	font-size: 16px
}

.nav.nav-menu .open>a,
.nav.nav-menu .open>a:hover,
.nav.nav-menu .open>a:focus {
	color: #fff
}

.navbar-default .navbar-nav.nav-menu>li>a:hover,
.navbar-default .navbar-nav.nav-menu>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-default .navbar-nav.nav-menu>.open>a,
.navbar-default .navbar-nav.nav-menu>.open>a:hover,
.navbar-default .navbar-nav.nav-menu>.open>a:focus {
	color: #fff;
	background-color: #c64182
}

.nav-menu {
	width: 65%
}

.nav-menu li {
	float: right
}

.nav-menu li:hover {
	background-color: #c64182
}

li.sub-nav-menu {
	width: 100%;
	text-align: left
}

li.sub-nav-menu:hover {
	background-color: #eee
}

li.sub-nav-menu>a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px
}

.navbar-nav.nav-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px
}

@media (min-width:768px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px
	}

	li.sub-nav-menu>a {
		font-size: 12px
	}
}

@media (min-width:992px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 18px;
		padding-right: 18px;
		font-size: 14px
	}

	li.sub-nav-menu>a {
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 16px
	}

	li.sub-nav-menu>a {
		font-size: 16px
	}
}

.navbar-nav.nav-menu>li.active>a,
.navbar-nav.nav-menu-en>li.active>a {
	background-color: #c64182;
	color: #fff
}

.navbar-nav.nav-menu>li.active:hover>a,
.navbar-nav.nav-menu-en>li.active:hover {
	background-color: #c64182;
	color: #fff
}

.navbar-nav.nav-menu>li>a,
.navbar-nav.nav-menu-en>li>a {
	color: #fff
}

.navbar-nav.nav-menu>li:hover>a,
.navbar-nav.nav-menu-en>li:hover>a {
	color: #fff
}

.navbar-form.nav-search {
	margin-top: 11px
}

.nav-search-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 30px;
	background-color: transparent;
	background-image: url("/static/img/web/cn/public/icon-search.png?v=e01cf1c8a0");
	background-repeat: no-repeat;
	background-position: -3px 3px;
	outline: none;
	border: none
}

.nav-search-icon:hover {
	background-position: -2px 3px;
	background-image: url("/static/img/web/cn/public/icon-search-active.png?v=e01cf1c8a0")
}

.nav-search .form-control {
	padding-right: 55px;
	border-radius: 13px;
	width: 100%;
	height: 28px;
	font-size: 10px
}

.nav-search-icon.normal {
	background-image: url("/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0");
	background-position: 18px 3px;
	pointer-events: auto
}

.nav-search-icon.normal:hover {
	background-position: 18px 3px;
	background-image: url("/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0")
}

input:-ms-input-placeholder {
	padding-top: 4px
}

@media (min-width:768px) {
	.nav-search .form-control {
		width: 230px;
		font-size: 11px
	}
}

@media (min-width:992px) {
	.nav-search .form-control {
		width: 280px;
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.nav-search .form-control {
		width: 300px;
		font-size: 12px
	}
}

.nav-search .form-group {
	position: relative
}

.btn-blue {
	min-width: 50px;
	min-height: 20px;
	background-color: #1c1cb0;
	border-radius: 0;
	color: #fff
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #fff
}

.white {
	color: #fff
}

.pink,
.pink a,
a.pink {
	color: #e14994
}

.grey {
	color: #969696
}

.grey1 {
	color: #989898
}

.grey2 {
	color: #666
}

.grey2 a {
	color: #666
}

.bg-pink {
	background-color: #e14994
}

.bg-white {
	background-color: #fff
}

.gradient-grey {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eceff2), to(#d8dde1));
	background: -moz-linear-gradient(top, #eceff2, #d8dde1);
	background: -o-linear-gradient(top, #eceff2, #d8dde1);
	background: -ms-linear-gradient(#eceff2 0%, #d8dde1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceff2', endColorstr='#d8dde1', grandientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceff2', endColorstr='#d8dde1', grandientType=1)
}

.h45 {
	height: 45px
}

.m0 {
	margin: 0
}

.mb0 {
	margin-bottom: 0
}

.mb3 {
	margin-bottom: 3px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb12 {
	margin-bottom: 12px
}

.mb15 {
	margin-bottom: 15px
}

.mb17 {
	margin-bottom: 17px
}

.mb20 {
	margin-bottom: 20px
}

.mb22 {
	margin-bottom: 22px
}

.mb30 {
	margin-bottom: 30px
}

.mt-5 {
	margin-top: -5px
}

.mt-10 {
	margin-top: -10px
}

.mt-20 {
	margin-top: -20px
}

.mt0 {
	margin-top: 0
}

.mt2 {
	margin-top: 2px
}

.mt-5 {
	margin-top: -5px
}

.mt5 {
	margin-top: 5px
}

.mt8 {
	margin-top: 8px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt25 {
	margin-top: 25px !important
}

.mt30 {
	margin-top: 30px
}

.mt35 {
	margin-top: 35px
}

.mt50 {
	margin-top: 50px
}

.mt80 {
	margin-top: 80px
}

.mt300 {
	margin-top: 300px
}

.mr0 {
	margin-right: 0
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.mr {
	margin-right: 15px
}

.mr60 {
	margin-right: 60px
}

.ml0 {
	margin-left: 0
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.ml60 {
	margin-left: 60px
}

.pdt5 {
	padding-top: 5px
}

.pdt10 {
	padding-top: 10px
}

.pdt25 {
	padding-top: 25px
}

.pdb30 {
	padding-bottom: 30px !important
}

.pdb40 {
	padding-bottom: 40px !important
}

.pdb70 {
	padding-bottom: 70px !important
}

.pdl0 {
	padding-left: 0
}

.pdl5 {
	padding-left: 5px
}

.pdl10 {
	padding-left: 10px
}

.pdl20 {
	padding-left: 20px
}

.pdl30 {
	padding-left: 30px
}

.pdl35 {
	padding-left: 35px
}

.pdl40 {
	padding-left: 35px
}

.pdl42 {
	padding-left: 42px
}

.pdl45 {
	padding-left: 45px
}

.pdl50 {
	padding-left: 50px
}

.pdl70 {
	padding-left: 70px
}

.pdl90 {
	padding-left: 90px
}

.pdr0 {
	padding-right: 0
}

.pdr5 {
	padding-right: 5px
}

.pdr10 {
	padding-right: 10px
}

.pdr15 {
	padding-right: 15px
}

.pdl20 {
	padding-right: 20px
}

.pdr30 {
	padding-right: 30px
}

.pdr45 {
	padding-right: 45px
}

.pdr50 {
	padding-right: 50px !important
}

.pdr60 {
	padding-right: 60px
}

.pdr80 {
	padding-right: 80px
}

.pdl15 {
	padding-left: 15px
}

.pdr20 {
	padding-right: 20px
}

.pd25 {
	padding: 25px
}

.navbar-brand-mt-5 {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	margin-top: -5px
}

.navbar-brand-mt5 {
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 20px;
	margin-top: 5px
}

.fcg {
	color: #666666
}

.ul-center {
	margin: 0 auto
}

.fs10 {
	font-size: 10px
}

.fs11 {
	font-size: 11px
}

.fs12 {
	font-size: 12px
}

.clear-right {
	clear: right
}

.fs14 {
	font-size: 14px
}

.fs15 {
	font-size: 15px
}

.fs16 {
	font-size: 16px
}

.row-1 {
	margin: 10px 60px 20px 60px
}

.col-1 {
	min-height: 110px;
	padding: 0 5px;
	position: relative
}

.fc-gray {
	color: #959595
}

.mt-10 {
	margin-top: -10px
}

.mt10 {
	margin-top: 10px !important
}

.li-img {
	background-color: #f2f2f2;
	border: 2px solid #dedddd
}

.li-img:hover {
	background-color: #e04993
}

.row-2 {
	position: relative
}

.img-p {
	font-family: Regular;
	line-height: 15px
}

.col-3 {
	position: absolute;
	top: 340px;
	left: 220px;
	width: 30%;
	border: 1px solid red
}

.m15 {
	margin: 15px
}

.bb {
	border-bottom: 1px dashed #d0d0d0
}

.ml-15 {
	margin-left: -15px
}

.fcr {
	color: #e04993
}

.search-btn-2 {
	border: none;
	position: absolute;
	width: 53px;
	height: 22px;
	left: 640px;
	top: 5px;
	background: none
}

.search-input-2 {
	background-color: #ffffff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 424px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px
}

.m25 {
	margin: 25px
}

.div-border {
	border: 1px solid #ccc
}

.div-border-top {
	border-top: 1px solid #ccc
}

.btn2 {
	width: 90%;
	-moz-user-select: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 2px 12px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #ffffff;
	color: #666666;
	display: block
}

.btn-div {
	margin: 30px 0
}

.ml-20 {
	margin-left: -20px
}

.ml10 {
	margin-left: 30px
}

.ml30 {
	margin-left: 30px
}

.ml90 {
	margin-left: 90px
}

.img-width {
	width: 100%
}

.m10 {
	margin: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb50 {
	margin-bottom: 50px
}

.mb200 {
	margin-bottom: 200px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.pd30 {
	padding: 30px
}

.pd {
	padding: 25px 35px
}

.fs25 {
	font-size: 25px
}

.login-title {
	margin-top: 80px;
	color: #e04993;
	font-size: 20px;
	text-align: center;
	vertical-align: bottom
}

.login-title label {
	margin-bottom: 2px;
	vertical-align: bottom
}

#log-in-error-tips {
	margin-bottom: 10px;
	color: red
}

.pdb40 {
	padding-bottom: 40px
}

.pdt85 {
	padding-top: 85px
}

.ml-25 {
	margin-left: -25px
}

.ml-28 {
	margin-left: -28px
}

.btn-login {
	min-width: 100px;
	color: #ffffff;
	background-color: #e04993
}

.btn-register {
	width: 100px;
	color: #e04993;
	background-color: #ffffff;
	border-color: #ccc;
	margin-left: 15px
}

.fs13 {
	font-size: 13px
}

.btn-group-table tr td {
	padding: 10px
}

.web-sidebar dl.dl-menu {
	border: 1px solid #ccc;
	margin-bottom: 15px
}

.dl-menu dt {
	padding: 15px 25px 10px 25px;
	font-size: 18px;
	color: #282727
}

.dl-menu dd {
	padding: 10px 25px;
	font-size: 14px;
	border-left: 5px solid transparent
}

.dl-menu dd:hover,
.dl-menu dd.active {
	border-left: 5px solid #e04993;
	background-color: #f3f3f3
}

.dl-menu dd a {
	color: #666;
	text-decoration: none
}

.dl-menu dd.active a {
	color: #1e1d1d
}

.about-detail-title {
	padding: 8px 25px;
	font-size: 25px;
	color: #e04993;
	border-bottom: 1px solid #e1e1e1
}

.support-faq {
	padding: 20px 35px 8px;
	font-size: 16px;
	color: #e04993
}

.about-detail-cont {
	width: 85%;
	margin: 0 auto;
	padding: 40px 0 70px 0
}

.mt30 {
	margin-top: 30px
}

.mt35 {
	margin-top: 35px
}

.mt40 {
	margin-top: 40px
}

.mt45 {
	margin-top: 45px
}

.support .support-main {
	padding: 15px 35px
}

.support-main .media-body.vertical-mid {
	vertical-align: middle
}

.support-main .media-body .btn-group-vertical .btn {
	margin-bottom: 7px
}

.btn-support {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.25, #fff), color-stop(.37, #f3f3f3), color-stop(.37, #ececec));
	background-image: -webkit-linear-gradient(#fff 25%, #f3f3f3, #ececec);
	background-image: -moz-linear-gradient(top, #fff 25%, #f3f3f3, #ececec);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec')";
	background-image: -ms-linear-gradient(#fff 25%, #f3f3f3, #ececec);
	background-image: -o-linear-gradient(#fff 25%, #f3f3f3, #ececec);
	background-image: linear-gradient(#fff 25%, #f3f3f3, #ececec);
	height: 22px;
	font-size: 13px;
	color: #666;
	border-radius: 3px;
	line-height: 21px
}

.support-main .media {
	margin-top: 20px;
	margin-bottom: 20px
}

.support-main .media img {
	width: 95px;
	height: 95px
}

.support-main .media .btn-group-vertical {
	width: 190px
}

.support-main .btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.support-main .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 3px
}

.support-main .btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.support .tab-content.dashed {
	padding: 20px 30px
}

.support .tab-content.dashed .tab-pane {
	border-top: dashed 1px #ccc
}

.support .article {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 10px
}

.support .article .title a {
	color: #959595
}

.support .article .title a:hover {
	color: #e14994
}

.support .support-base {
	border: solid 1px #dbdbdb
}

@media (min-width:768px) {
	.support .support-main {
		padding: 15px 25px
	}

	.support-main .media {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.support-main .media img {
		width: 90px;
		height: 90px
	}

	.support-main .media .btn-group-vertical {
		width: 125px
	}

	.btn-support {
		height: 20px;
		font-size: 12px;
		line-height: 18px
	}
}

@media (min-width:992px) {
	.support .support-main {
		padding: 20px 25px
	}

	.support-main .media {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.support-main .media img {
		width: 116px;
		height: 116px
	}

	.support-main .media .btn-group-vertical {
		width: 180px
	}

	.btn-support {
		height: 30px;
		font-size: 14px;
		line-height: 25px
	}
}

@media (min-width:1200px) {
	.support .support-main {
		padding: 20px 35px
	}

	.support-main .media-body .btn-group-vertical .btn {
		margin-bottom: 8px
	}

	.support-main .media {
		margin-top: 30px;
		margin-bottom: 30px
	}

	.support-main .media img {
		width: 141px;
		height: 141px
	}

	.support-main .media .btn-group-vertical {
		width: 210px
	}

	.btn-support {
		height: 30px;
		font-size: 14px;
		line-height: 25px
	}
}

.support-detail-p {
	margin: 15px 35px
}

.support-detail-div {
	margin: 25px 35px
}

.support-detail-cont-p {
	padding: 35px
}

.support-detail-cont-p dt,
.support-detail-cont-p dd {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0
}

.cont-p {
	line-height: 28px
}

.news-cont {
	margin-top: 15px
}

.news-cont-div {
	margin: 0 15px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 15px 0 10px 0
}

.tab-panel-border {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.news-cont-p {
	margin: 0 30px;
	padding: 15px 0 5px 0
}

.active-div-border {
	border: 2px solid #e04993;
	padding-bottom: 20px
}

.search-input-3 {
	border-radius: 5px
}

.search3 {
	position: relative;
	margin: 25px 20px
}

.search-btn-3 {
	position: absolute;
	width: 45px;
	height: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/static/img/web/cn/support/search/icon-search.png?v=e01cf1c8a0');
	background-position: 0 0;
	border: none;
	outline: none;
	right: 3px;
	top: 4px
}

.fcb {
	color: #1e1d1d
}

.ml30 {
	margin-left: 30px
}

.faq-right {
	margin-top: 25px;
	padding: 15px 15px 0 15px
}

.fs18 {
	font-size: 18px
}

.faq-right .faq-right-div {
	border-bottom: 1px solid #ccc
}

.faq-right-btn {
	color: #ffffff;
	background-color: #e04993;
	width: 60px;
	height: 32px;
	font-size: 14px;
	border: none
}

.search4 {
	position: relative
}

.reseller-search-div {
	background-color: #f3f3f3;
	border-radius: 8px;
	padding: 5px 10px;
	margin: 25px;
	position: relative
}

.reseller-search-div label {
	margin-bottom: 0
}

.reseller-detail-p {
	margin: 20px 55px;
	padding: 10px 0 30px 0
}

.position-relative {
	position: relative
}

.faq-left-icon {
	position: absolute;
	left: -25px
}

.ml35 {
	margin-left: 35px
}

.footer-bgc {
	background-color: #ffffff;
	border: 1px solid #ccc
}

.footer-fcg {
	color: #9c9c9c
}

.pdb10 {
	padding-bottom: 10px
}

.pdb20 {
	padding-bottom: 20px
}

.fs20 {
	font-size: 20px
}

.project-bottom {
	height: 160px;
	border-right: 1px solid #ccc
}

.v-align-t {
	vertical-align: top
}

.pl14 {
	padding-left: 14px
}

.pd20 {
	padding: 20px
}

.relative {
	position: relative
}

.result-search {
	position: relative;
	border-radius: 8px;
	background-color: #f3f3f3;
	width: 100%;
	padding: 5px 10px
}

.result-ul {
	padding: 0
}

.result-ul>li {
	padding: 15px 0;
	list-style-type: none
}

.pd10 {
	padding: 10px
}

a.result-label {
	padding: 3px 8px;
	border-radius: 3px;
	background-color: #fbeaf2;
	border: 1px solid #eb81b5;
	margin-right: 8px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	color: #666666;
	text-decoration: none
}

.pdt15 {
	padding-top: 15px
}

.pdb15 {
	padding-bottom: 15px
}

.img-center {
	margin: 0 auto
}

.border-top-none {
	border-top: none
}

.fs21 {
	font-size: 21px
}

.no-result-bgc {
	background-color: #fafafa
}

.mt60 {
	margin-top: 60px
}

.ml50 {
	margin-left: 50px
}

.nav-shopping {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e04993;
	padding-left: 45px;
	list-style: disc
}

.nav-shopping li {
	float: left;
	margin-right: 50px;
	padding: 5px;
	color: #ccc
}

.nav-shopping li a {
	font-size: 16px;
	color: #666666;
	text-decoration: none
}

.nav-shopping .active a {
	color: #1e1d1d
}

.nav-shopping-pd {
	padding: 10px 50px
}

.btn-no-result {
	background-color: #e04993;
	color: #ffffff;
	width: 60px;
	border: none;
	outline: none;
	font-size: 12px;
	padding: 2px
}

.mr-20 {
	margin-right: -20px
}

.fs30 {
	font-size: 30px
}

.fs28 {
	font-size: 28px
}

.fs19 {
	font-size: 19px
}

.result-my-ad-text {
	position: absolute;
	color: #ffffff;
	font-size: 21px;
	top: 20px;
	left: 25px
}

.result-ad-link {
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	top: 105px;
	left: 20px
}

.div-hidden {
	display: none
}

.highlight {
	background-color: #ffff00
}

textarea {
	resize: none
}

.btn.btn-pw-reset {
	border-radius: 5px;
	padding: 3px 18px;
	font-size: 16px;
	color: #ffffff;
	background-color: #e04993;
	border: none
}

.btn-save {
	padding: 5px 18px;
	font-size: 16px;
	color: #ffffff;
	background-color: #e04993;
	border: none
}

.bdshare-button-style0-16 .bds-share {
	background-image: url("/static/img/web/cn/public/icon-share.jpg?v=e01cf1c8a0");
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	margin-top: -0.4px;
	background-repeat: no-repeat;
	cursor: pointer
}

.bd_weixin_popup {
	position: absolute;
	padding: 10px;
	width: 240px;
	height: 300px
}

.long-title {
	display: inline-block;
	padding-right: 25px
}

.follow-link {
	text-decoration: none;
	border-right: 1px solid #666666;
	padding-right: 15px
}

.ul-unstyle {
	padding: 0;
	list-style-type: none
}

.mr5 {
	margin-right: 5px
}

.v-align-b {
	vertical-align: bottom
}

.ml-5 {
	margin-left: -5px
}

.ml-10 {
	margin-left: -10px
}

.footer .band-right {
	position: absolute;
	right: 0;
	bottom: 5px
}

.footer-bgc-gray {
	background-color: #8a8a8a
}

.footer-bgc-black {
	background-color: #6b6b6b
}

.mr-5 {
	margin-right: -5px
}

.footer-pd {
	padding: 5px 0
}

.mr10 {
	margin-right: 10px
}

.border-right {
	border-right: 1px solid #ffffff
}

.v-align-m {
	vertical-align: middle
}

.resources-div {
	background-color: #fef9fb;
	min-height: 500px
}

.resources-tablist {
	list-style: none;
	padding: 30px 10px;
	font-size: 14px;
	color: #666666
}

.resources-tablist li {
	padding: 8px 15px;
	border-left: 4px solid transparent;
	margin-bottom: 5px
}

.resources-tablist li:hover {
	border-left-color: #e04993;
	background-color: #f7b4d5;
	cursor: pointer
}

.resources-tablist li.active {
	border-left-color: #e04993;
	background-color: #f7b4d5;
	cursor: pointer
}

.resources-tablist li a {
	text-decoration: none;
	color: #666666
}

.resources-panel {
	padding: 15px
}

.resources-panel dl dd {
	margin-bottom: 40px
}

.resources-up {
	display: block;
	position: fixed;
	bottom: 0;
	margin-bottom: 160px;
	margin-left: 100px;
	width: 42px;
	height: 42px;
	background-image: url("/static/img/web/us/resources/animal_resource_center/up-gray.png?v=e01cf1c8a0");
	background-repeat: no-repeat
}

.resources-up:hover {
	background-image: url("/static/img/web/us/resources/animal_resource_center/up-pink.png?v=e01cf1c8a0");
	background-repeat: no-repeat
}

.position-fixed {
	position: fixed
}

.btn-dropup {
	width: 100%;
	background-color: #e3e3e3;
	padding: 5px 15px;
	border: transparent;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: bolder
}

.ul-dropup {
	padding: 15px 20px;
	margin: 0;
	list-style: disc inside
}

.ul-dropup li {
	padding: 3px 0;
	margin-left: -5px
}

.mb70 {
	margin-bottom: 70px
}

.case-study-div-border {
	border: 1px solid #ccc;
	border-top: 2px solid #e04993
}

.pd15 {
	padding: 15px
}

.case-study-textarea {
	width: 98%
}

.case-study-title {
	padding: 20px 15px;
	font-size: 26px;
	color: #000000;
	font-weight: bolder;
	border-bottom: 1px solid #ccc
}

.case-study-search {
	width: 100%;
	padding: 10px 15px;
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0
}

.btn-case-study {
	padding: 3px 8px;
	color: #ffffff;
	background-color: #173c8c;
	font-size: 14px;
	font-weight: bolder;
	border-radius: 0
}

.case-study-cont {
	padding: 20px 0;
	margin: 0 15px;
	border-bottom: 1px solid #ccc
}

.pdb50 {
	padding-bottom: 50px
}

.btn-submit {
	padding: 3px 15px;
	background-color: #e04993;
	border-radius: 0;
	color: #ffffff;
	font-size: 12px
}

.form-group .help-block {
	display: none
}

.form-group.has-error .help-block {
	display: block
}

.pad20 {
	padding: 20px
}

.animal-models-split-line {
	width: 100%;
	height: 6px;
	text-align: center;
	background-image: url("/static/img/web/us/services/animal_models/split-line.png?v=e01cf1c8a0");
	background-repeat: repeat-x
}

#header-lang {
	padding: 15px 0 15px 15px
}

#header-lang a {
	background-color: #ffffff;
	text-decoration: none
}

.animal-models-split-line {
	width: 100%;
	height: 6px;
	text-align: center;
	background-image: url("/static/img/web/us/services/animal_models/split-line.png?v=e01cf1c8a0");
	background-repeat: repeat-x
}

.services-indicators {
	margin-bottom: -40px
}

.services-indicators li {
	border-color: #ccc
}

.services-indicators .active {
	background-color: #ccc
}

.services-head {
	padding: 20px 20px 40px 20px
}

.services-cont {
	padding: 20px
}

.services-cont-div {
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.navbar-static-topper {
	z-index: 999
}

.dropdown-ul li {
	display: block;
	float: none
}

.stem-cells-table td {
	border: 1px solid #ccc;
	padding: 3px 10px
}

td.border-left-none {
	border-left: none
}

td.border-right-none {
	border-right: none
}

td.border-top-none {
	border-top: none
}

.bgc-pink {
	background-color: pink
}

.bgc-gray {
	background-color: #ccc
}

.live-help {
	position: fixed;
	right: 2px;
	top: 200px;
	display: none
}

.stem-cells-detail-up {
	position: fixed;
	right: 2px;
	bottom: 180px
}

.home-carousel-img {
	max-width: 1336px;
	max-height: 489px
}

.about-header-div {
	padding: 22px 18px 10px 18px;
	margin: 0
}

.about-en-cont {
	padding: 0 18px
}

.about-en-cont-div {
	padding-top: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #eeeeee
}

#about-detail .subscribe {
	background-color: #ed2190;
	height: 162px
}

.max-size {
	height: 100%;
	width: 100%
}

.highlighted {
	font-weight: 600
}

.editable-container.editable-popup {
	width: 600px
}

.popover-content .editableform {
	width: auto
}

.popover-content .editableform .editable-input textarea {
	width: 490px
}

.tab-thumbnail .tab-content,
.product-padding .tab-content {
	border: 1px solid #eee;
	border-top-width: 0;
	margin-bottom: 30px
}

.form-group .help-block {
	display: none
}

.form-group.has-error .help-block {
	display: block
}

.navbar-web-top .navbar-nav>li>.dropdown-menu {
	margin-top: -10px
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .active {
	opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-control {
	z-index: 2
}

.form-group.required .control-label:after {
	content: "*";
	color: red
}

.table tbody>tr>td.v-align {
	vertical-align: middle
}

.clearfix:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1
}

.about-us .dl-menu dt {
	padding: 10px 25px 5px 25px;
	font-size: 18px;
	color: #fff;
	background-color: #e04993
}

.about-us .dl-menu dt a {
	color: #fff
}

.community-main .web-list ul {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0
}

.community-main .web-list ul li {
	list-style-type: none
}

.community-main .web-list ul li a {
	font-size: 15px;
	color: #e04993
}

.community-main .web-list ul li label {
	color: #777;
	margin-bottom: 0
}

.community-main .web-breakline {
	border-bottom: 1px dashed #ddd
}

[ng-cloak] {
	display: none
}

.textOverflow230 {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.inline-block {
	display: inline-block
}

.indent2em {
	text-indent: 2em
}

.display_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.justify-content_flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.align-items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.flex_1 {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

#activity_forms #editor_buttonGroup {
	position: fixed;
	right: 90px;
	bottom: 90px;
	z-index: 9999
}

#activity_forms #editor_buttonGroup button {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	margin-top: 20px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
	background-color: #e14994;
	color: #ffffff;
	outline: none;
	opacity: .6
}

#activity_forms #editor_buttonGroup button i {
	font-size: 21px
}

#activity_forms #editor_buttonGroup button:first-child {
	margin-top: 0
}

#activity_forms #editor_buttonGroup button:hover {
	opacity: 1
}

.modal-header {
	padding: 12px 15px;
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	background-color: #333;
	color: #fff
}

.modal-header span {
	color: #ffffff
}

.modal-footer {
	padding: 0 15px 15px 0;
	border-top: 0
}

.error404 {
	padding: 118px 0
}

.error500 {
	padding: 134px 0
}

.error404 .title,
.error500 .title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px
}

.error404 .content,
.error500 .content {
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 20px;
	border-bottom: 1px solid transparent
}

body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
	margin-bottom: 1150px
}

@media (min-width:768px) {
	body {
		margin-bottom: 729px
	}
}

@media (min-width:992px) {
	body {
		margin-bottom: 439px
	}
}

@media (min-width:1200px) {
	body {
		margin-bottom: 403px
	}
}

.web-cn #content_container.container {
	padding-bottom: 40px;
	min-height: 470px
}

@media (min-width:768px) {
	.show2.modal .modal-dialog.modal-lg {
		width: 600px
	}

	.show2 .modal-content img {
		width: 600px !important
	}

	.modal.show2 .modal-dialog {
		margin: 100px 200px
	}

	.show2 .modal-content .close {
		width: 30px !important;
		position: absolute;
		right: -80px;
		top: -5px;
		opacity: 1
	}

	.show2 .modal-content .a1 {
		position: absolute;
		top: 165px;
		left: 217px;
		padding: 0 20px;
		background: #000;
		color: #fff
	}
}

@media (min-width:992px) {
	.show2.modal .modal-dialog.modal-lg {
		width: 640px
	}

	.show2 .modal-content {
		max-width: 640px
	}

	.show2 .modal-content img {
		width: 640px !important
	}

	.modal.show2 .modal-dialog {
		margin: 177px auto
	}

	.show2 .modal-content .close {
		width: 30px !important;
		position: absolute;
		right: -73px;
		top: -6px;
		opacity: 1
	}

	.show2 .modal-content .a1 {
		position: absolute;
		top: 180px;
		left: 240px;
		padding: 0 20px;
		background: #000;
		color: #fff
	}
}

@media (min-width:1200px) {
	.show2.modal .modal-dialog.modal-lg {
		width: 782px
	}

	.show2 .modal-content {
		max-width: 782px
	}

	.show2 .modal-content img {
		width: 782px !important
	}

	.modal.show2 .modal-dialog {
		margin: 177px auto
	}

	.show2 .modal-content .close {
		width: 30px !important;
		position: absolute;
		right: -120px;
		top: -7px;
		opacity: 1
	}

	.close:hover {
		text-decoration: none;
		cursor: pointer
	}

	.show2 .modal-content .a1 {
		position: absolute;
		top: 215px;
		left: 310px;
		padding: 0 20px;
		background: #000;
		color: #fff
	}
}

.web-layer {
	margin-bottom: 25px;
	
}

@media (min-width:768px) {
	.web-cn .container {
		width: 730px
	}

	.web-layer-lg {
		width: 533px
	}

	.web-layer-sm {
		width: 163px
	}
}

@media (min-width:992px) {
	.web-cn .container {
		width: 953px
	}

	.web-layer-lg {
		width: 701px
	}

	.web-layer-sm {
		width: 211px
	}
}

@media (min-width:1200px) {
	.web-cn .container {
		width: 1146px
	}

	.web-layer-lg {
		width: 848px
	}

	.web-layer-sm {
		width: 255px
	}
}

.web-layer.web-layer-right [class^='col-'].right-main {
	padding-left: 0
}

@media (min-width:768px) {
	.web-cn .container.home {
		width: 845px
	}
}

@media (min-width:992px) {
	.web-cn .container.home {
		width: 1000px
	}
}

@media (min-width:1200px) {
	.web-cn .container.home {
		width: 1160px;
		padding-bottom: 25px
	}
}

.home-carousel {
	margin-bottom: 15px;
	background-image: url('/static/img/web/cn/home/bg.jpg?v=e01cf1c8a0');
	background-repeat: repeat-x
}

.home-carousel .mouse-domanial .img-domanial {
	position: absolute;
	transition: all .3s
}

@media (max-width:1200px) {
	.home-carousel .mouse-domanial .img-domanial {
		display: none
	}
}

.home-carousel .mouse-domanial .img-domanial:hover {
	transform: translateY(3px)
}

.mouse-domanial .img-1 {
	top: 56%;
	right: 44%
}

.mouse-domanial .img-2 {
	top: 35%;
	right: 45%
}

.mouse-domanial .img-3 {
	top: 20%;
	right: 38%
}

.mouse-domanial .img-4 {
	top: 18%;
	right: 30%
}

.mouse-domanial .img-5 {
	top: 20%;
	right: 22%
}

.mouse-domanial .img-6 {
	top: 35%;
	right: 15%
}

.mouse-domanial .img-7 {
	top: 56%;
	right: 17%
}

.home .home-text {
	font-size: 9px
}

.home .home-title {
	font-size: 18px;
	margin-bottom: 5px
}

@media (min-width:768px) {
	.home .home-text {
		font-size: 10px
	}

	.home .home-title {
		font-size: 18px
	}
}

@media (min-width:992px) {
	.home .home-text {
		font-size: 12px
	}

	.home .home-title {
		font-size: 18px
	}
}

@media (min-width:1200px) {
	.home .home-text {
		font-size: 14px
	}

	.home .home-title {
		font-size: 18px
	}
}

.home-block {
	border: solid 1px #ddd;
	background-color: #f2f2f2;
	color: #949494;
	padding-top: 3px;
	padding-bottom: 4px;
	line-height: 18px;
	position: relative
}

a.home-large-block {
	text-decoration: none
}

.home-large-block:hover .home-block {
	background-color: #e14994;
	color: #fff;
	cursor: pointer;
	border-color: #e14994
}

.home-block.active {
	background-color: #e14994;
	color: #fff;
	cursor: pointer;
	border-color: #e14994
}

.home-img {
	height: 50px;
	margin: 0 auto
}

.home-img.img-1 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2021/12/cyagen-icon-3.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-1.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2021/12/cyagen-icon-3-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-1 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2021/12/cyagen-icon-3-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-2 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/06/cyagen-icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-2.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/06/cyagen-icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-2 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/06/cyagen-icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-3 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/04/cyagen-icon_2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-3.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/04/cyagen-icon_ac2.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-3 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/04/cyagen-icon_ac2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-4 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/12/cyagen-icon-3.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-4.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/12/cyagen-icon-3-a.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-4 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2022/12/cyagen-icon-3-a.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-5 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/15/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-5.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/15/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-5 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/15/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-6 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/05/26/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-6.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/05/26/icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-6 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/05/26/icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-8 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/06/12/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-8.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/06/12/icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-8 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/06/12/icon2_active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-7 {
	background: url('/static/img/web/cn/home/icon/icon-6-gray.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-7.active {
	background: url('/static/img/web/cn/home/icon/icon-6-white.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-7 {
	background: url('/static/img/web/cn/home/icon/icon-6-white.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-9 {
	background: url('/static/img/web/cn/home/icon/icon-9-gray.png?v=e01cf1c8a0?v=cedb55cb1') center no-repeat
}

.home-img.img-9.active {
	width: 100%;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 0px;
	background: url('/static/img/web/cn/home/icon/icon-9-white.png?v=e01cf1c8a0?v=cedb55cb1') center no-repeat;
	z-index: 100
}

.home-img.img-9.active+.home-title {
	padding-top: 10px
}

.home-img.img-10 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/08/03/icon1.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-10.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/08/03/icon1_active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-10 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/08/03/icon1_active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-11 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/09/28/icon5.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-11.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/09/28/icon5_active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-11 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/09/28/icon5_active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-12 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/01/icon_2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-12.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/01/icon_2_ac.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-12 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/11/01/icon_2_ac.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-13 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/06/icon6.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-13.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/06/icon6-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-13 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/06/icon6-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-14 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/19/icon4.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-14.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/19/icon4-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-14 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2023/12/19/icon4-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-15 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/02/04/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-15.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/02/04/icon-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-15 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/02/04/icon-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-16 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/14/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-16.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/14/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-16 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/14/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-17 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon3.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-17.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon3-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-17 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon3-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-18 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon-4.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-18.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon4-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-18 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/03/21/icon4-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-19 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/02/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-19.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/02/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-19 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/02/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-20 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon2.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-20.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-20 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon2-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-21 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon3.webp') center no-repeat
}

.home-img.img-21.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon3-active.webp') center no-repeat
}

.home-large-block:hover .home-img.img-21 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/15/icon3-active.webp') center no-repeat
}

.home-img.img-22 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon5.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-22.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon5-active.png?v=e01cf1c8a0') center no-repeat
}

.home-large-block:hover .home-img.img-22 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon5-active.png?v=e01cf1c8a0') center no-repeat
}

.home-img.img-23 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon6.webp') center no-repeat
}

.home-img.img-23.active {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon6-active.webp') center no-repeat
}

.home-large-block:hover .home-img.img-23 {
	background: url('https://web.cdn.cyagen.com/staticChina/web/home/carousel/2024/04/22/icon6-active.webp') center no-repeat
}

.home-triangle {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	top: -83px;
	left: 50%;
	margin-left: -57px;
	border: 57px solid transparent;
	border-bottom-color: #e14994;
	border-bottom-width: 27px;
	z-index: 100
}

@media (min-width:768px) {
	.home-triangle {
		top: -94px;
		left: 50%;
		margin-left: -65px;
		border: 65px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 30px
	}
}
@media (max-width: 768px) {
    .level .contact_us .wayToUs {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width:992px) {
	.home-triangle {
		top: -120px;
		left: 50%;
		margin-left: -80px;
		border: 80px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 40px
	}
}

@media (min-width:1200px) {
	.home-triangle {
		top: -140px;
		left: 50%;
		margin-left: -92px;
		border: 92px solid transparent;
		border-bottom-color: #e14994;
		border-bottom-width: 50px
	}
}

.home-large-block:hover .home-triangle {
	display: block
}

.home-triangle.active {
	display: block
}

@media (min-width:768px) {
	.home-block {
		padding-top: 3px;
		padding-bottom: 4px
	}
}

@media (min-width:992px) {
	.home-block {
		padding-top: 4px;
		padding-bottom: 5px
	}
}

@media (min-width:1200px) {
	.home-block {
		padding-top: 10px;
		padding-bottom: 18px
	}
}

.navbar-web .navbar-collapse.in {
	overflow-y: initial
}

.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>li>a {
	color: #777
}

.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.disabled>a,
.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.disabled>a:hover,
.navbar-default .navbar-nav.nav-menu .open .dropdown-menu>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-nav.nav-menu>li>a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px
}

@media (min-width:768px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 7px;
		padding-right: 6px;
		font-size: 12px
	}
}

@media (min-width:992px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 14px;
		padding-right: 14px;
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.navbar-nav.nav-menu>li>a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px
	}
}

.nav.nav-menu {
	width: 100%
}

@media (min-width:768px) {
	.nav.nav-menu {
		width: 80%
	}
}

@media (min-width:768px) {
	.nav-search .form-control {
		width: 180px
	}
}

@media (min-width:992px) {
	.nav-search .form-control {
		width: 240px
	}
}

@media (min-width:1200px) {
	.nav-search .form-control {
		width: 300px
	}
}

.dropdown-menu .menu-list {
	padding: 15px 0;
	margin: 0;
	background: #f2f2f2;
	line-height: 1.8;
	white-space: nowrap
}

.dropdown-menu .menu-list .list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 5px 0
}

.dropdown-menu .menu-list .list .label {
	padding: 3px 20px;
	margin-bottom: 5px;
	color: #dc4694;
	font-weight: bold;
	font-size: 100%
}

.dropdown-menu .menu-list .list .sub-list {
	min-width: 196px
}

.dropdown-menu .menu-list .list .sub-list:not(:last-child) {
	border: 0
}

.dropdown-menu .menu-list .list label {
	padding-left: 20px;
	margin-bottom: 5px;
	color: #dc4694
}

.dropdown-menu .menu-list .list a {
	color: #333;
	text-decoration: none
}

.dropdown-menu .menu-list .list ul.dropdown-column>li {
	list-style: none;
	float: none;
	width: 100%
}

.dropdown-menu .menu-list .list ul.dropdown-column>li>a {
	padding: 3px 20px;
	display: block
}

.dropdown-menu .menu-list .list ul.dropdown-column {
	padding: 0
}

.dropdown-menu .menu-list .list ul.dropdown-column li:hover {
	background: #e772ab
}

.dropdown-menu .menu-list .list ul.dropdown-column li:hover a {
	color: #fff
}

.dropdown-menu .menu-list {
	font-size: 12px
}

@media (min-width:992px) {
	.dropdown-menu .menu-list {
		font-size: 13px
	}

	.dropdown-menu .menu-list .list {
		flex-wrap: nowrap
	}

	.dropdown-menu .menu-list .list .sub-list:not(:last-child) {
		border-right: 1px solid rgba(0, 0, 0, 0.15)
	}
}

.web-search img.recommend-product {
	width: 210px;
	height: 152px
}

@media (min-width:768px) {
	.web-search img.recommend-product {
		width: 210px;
		height: 152px
	}
}

@media (min-width:992px) {
	.web-search img.recommend-product {
		width: 132px;
		height: 96px
	}
}

@media (min-width:1200px) {
	.web-search img.recommend-product {
		width: 169px;
		height: 122px
	}
}

.level {
	border: solid 1px #e7e7e7 
}

.level.level-first img.media-object {
	width: 140px;
	height: 100px
}

.level.level-mid .upper img.media-object {
	width: 230px;
	height: 174px
}

.level.level-mid .lower img.media-object {
	width: 140px;
	height: 100px
}

.level .product-img {
	width: 200px;
	height: 140px
}

.level.level-product-last .upper img.media-object {
	width: 230px;
	height: 174px
}

.upper.padding {
	padding: 20px 50px 0 10px
}

.upper.product-padding,
.upper.service-padding {
	padding: 20px 50px 0 30px
}

.upper.price-padding {
	padding: 20px 10px 0 10px
}

.lower.price-padding {
	padding: 0 10px 20px 10px
}

.lower .media-heading {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2
}

.lower .media-text {
	font-size: 11px;
	line-height: 20px;
	margin-top: 14px
}

.price-padding .media-body {
	padding-left: 0
}

@media (min-width:768px) {
	.upper.price-padding {
		padding: 20px 10px 0 10px
	}

	.lower.price-padding {
		padding: 0 0 20px 10px
	}

	.lower .media-heading {
		margin-top: 3px
	}

	.lower .media-text {
		font-size: 11px;
		line-height: 20px;
		margin-top: 15px
	}

	.price-padding .media-body {
		padding-left: 0
	}

	.level.level-first img.media-object {
		width: 140px;
		height: 100px
	}

	.level.level-mid .upper img.media-object {
		width: 230px;
		height: 174px
	}

	.level.level-mid .lower img.media-object {
		width: 140px;
		height: 100px
	}

	.level .product-img {
		width: 200px;
		height: 140px
	}

	.level.level-product-last .upper img.media-object {
		width: 230px;
		height: 174px
	}
}

@media (min-width:992px) {
	.upper.price-padding {
		padding: 20px 10px 0 10px
	}

	.lower.price-padding {
		padding: 0 10px 20px 10px
	}

	.lower .media-heading {
		margin-top: 3px
	}

	.lower .media-text {
		font-size: 11px;
		line-height: 20px;
		margin-top: 10px
	}

	.price-padding .media-body {
		padding-left: 20px
	}

	.level.level-first img.media-object {
		width: 135px;
		height: 100px
	}

	.level.level-mid .upper img.media-object {
		width: 230px;
		height: 174px
	}

	.level.level-mid .lower img.media-object {
		width: 135px;
		height: 100px
	}

	.level .product-img {
		width: 235px;
		height: 170px
	}

	.level.level-product-last .upper img.media-object {
		width: 230px;
		height: 174px
	}
}

@media (min-width:1200px) {
	.upper.price-padding {
		padding: 20px 10px 0 10px
	}

	.lower.price-padding {
		padding: 0 10px 20px 10px
	}

	.lower .media-heading {
		margin-top: 8px
	}

	.lower .media-text {
		font-size: 12px;
		line-height: 22px;
		margin-top: 15px
	}

	.price-padding .media-body {
		padding-left: 20px
	}

	.level.level-first img.media-object {
		width: 157px;
		height: 114px
	}

	.level.level-mid .upper img.media-object {
		width: 230px;
		height: 174px
	}

	.level.level-mid .lower img.media-object {
		width: 157px;
		height: 114px
	}

	.level .product-img {
		width: 235px;
		height: 170px
	}

	.level.level-product-last .upper img.media-object {
		width: 230px;
		height: 174px
	}
}

.lower.padding {
	padding: 0 10px 20px 10px
}

.lower.product-padding,
.lower.service-padding {
	padding: 0 30px 0 30px
}

.level .frame .contact_us {
	background-color: #f9c8dd;
	color: #666
}

.level .contact_us .from-title {
	color: #a8004b;
	font-size: 16px;
	font-weight: bold
}

.level .contact_us .wayToUs {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.level .contact_us .wayToUs .way {
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	border-radius: 6px;
	line-height: 2
}

.level .contact_us .wayToUs .way span {
	text-decoration: underline
}

.level .contact_us label {
	line-height: 34px
}

.level .contact_us .form-control {
	border-radius: 0;
	border: 1px solid #999
}

.level .contact_us .div-border {
	background-color: #fff;
	width: 98%;
	margin: 16px auto
}

.level .contact_us button {
	display: block;
	margin: 0 auto;
	padding: 0
}

.level .contact_us .fstl {
	width: 74px
}

.level .contact_us .fstl+div {
	width: calc(100% - 74px)
}

.level .contact_us .howknow {
	width: 36% !important
}

@media (min-width:768px) {
	.level .contact_us .wayToUs .way {
		width: 100%;
		margin: 0 10px;
	}
	
}

@media (min-width:992px) {
	.level .contact_us .wayToUs .way {
		width: 100%;
		margin: 0 10px;
	}
}

@media (min-width:1200px) {
	.level .contact_us .wayToUs .way {
		width: 100%;
		margin: 0 10px;
	}
}

.btn-pink {
	width: 100px;
	min-height: 25px;
	background-color: #e04993;
	border-radius: 0;
	color: #fff
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
	color: #fff;
	background-color: #c64182
}

.web-cn #ec_cs_showdlg .title {
	padding-left: 40px
}

.web-temp {
	border: 1px solid #ccc;
	margin-bottom: 50px
}

.web-temp.sign-up {
	background-color: #ccc;
	color: #5a5a5a
}

.web-temp.sign-up .left {
	padding: 50px 0;
	background-color: #fff
}

.web-temp.sign-up .right {
	padding: 50px 10px
}

.sign-up form {
	max-width: 400px;
	margin: 20px auto
}

.sign-up form .form-control {
	font-size: 13px
}

.sign-up form label {
	color: #959595
}

@media (min-width:768px) {
	.web-temp.sign-up .col-sm-9 {
		width: 65%
	}

	.web-temp.sign-up .col-sm-3 {
		width: 35%
	}

	.web-temp.sign-up .right {
		padding: 50px 15px
	}
}

@media (min-width:992px) {
	.web-temp.sign-up .col-md-9 {
		width: 66%
	}

	.web-temp.sign-up .col-md-3 {
		width: 34%
	}

	.web-temp.sign-up .right {
		padding: 50px 20px
	}
}

@media (min-width:1200px) {
	.web-temp.sign-up .col-lg-9 {
		width: 66%
	}

	.web-temp.sign-up .col-lg-3 {
		width: 34%
	}

	.web-temp.sign-up .right {
		padding: 50px 20px
	}
}

.web-cn .about {
	padding: 30px
}

.footer {
	position: static
}

body {
	margin-bottom: 0
}

.footer p.copyright {
	margin-top: 10px
}

.footer .address address {
	margin-bottom: 0
}

.footer ul.contact li {
	margin-right: 30px
}

.footer ul.address li {
	margin-right: 40px
}

.site-div {
	padding: 0 20px
}

.site-header {
	color: #d02878;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 5px
}

.site-first-a {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 12px
}

.site-first-a a {
	color: #333333;
	text-decoration: none
}

.site-a {
	font-size: 8px;
	padding: 6px 0;
	color: #333333;
	border-bottom: 1px dashed #3e3e3e
}

.site-a-title {
	margin-bottom: 3px
}

.site-a ul {
	list-style: none;
	-webkit-padding-start: 0;
	margin-top: 0;
	margin-bottom: 0
}

.site-a ul li {
	width: 33%;
	float: left;
	padding: 3px 0
}

@media (min-width:768px) {
	.site-div {
		padding: 0 20px
	}

	.site-header {
		color: #d02878;
		font-size: 20px;
		margin-bottom: 8px;
		margin-top: 5px
	}

	.site-first-a {
		padding: 10px 0;
		border-bottom: 1px solid #eeeeee;
		font-size: 12px
	}

	.site-first-a a {
		color: #333333;
		text-decoration: none
	}

	.site-a {
		font-size: 8px;
		padding: 6px 0;
		color: #333333;
		border-bottom: 1px dashed #3e3e3e
	}

	.site-a-title {
		margin-bottom: 3px
	}

	.site-a ul {
		list-style: none;
		-webkit-padding-start: 0;
		margin-top: 0;
		margin-bottom: 0
	}

	.site-a ul li {
		width: 33%;
		float: left;
		padding: 3px 0
	}
}

@media (min-width:992px) {
	.site-div {
		padding: 0 20px
	}

	.site-header {
		color: #d02878;
		font-size: 25px;
		margin-bottom: 10px;
		margin-top: 5px
	}

	.site-first-a {
		padding: 8px 0;
		border-bottom: 1px solid #eeeeee;
		font-size: 14px
	}

	.site-first-a a {
		color: #333333;
		text-decoration: none
	}

	.site-a {
		font-size: 10px;
		padding: 10px 0;
		color: #333333;
		border-bottom: 1px dashed #3e3e3e
	}

	.site-a-title {
		margin-bottom: 5px
	}

	.site-a ul {
		list-style: none;
		-webkit-padding-start: 0;
		margin-top: 0;
		margin-bottom: 0
	}

	.site-a ul li {
		width: 33%;
		float: left;
		padding: 3px 0
	}
}

@media (min-width:1200px) {
	.site-div {
		padding: 0 20px
	}

	.site-header {
		color: #d02878;
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 5px
	}

	.site-first-a {
		padding: 10px 0;
		border-bottom: 1px solid #eeeeee;
		font-size: 16px
	}

	.site-first-a a {
		color: #333333;
		text-decoration: none
	}

	.site-a {
		font-size: 12px;
		padding: 10px 0;
		color: #333333;
		border-bottom: 1px dashed #3e3e3e
	}

	.site-a-title {
		margin-bottom: 5px
	}

	.site-a ul {
		list-style: none;
		-webkit-padding-start: 0;
		margin-top: 0;
		margin-bottom: 0
	}

	.site-a ul li {
		width: 33%;
		float: left;
		padding: 3px 0
	}
}

.gif?v=e01cf1c8a0t {
	border: 1px solid #ddd
}

.gif?v=e01cf1c8a0t .row {
	margin: 0
}

.gif?v=e01cf1c8a0t .main-body .img-block {
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin-bottom: 5px
}

.gif?v=e01cf1c8a0t .lower .red {
	color: #cf0101
}

.gif?v=e01cf1c8a0t .lower label.black {
	font-size: 110%;
	margin-bottom: 0;
	color: #666
}

.gif?v=e01cf1c8a0t .lower #collapse_1 ul {
	list-style: decimal
}

.gif?v=e01cf1c8a0t .main-body .img-block:hover {
	border-color: #666
}

.gif?v=e01cf1c8a0t .main-body .img-block img {
	margin: 0 auto
}

.gif?v=e01cf1c8a0t .black {
	color: #000
}

.gif?v=e01cf1c8a0t {
	padding: 25px
}

.gif?v=e01cf1c8a0t .upper h1.title {
	font-size: 22px;
	color: #e04993;
	margin-top: 0;
	margin-bottom: 20px
}

.gif?v=e01cf1c8a0t .upper {
	font-size: 14px;
	color: #000
}

.gif?v=e01cf1c8a0t .main-body {
	font-size: 11px;
	color: #666
}

.gif?v=e01cf1c8a0t .main-body .title {
	font-size: 13px;
	padding-top: 20px
}

.gif?v=e01cf1c8a0t .main-body div.col-xs-4 {
	padding: 10px;
	text-align: center;
	line-height: 20px
}

.gif?v=e01cf1c8a0t .btn-gift {
	background: #e04993;
	color: #fff;
	font-size: 10px;
	padding: 3px 8px;
	border: none;
	outline: none;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	margin-top: 8px
}

.gif?v=e01cf1c8a0t .lower {
	font-size: 11px;
	color: #000;
	line-height: 20px;
	padding-bottom: 8px
}

.gif?v=e01cf1c8a0t .lower p {
	margin: 0
}

.gif?v=e01cf1c8a0t .lower .title {
	padding: 10px 0;
	font-size: 13px;
	color: #666
}

.gif?v=e01cf1c8a0t .main-body div.col-xs-4 div.black {
	min-height: 50px
}

@media (min-width:768px) {
	.gif?v=e01cf1c8a0t {
		padding: 25px
	}

	.gif?v=e01cf1c8a0t .upper h1.title {
		font-size: 22px;
		color: #e04993;
		margin-top: 0;
		margin-bottom: 20px
	}

	.gif?v=e01cf1c8a0t .upper {
		font-size: 14px;
		color: #000
	}

	.gif?v=e01cf1c8a0t .main-body {
		font-size: 11px;
		color: #666
	}

	.gif?v=e01cf1c8a0t .main-body .title {
		font-size: 13px;
		padding-top: 20px
	}

	.gif?v=e01cf1c8a0t .main-body div.col-xs-4 {
		padding: 10px;
		text-align: center;
		line-height: 20px
	}

	.gif?v=e01cf1c8a0t .btn-gift {
		background: #e04993;
		color: #fff;
		font-size: 10px;
		padding: 3px 8px;
		border: none;
		outline: none;
		border-radius: 8px;
		display: block;
		margin: 0 auto;
		margin-top: 8px
	}

	.gif?v=e01cf1c8a0t .lower {
		font-size: 11px;
		color: #000;
		line-height: 20px
	}

	.gif?v=e01cf1c8a0t .lower p {
		margin: 0
	}

	.gif?v=e01cf1c8a0t .lower .title {
		padding: 10px 0;
		font-size: 13px
	}
}

@media (min-width:992px) {
	.gif?v=e01cf1c8a0t {
		padding: 30px
	}

	.gif?v=e01cf1c8a0t .upper h1.title {
		font-size: 25px;
		color: #e04993;
		margin-top: 0;
		margin-bottom: 18px
	}

	.gif?v=e01cf1c8a0t .upper {
		font-size: 16px;
		color: #000
	}

	.gif?v=e01cf1c8a0t .main-body {
		font-size: 13px;
		color: #666
	}

	.gif?v=e01cf1c8a0t .main-body .title {
		font-size: 16px;
		padding-top: 25px
	}

	.gif?v=e01cf1c8a0t .main-body div.col-xs-4 {
		padding: 15px;
		text-align: center;
		line-height: 22px
	}

	.gif?v=e01cf1c8a0t .btn-gift {
		background: #e04993;
		color: #fff;
		font-size: 11px;
		padding: 3px 10px;
		border: none;
		outline: none;
		border-radius: 10px;
		display: block;
		margin: 0 auto;
		margin-top: 10px
	}

	.gif?v=e01cf1c8a0t .lower {
		font-size: 13px;
		color: #000;
		line-height: 22px
	}

	.gif?v=e01cf1c8a0t .lower p {
		margin: 0
	}

	.gif?v=e01cf1c8a0t .lower .title {
		padding: 10px 0;
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.gif?v=e01cf1c8a0t {
		padding: 30px
	}

	.gif?v=e01cf1c8a0t .upper h1.title {
		font-size: 30px;
		color: #e04993;
		margin-top: 0;
		margin-bottom: 20px
	}

	.gif?v=e01cf1c8a0t .upper {
		font-size: 18px;
		color: #000
	}

	.gif?v=e01cf1c8a0t .main-body {
		font-size: 14px;
		color: #666
	}

	.gif?v=e01cf1c8a0t .main-body .title {
		font-size: 16px;
		padding-top: 25px
	}

	.gif?v=e01cf1c8a0t .main-body div.col-xs-4 {
		padding: 15px;
		text-align: center;
		line-height: 25px
	}

	.gif?v=e01cf1c8a0t .btn-gift {
		background: #e04993;
		color: #fff;
		font-size: 12px;
		padding: 3px 10px;
		border: none;
		outline: none;
		border-radius: 10px;
		display: block;
		margin: 0 auto;
		margin-top: 10px
	}

	.gif?v=e01cf1c8a0t .lower {
		font-size: 14px;
		color: #000;
		line-height: 25px
	}

	.gif?v=e01cf1c8a0t .lower p {
		margin: 0
	}

	.gif?v=e01cf1c8a0t .lower .title {
		padding: 10px 0;
		font-size: 16px
	}
}

.integral table {
	width: 100%;
	border: none;
	text-align: center;
	border-collapse: collapse;
	vertical-align: middle;
	color: #000;
	font-size: 10px;
	margin-top: 12px;
	margin-bottom: 10px
}

.integral table tr {
	border-bottom: 1px solid #ddd
}

.integral table tr:first-child {
	border-top: 1px solid #ddd
}

.integral table tr td {
	padding: 5px 15px
}

.integral table tr td:first-child {
	width: 20%
}

@media (min-width:768px) {
	.integral table {
		font-size: 10px
	}

	.integral table tr td {
		padding: 5px 15px
	}
}

@media (min-width:992px) {
	.integral table {
		font-size: 11px
	}

	.integral table tr td {
		padding: 8px 15px
	}
}

@media (min-width:1200px) {
	.integral table {
		font-size: 12px
	}

	.integral table tr td {
		padding: 8px 15px
	}
}

.modal-gift {
	font-size: 11px;
	color: #000;
	line-height: 20px
}

.modal-gift .modal-body {
	padding: 50px
}

.modal-gift .modal-header {
	border-bottom: none
}

.modal-gift .blue {
	color: #2755aa
}

.modal-gift .green {
	color: #1c837d
}

.modal-gift .red {
	color: #cf0101
}

.modal-gift .modal-body h1.title {
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 8px
}

.modal-gift .modal-body h2.title {
	font-size: 15px;
	margin-bottom: 18px;
	margin-top: 8px
}

@media (min-width:768px) {
	.modal-gift {
		font-size: 11px;
		line-height: 20px
	}

	.modal-gift .modal-body h1.title {
		font-size: 18px;
		margin-bottom: 18px;
		margin-top: 8px
	}

	.modal-gift .modal-body h2.title {
		font-size: 15px;
		margin-bottom: 18px;
		margin-top: 8px
	}

	.modal-gift .modal-body img {
		max-width: 50px;
		margin-right: 12px
	}

	.modal-gift .modal-body .receive-info {
		margin-top: 8px;
		line-height: 20px
	}

	.modal-gift .btn-red {
		display: block;
		padding: 2px 13px;
		background: #b80808;
		outline: none;
		border: none;
		border-radius: 8px;
		margin-top: 12px;
		color: #fff
	}
}

@media (min-width:992px) {
	.modal-gift {
		font-size: 13px;
		line-height: 22px
	}

	.modal-gift .modal-body h1.title {
		font-size: 24px;
		margin-bottom: 25px;
		margin-top: 10px
	}

	.modal-gift .modal-body h2.title {
		font-size: 18px;
		margin-bottom: 25px;
		margin-top: 10px
	}

	.modal-gift .modal-body img {
		max-width: 80px;
		margin-right: 15px
	}

	.modal-gift .modal-body .receive-info {
		margin-top: 8px;
		line-height: 22px
	}

	.modal-gift .btn-red {
		display: block;
		padding: 2px 16px;
		background: #b80808;
		outline: none;
		border: none;
		border-radius: 8px;
		margin-top: 16px;
		color: #fff
	}
}

.vote .modal-dialog {
	margin-top: 120px;
	width: 782px
}

.vote .modal-dialog .modal-content {
	min-width: 782px;
	border: 0
}

.vote .modal-header {
	border: 0;
	padding: 0
}

.vote .modal-body {
	padding: 0;
	z-index: 100
}

.vote .look {
	z-index: 101;
	position: absolute;
	left: 43%;
	top: 41%
}

.vote .look button {
	font-size: 12px;
	color: #fff;
	background: #4889aa;
	padding: 5px 10px;
	border: 0
}

.vote .close {
	z-index: 101;
	position: absolute;
	top: -2%;
	right: -1%;
	opacity: 1
}

.show .modal-dialog {
	margin-top: 120px;
	width: 782px
}

.show .modal-dialog .modal-content {
	min-width: 782px;
	border: 0
}

.show .modal-header {
	border: 0;
	padding: 0
}

.show .modal-body {
	padding: 0;
	z-index: 100
}

.show .look {
	z-index: 101;
	position: absolute;
	left: 45%;
	top: 59%
}

.show .look button {
	font-size: 8px;
	color: #fff;
	background: #000;
	border: 0
}

.show .close {
	z-index: 101;
	position: absolute;
	top: -2%;
	right: -1%;
	opacity: 1
}

@media (min-width:1200px) {
	.modal-gift {
		font-size: 14px;
		line-height: 25px
	}

	.modal-gift .modal-body h1.title {
		font-size: 30px;
		margin-bottom: 30px;
		margin-top: 15px
	}

	.modal-gift .modal-body h2.title {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 15px;
		font-weight: 500;
		line-height: 25px
	}

	.modal-gift .modal-body img {
		max-width: 100px;
		margin-right: 20px
	}

	.modal-gift .modal-body .receive-info {
		margin-top: 10px;
		line-height: 25px
	}

	.modal-gift .btn-red {
		display: block;
		padding: 2px 20px;
		background: #b80808;
		border: none;
		outline: none;
		border-radius: 10px;
		margin-top: 20px;
		color: #fff
	}
}

.modal-gift-confirm .modal-header {
	padding: 10px 20px;
	background: #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.modal-gift-confirm .modal-body {
	padding: 10px 50px 30px;
	line-height: 25px
}

.modal-gift-confirm .close {
	color: #fff;
	margin-top: -30px
}

.modal-gift-confirm .btn-save {
	padding: 3px 15px;
	font-size: small;
	color: #fff;
	background: #e04993;
	border-radius: 4px;
	border: none;
	outline: none
}

.modal-gift-confirm .blue {
	color: #2755aa
}

.modal-gift-confirm .green {
	color: #1c837d
}

.modal-gift-confirm .red {
	color: #b80808
}

@media (min-width:1200px) {
	.modal-gift-confirm .modal-header h3.title {
		font-size: 20px;
		color: #fff;
		margin: 0;
		padding: 5px 0
	}
}

.modal-contact .modal-header {
	background: #e04993;
	color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 10px 30px
}

.modal-body {
	padding: 15px 30px;
	word-break: break-word
}

.modal-body2 {
	padding: 15px 30px;
	background: red
}

.icon-organization {
	background: url("/static/img/web/cn/public/icon-organization.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.icon-address {
	background: url("/static/img/web/cn/public/icon-address.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.icon-country {
	background: url("/static/img/web/cn/public/icon-country.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px;
	padding-left: 33px
}

.icon-state {
	background: url("/static/img/web/cn/public/icon-state.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.icon-city {
	background: url("/static/img/web/cn/public/icon-city.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.icon-zip-code {
	background: url("/static/img/web/cn/public/icon-zip.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.icon-phone {
	background: url("/static/img/web/cn/public/icon-phone-2.jpg?v=e01cf1c8a0") no-repeat 10px 8px;
	background-size: 16px
}

.modal-contact .modal-footer .btn-choose {
	background: #ee3f97;
	color: #fff;
	border-radius: 4px
}

.modal-contact .modal-footer .btn-choose,
.modal-contact .modal-footer .btn-choose+.btn-default {
	padding: 4px 12px
}

.web-format-right {
	border: 1px solid #dbdbdb
}

.web-format-right .upper {
	padding: 15px 25px;
	border-bottom: 1px solid #dbdbdb
}

.web-format-right .lower {
	padding: 25px;
	font-size: 10px;
	color: #666;
	line-height: 1.8
}

.web-format-right .lower .text-indent {
	text-indent: 2em
}

.web-format-right .lower .job-block {
	border: 1px solid #dbdbdb;
	margin-top: 20px
}

.web-format-right .lower .job-block .upper {
	padding: 12px 20px;
	border-bottom: 1px solid #dbdbdb
}

.web-format-right .lower .job-block .upper ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding: 8px 0;
	margin: 0
}

.web-format-right .lower .job-block .upper ul li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #d7d7d7
}

.web-format-right .lower .job-block .upper ul li a {
	color: #666;
	text-decoration: none
}

.web-format-right .lower .job-block .upper ul li.active a,
.web-format-right .lower .job-block .upper ul li a:hover {
	color: #e04993;
	text-decoration: none
}

.web-format-right .lower .job-block .upper ul li:first-child {
	padding-left: 0;
	border-right: none
}

.web-format-right .lower .job-block .lower {
	padding: 5px 20px
}

.web-format-right .lower .job-block .lower ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding: 0;
	margin: 0
}

.web-format-right .lower .job-block .lower ul li {
	padding: 0 15px;
	display: inline-block;
	border-right: 1px solid #d7d7d7
}

.web-format-right .lower .job-block .lower ul li:first-child {
	padding-left: 0
}

.web-format-right .lower .job-block ul li:last-child {
	border-right: none
}

.web-format-right .lower .job-block select {
	min-width: 120px
}

.web-format-right .lower .search-block {
	position: relative
}

.web-format-right .lower .search-block input {
	min-width: 220px
}

.web-format-right .lower .search-block button {
	position: absolute;
	right: 5px;
	top: 6px;
	background: url("/static/img/web/cn/public/search.png?v=e01cf1c8a0") no-repeat left top;
	border: none;
	outline: none;
	width: 20px;
	height: 20px
}

.web-format-right .lower table {
	width: 100%;
	border: none;
	margin-top: 20px
}

.web-format-right .lower table tr {
	border-bottom: 1px solid #e1e2e2
}

.web-format-right .lower table tr:not(:first-child):hover {
	color: #e04993;
	cursor: pointer;
	background: #eee
}

.web-format-right .lower table tr a {
	color: #666
}

.web-format-right .lower table tr:not(:first-child):hover a {
	color: #e04993
}

.web-format-right .lower table tr td.desc {
	border-left: 1px solid #e1e2e2;
	border-right: 1px solid #e1e2e2
}

.web-format-right .lower table tr td.desc:hover {
	color: #666
}

.web-format-right .lower table tr:first-child {
	border-top: 1px solid #e1e2e2;
	background: #f3f3f3;
	font-weight: 600
}

.web-format-right .lower table tr td {
	padding: 8px 30px
}

.web-format-right .lower .job-block .lower select,
.web-format-right .lower .job-block .lower input {
	height: 28px;
	font-size: 10px
}

.web-format-right .lower .links-cont {
	color: #000;
	line-height: 2;
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb
}

.web-format-right .lower .links-cont:first-child {
	padding-top: 0
}

.web-format-right .lower .links-cont a {
	color: #000
}

@media (min-width:768px) {
	.web-format-right h1.title {
		font-size: 18px;
		margin: 0;
		padding: 0;
		color: #e04993
	}

	.web-format-right .upper {
		padding: 15px 25px
	}

	.web-format-right .lower {
		font-size: 10px;
		padding: 25px
	}

	.web-format-right .lower .job-block .upper ul li,
	.web-format-right .lower .job-block .lower ul li {
		padding: 0 5px
	}

	.web-format-right .lower .job-block .lower select,
	.web-format-right .lower .job-block .lower input {
		height: 28px;
		font-size: 10px
	}
}

@media (min-width:992px) {
	.web-format-right .upper {
		padding: 15px 30px
	}

	.web-format-right .lower {
		padding: 30px
	}

	.web-format-right h1.title {
		font-size: 22px;
		padding: 0;
		margin: 0;
		color: #e04993
	}

	.web-format-right .lower {
		font-size: 12px
	}

	.web-format-right .lower .job-block .upper ul li,
	.web-format-right .lower .job-block .lower ul li {
		padding: 0 10px;
		vertical-align: middle
	}

	.web-format-right .lower .job-block .lower select,
	.web-format-right .lower .job-block .lower input {
		height: 30px;
		font-size: 12px;
		color: #666
	}

	.web-format-right .lower .job-block .lower select {
		width: 130px
	}

	.web-format-right .lower .job-block .lower input {
		width: 250px
	}
}

@media (min-width:1200px) {
	.web-format-right .upper {
		padding: 15px 30px
	}

	.web-format-right .lower {
		padding: 30px
	}

	.web-format-right h1.title {
		font-size: 25px;
		margin: 0;
		padding: 0;
		color: #e04993
	}

	.web-format-right .lower {
		font-size: 14px
	}

	.web-format-right .lower .job-block .upper ul li,
	.web-format-right .lower .job-block .lower ul li {
		padding: 0 15px
	}

	.web-format-right .lower .job-block .lower select,
	.web-format-right .lower .job-block .lower input {
		height: 32px;
		font-size: 14px
	}

	.web-format-right .lower .job-block .lower select {
		width: 150px
	}

	.web-format-right .lower .job-block .lower input {
		width: 280px
	}
}

.account-contact {
	color: #666
}

.account-contact ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding-left: 0;
	line-height: 25px
}

.account-contact ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.account-contact ul li:first-child {
	border-top: 1px solid #ddd
}

.account-contact .btn-normal {
	padding: 2px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff
}

.modal-contact .modal-header {
	background: #ee3f97;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.modal-contact .modal-header .modal-title {
	color: #fff
}

.modal-contact .modal-body {
	border-radius: 0;
	padding: 10px 15px
}

.modal-contact .modal-body .img-gift {
	margin: 8px;
	max-width: 60px
}

.modal-contact .modal-body .checkbox {
	background: #ffd5e5;
	margin: 10px 0
}

.modal-contact .modal-body .col-xs-10 {
	padding-right: 10px
}

.modal-contact .modal-body .col-xs-2 {
	padding-left: 0
}

.modal-contact .modal-footer {
	background: #e7e7e7;
	border: none;
	border-top: 1px solid #b9b9b9
}

.modal-contact .modal-footer .btn-choose {
	background: #ee3f97;
	color: #fff;
	border-radius: 4px
}

.modal-contact input[type=radio] {
	height: auto
}

.modal-contact label {
	font-weight: normal;
	margin-right: 20px
}

@media (min-width:768px) {
	.modal-contact .modal-header {
		padding: 5px 15px
	}

	.modal-contact .modal-header .modal-title {
		font-size: 12px
	}

	.modal-contact .modal-footer .btn-choose,
	.modal-contact .modal-footer .btn-choose+.btn-default {
		padding: 4px 12px;
		font-size: 10px
	}

	.modal-contact .modal-body {
		font-size: 10px
	}

	.modal-contact .modal-body .img-gift {
		max-width: 60px
	}

	.modal-contact input,
	.modal-contact select {
		font-size: 10px
	}
}

@media (min-width:992px) {
	.modal-contact .modal-header {
		padding: 6px 15px
	}

	.modal-contact .modal-header .modal-title {
		font-size: 14px
	}

	.modal-contact .modal-footer .btn-choose,
	.modal-contact .modal-footer .btn-choose+.btn-default {
		padding: 5px 12px;
		font-size: 12px
	}

	.modal-contact .modal-body {
		font-size: 12px
	}

	.modal-contact .modal-body .img-gift {
		max-width: 80px
	}

	.modal-contact input,
	.modal-contact select {
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.modal-contact .modal-header {
		padding: 8px 15px
	}

	.modal-contact .modal-header .modal-title {
		font-size: 16px
	}

	.modal-contact .modal-footer .btn-choose,
	.modal-contact .modal-footer .btn-choose+.btn-default {
		padding: 5px 12px;
		font-size: 14px
	}

	.modal-contact .modal-body {
		font-size: 14px
	}

	.modal-contact .modal-body .img-gift {
		max-width: 100px
	}

	.modal-contact input,
	.modal-contact select {
		font-size: 14px
	}
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
	border-width: 0;
	font-size: 12px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #e04993
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #e772ab;
	border-color: #e772ab
}

.modal-notify .modal-header {
	text-align: center;
	color: #fff;
	background: #e04993;
	padding: 6px 15px;
	border-radius: 0
}

.modal-gift .modal-header {
	background: #fff
}

@media (min-width:768px) {
	.cyagen-course .row .vb {
		text-decoration: none;
		color: #565656;
		font-weight: bolder
	}

	.cyagen-course .row .col-sm-6 {
		padding-bottom: 15px
	}

	.cyagen-course .footer-row {
		background: #f2f2f2;
		border-top: 1px #dedede solid
	}

	.cyagen-course .footer-media {
		padding: 25px
	}

	.cyagen-course .pdl {
		font-size: 10px;
		line-height: 1.7
	}

	.cyagen-course .footer-row .vb-detail {
		text-decoration: none;
		color: #565656;
		font-weight: bolder;
		font-size: 7px
	}

	.cyagen-course .col-md-3 .img {
		padding-left: 0px
	}

	.cyagen-course .zuo {
		margin-left: -3px;
		padding-top: 18px
	}

	.cyagen-course .you {
		margin-right: -3px;
		padding-top: 18px
	}

	.cyagen-course .row .col-xs-7 .zi {
		font-size: 10px;
		color: #565656;
		text-decoration: none
	}

	.cyagen-course .row .col-xs-5 {
		padding-left: 0;
		padding-right: 10px;
		margin-right: 0px
	}

	.cyagen-course .row .col-xs-7 {
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:992px) {
	.cyagen-course .footer-row {
		background: #f2f2f2;
		border-top: 1px #dedede solid
	}

	.cyagen-course .footer-media {
		padding: 25px
	}

	.cyagen-course .row .vb {
		text-decoration: none;
		color: #565656;
		font-weight: bolder;
		font-size: 15px
	}

	.cyagen-course .row .col-md-3 {
		padding-left: 15px
	}

	.cyagen-course .footer-width {
		width: 680px
	}

	.cyagen-course .row .col-md-7 {
		font-size: 14px;
		color: #000;
		line-height: 1.7;
		margin-right: 0px
	}

	.cyagen-course .md {
		text-align: center
	}

	.cyagen-course .footer-row .vb-detail {
		text-decoration: none;
		color: #565656;
		font-weight: bolder;
		font-size: 10px;
		padding-left: 25px
	}

	.cyagen-course .footer-row .col-md-3 .img {
		padding-left: 0px
	}

	.cyagen-course .zuo {
		margin-left: -7px;
		padding-top: 18px
	}

	.cyagen-course .you {
		margin-right: -7px;
		padding-top: 18px
	}

	.cyagen-course .row .col-md-7 .zi {
		font-size: 14px;
		color: #565656;
		text-decoration: none
	}
}

@media (min-width:1200px) {
	.cyagen-course .footer-row {
		background: #f2f2f2;
		border-top: 1px #dedede solid
	}

	.cyagen-course .footer-media {
		padding: 25px
	}

	.cyagen-course .footer-row .row {
		margin-left: -2px
	}

	.cyagen-course .footer-row .row .weixin {
		width: 80px;
		height: 82px
	}

	.cyagen-course .footer-row .row .guanzhu {
		width: 64px;
		height: 22px
	}

	.cyagen-course .footer-row .row .weibo {
		width: 80px;
		height: 82px
	}

	.cyagen-course .row .vb {
		text-decoration: none;
		color: #565656;
		font-weight: bolder;
		font-size: 15px;
		margin-left: 0px
	}

	.cyagen-course .row .col-md-3 {
		padding-left: 15px
	}

	.cyagen-course .footer-width {
		width: 827px
	}

	.cyagen-course .footer-row .vb-detail {
		text-decoration: none;
		color: #565656;
		font-weight: bolder;
		font-size: 13px;
		padding-left: 35px
	}

	.cyagen-course .footer-row .col-lg-3 .img {
		padding-left: 0px
	}

	.cyagen-course .zuo {
		margin-left: -11px;
		padding-top: 30px
	}

	.cyagen-course .you {
		margin-right: -11px;
		padding-top: 30px
	}

	.cyagen-course .row .col-lg-7 {
		font-size: 14px;
		color: #000;
		line-height: 1.8
	}

	.cyagen-course .row .col-lg-7 .zi {
		font-size: 14px;
		color: #565656;
		text-decoration: none
	}

	.cyagen-course .row .col-lg-5 {
		padding-left: 0;
		padding-right: 0px;
		margin-right: -10px
	}

	.cyagen-course .row .col-lg-7 {
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:768px) {
	.bg-video {
		background-color: #000000
	}

	.bg-header {
		padding-top: 25px
	}

	.bg-header .VB {
		font-size: 16px;
		color: #fff;
		font-weight: bolder;
		padding-left: 15px;
		text-decoration: none
	}

	.jian {
		font-size: 10px;
		color: #666666;
		padding-top: 17px;
		padding-left: 25px
	}

	.p {
		font-size: 15px;
		color: #e04993;
		padding-left: 40px
	}

	.ftr {
		padding-left: 40px;
		padding-bottom: 0px;
		text-align: center
	}

	.ftr .vb {
		font-size: 11px;
		text-decoration: none;
		color: #565656
	}

	#progressWrap {
		background-color: #555555;
		height: 8px;
		cursor: pointer
	}

	#playProgress {
		background-color: #ce3969;
		width: 0px;
		height: 8px
	}

	#showProgress {
		font-size: 0px
	}

	.footer-play {
		background: #242424
	}

	.play {
		background: #242424;
		border: 0px;
		border-right: 1px #000000 solid;
		padding-left: 15px;
		width: 40px;
		height: 40px
	}

	.full {
		background: #242424;
		border: 0px
	}

	.footer-play .yin {
		width: 120px;
		display: inline-block;
		vertical-align: middle
	}

	.control-left {
		background: url("/static/img/web/cn/home/control-left.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px;
		margin-left: 0px;
		margin-top: 0px
	}

	.control-right {
		background: url("/static/img/web/cn/home/control.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px;
		margin-left: 0px;
		margin-top: 0px
	}

	.slide {
		display: block
	}
}

@media (min-width:992px) {
	.bg-video {
		background-color: #000000
	}

	.bg-header {
		padding-top: 25px
	}

	.bg-header .VB {
		font-size: 18px;
		color: #fff;
		font-weight: bolder;
		padding-left: 15px;
		text-decoration: none
	}

	.jian {
		font-size: 15px;
		color: #666666;
		padding-top: 20px;
		padding-left: 25px
	}

	.p {
		font-size: 20px;
		color: #e04993;
		padding-left: 40px
	}

	.ftr {
		padding-left: 40px;
		padding-bottom: 0px;
		text-align: center
	}

	.ftr .vb {
		font-size: 16px;
		text-decoration: none;
		color: #565656
	}

	#progressWrap {
		background-color: #555555;
		height: 8px;
		cursor: pointer
	}

	#playProgress {
		background-color: #ce3969;
		width: 0px;
		height: 8px
	}

	#showProgress {
		font-size: 0px
	}

	.footer-play {
		background: #242424
	}

	.play {
		background: #242424;
		border: 0px;
		border-right: 1px #000000 solid;
		padding-left: 15px;
		width: 40px;
		height: 40px
	}

	.full {
		background: #242424;
		border: 0px
	}

	.footer-play .yin {
		width: 120px;
		display: inline-block;
		vertical-align: middle
	}

	.control-left {
		background: url("/static/img/web/cn/home/control-left.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px;
		margin-left: 0px;
		margin-top: 15px
	}

	.control-right {
		background: url("/static/img/web/cn/home/control.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px;
		margin-left: 0px;
		margin-top: 15px
	}

	.slide {
		display: block
	}
}

@media (min-width:1200px) {
	.bg-video {
		background-color: #000000
	}

	.bg-header {
		padding-top: 25px
	}

	.bg-header .VB {
		font-size: 18px;
		color: #fff;
		font-weight: bolder;
		padding-left: 15px;
		text-decoration: none
	}

	.jian {
		font-size: 15px;
		color: #666666;
		padding-top: 20px;
		padding-left: 25px;
		line-height: 25px
	}

	.p {
		font-size: 20px;
		color: #e04993;
		padding-left: 40px
	}

	.vb {
		font-size: 16px;
		text-decoration: none;
		color: #565656
	}

	#progressWrap {
		background-color: #555555;
		height: 9px;
		cursor: pointer
	}

	#playProgress {
		background-color: #ce3969;
		width: 0px;
		height: 9px
	}

	#showProgress {
		font-size: 0px
	}

	.footer-play {
		background: #242424
	}

	.play {
		background: #242424;
		border: 0px;
		border-right: 1px #000000 solid;
		padding-left: 15px;
		width: 40px;
		height: 40px;
		vertical-align: middle
	}

	.full {
		background: #242424;
		border: 0px;
		vertical-align: middle
	}

	.footer-play .yin {
		width: 120px;
		display: inline-block;
		vertical-align: middle
	}

	.control-left {
		background: url("/static/img/web/cn/home/control-left.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px
	}

	.control-right {
		background: url("/static/img/web/cn/home/control.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 25px;
		height: 70px
	}

	.slide {
		display: block
	}
}

.home-video.fullscreen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10086
}

.home-video {
	position: relative;
	background: #000000
}

#home_video {
	margin-bottom: -5px;
	padding-top: 30px
}

#home_video:hover {
	cursor: pointer
}

.home-video .progress-block {
	background-color: #000000;
	padding-top: 1px;
	margin-right: 0;
	margin-left: 0
}

.home-video #progressBar {
	width: 100%;
	cursor: pointer;
	background: #585858
}

.home-video #progress {
	background: #e04993;
	height: 8px
}

.home-video .controls {
	background: #3a3a3a
}

.home-video .controls .home-btn-group {
	padding-bottom: 5px;
	padding-left: 10px
}

.home-video .controls .home-btn-group .btn-fast-forward {
	float: left;
	padding-top: 9px;
	padding-left: 20px
}

.home-video .controls .home-btn-group .btn-volume {
	padding-top: 7px
}

.home-video .controls .home-btn-group .time {
	color: #fff;
	vertical-align: middle;
	float: left;
	padding-top: 7px;
	padding-left: 15px
}

.home-video .controls .home-btn-group .btn-fullscreen {
	padding-top: 7px
}

.home-video .controls .home-btn-group input {
	padding-top: 4px
}

.home-video .controls .home-btn-group input[type=range] {
	display: inline-block;
	width: 100px;
	vertical-align: middle
}

.home-video .btn-fast-forward,
.home-video .btn-volume,
.home-video .btn-fullscreen {
	padding: 4px;
	background: transparent;
	border: 1px solid transparent;
	line-height: 0;
	border: 0px
}

.home-video .btn-fast-forward:hover,
.home-video .btn-volume:hover,
.home-video .btn-fullscreen:hover {
	border-color: #c9c9c9
}

.home-video .btn-play {
	background: url("/static/img/web/cn/home/btn-play.png?v=e01cf1c8a0") transparent no-repeat top left;
	border: none;
	line-height: 0;
	height: 20px;
	float: left;
	margin-top: 6px;
	margin-left: 10px
}

.home-video .btn-play:hover {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	background: url("/static/img/web/cn/home/btn-play-active.png?v=e01cf1c8a0") transparent no-repeat top left
}

.home-video .btn-play-lg {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -30px
}

.home-video .btn-pause {
	background: url("/static/img/web/cn/home/btn-pause.png?v=e01cf1c8a0") transparent no-repeat top left;
	border: none;
	line-height: 0;
	width: 14px;
	height: 16px;
	padding: 0;
	border-radius: 0;
	float: left;
	margin-top: 6px;
	margin-left: 10px
}

.home-video .btn-pause:hover {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	background: url("/static/img/web/cn/home/btn-pause-active.png?v=e01cf1c8a0") transparent no-repeat top left
}

.home-video .btn-play-lg {
	background: transparent;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -38px;
	display: none
}

.home-video .btn-play-lg.active {
	display: inline-block
}

.home-video span.visible {
	visibility: hidden
}

@media (min-width:732px) {
	.home-video {
		position: relative;
		background: #000000
	}

	#home_video {
		margin-bottom: -5px;
		padding-left: 1px;
		padding-right: 1px
	}

	#home_video:hover {
		cursor: pointer
	}

	.home-video .progress-block {
		margin-right: 0;
		margin-left: 0
	}

	.home-video #progressBar {
		width: 100%;
		cursor: pointer;
		background: #585858
	}

	.home-video #progress {
		background: #e04993;
		height: 5px
	}

	.home-video .controls {
		background: #3a3a3a
	}

	.home-video .controls .home-btn-group {
		padding-left: 5px
	}

	.home-video .controls .home-btn-group .btn-fast-forward {
		float: left;
		padding-top: 5px;
		padding-left: 8px
	}

	.home-video .controls .home-btn-group .btn-volume {
		padding-top: 5px
	}

	.home-video .controls .home-btn-group .time {
		color: #fff;
		vertical-align: middle;
		float: left;
		padding-top: 3px;
		padding-left: 10px;
		width: 40px
	}

	.home-video .controls .home-btn-group .btn-fullscreen {
		padding-top: 3px
	}

	.home-video .controls .home-btn-group input {
		padding-top: 1px
	}

	.home-video .controls .home-btn-group input[type=range] {
		display: inline-block;
		width: 100px;
		vertical-align: middle
	}

	.home-video button:not(:last-child) {
		margin-right: 10px
	}

	.home-video .btn-fast-forward,
	.home-video .btn-volume,
	.home-video .btn-fullscreen {
		padding: 4px;
		background: transparent;
		border: 1px solid transparent;
		line-height: 0;
		border: 0px
	}

	.home-video .btn-fast-forward:hover,
	.home-video .btn-volume:hover,
	.home-video .btn-fullscreen:hover {
		border-color: #c9c9c9
	}

	.home-video .btn-fast-forward {
		background: url("/static/img/web/cn/home/btn-fast-forward.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fast-forward:hover {
		background: url("/static/img/web/cn/home/btn-fast-forward-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fullscreen {
		background: url("/static/img/web/cn/home/btn-fullscreen.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-fullscreen.active {
		background: url("/static/img/web/cn/home/btn-fullscreen-small.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-fullscreen.active:hover {
		background: url("/static/img/web/cn/home/btn-fullscreen-smallactive.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-fullscreen:hover {
		background: url("/static/img/web/cn/home/btn-fullscreen-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-play {
		background: url("/static/img/web/cn/home/btn-play.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 14px;
		float: left;
		margin-top: 4px;
		margin-left: 10px
	}

	.home-video .btn-play:hover {
		float: left;
		width: 20px;
		height: 14px;
		margin-top: 4px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-play-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-pause {
		background: url("/static/img/web/cn/home/btn-pause.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 14px;
		float: left;
		margin-top: 4px;
		margin-left: 10px
	}

	.home-video .btn-pause:hover {
		float: left;
		width: 20px;
		height: 14px;
		margin-top: 4px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-pause-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-play-lg {
		background: transparent;
		padding: 0;
		border: none;
		position: absolute;
		top: 50%;
		left: 50%;
		display: none
	}

	.home-video .btn-play-lg.active {
		display: inline-block
	}

	.home-video span.visible {
		visibility: hidden
	}
}

@media (min-width:992px) {
	.home-video {
		position: relative;
		background: #000000
	}

	#home_video {
		margin-bottom: -5px
	}

	#home_video:hover {
		cursor: pointer
	}

	.home-video .progress-block {
		margin-right: 0;
		margin-left: 0
	}

	.home-video #progressBar {
		width: 100%;
		cursor: pointer;
		background: #585858
	}

	.home-video #progress {
		background: #e04993;
		height: 8px
	}

	.home-video .controls {
		background: #3a3a3a
	}

	.home-video .controls .home-btn-group {
		padding-bottom: 5px;
		padding-left: 10px
	}

	.home-video .controls .home-btn-group .btn-fast-forward {
		float: left;
		padding-top: 9px;
		padding-left: 20px
	}

	.home-video .controls .home-btn-group .btn-volume {
		padding-top: 7px
	}

	.home-video .controls .home-btn-group .time {
		color: #fff;
		vertical-align: middle;
		float: left;
		padding-top: 7px;
		padding-left: 15px;
		width: 50px
	}

	.home-video .controls .home-btn-group .btn-fullscreen {
		padding-top: 7px
	}

	.home-video .controls .home-btn-group input {
		padding-top: 4px
	}

	.home-video .controls .home-btn-group input[type=range] {
		display: inline-block;
		width: 100px;
		vertical-align: middle
	}

	.home-video .btn-fast-forward,
	.home-video .btn-volume,
	.home-video .btn-fullscreen {
		padding: 4px;
		background: transparent;
		border: 1px solid transparent;
		line-height: 0;
		border: 0px
	}

	.home-video .btn-fast-forward:hover,
	.home-video .btn-volume:hover,
	.home-video .btn-fullscreen:hover {
		border-color: #c9c9c9
	}

	.home-video .btn-fast-forward {
		background: url("/static/img/web/cn/home/btn-fast-forward.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fast-forward:hover {
		background: url("/static/img/web/cn/home/btn-fast-forward-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fullscreen {
		background: url("/static/img/web/cn/home/btn-fullscreen.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-fullscreen:hover {
		background: url("/static/img/web/cn/home/btn-fullscreen-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-play {
		background: url("/static/img/web/cn/home/btn-play.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 16px;
		height: 20px;
		float: left;
		margin-top: 6px;
		margin-left: 10px
	}

	.home-video .btn-play:hover {
		float: left;
		width: 20px;
		height: 16px;
		margin-top: 6px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-play-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-pause {
		background: url("/static/img/web/cn/home/btn-pause.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 16px;
		height: 20px;
		float: left;
		margin-top: 6px;
		margin-left: 10px
	}

	.home-video .btn-pause:hover {
		float: left;
		width: 20px;
		height: 16px;
		margin-top: 6px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-pause-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-play-lg {
		background: transparent;
		padding: 0;
		border: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -30px;
		margin-left: -38px;
		display: none
	}

	.home-video .btn-play-lg.active {
		display: inline-block
	}

	.home-video span.visible {
		visibility: hidden
	}
}

@media (min-width:1200px) {
	.home-video {
		position: relative;
		background: #000000
	}

	#home_video {
		margin-bottom: -5px;
		padding-left: 1px;
		padding-right: 1px;
		position: relative
	}

	#home_video:hover {
		cursor: pointer
	}

	.home-video .progress-block {
		margin-right: 0;
		margin-left: 0
	}

	.home-video #progressBar {
		width: 100%;
		cursor: pointer;
		background: #585858
	}

	.home-video #progress {
		background: #e04993;
		height: 8px
	}

	.home-video .controls {
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #3a3a3a;
		z-index: 2147483647
	}

	.home-video .controls .home-btn-group {
		padding-bottom: 5px;
		padding-left: 10px
	}

	.home-video .controls .home-btn-group .btn-fast-forward {
		float: left;
		padding-top: 9px;
		padding-left: 20px
	}

	.home-video .controls .home-btn-group .btn-volume {
		padding-top: 7px
	}

	.home-video .controls .home-btn-group .time {
		color: #fff;
		vertical-align: middle;
		float: left;
		padding-top: 7px;
		padding-left: 15px;
		width: 70px
	}

	.home-video .controls .home-btn-group input {
		margin-top: 5px
	}

	.home-video .controls .home-btn-group input[type=range] {
		display: inline-block;
		width: 100px;
		vertical-align: middle
	}

	.home-video .btn-fast-forward,
	.home-video .btn-volume,
	.home-video .btn-fullscreen {
		padding: 4px;
		background: transparent;
		border: 1px solid transparent;
		line-height: 0;
		border: 0px
	}

	.home-video .btn-volume:hover,
	.home-video .btn-fullscreen:hover {
		border-color: #c9c9c9
	}

	.home-video .btn-fast-forward {
		background: url("/static/img/web/cn/home/btn-fast-forward.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fast-forward:hover {
		background: url("/static/img/web/cn/home/btn-fast-forward-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 16px;
		height: 12px;
		margin-top: 9px;
		margin-left: 12px
	}

	.home-video .btn-fullscreen {
		background: url("/static/img/web/cn/home/btn-fullscreen.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-fullscreen:hover {
		background: url("/static/img/web/cn/home/btn-fullscreen-active.png?v=e01cf1c8a0") transparent no-repeat top left;
		width: 17px;
		height: 17px;
		border-radius: 0px;
		margin-top: 5px
	}

	.home-video .btn-play {
		background: url("/static/img/web/cn/home/btn-play.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 16px;
		float: left;
		margin-top: 6px;
		margin-left: 10px
	}

	.home-video .btn-play:hover {
		float: left;
		width: 20px;
		height: 16px;
		margin-top: 6px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-play-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-pause {
		background: url("/static/img/web/cn/home/btn-pause.png?v=e01cf1c8a0") transparent no-repeat top left;
		border: none;
		line-height: 0;
		width: 20px;
		height: 16px;
		float: left;
		margin-top: 6px;
		margin-left: 10px
	}

	.home-video .btn-pause:hover {
		float: left;
		width: 20px;
		height: 16px;
		margin-top: 6px;
		margin-left: 10px;
		background: url("/static/img/web/cn/home/btn-pause-active.png?v=e01cf1c8a0") transparent no-repeat top left
	}

	.home-video .btn-play-lg {
		background: transparent;
		padding: 0;
		border: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -30px;
		margin-left: -38px;
		display: none
	}

	.home-video .btn-play-lg.active {
		display: inline-block
	}

	.home-video span.visible {
		visibility: hidden
	}
}

/*!* 隐藏全屏时video标签默认的控制栏 *!*/
nav .dropdown:hover .dropdown-menu {
	display: inline-block !important
}

.gene-search {
	margin: 0 auto
}

.gene-search .title h1 {
	font-size: 30px;
	color: #8f8f8f;
	text-align: center;
	margin: 20px 0 10px;
	padding: 0
}

.gene-search .title h1 strong.pink {
	color: #e8418d
}

.gene-search .title .kuncun {
	font-size: 14px;
	color: #8f8f8f;
	text-align: center
}

.gene-search .search {
	text-align: center
}

.gene-search .search-detail {
	border: 1px solid #c5c5c5;
	padding: 15px 10px;
	position: relative
}

.gene-search .search-detail .detail-tile h2 {
	display: inline-block;
	color: #e14994;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0
}

.gene-search .search-detail .detail-table table {
	width: 100%;
	color: #666;
	margin-top: 20px
}

.gene-search .search-detail .detail-table table tr td.first {
	text-align: center;
	vertical-align: middle
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td {
	border: 1px solid #c5c5c5;
	padding: 5px 15px
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td.ai-title {
	vertical-align: text-top;
	text-align: center
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td.ai .panel-body {
	width: auto
}

.gene-search .boat-strategy-editor-english table {
	width: 100% !important
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td.ai .panel-body .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td.ai {
	padding: 0px;
	text-align: left
}

.gene-search .search-detail .detail-table table tr,
.gene-search .search-detail .detail-table table tr td.ai .panel-group {
	margin-bottom: 0px
}

.gene-search .search-detail .detail-table object {
	display: block;
	width: 100%;
	height: 800px
}

.gene-search .pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd
}

.gene-search .content .panel-collapse {
	padding: 15px 35px 0;
	line-height: 1.6;
	font-size: 16px
}

.gene-search .content .panel-body {
	color: #666
}

.gene-search a {
	text-decoration: none;
	cursor: pointer
}

.gene-search .panel-heading .panel-title a {
	font-size: 20px;
	line-height: 37px
}

.gene-search .stock-tips {
	padding: 15px 35px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #666
}

.gene-search .content p {
	text-align: left;
	text-indent: 2em;
	color: #666;
	margin: 0 0 25px;
	text-align: justify
}

.gene-search .content .justify {
	text-align: justify
}

.search-main .orf-search-result {
	overflow-y: hidden;
	padding-left: 0px;
	padding-right: 0px;
	max-height: none;
	min-height: 50px !important
}

.search-main .orf-search-result .form-group {
	width: initial !important
}

.search-main .result-data .widget {
	margin-left: 0px;
	margin-right: 0px
}

.search-main .result-data {
	border: 1px solid #ccc;
	border-bottom: 0
}

.search-main .result-data .result-list {
	padding: 25px 40px 60px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #e04993
}

.search-main .result-data .result-list .result-list-title {
	text-align: left
}

.search-main .result-data .subscribe1 {
	padding: 40px 0 0 80px;
	text-align: left
}

.search-main .result-data .result-list.row {
	margin-left: 0;
	margin-right: 0
}

.search-main .result-data .result-list .col-xs-8 {
	text-align: left
}

.gene-search .btn-cyagen {
	background-color: #e04993 !important;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 8px 15px;
	color: #fff
}

.gene-search .btn-cyagen:active,
.gene-search .btn-cyagen:hover,
.gene-search .btn-cyagen:focus {
	color: #fff !important
}

.gene-search .btn-mouse {
	padding: 0;
	width: 90px;
	height: 40px;
	background: url("/static/img/web/cn/project/search/btn-mouse.png?v=e01cf1c8a0") #e04993 no-repeat;
	background-position: center
}

.gene-search .btn-mouse.btn-rotateY180 {
	transform: rotateY(180deg)
}

.gene-search .btn-go {
	padding: 0;
	width: 96px;
	height: 36px;
	background-color: #e04993;
	background-image: url("/static/img/web/cn/project/search/btn-go.png?v=e01cf1c8a0");
	background-size: 96px 36px;
	background-repeat: no-repeat;
	background-position: center
}

.gene-search .btn-go.btn-rotateY180 {
	background-image: url("/static/img/web/cn/project/search/btn-go-reverse.png?v=e01cf1c8a0")
}

.gene-search .btn-mouse:hover {
	background-color: #d01b74
}

.gene-search-footer-logo {
	background: #f4f4f4;
	text-align: center;
	padding: 16px
}

.gene-search .panel-default>.panel-heading {
	text-align: center
}

.gene-search .dingyue label {
	font-weight: 100
}

.gene-search .order {
	border: 1px solid #c5c5c5;
	text-align: left
}

.gene-search .noresult p {
	color: #d74394;
	font-weight: 600;
	padding: 22px
}

@media (min-width:1200px) {
	.gene-search .order {
		border: 1px solid #c5c5c5;
		text-align: left
	}
}

@media (min-width:992px) {
	.gene-search .order {
		border: 1px solid #c5c5c5;
		text-align: left
	}
}

@media (min-width:768px) {
	.gene-search .order {
		border: 1px solid #c5c5c5;
		text-align: left
	}
}

.gene-search .order.chat-table {
	border-top: 0;
	padding: 0 0 40px 40px
}

.gene-search .order .order-title {
	padding: 0 100px 0 0
}

.gene-search .order .order-title p {
	text-indent: 2em;
	line-height: 2.5;
	color: #000
}

.gene-search .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0
}

.search-detail .pull-right .btn {
	padding: 0
}

.search-main .result-data .widget .narrow .btn-org {
	background-color: #aa0c5b !important;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 40px
}

.search-main .search-result .show-result {
	padding-left: 0
}

.search-main .search-result .show-result .dl-horizontal dd {
	text-align: left;
	margin-left: 300px;
	font-size: 13px;
	word-wrap: break-word
}

.search-main .search-result .show-result .result-toolbar .results {
	float: left;
	padding-left: 15px
}

.search-main .search-result .show-result .result-toolbar .pull-right {
	padding-right: 16px
}

.search-main .orf-search-result .search-widget {
	border-bottom: 0
}

.search-main .orf-search-result .search-widget p {
	color: #df6ba5;
	font-size: 15px;
	margin-left: -185px
}

.modal-modal-gene-noresult .modal-header .close,
.modal-gene-order .modal-header .close {
	margin-top: -10px
}

.search-main .orf-search-result .search-widget input.form-control {
	width: 440px;
	height: 40px;
	font-size: 18px
}

.search-main .orf-search-result .search-widget input.form-control:focus {
	border: 1px solid #e04993
}

.search-main .result-data-image .result-data-image-text {
	margin-left: 0
}

.jump-btn {
	background: #c60516;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	width: 175px;
	height: 26px;
	line-height: 26px;
	text-align: center
}

.jump-btn-i {
	width: 0;
	height: 0;
	float: right;
	margin: 7px 0 0 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #fff
}

.web-cn .container.gene-list {
	width: 1300px !important;
	margin-left: -75px
}

.web-cn .container.gene-list,
.web-cn .container.gene-search {
	margin-bottom: 105px
}

@media screen and (max-width:1345px) {
	.web-cn .container.gene-list {
		margin-left: -93px
	}
}

.boat-strategy-editor-english .Summary .li_square li {
	font-size: 14px
}

.parameter-color {
	font-size: 14px
}

.boat-strategy-editor-english h1 {
	font-size: 14px;
	display: none
}

.boat-strategy-editor-english .h4 {
	font-size: 14px
}

.boat-strategy-editor-english .Summary .Note {
	font-size: 14px !important
}

.fa-facebook-square {
	color: #3a5898
}

.fa-facebook-square:hover {
	opacity: .7
}

.fa-twitter-square {
	color: #33acfe
}

.fa-twitter-square:hover {
	opacity: .7
}

.fa-google-plus-square {
	color: #dd4b39
}

.fa-google-plus-square:hover {
	opacity: .7
}

.fa-linkedin-square {
	color: #0086ad
}

.fa-linkedin-square:hover {
	opacity: .7
}

.fa-weixin-box {
	display: block;
	background-color: #44ab12;
	float: right;
	border-radius: 3.5px;
	width: 16px;
	height: 17px
}

.fa-weixin-box:hover {
	opacity: .7
}

.fa-weixin {
	color: #fff;
	cursor: pointer;
	padding-left: 1px
}

.share .btn {
	padding: 0 5px
}

.share-weixin .modal-body {
	padding: 15px 25px
}

.modal-alert .modal-dialog {
	margin-top: 250px
}

.modal-alert .modal-title {
	text-align: center
}

.modal-alert .modal-body {
	line-height: 1.8;
	padding: 15px 20px
}

.modal-alert .content {
	text-indent: 2em
}

.modal-alert .close {
	opacity: .8
}

.links {
	margin-bottom: 40px
}

.links a {
	margin: 0 10px;
	line-height: 10px
}

.stories .leftViewport .head,
.rightViewport .head {
	width: 100%;
	position: relative
}

.stories .leftViewport .head a,
.head .sorter-holder,
.rightViewport .head a:nth-child(1) {
	font-size: 24px;
	color: #696969;
	float: left;
	text-decoration: none
}

.stories .leftViewport .head .sorter-holder,
.rightViewport .head .sorter-holder {
	position: relative;
	padding: 10px 0 0 0;
	float: right;
	width: 60px;
	height: 20px
}

.stories .leftViewport .head .sorter-holder a,
.rightViewport .head .sorter-holder a {
	position: relative;
	float: left;
	width: 25px;
	padding: 0 10px;
	color: #696969;
	line-height: 0em
}

.stories .leftViewport .head .sorter-holder .right,
.rightViewport .head .sorter-holder .right {
	width: 30px;
	padding-left: 10px;
	height: 15px
}

.stories .leftViewport .article .article-holder,
.rightViewport .article .right-holder {
	position: relative;
	top: 0
}

.stories .leftViewport .article .article-holder .text-box a span {
	font-size: 15px;
	color: #e04993;
	font-weight: bold;
	margin: 0
}

.stories .leftViewport .article .article-holder .text-box a {
	color: #e04993
}

.stories .leftViewport .article .article-holder .text-box .btn-more {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #e04993
}

.stories .rightViewport .article .right-holder .text-box {
	height: 67px;
	position: relative
}

.stories .rightViewport .article .right-holder .text-box a {
	font-size: 14px;
	color: #666;
	margin: 0
}

.stories .rightViewport .article .right-holder .text-box .bulletin-btn {
	font-size: 12px;
	color: #fff;
	background-color: #e04993;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 41px;
	min-height: 18px;
	line-height: 20px;
	padding: 0;
	border: none;
	margin-top: -9px
}

.stories .leftViewport .article .article-holder .text-box label {
	color: #666;
	font-weight: bold
}

.stories .rightViewport .article .right-holder .text-box p {
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.stories .leftViewport .article .article-holder .text-box p:last-child {
	font-size: 13px;
	line-height: 1.7;
	color: #666;
	margin: 0;
	position: relative;
	bottom: -18px
}

.stories .rightViewport .article .right-holder .text-box p:nth-child(2) {
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	position: absolute;
	bottom: 0px;
	width: 100%
}

.stories .leftViewport .sorter-holder a i,
.stories .rightViewport .sorter-holder a i {
	color: #949494
}

@media (min-width:768px) {
	.stories {
		position: relative;
		margin: 15px auto
	}

	.stories .leftViewport {
		float: left
	}

	.stories .rightViewport {
		float: left;
		padding-left: 20px
	}

	.stories .leftViewport .article .article-holder .thumb-holder {
		float: left;
		width: 32%;
		line-height: 160px;
		margin-top: -1px
	}

	.stories .leftViewport .article .article-holder .text-box {
		float: left;
		margin-left: 161px;
		width: 65%;
		height: 88px;
		position: absolute;
		top: 50%;
		margin-top: -44px
	}

	.stories .leftViewport .article .article-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 160px;
		padding: 0;
		position: relative;
		margin-top: -1px
	}

	.stories .rightViewport .article .right-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 68px;
		padding: 0;
		position: relative;
		margin-top: -1px
	}

	.stories .leftViewport .article .article-holder .text-box p:last-child {
		font-size: 13px;
		line-height: 1.7;
		color: #666;
		margin: 0;
		position: relative;
		bottom: 0px
	}

	.stories .leftViewport .article,
	.rightViewport .article {
		position: relative;
		height: 475px;
		overflow: hidden;
		border-top: 2px solid #ccc
	}

	.stories .rightViewport .article .right-holder .text-box {
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		width: 100%
	}

	.stories .rightViewport .article .right-holder .text-box p {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.stories {
		position: relative;
		width: 100%;
		margin: 15px auto
	}

	.stories .leftViewport {
		float: left
	}

	.stories .rightViewport {
		float: left;
		padding-left: 40px
	}

	.stories .leftViewport .article .article-holder .thumb-holder {
		float: left;
		width: 26%;
		margin-top: -1px;
		line-height: 156px
	}

	.stories .leftViewport .article .article-holder .text-box {
		float: left;
		width: 70%;
		height: 80px;
		position: absolute;
		top: 50%;
		margin-top: -40px;
		margin-left: 153px
	}

	.stories .leftViewport .article .article-holder .text-box p:last-child {
		font-size: 13px;
		line-height: 1.7;
		color: #666;
		margin: 0;
		position: relative;
		bottom: 0
	}

	.stories .leftViewport .article .article-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 156px;
		padding: 0;
		position: relative;
		margin-top: -1px
	}

	.stories .rightViewport .article .right-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 65px;
		padding: 0;
		margin-top: -1px
	}

	.stories .leftViewport .article,
	.rightViewport .article {
		position: relative;
		height: 465px;
		overflow: hidden;
		border-top: 2px solid #ccc
	}

	.stories .rightViewport .article .right-holder .text-box {
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		width: 100%
	}

	.stories .rightViewport .article .right-holder .text-box p {
		margin-top: 0px;
		margin-bottom: 0;
		line-height: 50px
	}
}

@media (min-width:1200px) {
	.stories {
		position: relative;
		width: 1148px;
		margin: 15px auto
	}

	.stories .leftViewport {
		float: left
	}

	.stories .rightViewport {
		float: left;
		padding-left: 70px
	}

	.stories .leftViewport .article .article-holder .thumb-holder {
		float: left;
		width: 23%;
		margin-top: -1px;
		line-height: 156px
	}

	.stories .leftViewport .article .article-holder .text-box {
		float: left;
		margin-left: 25px;
		width: 72%;
		height: 80px;
		position: absolute;
		top: 50%;
		margin-top: -40px;
		margin-left: 153px
	}

	.stories .leftViewport .article .article-holder .text-box p:last-child {
		font-size: 13px;
		line-height: 1.7;
		color: #666;
		margin: 0;
		position: absolute;
		bottom: -7px
	}

	.stories .leftViewport .article .article-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 156px;
		padding: 0;
		position: relative;
		margin-top: -1px
	}

	.stories .rightViewport .article .right-holder li {
		list-style: none;
		border-top: 1px dashed #c8c8c8;
		display: block;
		height: auto;
		min-height: 65px;
		padding: 0;
		margin-top: -1px
	}

	.stories .leftViewport .article,
	.rightViewport .article {
		position: relative;
		height: 465px;
		overflow: hidden;
		border-top: 2px solid #ccc
	}

	.stories .rightViewport .article .right-holder .text-box {
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		width: 100%
	}

	.stories .rightViewport .article .right-holder .text-box p {
		margin-top: 0px;
		margin-bottom: 0;
		line-height: 50px
	}
}

.stories .leftViewport .article,
.rightViewport .article#sliderType {
	overflow-y: hidden
}

.community .paper .format-media {
	margin-bottom: 40px
}

#paper-search {
	position: relative;
	width: 100%;
	margin: 10px auto;
	font-family: 'Microsoft YaHei';
	font-size: 14px
}

#paper-search input {
	width: 85%;
	border: 1px solid #999;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px center;
	padding: 0 0 0 40px;
	border-right: none
}

#paper-search .search {
	float: left;
	width: 15%;
	height: 50px;
	float: right;
	background: #e04993;
	color: white;
	text-align: center;
	cursor: pointer;
	border-top-color: #999;
	border-left: none
}

#paper-search .search .search-icon {
	vertical-align: middle
}

.active-right-literature {
	border: 1px solid #ccc
}

.active-right-literature .title {
	font-size: 14px;
	background-color: #E04993;
	color: #fff;
	padding-left: 20px;
	text-align: left;
	line-height: 50px
}

.active-right-literature .first-box {
	padding-right: 15px;
	padding-left: 15px
}

.literature .first-box .list-1 {
	margin-top: 10px
}

.active-right-literature .first-box .list-1,
.list-2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold
}

.active-right-literature .first-box ul li {
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	margin: 5px
}

.active-right-literature .first-box .direction-dowm {
	color: #e04993;
	vertical-align: top
}

.activity-literature-email {
	line-height: 30px;
	background-color: #e04993;
	border-radius: 4px;
	margin-top: 15px;
	width: 60px;
	color: #fff
}

.footer .container {
	padding: 30px 0 10px 0
}

.footer .contact-1 {
	width: 270px;
	float: left
}

.footer .contact-1 .foot-title,
.footer .contact-2 .foot-title,
.footer .contact-3 .foot-title,
.footer .contact-4 .foot-title,
.footer .contact-5 .foot-title {
	font-size: 15px;
	font-weight: bold;
	color: #fff
}

.footer .contact-1 ul,
.footer .contact-2 ul,
.footer .contact-3 ul {
	padding-left: 0;
	border-top: 1px solid #bbb;
	margin-top: 5px;
	margin-bottom: 0
}

.footer .contact-4 .foot-title,
.footer .contact-5 .foot-title {
	padding-left: 0;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px
}

.footer .contact-4 .foot-title a,
.footer .contact-5 .foot-title a {
	color: #fff
}

.footer .contact-1 ul li,
.footer .contact-2 ul li,
.footer .contact-3 ul li,
.footer .contact-4 ul li,
.footer .contact-5 ul li {
	line-height: 23px
}

.footer .contact-1 ul {
	list-style-type: none
}

.footer .contact-2 ul,
.footer .contact-3 ul,
.footer .contact-4 ul,
.footer .contact-5 ul {
	padding-left: 15px
}

.footer .contact-1 ul li div {
	float: left
}

.footer .contact-1 .fontWeight {
	font-weight: bold
}

.footer .contact-1 ul li div:nth-child(2) {
	width: 210px
}

.footer .contact-1 .cyagen-logo {
	margin-top: 25px
}

.footer .contact-1 .openWeixinQR,
.footer .contact-1 .weibo-logo {
	margin-top: 8px
}

.footer .contact-2 {
	float: left;
	margin-left: 90px;
	width: 220px
}

.footer .contact-3 {
	float: left;
	margin-left: 60px;
	width: 150px
}

.footer .contact-4,
.footer .contact-5 {
	float: left;
	margin-left: 60px;
	width: 295px
}

.footer .contact-4 .contactUl-1,
.footer .contact-5 .contactUl-1 {
	float: left
}

.footer .contact-4 .contactUl-2,
.footer .contact-5 .contactUl-2 {
	float: right
}

.footer .contact-2 ul li a,
.footer .contact-3 ul li a,
.footer .contact-4 ul li a,
.footer .contact-5 ul li a,
.footer .friendshipLink a {
	color: #fff
}

.footer .footer-link {
	position: relative;
	margin-top: 20px
}

.footer .footer-link .footer-code {
	display: inline-block;
	vertical-align: bottom
}

.footer .footer-link .footer-code .text-center {
	display: none
}

.div-test-up {
	width: 200px;
	position: absolute;
	top: 155px;
	display: flex;
	align-items: flex-end;
	margin-left: 38px
}

@media (min-width:768px) {
	.footer .contact-1 {
		width: 300px
	}

	.footer .contact-1 ul li div:nth-child(2) {
		width: 240px
	}

	.footer .contact-2 {
		width: 220px;
		margin-left: 15px
	}

	.footer .contact-3 {
		margin-left: 15px;
		width: 180px
	}

	.footer .contact-4 {
		width: 295px;
		margin-left: 0px;
		margin-top: 10px
	}

	.footer .contact-5 {
		margin-top: 10px
	}
}

@media (min-width:992px) {
	.footer .contact-1 {
		width: 240px
	}

	.footer .contact-1 ul li div:nth-child(2) {
		width: 180px
	}

	.footer .contact-2 {
		margin-left: 20px;
		width: 200px
	}

	.footer .contact-3 {
		margin-left: 10px;
		width: 135px
	}

	.footer .contact-4 {
		margin-left: 10px;
		width: 150px;
		margin-top: 0
	}

	.footer .contact-5 {
		margin-left: 10px;
		width: 175px;
		margin-top: 0
	}
}

@media (min-width:1200px) {
	.footer .contact-1 {
		width: 260px
	}

	.footer .contact-1 ul li div:nth-child(2) {
		width: 200px
	}

	.footer .contact-2 {
		margin-left: 20px;
		width: 200px
	}

	.footer .contact-3 {
		margin-left: 20px;
		width: 140px
	}

	.footer .contact-4 {
		margin-left: 35px;
		width: 190px
	}

	.footer .contact-5 {
		margin-left: 35px;
		width: 190px
	}

	.footer .footer-link .footer-code {
		right: 0;
		bottom: 0;
		position: absolute
	}

	.footer .footer-link .footer-code .text-center {
		display: block
	}
}

.web-well {
	padding: 0;
	border-radius: 0
}

.web-well table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
	border: 1px solid #f3f3f4
}

.web-well table>thead>tr:first-child {
	background: #e14994;
	color: #fff
}

.web-well table>thead>tr>th>button {
	border-radius: 0;
	border: none;
	background: #e14994;
	color: #fff
}

.web-well table>tbody>tr>td>button:active {
	border: none
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	background: none;
	color: #e14994
}

.web-well table>thead>tr:first-child:active,
.web-well table>thead>tr:first-child:hover,
.web-well table>thead>tr:first-child:focus {
	color: #fff
}

.web-well table>thead>tr:first-child>th>button:active,
.web-well table>thead>tr:first-child>th>button:hover,
.web-well table>thead>tr:first-child>th>button:focus {
	color: #fff
}

.btn-group-sm>.btn,
.btn-group-sm>.btn-sm {
	border-radius: 0;
	padding: 10px 4px;
	font-size: 15px
}

.btn-default {
	border: none
}

.text-info {
	color: inherit
}

.web-well table>tbody>tr:first-child {
	border-top: 1px solid #e9e9e9
}

.web-well table>thead>tr:nth-of-type(2) {
	font-size: 16px;
	font-weight: normal;
	color: #8f8f8f
}

.web-well table>tbody>tr:first-child {
	border-top: 1px solid #e9e9e9
}

.web-well table>thead>tr:nth-of-type(2)>th {
	padding: 10px 0
}

.web-well table>thead>tr>th>small {
	font-weight: 400
}

.btn.active,
.btn:active {
	box-shadow: none
}

.web-well table>tbody>tr>td>button>span:hover,
.web-well table>tbody>tr>td>button>span:active,
.web-well table>tbody>tr>td>button>span:focus,
.web-well table>tbody>tr>td>button>span.active,
.web-well table>tbody>tr>td>button>span.focus,
.web-well table>tbody>tr>td>button.active>span {
	padding: 5px 5px;
	background: #e14c94 !important;
	border-radius: 20px;
	color: #fff
}

.web-well table>tbody>tr>td>button>span {
	padding: 5px 5px;
	background: #fff
}

.web-well table>thead>tr>th>button>i {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px 5px
}

.well {
	border: none;
	background: none
}

.btn-info {
	color: #333 !important;
	background: none !important;
	border: none !important
}

.has-seminar button span {
	background-color: #8f8f8f !important;
	border-radius: 20px;
	color: #fff
}

.seminar-top {
	font-size: 14px;
	line-height: 1.6;
	background: #f9f9f9;
	margin: 20px 28px;
	padding: 10px;
	border: 1px solid #d7d7d7
}

.community-main .format {
	font-size: 15px;
	background-color: #fff
}

.community-main .format input,
.community-main .format textarea {
	border: none;
	border-left: 1px solid #505050;
	border-top: 1px solid #505050
}

.community-main .format .sub {
	width: 105px;
	height: 30px;
	background-color: #e04993;
	border-bottom-color: #666;
	border-right-color: #666;
	color: white;
	font-weight: bold
}

.community-main .format .sub.lecture-sub {
	height: auto
}

.community-main .format .sub.lecture-sub[disabled] {
	background-color: #e075bf
}

.result-data .gene-name {
	height: 0;
	position: absolute;
	top: 0;
	margin-left: 25px;
	color: #fff;
	padding: 0 7px;
	border-top: 30px solid #e04993;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.result-data .gene-name span {
	display: block;
	position: relative;
	margin-top: -28px
}

.result-data .gene-type {
	height: 85px;
	background-color: #e04993;
	color: #fff;
	font-size: 16px;
	display: table;
	white-space: nowrap
}

.result-data .condition-gene-type {
	background-color: #a45cc1
}

.result-data .gene-type p {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center
}

.result-data .gene-type .triangle {
	width: 0;
	height: 0;
	border-left: 5px solid #e04993;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -20px;
	margin-top: 7px
}

.result-data .gene-dec .triangle {
	width: 0;
	height: 0;
	border-right: 5px solid #a45cc1;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: inline-block;
	vertical-align: middle
}

.result-data .gene-dec .label-area {
	position: relative;
	display: inline-block;
	top: -0.5em
}

.result-data .gene-dec .label {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 3px;
	color: #fff;
	vertical-align: middle;
	background-color: #a45cc1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: -5px
}

.result-data .gene-dec .label.bg-pink {
	background-color: #e14994
}

.result-data .condition-gene-type .triangle {
	border-left: 5px solid #a45cc1
}

.result-data .bgcolor_cko {
	background-color: #e0e2fa !important
}

.result-data .list-ko {
	background-color: #fae0ec;
	height: 85px;
	position: relative;
	border-right: 10px solid #fff;
	display: flex
}

.result-data .list-cko {
	background-color: #e0e2fa;
	height: 85px;
	position: relative;
	display: flex
}

.result-data .narrow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

@media (max-width:1200px) {
	.result-data .narrow a.btn {
		width: 100%;
		margin-top: 3px;
		margin-left: 0;
		font-size: 13px;
		padding: 5px 0
	}

	.result-data .narrow>div {
		width: 100%
	}

	.result-data .narrow {
		margin-left: -10px
	}
}

@media (max-width:992px) {
	.result-data .gene-dec .label-area {
		position: relative;
		display: inline-block;
		top: 0
	}
}

.result-data .result-list .gene-dec {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 15px
}

.result-data .result-list .gene-dec .detail-list {
	margin-top: 3px
}

.result-data .result-list .gene-dec .detail-list span {
	display: inline-block;
	margin-right: 6px
}

.result-data .list-live-gene {
	background-color: #fae0ec;
	height: 85px;
	position: relative;
	margin-left: -5px;
	display: flex
}

.gene-search .btn-gene {
	background-color: #aa0c5b;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 8px;
	color: #fff
}

.gene-search .gene-shop-cart {
	transform: rotateY(180deg)
}

.search-result {
	position: relative;
	margin-top: 30px !important
}

.shop-total {
	margin-bottom: 0;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -30px;
	background-color: #7b82d8;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid;
	border-color: #949adf #595fbf #595fbf #949adf
}

.shop-total:hover {
	color: #fff
}

.gene-search .total-goods {
	font-size: 16px;
	border-radius: 20px;
	background-color: #fff;
	color: #e04993;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: -7px;
	position: absolute;
	top: 2px
}

.gene-search .order-detail {
	padding: 35px 40px 50px
}

.gene-search .order-detail table {
	width: 100%
}

.gene-search .order-detail table tr td {
	border-bottom: 1px solid #ddd;
	height: 80px;
	font-size: 14px;
	text-align: center;
	width: 10%
}

.gene-search .order-detail table tr td:first-child {
	font-size: 16px;
	padding-left: 20px;
	text-align: left;
	width: 40%
}

.gene-search .order-detail table tr:first-child td {
	background-color: #f3f3f3;
	line-height: 45px;
	font-size: 14px;
	height: 45px;
	border-top: 1px solid #ddd
}

.gene-search .order-detail table tr td:nth-child(5) {
	text-align: right;
	padding-right: 2%
}

.gene-search .order-detail table tr td:nth-child(4) {
	width: 15%
}

.gene-search .order-detail table tr td:nth-child(2) {
	width: 15%
}

.gene-QR-weibo {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -36px;
	border: 1px solid #ccc;
	background: #ededed;
	padding: 5px 7px;
	margin-top: 185px;
	border-radius: 0 5px 5px 0
}

.gene-QR-weibo img {
	display: block
}

.box-select {
	width: 21px;
	height: 21px;
	border: 2px solid #e04993;
	background-color: #fff
}

.box-selected {
	background: url("/static/img/web/cn/project/search/box-selected.png?v=e01cf1c8a0") no-repeat;
	width: 21px;
	height: 21px;
	border: 2px solid #e04993
}

.addcucc {
	opacity: 0;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px 7px;
	white-space: nowrap;
	color: #666;
	line-height: 25px;
	display: none
}

.addsucc-tips {
	display: block;
	animation: change-tip 2s;
	-webkit-animation: change-tip 2s;
	-moz-animation: change-tip 2s;
	-o-animation: change-tip 2s
}

@keyframes change-tip {
	0% {
		opacity: .75
	}

	25% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .25
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes change-tip {
	0% {
		opacity: .75
	}

	25% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .25
	}

	100% {
		opacity: 0
	}
}

.addsucc-tips i {
	color: #e04993
}

.choice-number {
	width: 25px;
	border: 1px solid #ccc;
	text-align: center
}

.cell-search {
	min-height: 666px
}

.cell-search .title {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 3px
}

.cell-search .kuncun {
	text-align: center
}

.cell-search .show-result {
	border: 1px solid #ddd;
	padding: 19px 21px
}

.cell-search .show-result table {
	width: 100%
}

.cell-search .show-result table tr td {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	padding: 5px 20px;
	width: 20%
}

.cell-search .show-result table tr td:nth-child(3) {
	width: 35%
}

.cell-search .show-result table tr td:nth-child(4) {
	width: 25%
}

.cell-search .show-result a.btn {
	margin: 5px
}

.cell-search tr:nth-child(odd) {
	background-color: #f2f2f2
}

.cell-search .search-main .search-widget select.species.form-control {
	font-size: 14px;
	height: 40px;
	width: 84px
}

.cell-search .search-main .search-widget .gene_tips {
	margin-left: 44px;
	width: 610px;
	text-align: left;
	margin: 0 auto;
	margin-top: -20px;
	padding-bottom: 12px
}

.cell-search .search-main .search-widget .gene_tips strong {
	color: #cb4a4f;
	font-size: 14px
}

.cell-search .cell-gene-result {
	padding: 0;
	border: 0
}

.cell-search .result-data {
	border: 0
}

.cell-search .search-result .msg {
	text-align: left;
	padding: 2px;
	color: rgba(255, 30, 30, 0.8);
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold
}

.cell-search .search-result .msg i.fa {
	width: 23px
}

.cell-search .cell-gene-result .grey {
	color: #5F5D5D
}

.cell-search .cell-gene-result a.btn-gene {
	width: 88px;
	margin: 5px
}

.cell-search .noresult p {
	color: #d74394;
	font-weight: 600;
	padding: 22px
}

@media (min-width:768px) {
	.cell-search .cell-gene-result .dl-horizontal dt {
		width: 160px;
		font-size: 12px;
		padding-bottom: 3px
	}

	.cell-search .cell-gene-result .dl-horizontal dd {
		padding-bottom: 3px
	}

	.cell-search .cell-gene-result .narrow {
		margin: 0 0 10px
	}
}

@media (min-width:992px) {
	.cell-search .cell-gene-result .dl-horizontal dt {
		width: 200px;
		font-size: 13px
	}

	.cell-search .cell-gene-result .row .col-md-7 {
		font-size: 13px;
		color: #5F5D5D
	}

	.cell-search .cell-gene-result .narrow {
		margin: 30px 0 0
	}
}

.cell-detail-table {
	border: 1px solid #ddd;
	padding: 19px 21px;
	min-width: 1116px;
	font-size: 15px;
	color: #5F5D5D;
	line-height: 1.9
}

.cell-detail-table h1 {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 15px
}

.cell-detail-table .cell-btn {
	margin-right: 20px
}

.cell-detail-table .cell-btn #pdf-download {
	color: #f37500;
	text-decoration: underline
}

.cell-detail-table .cell-btn p.disabled {
	background: #c6050e8c
}

.cell-detail-table .information table.tb,
.cell-detail-table .information>table,
.cell-detail-table .gene-strategy table {
	border-collapse: collapse;
	width: 100%
}

.cell-detail-table table.tb td {
	border: 1px solid #ddd;
	padding: 6px
}

.cell-detail-table #cell-pdf {
	background-color: #fff;
	margin-top: 20px
}

.cell-detail-table .tb tr td:last-child {
	width: 60%
}

.cell-detail-table .tb tr td:not(:last-child) {
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #5F5D5D
}

.cell-detail-table .tb tr td span {
	margin-right: 40px
}

.cell-detail-table .tb img {
	width: 180px;
	padding: 5px 20px 5px 0
}

#cell-pdf .warning-text .msg {
	text-align: left;
	padding: 3px;
	color: rgba(255, 30, 30, 0.9);
	padding-left: 16px;
	font-size: 15px;
	font-weight: bold
}

#cell-pdf .warning-text .msg i {
	width: 23px
}

#cell-pdf .cell-detail-table table tr td.ai-title {
	vertical-align: text-top;
	text-align: center
}

.cell-detail-table table tr td.ai .panel-body .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px
}

.cell-detail-table table tr,
.cell-detail-table table tr td.ai {
	padding: 0px;
	text-align: left
}

.cell-detail-table table tr,
.cell-detail-table table tr td.ai .panel-group {
	margin-bottom: 0px
}

.cell-detail-table .panel-heading .panel-title a {
	font-size: 18px;
	text-decoration: none;
	cursor: pointer
}

.cell-detail-table .panel-heading {
	text-align: center
}

.cell-detail-table .grnas .tb3 .ai {
	border-top: 0
}

.cell-detail-table .grnas .ai {
	border: 1px solid #ddd;
	padding: 16px 10px;
	border-top: 0
}

.cell-detail-table .grnas .ai:last-child {
	margin-top: 19px
}

.cell-detail-table .grnas table {
	width: 99%;
	margin: 0 auto
}

.cell-detail-table .grnas h1 {
	font-size: 14px;
	color: #e54690;
	font-weight: bold;
	padding: 0 15px;
	margin: 6px 0;
	line-height: 1.8
}

.cell-detail-table .grnas-table,
.cell-detail-table .tb {
	font-size: 15px;
	color: #5F5D5D
}

.cell-detail-table .information .stream>table td,
.cell-detail-table .information .stream>table tr th {
	border: 1px solid grey;
	padding: 2px;
	text-align: center;
	line-height: 1.5
}

.cell-detail-table .information .stream>table td {
	line-height: 1.5
}

.cell-detail-table .grnas-table tr th {
	background-color: #add1de
}

.cell-detail-table .grnas-table .information table caption {
	color: #5F5D5D;
	font-weight: bold;
	padding-bottom: 5px
}

.cell-detail-table .grnas-table .information table p {
	margin: 0
}

.cell-detail-table .grnas-table .fancyTable {
	width: 100%;
	border: 0
}

.cell-detail-table .grnas-table .fancyTable th,
.cell-detail-table .grnas-table .analysis .fancyTable td {
	text-align: center;
	padding: 6px
}

.cell-detail-table .grnas-table .fra td {
	padding: 6px;
	text-align: left
}

.cell-detail-table .grnas-table .fra table:not(.fancyTable) tr td:first-child {
	font-weight: bold;
	width: 240px
}

.cell-detail-table .grnas-table .fra table #T1 {
	width: 30px
}

.cell-detail-table .grnas-table .fra table td#T1+td {
	width: 65px
}

.cell-detail-table .grnas-table table.fancyTable td {
	border: 1px solid grey !important
}

.cell-detail-table .grnas-table table.fancyTable,
.cell-detail-table .grnas-table tr.fancyTable,
.cell-detail-table .grnas-table .fancyTable th,
.cell-detail-table .grnas-table td.fancyTable {
	border: 1px solid grey;
	border-collapse: collapse
}

#cell-pdf .phenotype #sgTitle {
	border: thin solid grey;
	min-width: 600px;
	max-width: none;
	background-color: #dfefff;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #5F5D5D
}

#cell-pdf .phenotype #darkerTable {
	min-width: 600px;
	max-width: 600px;
	margin-top: 4px
}

#cell-pdf .phenotype #darkerTable td {
	border: thin solid grey;
	padding: 3px;
	background-color: #dfefff
}

#cell-pdf .phenotype #darkerTable td:last-child span {
	color: #3399f3;
	text-decoration: none
}

.cell-detail-table .popupTable {
	color: #5F5D5D;
	border-collapse: collapse;
	font-size: 15px
}

.cell-detail-table .popupTable tr td {
	padding: 6px 15px;
	text-align: left;
	vertical-align: middle
}

.cell-detail-table .popupTable td.tableLabel {
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	vertical-align: middle
}

.cell-detail-table .popupTable .popupHeader {
	height: 170px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: normal;
	max-width: 25px;
	min-width: 25px;
	width: 25px
}

.cell-detail-table .popupTable .popupHeader>div {
	color: black;
	text-indent: 2px;
	width: 27px;
	min-width: 27px;
	max-width: 27px;
	position: relative;
	height: 100%;
	-ms-transform: skew(-45deg, 0deg);
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	left: 70px;
	overflow: hidden;
	top: 0px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd
}

.cell-detail-table .popupTable .popupHeader>div>span {
	-ms-transform: skew(45deg, 0deg) rotate(315deg);
	-moz-transform: skew(45deg, 0deg) rotate(315deg);
	-webkit-transform: skew(45deg, 0deg) rotate(315deg);
	-o-transform: skew(45deg, 0deg) rotate(315deg);
	transform: skew(45deg, 0deg) rotate(315deg);
	display: inline-block;
	width: 90px;
	position: absolute;
	text-align: left;
	left: -33px;
	bottom: 25px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #666666
}

.cell-detail-table .popupTable td.border {
	border: thin solid grey
}

.cell-detail-table .popupTable td.headerTitle {
	background-color: #dddddd;
	height: 38px;
	white-space: nowrap
}

.cell-detail-table .popupTable td.mouse1 {
	background-color: #C6D6E8
}

.cell-detail-table .method h2 {
	font-size: 15px;
	color: #666
}

.strategy-header .strategy-editor-best {
	position: absolute;
	top: 10px;
	left: 7px;
	font-size: 13px;
	z-index: 123;
	width: 94px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #fff;
	border-radius: 0 4px 4px 0;
	background: #e94f95;
	text-align: center
}

.strategy-header .strategy-editor-triangle {
	width: 0;
	height: 0;
	position: absolute;
	left: 7px;
	top: 29px;
	border-top: 11px solid #000;
	border-left: 8px solid transparent
}

.strategy-header button {
	width: 100%;
	font-size: 18px;
	float: left;
	height: 40px;
	border-radius: 6px 6px 0 0;
	outline: none
}

.strategy-header .btn-active {
	font-size: 20px !important;
	font-weight: normal;
	background: #fff !important;
	color: #5d3780 !important;
	border: thin solid #5d3780 !important;
	border-bottom: thin solid #fff !important
}

.strategy-header .btn-warning {
	color: #fff;
	background-color: #5d3780;
	border-color: #5d3780
}

.strategy-header .btn-warning:hover {
	background: #fff !important;
	color: #5d3780 !important;
	border: thin solid #5d3780 !important;
	border-bottom: thin solid #fff !important
}

.strategy-header .btn.active.focus,
.strategy-header .btn.active:focus,
.strategy-header .btn.focus,
.strategy-header .btn:active.focus,
.strategy-header .btn:active:focus,
.btn:focus {
	outline: none !important
}

.cell-detail-table .note label {
	font-weight: normal;
	margin: 0 0 10px
}

.cell-detail-table .sequence .btn.update-target {
	color: #fff;
	background: #e45800;
	font-size: 14px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 7px
}

.overflow-hidden {
	overflow: hidden
}

.overflow-auto {
	overflow: auto
}

.no-strategy-tips {
	padding: 35px 70px;
	border: 1px solid #ccc;
	margin: 0;
	text-align: center
}

.no-strategy-tips h2 {
	font-size: 19px;
	margin: 10px 0 23px;
	text-align: left
}

.no-strategy-tips p {
	font-size: 19px;
	line-height: 3.2;
	text-indent: 2em;
	text-align: left
}

.no-strategy-tips a {
	color: #e14994;
	text-decoration: underline
}

.no-strategy-tips .tips-footer {
	text-align: right
}

.other-level-last {
	line-height: 25px;
	font-size: 14px;
	color: #666
}

.other-level-last img {
	max-width: 100%
}

.other-level-last table {
	max-width: 100%;
	border-collapse: collapse
}

.other-level-last table.vertical-middle th,
.other-level-last table.vertical-middle td {
	vertical-align: middle
}

.other-level-last table tr th,
.other-level-last table tr td {
	padding: 8px 3px;
	border: 1px solid #ddd
}

.other-level-last .content #model-table {
	min-width: 613px;
	margin-bottom: 60px
}

#model-table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed
}

#model-table thead {
	padding: 8px 0;
	font-weight: bold;
	vertical-align: middle;
	color: #444;
	line-height: 1.2;
	padding-right: 15px;
	border-bottom: 3px solid #dbdbdb
}

#model-table tbody {
	height: 560px;
	overflow-y: auto;
	overflow-x: hidden
}

#model-table tr {
	height: auto;
	overflow: hidden
}

#model-table table tbody tr:nth-child(odd) {
	background-color: #f2f2f2
}

#model-table table [rowspan] {
	background-color: #f2f2f2
}

#model-table table th,
#model-table table td {
	padding: 8px 3px;
	text-align: center;
	word-break: break-word;
	border: 1px solid #ccc
}

#model-table table th {
	background-color: #e14994;
	color: #fff
}

#model-table table tr td {
	font-size: 13px;
	color: #5d205b;
	vertical-align: top
}

#model-table table tr td:last-child {
	font-size: 12px;
	font-weight: 500;
	color: #666;
	text-align: left
}

#model-table table tr td:first-child {
	color: #444
}

#model-table table.fixed-header th,
#model-table table.fixed-header td,
#model-table table.fixed-header tr,
#model-table table.fixed-header thead,
#model-table table.fixed-header tbody {
	display: block
}

#model-table table.fixed-header td,
#model-table table.fixed-header th {
	float: left
}

#model-table table.fixed-header th {
	background-color: transparent;
	color: #444;
	border: 0
}

#model-table table.fixed-header td {
	font-weight: bold;
	border: 0
}

#model_finished_form .form-group label {
	font-weight: 500
}

#model_finished_form .form-group input {
	display: inline-block;
	width: 360px
}

#model_finished_form .btn-mouse {
	padding: 0;
	width: 75px;
	height: 34px;
	background: url("/static/img/web/cn/project/search/btn-mouse.png?v=e01cf1c8a0") #e04993 no-repeat;
	background-position: 8px 6px;
	background-size: 80% auto;
	border-radius: 4px
}

#model_finished_form .btn-mouse:hover {
	filter: brightness(80%)
}

.has-error p.help-block {
	display: block
}

.anote {
	color: red;
	font-weight: normal;
	border: 1px solid red
}

.bnote {
	color: green;
	font-weight: normal;
	border: 1px solid green
}

.level .artical img {
	max-width: 100%
}

.nano>.nano-pane {
	width: 12px;
	background: #ececec
}

.nano>.nano-pane>.nano-slider {
	background: #e14994
}

#running-mouse {
	position: fixed;
	left: 30px;
	bottom: 15%;
	z-index: 1000;
	cursor: pointer
}

#running-mouse .fa-close {
	border: 2px solid #444;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 1px 3px
}

.carousel-search {
	width: 170px;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #fff;
	margin: 10px auto auto auto;
	display: none
}

.active .carousel-search {
	display: flex
}

.carousel-search input {
	border: none;
	flex: 1;
	width: 100px;
	outline: none;
	color: #949494
}

.carousel-search div {
	width: 50px;
	background: #525252;
	border-radius: 10px
}

.lecture-form>.lecture-form-box {
	width: 100%;
	background: #fff5fb
}

.lecture-form>.lecture-form-box .lecture-form-title {
	display: flex;
	align-items: center
}

.lecture-form>.lecture-form-box .lecture-form-title span {
	font-weight: bold;
	font-size: 22px;
	color: #656565;
	margin: 0 20px
}

.lecture-form>.lecture-form-box .lecture-form-title i {
	flex: 1;
	border-bottom: 1px solid #d9d9d9
}

.lecture-form>.lecture-form-box label {
	color: #8f8f8f
}

.lecture-form>.lecture-form-box input,
.lecture-form>.lecture-form-box select,
.lecture-form>.lecture-form-box textarea {
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px
}

.newsletter-wrap .newsletter-left>div {
	padding: 0 20px 0 0;
	border-right: 2px solid #e14994
}

.newsletter-wrap .newsletter-left>div.active {
	border-right: none;
	border-bottom: 2px solid #e14994;
	border-top: 2px solid #e14994
}

.newsletter-wrap .newsletter-left>div.active img {
	border-bottom: none
}

.newsletter-wrap .newsletter-left>div img {
	padding: 20px 0px;
	cursor: pointer
}

.newsletter-wrap .newsletter-left>div:first-child {
	border-top: none
}

.media-wrap {
	margin-top: 20px
}

.media-wrap .media-nav {
	width: 100%;
	padding: 0 30px;
	margin: 0
}

.media-wrap .media-nav .media-nav-item {
	padding: 20px 0;
	text-align: center;
	color: #656565;
	background: #f8f8f8
}

.media-wrap .media-nav .media-nav-item a {
	color: #333
}

.media-wrap .media-nav .media-nav-item div {
	height: 47px;
	border-right: 1px solid #dadada
}

.media-wrap .media-nav .media-nav-item p {
	border-right: 1px solid #dadada
}

.media-wrap .media-nav .media-nav-item img {
	margin: 0 auto
}

.media-wrap .media-content {
	padding: 0 30px
}

.media-wrap .media-content.active {
	background: #f8f8f8
}

.media-wrap .media-content .media-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 10px 0
}

.media-wrap .media-content .media-title span {
	font-size: 20px;
	font-weight: bold;
	color: #666
}

.course-wrap {
	width: 100%;
	position: relative;
	border: 1px solid #dbdbdb
}

.course-wrap .course-nav {
	background: #fff;
	box-shadow: 0 20px 10px 0 #dbdbdb;
	border-radius: 0 !important;
	padding: 0 10px
}

.course-wrap .course-nav>div {
	width: 100%
}

.course-wrap .course-nav .course-nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dbdbdb
}

.course-wrap .course-nav .course-nav-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb
}

.course-wrap .course-nav .course-nav-item .course-nav-right {
	flex: 1
}

.course-wrap .course-nav .course-nav-item .course-nav-right ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
	padding-left: 0
}

.course-wrap .course-nav .course-nav-item .course-nav-right ul li {
	margin: 20px
}

.course-wrap .course-nav .course-nav-item .course-nav-right ul li a {
	color: #333
}

.course-wrap .course-nav .course-nav-item .course-nav-right ul li.active a {
	background: #e14994;
	padding: 5px 8px;
	border-radius: 60px;
	color: #fff;
	font-size: 12px
}

.course-wrap .course-content {
	padding: 0 20px
}

.course-wrap .course-content.active {
	background: #f8f8f8
}

.course-wrap .course-content .media-title {
	padding-top: 15px
}

.download-wrap>div {
	width: 100%
}

.download-box {
	width: 100%;
	padding: 0 30px 30px;
	border: 1px solid #dadada;
	border-top: none
}

.download-box .none-data {
	font-size: 16px;
	text-align: center;
	color: #e04996;
	margin: 50px 0
}

.download-wrap .download-item {
	display: flex;
	padding: 30px 15px;
	border-bottom: 1px solid #dadada
}

.download-wrap .download-item .download-item-info {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1
}

.download-wrap .download-item .download-item-info>h5 {
	font-size: 16px;
	color: #e04996;
	font-weight: bold;
	margin: 0
}

.download-wrap .download-item .download-item-info p {
	margin: 0;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.download-wrap .download-item .download-item-info a {
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 60px;
	color: #fff;
	background: #e14994
}

.web-menu .inner .item.hover a,
.web-menu .web-dropdown a {
	color: #383131
}

.web-menu .web-dropdown a:hover {
	color: #23527c
}

p.help-block {
	display: none
}

.has-error p.help-block {
	display: block;
	text-indent: 0
}

.no-result-form {
	padding: 5%;
	border: 1px solid #ccc;
	line-height: 2.2;
	text-align: left
}

.no-result-form p {
	text-indent: 2em
}

.no-result-form .form-group label {
	line-height: 25px
}

.btn-cyagen {
	background-color: #e04993;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 15px;
	color: #fff
}

#navbar2 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center
}

#navbar2 .homeSearch {
	flex: 1
}

#navbar2 .homeSearch .form-group {
	position: relative;
	height: 30px;
	margin: 0
}

#navbar2 .homeSearch .nav2-select {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	padding: 0 15px 0 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 12px
}

#navbar2 .homeSearch .form-control {
	height: 30px;
	margin-left: 0;
	font-size: 12px;
	padding-left: 100px
}

#navbar2 .homeSearch .nav-search-icon {
	background: url("/static/img/web/cn/public/icon-search2.png?v=e01cf1c8a0") center no-repeat;
	background-size: 24px;
	padding: 0;
	height: 30px
}

#navbar2 .homeSearch .nav-search-icon:hover {
	background: url("/static/img/web/cn/public/icon-search2-active.png?v=e01cf1c8a0") center no-repeat;
	background-size: 24px
}

#loadingJsMask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	background-color: #fff;
	opacity: .7
}

#loadingJsMask .cg-busy-default-spinner {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 12px;
	left: 0
}

#loadingJsMask .cg-busy-default-spinner div {
	width: 12%;
	height: 26%;
	background: #000;
	position: absolute;
	left: 0;
	top: 37%;
	opacity: 0;
	border-radius: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.point-mutation .title h1 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #8d8d8d;
	letter-spacing: 3px;
	margin: 0;
	margin-top: 10px
}

.point-mutation .title p {
	color: #8d8d8d;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin-top: 3px;
	letter-spacing: 1px
}

.point-mutation .search-widget .inline-dropdown {
	display: inline-block
}

.point-mutation .search-main .search-widget label {
	font-weight: 400
}

.point-mutation .search-widget .form-inline {
	text-align: center;
	font-size: 16px
}

.point-mutation .search-widget .form-inline select,
.point-mutation .search-widget .form-inline input,
.point-mutation .search-widget .form-inline button {
	width: 103px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 12px;
	color: #555;
	border: 1px solid #ccc;
	vertical-align: bottom;
	overflow: hidden;
	text-align: left;
	word-break: break-all
}

.point-mutation .open>.dropdown-menu {
	min-width: 103px
}

.point-mutation .dropdown button.dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.point-mutation .dropdown button:focus,
.point-mutation .dropdown input:focus {
	border-color: #66afe9;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.point-mutation .live-search .dropdown-menu .bs-searchbox {
	padding: 4px 8px;
	width: 515px
}

.point-mutation .live-search .dropdown-menu .bs-searchbox input {
	height: 34px;
	line-height: 34px
}

.point-mutation .live-search .dropdown-menu .bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

.point-mutation .live-search .dropdown-menu .inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 314px;
	width: 515px;
	overflow-x: hidden;
	overflow-y: auto
}

.point-mutation .dropdown-menu>.active>a,
.point-mutation .dropdown-menu>.active>a:focus,
.point-mutation .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e14994;
	outline: 0
}

.point-mutation .description {
	padding: 30px;
	background: #ededed;
	border: 1px solid #ddd;
	text-indent: 2em;
	line-height: 2;
	margin-top: 60px
}

.point-mutation .search-result {
	border: 1px solid #ccc;
	padding: 0;
	margin-top: 30px
}

.point-mutation .result-toolbar {
	padding: 10px 25px
}

.point-mutation .result-toolbar-top .pagination {
	margin: 0
}

.point-mutation .search-result nav {
	padding: 6px 30px;
	background: #ededed
}

.point-mutation .search-result .btn-mutation {
	font-size: 13px;
	margin-top: 20px;
	text-decoration: none
}

.point-mutation .search-result .btn-mutation:focus {
	text-decoration: underline
}

@media (min-width:768px) {
	.point-mutation .search-result .btn-mutation {
		margin-top: 70px
	}
}

.point-mutation .search-result .result-list {
	padding: 0 15px
}

.point-mutation .search-result .result-list .sub-list {
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.point-mutation .search-result .result-list .sub-list:nth-child(even) {
	background-color: #ededed
}

.point-mutation .search-result .result-list .sub-list>div {
	padding-right: 15px;
	padding-left: 30px
}

.point-mutation .search-result .result-list .sub-list>div:first-child {
	border-right: 0
}

.point-mutation .search-result .result-list .sub-list:last-child {
	border: 0
}

.point-mutation .search-result .result-list table {
	width: 100%;
	border-collapse: collapse;
	border: 0
}

.point-mutation .search-result .result-list table th,
.point-mutation .search-result .result-list table td {
	border: 0;
	padding: 6px;
	vertical-align: top;
	font-size: 13px;
	word-break: break-word
}

.point-mutation .search-result .result-list table th {
	width: 100px;
	text-align: right
}

.point-mutation .search-result .result-list table td {
	padding-left: 20px
}

.point-mutation .search-result .result-list table caption {
	color: #e14994;
	font-size: 110%;
	font-weight: bold
}

.point-mutation .mutation {
	position: relative;
	border: 1px solid #ccc;
	background: #ededed;
	padding: 0;
	margin-top: 30px
}

.point-mutation .mutation .title {
	padding: 10px 30px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	text-align: left
}

.point-mutation .mutation .custom_win {
	float: right;
	width: 100px;
	margin-right: -100px;
	margin-top: -18px;
	background-color: #e14894;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.8
}

.point-mutation .mutation .custom_win .btn-custom {
	color: #e14894;
	background-color: #fde901;
	padding: 2px 5px;
	font-weight: bold
}

.point-mutation .mutation .mutation-pic {
	margin: 20px 12px;
	padding: 20px 12px;
	background: #fff;
	text-align: center;
	min-height: 330px;
	font-size: 80%
}

.point-mutation #pointer-mutation-svg svg {
	display: block;
	margin: 0 auto
}

.point-mutation .mutation .mutation-table {
	margin: 20px 12px;
	padding: 20px 12px;
	background: #fff
}

.point-mutation .mutation-table .form-group label {
	font-weight: 500
}

.point-mutation .mutation-table .form-group input {
	display: inline-block;
	width: 360px
}

.point-mutation .mutation-table .btn-mouse {
	padding: 0;
	width: 75px;
	height: 34px;
	background: url("/static/img/web/cn/project/search/btn-mouse.png?v=e01cf1c8a0") #e04993 no-repeat;
	background-position: 8px 6px;
	background-size: 80% auto;
	border-radius: 4px
}

.point-mutation .mutation-table .btn-mouse:hover {
	filter: brightness(80%)
}

.point-mutation .mutation .mutation-table table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	table-layout: fixed
}

.point-mutation .mutation .mutation-table th,
.point-mutation .mutation .mutation-table td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 8px 5px;
	word-break: break-word
}

.point-mutation .mutation .mutation-table th {
	background-color: #F3D2E4;
	font-weight: bold
}

.point-mutation #pointer-mutation-svg-div {
	position: relative;
	overflow: hidden
}

.point-mutation #pointer-mutation-svg-div .btn-area {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.point-mutation #pointer-mutation-svg-div .btn-area a {
	display: block;
	font-size: 20px;
	color: gray;
	margin-bottom: 5px;
	opacity: .8
}

.point-mutation #pointer-mutation-svg-div .btn-area a:hover {
	color: #e14994
}

.point-mutation .search-widget .input-keyword .gene-name {
	width: 300px;
	vertical-align: bottom
}

.point-mutation .custom-model .nav {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	padding: 6px 30px;
	background: #f8d6e7
}

.point-mutation .custom-model .result-list .sub-list>div {
	padding-right: 30px;
	padding-left: 30px
}

.point-mutation .custom-model input[type='number'] {
	width: 130px;
	padding-right: 0
}

.point-mutation .custom-model table th {
	line-height: 30px
}

.point-mutation .custom-model table input {
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.point-mutation .custom-model table button {
	padding: 5px 15px;
	margin-top: 15px
}

.point-mutation .custom-model .feedback h3 {
	font-weight: bold;
	margin: 25px 0 15px;
	font-size: 16px
}

.point-mutation .custom-model .feedback p {
	line-height: 2.2
}

.point-mutation .custom-model .feedback a {
	color: #e03a8d;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px 8px;
	margin-right: 5px;
	background-color: #ffe2f1;
	border: 1px solid #d6acc2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.point-mutation .custom-model .row .col-sm-6 {
	padding-bottom: 0 !important
}

.point-mutation .custom-model .header-table table {
	display: block !important;
	width: 100% !important;
	border-collapse: collapse !important
}

.point-mutation .custom-model .header-table table th,
.point-mutation .custom-model .header-table table td {
	padding: 5px 2px !important;
	text-align: center !important;
	border: 1px solid #dadada !important;
	vertical-align: middle !important
}

.point-mutation .custom-model .header-table table th {
	background-color: #f8d6e7;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 0 !important
}

.point-mutation .custom-model .header-table table .coltab-tab {
	display: none
}

.point-mutation .custom-model .header-table table a {
	color: #e14994
}

.point-mutation .custom-model .header-table table tr th:first-child {
	width: 8%
}

.point-mutation .custom-model .header-table table tr th:nth-child(2) {
	width: 16%
}

.point-mutation .custom-model .header-table table tr th:nth-child(3) {
	width: 5%
}

.point-mutation .custom-model .header-table table tr th:nth-child(4) {
	width: 9%
}

.point-mutation .custom-model .header-table table tr th:nth-child(5) {
	width: 16%
}

.point-mutation .custom-model .header-table table tr th:nth-child(6) {
	width: 7%
}

.point-mutation .custom-model .header-table table tr th:last-child {
	width: 12%
}

.point-mutation .custom-model .btn-plus {
	background-color: #f8d6e7;
	color: #a6507b;
	font-weight: bold;
	border: 1px solid #d7adc3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.point-mutation .custom-model .btn-minus {
	background-color: #ffe0cf;
	color: #a6507b;
	font-weight: bold;
	border: 1px solid #e2b69f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.point-mutation .custom-model .transfer-mouse-info .form-control {
	background-color: #ffe6f2;
	border-color: #ffb5da
}

@media (min-width:768px) {
	.point-mutation .custom-model .form-inline .form-group {
		margin-bottom: 10px
	}
}

.point-mutation .custom-model .btn-gene {
	padding: 5px 15px
}

.point-mutation .search-detail .detail-table .custom-detail {
	width: 1130px;
	max-width: 100%;
	margin: 25px auto;
	border-collapse: collapse
}

.point-mutation .search-detail .detail-table .custom-detail tr th {
	background-color: #f5d5e4;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 12px
}

.point-mutation .search-detail .detail-table .custom-detail tr td {
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 12px
}

#pointer-mutation-svg-div .tooltip:hover {
	display: block !important
}

#pointer-mutation-svg-div .tooltip a:hover {
	text-decoration: underline
}

.pink-tooltip:hover .tooltip-inner {
	background-color: #951D4D;
	border: 1px solid #951D4D
}

.pink-tooltip:hover .tooltip-arrow {
	border-top-color: #951D4D !important
}

.pink-tooltip .tooltip-inner {
	font-size: 14px;
	background: #db458f;
	text-align: left;
	color: #fff;
	border: 1px solid #db458f;
	padding: 6px
}

.pink-tooltip .tooltip-inner a {
	color: #fff
}

.pink-tooltip .tooltip-inner a:hover {
	text-decoration: none
}

.pink-tooltip .tooltip-arrow {
	border-top-color: #db458f !important
}

.public-search .search-main.m-100 {
	margin-left: -100px;
	margin-right: -100px
}

.public-search .search-main .orf-search {
	border-left: 1px solid #ccc;
	margin-bottom: 70px
}

.public-search .search-main .orf-search:first-child {
	border: 0
}

.public-search .orf-search h1 {
	font-size: 24px;
	font-weight: bold;
	color: #8f8f8f;
	text-align: center;
	padding: 0;
	margin: 0
}

.public-search .search-widget .form-inline select,
.public-search .search-widget .form-inline input,
.public-search .search-widget .form-inline button {
	width: 96px;
	height: 36px;
	line-height: 36px
}

.public-search .search-main .orf-search input.gene-name {
	width: 250px;
	margin: 0 auto
}

.boat-strategy-editor-mutation {
	font-family: "Arial", "Microsoft YaHei", Helvetica, sans-serif;
	color: #5F5D5D;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden
}

.boat-strategy-editor-mutation .font-bold {
	font-weight: bold
}

.boat-strategy-editor-mutation .title {
	font-size: 15px;
	font-weight: 700
}

.boat-strategy-editor-mutation .title-pink {
	color: #e94f95
}

.boat-strategy-editor-mutation h2 {
	margin: 36px 0 10px;
	position: relative
}

.boat-strategy-editor-mutation h2::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	margin-top: 6px;
	margin-left: 12px;
	background-color: #e94f95;
	opacity: .6
}

.boat-strategy-editor-mutation ul li {
	word-wrap: break-word;
	color: #5F5D5D
}

.boat-strategy-editor-mutation .img-border {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	padding: 25px
}

.boat-strategy-editor-mutation .strategy ul {
	padding-left: 20px
}

.boat-strategy-editor-mutation .strategy ul.style-none {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.boat-strategy-editor-mutation .green-word {
	color: #36ec11
}

.boat-strategy-editor-mutation .green-word {
	color: #36ec11
}

.boat-strategy-editor-mutation .purple-key {
	background-color: #debbff
}

.boat-strategy-editor-mutation .yellow-key {
	background-color: #fceaac
}

.boat-strategy-editor-mutation .green-key {
	background-color: #baffac
}

.boat-strategy-editor-mutation .orange-key {
	background-color: #ffccad
}

.boat-strategy-editor-mutation .blue-key {
	background-color: #ade7ff
}

.boat-strategy-editor-mutation .gray-key {
	background-color: #d6d6d6
}

.boat-strategy-editor-mutation .strategy h4 {
	margin: 15px 0 5px
}

.boat-strategy-editor-mutation .strategy .p4 p {
	margin: 0
}

.boat-strategy-editor-mutation .analysis-table .img-border {
	padding: 15px
}

.boat-strategy-editor-mutation .analysis-table table {
	width: 100% !important
}

.boat-strategy-editor-mutation .analysis-table th {
	background-color: #f1e8e9;
	font-weight: bold;
	text-align: center;
	padding: 8px 15px;
	border: 1px solid #c5c5c5
}

.boat-strategy-editor-mutation .analysis-table th,
.boat-strategy-editor-mutation .analysis-table td {
	line-height: 1.6;
	text-align: center
}

.boat-strategy-editor-mutation .analysis-table th:first-child,
.boat-strategy-editor-mutation .analysis-table td:first-child,
.boat-strategy-editor-mutation .analysis-table th:last-child,
.boat-strategy-editor-mutation .analysis-table td:last-child {
	border-left: 0 !important;
	border-right: 0 !important
}

.boat-strategy-editor-mutation .analysis-table table,
.boat-strategy-editor-mutation .analysis-table table tr {
	border: 0 !important
}

.boat-strategy-editor-mutation .underscored {
	text-decoration: underline
}

.boat-strategy-editor-mutation .query-sbjct-list {
	font-family: "Courier New", "Courier";
	font-size: 15px;
	line-height: 1.2
}

.boat-strategy-editor-mutation .query-sbjct-list .head {
	display: inline-block;
	width: 100px;
	text-align: left
}

.boat-strategy-editor-mutation .query-sbjct-list p {
	margin: 0
}

.boat-strategy-editor-mutation .cut_site {
	position: relative;
	width: 116px;
	left: 58px;
	top: 15px;
	margin-left: -116px;
	margin-top: -60px;
	text-align: center;
	white-space: nowrap
}

.microrna-bank {
	min-height: 400px
}

.microrna-bank .title h1 {
	letter-spacing: 0;
	font-size: 32px
}

.gene-search-all .searchbox {
	max-width: 860px;
	margin: 0 auto;
	text-align: left
}

.gene-search-all .searchbox .nav-tabs {
	display: flex;
	align-items: stretch
}

.gene-search-all .searchbox .nav-tabs>li {
	width: 33.33333333%;
	text-align: center
}

.gene-search-all .searchbox .nav-tabs>li>a {
	color: #666;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #e8428e;
	height: 100%
}

@media (min-width:768px) {
	.gene-search-all .searchbox .nav-tabs>li>a {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.gene-search-all .searchbox .nav-tabs>li>a {
		font-size: 20px
	}
}

.gene-search-all .searchbox .nav-tabs>li:last-child>a {
	margin-right: 0
}

.gene-search-all .searchbox .nav-tabs>li.active>a {
	background-color: #e8428e;
	color: #fff
}

@media (max-width:768px) {
	.gene-search-all .searchbox .nav-tabs {
		flex-wrap: wrap
	}

	.gene-search-all .searchbox .nav-tabs>li {
		width: 100%;
		transition: order 2s
	}

	.gene-search-all .searchbox .nav-tabs>li.active {
		order: 3
	}

	.gene-search-all .searchbox .nav-tabs>li>a {
		margin-right: 0
	}
}

.gene-search-all .searchbox .tab-content {
	background-color: #e8428e;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.gene-search-all .searchbox .tab-content button .caret {
	border-top: 8px dashed #a8a8a8;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.gene-search-all .searchbox .tab-content .input-group {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.gene-search-all .searchbox .tab-content button {
	min-width: 99px
}

.gene-search-all .searchbox .tab-content input {
	height: 40px
}

.gene-search-all .searchbox .tab-content .btn-go {
	position: absolute;
	right: -4px;
	top: 2.3px;
	transform: scale(.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	background-color: #fff;
	background-image: url("/static/img/web/cn/project/search/microrna-btn.jpg?v=e01cf1c8a0");
	background-size: 86px 34px;
	background-repeat: no-repeat
}

.gene-search-all.point-mutation {
	min-height: auto;
	padding: 0
}

.gene-search-all.point-mutation .is_mgi_dead_tips {
	position: relative;
	bottom: -60px;
	right: -7px
}

.gene-shopcart a {
	color: #333
}

.gene-shopcart a:hover {
	color: #e14994;
	text-decoration: underline
}

.new-microrna-bank .underscored {
	text-decoration: underline
}

.new-microrna-bank .search-result {
	margin-top: 40px !important
}

.new-microrna-bank .shop-total {
	margin-top: -40px
}

.new-microrna-bank .search-result .result-list {
	position: relative;
	padding: 25px 30px 50px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #e04993
}

.new-microrna-bank .search-result .result-data {
	border-bottom: 0
}

.new-microrna-bank .result-data .gene-type .triangle {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.new-microrna-bank .result-data .addcucc {
	width: auto;
	right: 0
}

.new-microrna-bank .show-no-result {
	padding: 4%;
	line-height: 30px
}

@media (min-width:992px) {
	.new-microrna-bank .show-no-result .col-md-1 {
		width: 92px
	}
}

.new-microrna-bank .tab-footer a {
	color: #999;
	border: 1px solid #999;
	border-radius: 50px;
	padding: 2px 12px;
	margin-right: 10px;
	font-size: 90%;
	cursor: pointer
}

.new-microrna-bank .tab-footer a:hover,
.new-microrna-bank .tab-footer a.active {
	background: #fedcec;
	border-color: transparent;
	color: #757575
}

.new-microrna-bank .search-detail {
	padding: 0
}

.new-microrna-bank .search-detail .detail-tile {
	padding: 15px 30px;
	border-bottom: 2px solid #c5c5c5
}

.new-microrna-bank .search-detail .detail-result {
	padding: 15px 30px
}

.gene-search .search-detail .btn-cyagen {
	padding: 5px 15px
}

.gene-search .search-detail .detail-table .download-btn {
	min-width: 255px;
	margin-bottom: 5px;
	margin-top: 5px
}

.gene-search .search-detail .detail-table .panel-heading .glyphicon {
	top: 5px
}

.gene-search .search-detail .detail-table .panel-body {
	margin: 0;
	padding: 0 10px
}

.gene-search .search-detail .detail-table .panel-body .tab-header {
	padding-top: 10px;
	margin-bottom: 10px;
	background: #dcdcdc;
	margin-left: -10px;
	margin-right: -10px
}

.gene-search .search-detail .detail-table .panel-body .tab-header ul {
	display: inline-block;
	vertical-align: bottom
}

.gene-search .search-detail .detail-table .panel-body .tab-header ul li a {
	background: #ea418d;
	color: #fff;
	border: 1px solid #ea418d;
	border-bottom: none;
	padding: 8px 25px;
	margin-right: 15px;
	font-weight: bold;
	border-radius: 3px 3px 0 0
}

.gene-search .search-detail .detail-table .panel-body .tab-header ul li.active a {
	background: #fff;
	color: #ea418d
}

.spermbank-7d51e .rigt-detail .detail-no-result form div.clearfix {
	margin-bottom: 15px
}

.spermbank-7d51e .rigt-detail .detail-no-result .pdr0 {
	width: 92px
}

.spermbank-7d51e .rigt-detail .detail-no-result .form-control {
	border-radius: 99px;
	border: 1px solid #D1D1D1;
	background: #FFFFFF
}

.spermbank-7d51e .rigt-detail .detail-no-result button.submit {
	background: #E14994;
	border-radius: 99px;
	box-shadow: 0 3px 8px 1px #e1499482;
	color: #fff;
	font-weight: 700;
	padding: 5px 35px;
	border: none
}

#modal-qNry3J .modal-header {
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	font-weight: 700;
	line-height: 45px;
	position: relative;
	background-color: #e14994
}

#modal-qNry3J .modal-header i {
	top: 50%;
	right: 15px;
	cursor: pointer;
	margin-top: -8px;
	position: absolute
}

#modal-qNry3J .modal-body {
	padding: 20px;
	font-size: 14px
}

#modal-qNry3J .modal-body button {
	border: 0;
	color: #FFFFFF;
	overflow: hidden;
	padding: 5px 20px;
	position: relative;
	background: #e14994;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)
}

#modal-qNry3J .modal-body button::before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	position: absolute;
	border-radius: 9999px;
	background: linear-gradient(rgba(255, 255, 255, 0.6), transparent) transparent
}

#modal-qNry3J .modal-body .policy {
	bottom: 0;
	right: 15px;
	font-size: 12px;
	position: absolute
}

#modal-qNry3J .modal-body .checkbox {
	margin: 0
}

#modal-qNry3J .modal-body .checkbox label {
	margin: 0 10px 5px 0
}

#modal-qNry3J .modal-body .checkbox label input {
	margin-top: 3px
}

#modal-qNry3J .modal-body .captcha {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

#modal-qNry3J .modal-body .captcha label:first-child {
	width: 100%;
	margin-bottom: 5px;
	padding-right: 15px
}

#modal-qNry3J .modal-body .captcha label.error {
	width: 100%
}

#modal-qNry3J .modal-body .captcha .form-control {
	flex: 1;
	margin-right: 10px
}

#header-qNry3J .drainage {
	background: #e7e7e7;
	text-align: center;
	line-height: 41px;
	font-weight: 700;
	font-size: 17px
}

#header-qNry3J .drainage a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	animation: myAnimation 2s infinite;
	transition: all .3s;
	color: #d60321;
	opacity: 1
}

#header-qNry3J .drainage a:hover {
	animation: none
}

#header-qNry3J .drainage a::after {
	left: -50px;
	background: url("https://web.cdn.cyagen.com/staticChina/web/public/2021/cyagen-drainageL.png?v=e01cf1c8a0") no-repeat
}

#header-qNry3J .drainage a::before {
	right: -50px;
	background: url("https://web.cdn.cyagen.com/staticChina/web/public/2021/cyagen-drainageR.png?v=e01cf1c8a0") no-repeat
}

#header-qNry3J .drainage a::before,
#header-qNry3J .drainage a::after {
	position: absolute;
	margin-top: -13px;
	height: 26px;
	width: 40px;
	content: '';
	top: 50%
}

@keyframes myAnimation {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	100% {
		transform: scale(1)
	}
}

#group-chat {
	position: fixed;
	left: 20px;
	top: 50%;
	font-size: 15px;
	transform: translateY(-50%);
	font-family: emoji;
	line-height: 1.8;
	border-radius: 10px;
	z-index: 994;
	box-shadow: 0 0 10px #e1499473
}

#group-chat .group-header {
	background: #e04993;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-weight: 700;
	border-radius: 5px 5px 0 0
}

#group-chat .group-body {
	padding: 10px 10px 1px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

#group-chat .group-body .group-item {
	color: #e14994;
	display: flex;
	margin-bottom: 10px;
	position: relative;
	padding: 2px 5px;
	border: 1px solid #e14994;
	border-radius: 4px;
	line-height: 1.5;
	align-items: center;
	cursor: pointer
}

#group-chat .group-body .group-item .item-img .img-a {
	display: none
}

#group-chat .group-body .group-item .item-img .img-h {
	display: block
}

#group-chat .group-body .group-item .item-text {
	flex: 1;
	text-align: center;
	font-weight: 700
}

#group-chat .group-body .group-item .hover-content {
	position: absolute;
	left: calc(100% + 20px);
	display: none;
	width: 270px;
	color: #333333;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(225, 73, 148, 0.36)
}

#group-chat .group-body .group-item:hover {
	background: #e14994
}

#group-chat .group-body .group-item:hover .item-img .img-a {
	display: block
}

#group-chat .group-body .group-item:hover .item-img .img-h {
	display: none
}

#group-chat .group-body .group-item:hover .item-text {
	color: #fff
}

#group-chat .group-body .group-item:hover .hover-content {
	display: flex;
	justify-content: space-between
}

#group-chat .group-body .group-item:hover .hover-content .content-l {
	display: flex;
	flex-direction: column
}

#group-chat .group-body .group-item:hover .hover-content .content-l .fs12 {
	padding-bottom: 10px
}

#group-chat .group-body .group-item:hover .hover-content .content-l>div:first-child {
	flex: 1;
	display: flex;
	align-items: center
}

#group-chat .group-body .group-item:hover .hover-content .content-r {
	max-width: 115px
}

#group-chat .group-body .group-item:hover .hover-content .content-r img {
	max-width: 100%
}

#group-chat .group-body .group-item:hover .hover-content::after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-right: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.toast-pink {
	background-color: #e04993
}

.mouse-promotion-container {
	margin: 0 auto 30px;
	font-family: emoji;
	font-size: 17px;
	padding: 30px 50px;
	line-height: 1.8;
	background: url('https://web.cdn.cyagen.com/staticChina/web/public-search/2023/promotion_bg.png?v=e01cf1c8a0') repeat #fae0eb
}

.mouse-promotion-container .promotion-img {
	max-width: 100%
}

.mouse-promotion-container .gene-activity-content {
	position: relative
}

.mouse-promotion-container .gene-activity-content span {
	color: #f3155d
}

.mouse-promotion-container .gene-activity-content .content-text {
	display: flex;
	width: 100%
}

.mouse-promotion-container .gene-activity-content .content-text>div:nth-child(2) {
	display: flex;
	align-items: center;
	margin: 0 20px
}

.mouse-promotion-container .gene-activity-content .btn-promotion-mouse {
	position: absolute;
	padding: 6px 40px 7px 10px;
	background: url("https://web.cdn.cyagen.com/staticChina/web/public-search/2023/arrow-white.png?v=e01cf1c8a0") top -1px right 5px no-repeat, #8a00a7;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
	border: 3px solid #fff;
	box-shadow: 0 0 5px #8a00a7;
	right: 0;
	top: 10px;
	font-weight: 700;
	background-size: contain
}

.spermbank-7d51d {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	border: none !important
}

.spermbank-7d51d em:first-child {
	margin-right: 2px
}

.spermbank-7d51d .left-classify {
	float: left;
	width: 222px;
	margin-right: 28px;
	margin-top: -28px
}

@media (max-width: 768px) {
	.spermbank-7d51d .left-classify {
		display: none
	}
}

.spermbank-7d51d .left-classify a {
	color: inherit
}

.spermbank-7d51d .left-classify>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.spermbank-7d51d .left-classify>ul>li {
	border: 1px solid #ccc;
	margin-bottom: 28px
}

.spermbank-7d51d .left-classify>ul>li .title {
	background-color: #fbe6ef;
	border-top: 1px solid #dc4690;
	font-size: 16px;
	font-weight: bold;
	color: #000100;
	padding: 1px 15px
}

.spermbank-7d51d .left-classify>ul>li .title.angle-up::after {
	content: '';
	float: right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #dc4690 transparent;
	margin-top: 8px
}

.spermbank-7d51d .left-classify>ul>li .title.angle-down::after {
	content: '';
	float: right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #dc4690 transparent transparent transparent;
	margin-top: 8px
}

.spermbank-7d51d .left-classify>ul>li .content {
	padding: 15px
}

.spermbank-7d51d .left-classify>ul>li .content ul {
	list-style: disc
}

.spermbank-7d51d .left-classify>ul>li .content ul li.active,
.spermbank-7d51d .left-classify>ul>li .content ul li.active a {
	color: #dc4690;
	font-weight: bold
}

.spermbank-7d51d.list-page .show-result .wrap-div {
	position: relative
}

@media (min-width:1360px) {
	.spermbank-7d51d.list-page .show-result .wrap-div {
		margin-left: -250px
	}
}

@media (max-width:1360px) {
	.spermbank-7d51d.list-page .show-result .wrap-div .left-classify {
		display: none
	}
}

.spermbank-7d51d.list-page .show-result .wrap-div p {
	margin: 0 0 5px
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist {
	overflow: hidden;
	border: 1px solid #ccc
}

@media (max-width: 768px) {
	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .result-list {
		padding: 5px 20px 20px
	}
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-name {
	position: absolute;
	height: 0;
	top: 0;
	color: #fff;
	padding: 0 7px;
	border-top: 30px solid #e04993;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	font-size: 18px
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-name span {
	display: block;
	margin-top: -31px
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .table-layout {
	display: table;
	width: 100%
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .table-layout .table-cell {
	display: table-cell;
	vertical-align: middle
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .left,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .left {
	position: relative;
	width: 25%;
	min-width: 80px;
	padding: 0 5px;
	font-size: 16px;
	background-color: #e04993;
	color: #fff;
	text-align: center;
	border-right: 5px solid #fff
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .left::after,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .left::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid #e04993;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list {
	position: relative;
	background-color: #fae0ec;
	padding: 22px 20px;
	line-height: 1.8;
	margin-bottom: 15px
}

@media (max-width: 768px) {

	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list,
	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list {
		padding: 15px
	}
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list.type-mouse,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list.type-mouse {
	background-color: #fbeae0
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list:last-child,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list:last-child {
	margin-bottom: 0
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list .button-wrapper,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list .button-wrapper {
	width: 100px
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .list .button-wrapper .btn,
.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list .button-wrapper .btn {
	width: auto;
	height: auto
}

@media (max-width: 768px) {

	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .table-layout,
	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .table-layout {
		display: block
	}

	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .table-layout .table-cell,
	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .table-layout .table-cell {
		display: block
	}

	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_ko .right .table-cell.button-wrapper,
	.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .table-cell.button-wrapper {
		margin-top: 10px
	}
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .left {
	background-color: #a45cc1
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .left::after {
	border-left: 5px solid #a45cc1
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list .pros_cko .right .list.type-sperm {
	background-color: #e0e2fa
}

.spermbank-7d51d.list-page .show-result .wrap-div .rigt-genelist .gene-list span {
	display: inline-block
}

.spermbank-7d51d.list-page .show-no-result {
	border: 1px solid #ccc
}

.spermbank-7d51d.detail-page {
	position: relative;
	margin-top: 30px;
	border: 1px solid #c5c5c5;
	padding: 15px 0
}

@media (min-width:1360px) {
	.spermbank-7d51d.detail-page {
		margin-left: -250px
	}
}

@media (max-width:1360px) {
	.spermbank-7d51d.detail-page .left-classify {
		display: none
	}
}

.spermbank-7d51d.detail-page .right-detail {
	overflow: hidden
}

.spermbank-7d51d.detail-page .right-detail .no-result-form.mt50 {
	margin-top: 0
}

@media (max-width: 768px) {
	.spermbank-7d51d.detail-page .right-detail .result-list {
		padding: 5px 20px 20px
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-header .shop-cart {
	margin-bottom: 0;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	margin-top: 0;
	background-color: #7b82d8;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid;
	border-color: #949adf #595fbf #595fbf #949adf
}

.spermbank-7d51d.detail-page .right-detail>.tab-header .shop-cart .total {
	font-size: 16px;
	border-radius: 20px;
	background-color: #fff;
	color: #e04993;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin-left: -7px;
	top: -7px;
	text-align: center
}

.spermbank-7d51d.detail-page .right-detail>.tab-header .nav-tabs {
	border-bottom-color: #c5c5c5
}

.spermbank-7d51d.detail-page .right-detail>.tab-header .nav-tabs>li>a {
	color: inherit;
	border: 1px solid #c5c5c5;
	border-bottom-color: transparent;
	line-height: 22px;
	background-color: #e5e5e5
}

.spermbank-7d51d.detail-page .right-detail>.tab-header .nav-tabs>li.active>a,
.spermbank-7d51d.detail-page .right-detail>.tab-header .nav-tabs>li.active>a:focus,
.spermbank-7d51d.detail-page .right-detail>.tab-header .nav-tabs>li.active>a:hover {
	color: #e14994;
	background-color: #fff
}

.spermbank-7d51d.detail-page .right-detail>.tab-content {
	border: 1px solid #c5c5c5;
	border-top: none;
	padding: 15px 10px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-header h2 {
	display: inline-block;
	color: #e14994;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 32px;
	margin-right: 15px
}

@media (max-width: 992px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-header h2 {
		font-size: 17px;
		line-height: 1.2
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-header .btn-cyagen {
	padding: 5px 15px;
	background-color: #e04993 !important;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	color: #fff
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-header .btn-cyagen img {
	transform: rotateY(180deg)
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c {
	margin-top: 12px
}

@media (max-width: 768px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c {
		border: none
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c tr td:first-child {
	width: 115px
}

@media (max-width: 768px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c tr td:first-child {
		width: 45px
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c tr td[rowspan] {
	width: 90px
}

@media (max-width: 768px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c tr td[rowspan] {
		width: 34px
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c td {
	border: 1px solid #c5c5c5;
	padding: 5px 15px;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-word
}

@media (max-width: 768px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c td {
		padding: 5px
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-responsive-c td.first {
	text-align: center;
	vertical-align: middle
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-header {
	background-color: #d3d3d3;
	text-align: center
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-header ul.nav-tabs {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 10px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-header ul.nav-tabs li a {
	padding: 5px 45px;
	background: #f5f5f5;
	margin-right: 25px;
	color: inherit
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-header ul.nav-tabs li.active a {
	color: #e14994;
	border: 1px solid #888;
	border-bottom-color: transparent
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel.panel-default {
	border-top: none
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-heading {
	padding: 6px 15px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-heading .panel-title a {
	display: block
}

@media (max-width: 992px) {
	.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-heading .panel-title a {
		font-size: 17px
	}
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body {
	padding: 5px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body object {
	display: block;
	width: 100%;
	height: 800px;
	text-align: center
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body .no-pdf {
	padding: 4%
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body .no-pdf h2 {
	margin: 0 0 25px;
	font-size: 22px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body .no-pdf p {
	text-indent: 2em
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .table-footer .tab-content .panel-group .panel-body .no-pdf div {
	text-align: right;
	margin-top: 30px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .gene-share {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -35px;
	border: 1px solid #c5c5c5;
	background: #ededed;
	padding: 5px 7px;
	margin-top: 185px;
	border-radius: 0 5px 5px 0
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .gene-share a {
	display: block;
	padding: 0;
	font-size: 12px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .gene-share .fa-weixin-box {
	background-color: #44ab12;
	float: right;
	border-radius: 3.5px;
	width: 16px;
	height: 16px;
	line-height: 16px
}

.spermbank-7d51d.detail-page .right-detail>.tab-content .gene-share img {
	width: 20px;
	height: 20px
}

.cellbank-7d51d {
	color: #5F5D5D;
	font-size: 14px;
	line-height: 1.8
}

.cellbank-7d51d .title h1 {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 40px 0 0
}

.cellbank-7d51d .node-list {
	padding: 0 !important;
	list-style: none
}

.cellbank-7d51d .node-list li label {
	cursor: pointer;
	font-weight: 400;
	padding-left: 20px;
	position: relative
}

.cellbank-7d51d .node-list li label input[type='checkbox'] {
	position: absolute;
	margin: 0;
	top: 5px;
	left: 0
}

.cellbank-7d51d .list-page .search-wrapper {
	margin-top: 15px
}

@media (min-width: 768px) {
	.cellbank-7d51d .list-page .search-wrapper form select {
		width: 190px;
		padding: 6px
	}

	.cellbank-7d51d .list-page .search-wrapper form input {
		width: 340px
	}

	.cellbank-7d51d .list-page .search-wrapper form .form-control {
		height: 40px;
		line-height: 40px
	}

	.cellbank-7d51d .list-page .search-wrapper form button {
		height: 40px;
		font-size: 16px;
		text-align: center
	}
}

.cellbank-7d51d .list-page .search-wrapper .search-result {
	font-size: 13px
}

.cellbank-7d51d .list-page .search-wrapper .search-result .toolbar {
	font-size: 12px;
	overflow: hidden
}

.cellbank-7d51d .list-page .search-wrapper .search-result .toolbar .pagination {
	margin: 0
}

.cellbank-7d51d .list-page .search-wrapper .search-result .toolbar .pagination>li>a,
.cellbank-7d51d .list-page .search-wrapper .search-result .toolbar .pagination>li>span {
	border: 1px solid #ddd
}

.cellbank-7d51d .list-page .search-wrapper .search-no-result {
	text-align: center;
	color: #dd4a96;
	margin-top: 15px
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list {
	border: 1px solid #ccc
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list>div {
	padding: 10px;
	border-bottom: 1px solid #ccc
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list>div:last-child {
	border-bottom: none
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .is_mgi_dead {
	text-align: left;
	color: rgba(255, 30, 30, 0.8);
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.left {
	text-align: center
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right {
	text-align: center
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right .btn-gene {
	background-color: #aa0c5b;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 8px;
	color: #fff;
	font-size: inherit;
	margin: 15px 5px 5px
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table {
	width: 100%;
	border: none
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table th,
.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
	border: none;
	vertical-align: top
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table th {
	text-align: right;
	font-weight: bold;
	width: 30%
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
	padding-left: 5%;
	word-break: break-word
}

.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table .keyword {
	background: #f2f723;
	font-weight: 700
}

@media (min-width: 768px) {
	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-layout {
		display: table;
		width: 100%
	}

	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-layout .table-cell {
		display: table-cell;
		vertical-align: middle
	}

	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.left {
		width: 80px
	}

	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right {
		width: 18%
	}

	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right .btn-gene {
		width: 85px;
		display: block;
		margin: 15px auto
	}

	.cellbank-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
		padding-left: 8%
	}
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list {
	border: 1px solid #ddd;
	padding: 20px;
	overflow: auto
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table {
	margin-bottom: 0
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table th {
	text-align: center
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table td {
	text-align: center;
	width: 35%;
	vertical-align: middle;
	padding: 0
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table td a {
	color: #f37500
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table tr td:first-child,
.cellbank-7d51d .list-page .line-search-wrapper .result-list table tr td:last-child {
	white-space: nowrap
}

.cellbank-7d51d .list-page .line-search-wrapper .result-list table .btn-gene {
	background-color: #aa0c5b;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 8px;
	color: #fff;
	margin: 5px
}

.cellbank-7d51d .detail-page {
	font-size: 14px;
	color: #5F5D5D;
	line-height: 2;
	word-wrap: break-word
}

.cellbank-7d51d .detail-page .strategy-header {
	margin-bottom: -1px
}

.cellbank-7d51d .detail-page .strategy-header .tag {
	position: absolute;
	top: 10px;
	left: 7px;
	font-size: 13px;
	z-index: 123;
	width: 94px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #fff;
	border-radius: 0 4px 4px 0;
	background: #e94f95;
	text-align: center
}

.cellbank-7d51d .detail-page .strategy-header .tag::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 20px;
	border-top: 11px solid #000;
	border-left: 8px solid transparent
}

.cellbank-7d51d .detail-page .strategy-header button.btn-warning {
	color: #fff;
	background-color: #5d3780;
	border-color: #5d3780
}

.cellbank-7d51d .detail-page .strategy-header button.btn-warning.btn-active {
	font-weight: normal;
	background: #fff;
	color: #5d3780;
	border: thin solid #5d3780;
	border-bottom: thin solid #fff
}

.cellbank-7d51d .detail-page .strategy-body {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fff
}

.cellbank-7d51d .detail-page .strategy-body .btn-download {
	background: #c60516;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	width: 175px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.cellbank-7d51d .detail-page .strategy-body h1 {
	display: block
}

.cellbank-7d51d .detail-page .strategy-body h2 {
	color: #e04993;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px
}

.cellbank-7d51d .detail-page .strategy-body h3 {
	font-size: inherit;
	font-weight: bold;
	color: #e04993;
	margin: 20px 0 15px !important
}

.cellbank-7d51d .detail-page .strategy-body .block {
	display: block
}

.cellbank-7d51d .detail-page .strategy-body .font-normal {
	font-weight: normal
}

.cellbank-7d51d .detail-page .strategy-body .img-border {
	overflow: auto
}

.cellbank-7d51d .detail-page .strategy-body .list-style-none {
	list-style: none;
	padding-left: 0
}

.cellbank-7d51d .detail-page .strategy-body .green-word {
	color: #36ec11
}

.cellbank-7d51d .detail-page .strategy-body .purple-key {
	background-color: #debbff
}

.cellbank-7d51d .detail-page .strategy-body .yellow-key {
	background-color: #fceaac
}

.cellbank-7d51d .detail-page .strategy-body .green-key {
	background-color: #baffac
}

.cellbank-7d51d .detail-page .strategy-body .orange-key {
	background-color: #ffccad
}

.cellbank-7d51d .detail-page .strategy-body .blue-key {
	background-color: #ade7ff
}

.cellbank-7d51d .detail-page .strategy-body .gray-key {
	background-color: #d6d6d6
}

.cellbank-7d51d .detail-page .strategy-body section {
	margin-top: 30px
}

.cellbank-7d51d .detail-page .strategy-body svg {
	max-width: 100%;
	height: auto
}

.cellbank-7d51d .detail-page .strategy-body a {
	text-decoration: none !important
}

.cellbank-7d51d .detail-page .strategy-body .section-2 li {
	list-style-type: square
}

.cellbank-7d51d .detail-page .strategy-body .section-3 {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .img-border {
	margin-top: 30px;
	padding: 15px
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .img-border.targeting-strategy {
	margin-top: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .img-border.targeting-strategy h2 {
	font-size: 24px
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .img-border p.mb0 {
	line-height: 1.42857143
}

.cellbank-7d51d .detail-page .strategy-body .section-3 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
	table-layout: fixed
}

.cellbank-7d51d .detail-page .strategy-body .section-3 table tr td {
	width: 50%;
	vertical-align: top
}

.cellbank-7d51d .detail-page .strategy-body .section-3 table .img-border .img-area {
	overflow: hidden
}

.cellbank-7d51d .detail-page .strategy-body .section-3 table .img-border p.summary {
	overflow: hidden
}

.cellbank-7d51d .detail-page .strategy-body .section-3 table .img-border p.summary span {
	display: block;
	transform: scale(.8);
	width: 126%;
	margin-left: -13%
}

.cellbank-7d51d .detail-page .strategy-body .section-3 h2 {
	color: #000;
	font-size: 18px;
	margin: 20px 0 10px
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .legend {
	overflow: hidden
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .legend p {
	font-weight: bold;
	margin: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-3 .legend .pull-right {
	margin-left: 10px
}

.cellbank-7d51d .detail-page .strategy-body .section-4 h2 {
	color: #000;
	font-size: 24px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .note label {
	padding-left: 20px;
	text-indent: -20px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information .btn-show {
	padding-left: 1em;
	display: none
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide .btn-show {
	display: block
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide ul,
.cellbank-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide div.page-after {
	display: none
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information table {
	width: 100%;
	border-collapse: collapse
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information caption {
	font-weight: bold;
	padding-bottom: 5px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information th,
.cellbank-7d51d .detail-page .strategy-body .section-5 .information td {
	border: .5px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-size: 13px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information th p,
.cellbank-7d51d .detail-page .strategy-body .section-5 .information td p {
	margin: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information th {
	background-color: #add1de;
	line-height: 1.6
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .information table.fancyTable tr td[bgcolor] {
	width: 30px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .sequence .btn.update-target {
	color: #fff;
	background: #e45800;
	font-size: 14px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 7px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #sgTitle {
	border: thin solid grey;
	min-width: 600px;
	max-width: none;
	background-color: #dfefff;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #5F5D5D
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable {
	min-width: 600px;
	max-width: 600px;
	margin-top: 4px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable td {
	border: thin solid grey;
	padding: 3px;
	background-color: #dfefff
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable td:last-child span {
	color: #3399f3;
	text-decoration: none
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable {
	margin-top: 70px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable {
	color: #5F5D5D;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 6px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable tr td {
	padding: 6px 15px;
	text-align: left;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.tableLabel {
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader {
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: normal;
	max-width: 25px;
	min-width: 25px;
	width: 25px;
	border: none;
	padding: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader>div {
	color: black;
	-ms-transform: skew(-45deg, 0deg);
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	border: 1px solid grey;
	border-bottom: none;
	border-top: none;
	-moz-transform-origin: 0 100% 0;
	-webkit-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	text-indent: 0;
	width: 100%;
	height: auto;
	min-width: unset;
	max-width: unset
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader>div>span {
	-ms-transform: skew(45deg, 0deg) rotate(315deg);
	-moz-transform: skew(45deg, 0deg) rotate(315deg);
	-webkit-transform: skew(45deg, 0deg) rotate(315deg);
	-o-transform: skew(45deg, 0deg) rotate(315deg);
	display: block;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #666666;
	width: auto;
	transform-origin: left bottom 0;
	position: relative;
	left: 30px
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.border {
	border: thin solid grey
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.headerTitle {
	background-color: #dddddd;
	height: 38px;
	white-space: nowrap
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.mouse1 {
	background-color: #C6D6E8
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype input[type=button] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	color: inherit;
	background-color: #fff;
	border: none
}

.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype table th,
.cellbank-7d51d .detail-page .strategy-body .section-5 .phenotype table td {
	border: 1px solid #808080;
	padding: 5px 15px
}

.cellbank-7d51d .detail-page .strategy-body .section-6 {
	line-height: 1.42857143
}

.cellbank-7d51d .detail-page .strategy-body .section-6 h3 {
	margin: 0 0 10px !important
}

.cellbank-7d51d .detail-page .strategy-body .section-6 h3.Transcript {
	margin: 20px 0 15px !important
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl {
	display: block
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl dt,
.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .lhs {
	float: none;
	height: auto;
	display: inline-block;
	vertical-align: top;
	width: 135px;
	text-align: right
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl dd,
.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .rhs {
	float: none;
	height: auto;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px)
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .geneid {
	padding: 10px 0 5px 0
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .section {
	margin: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .section dl {
	margin-bottom: 10px
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .section dl dt {
	white-space: nowrap
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .jig-ncbitoggler-open>span {
	font-size: 20px
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .exon-count {
	margin-bottom: 1em !important
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .ui-ncbigrid-inner-div {
	overflow: auto
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .geneSummary .ui-ncbigrid-inner-div table td {
	line-height: inherit;
	height: auto;
	padding: 10px 5px
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary {
	line-height: 1.42857143
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .title-h3,
.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .cas9-title-h3 {
	margin-bottom: 5px !important;
	color: inherit;
	padding: 0 0 2px
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary h3.Transcript {
	padding: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary-heading {
	font-size: 20px !important
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .twocol {
	margin-bottom: 1em
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .twocol>div.row {
	margin: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table {
	display: block;
	padding: 0;
	overflow: auto
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table {
	width: 100% !important
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table th {
	line-height: inherit;
	text-align: center !important;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table td {
	text-align: center !important;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-7 table.table {
	margin-top: 15px;
	margin-bottom: 10px
}

.cellbank-7d51d .detail-page .strategy-body .section-7 table th,
.cellbank-7d51d .detail-page .strategy-body .section-7 table td {
	font-size: 13px;
	border: 1px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-7 table tr td:last-child {
	width: 62%;
	text-align: left;
	font-weight: normal
}

.cellbank-7d51d .detail-page .strategy-body .section-7 table tr td>td {
	border: none;
	padding: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-7 table img {
	width: 200px;
	margin: 5px
}

.cellbank-7d51d .detail-page .strategy-body .section-8 ul li label {
	font-weight: normal
}

.cellbank-7d51d .detail-page .strategy-body .section-8 ul li select {
	border: none
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table th,
.cellbank-7d51d .detail-page .strategy-body .section-9 table td {
	border: 1px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table th p,
.cellbank-7d51d .detail-page .strategy-body .section-9 table td p {
	margin: 0
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table th {
	background-color: #add1de
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table td div {
	display: inline-block;
	text-decoration: none
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table td div.editable {
	color: #428bca;
	border-bottom: dashed 1px #428bca
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table input {
	max-width: 60px;
	text-align: center
}

.cellbank-7d51d .detail-page .strategy-body .section-9 table .form-control {
	font-size: inherit
}

.cellbank-7d51d .detail-page #cell-pdf .overflow-auto {
	overflow: auto
}

@media (max-width: 992px) {
	.cellbank-7d51d .detail-page #cell-pdf .overflow-auto>table {
		min-width: 996px
	}
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table {
	margin: 0;
	table-layout: fixed;
	word-break: break-word
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table th,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	vertical-align: middle
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table th img,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table td img {
	width: 180px;
	padding: 5px 20px 5px 0
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table th a,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table td a {
	display: inline-block
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table th {
	padding: 8px;
	width: 437px;
	text-align: center
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object th {
	width: 145px
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>th,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>td {
	border-top: none
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>td {
	padding: 0
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr>td {
	padding: 0
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1 tr th {
	border-top: none;
	border-left: none
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1 tr td {
	border-top: none;
	border-right: none
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr:last-child>th,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr:last-child>td {
	border-bottom: none
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2>tbody>tr:last-child>th,
.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2>tbody>tr:last-child>td {
	border-bottom: none
}

.cellbank-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2 td td {
	border: none;
	padding: 0;
	display: inline
}

.cellbank-out-7d51d {
	color: #5F5D5D;
	font-size: 14px;
	line-height: 1.8
}

.cellbank-out-7d51d .title h1 {
	color: #e14993;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 40px 0 30px
}

.cellbank-out-7d51d .title h1 sup {
	font-size: 18px;
	top: -1em;
	left: -3px
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form {
	white-space: nowrap;
	line-height: 36px;
	margin-top: 35px;
	margin-bottom: 30px
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form label {
	font-weight: bold;
	font-size: 18px
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control {
	height: 36px;
	border: 1px solid #e04993;
	border-radius: 6px;
	padding: 0 12px
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control .caret {
	color: #e04993
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control.input-kw {
	width: 300px
}

@media (max-width: 768px) {
	.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control.input-kw {
		width: 218px
	}
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control[readonly] {
	cursor: not-allowed
}

@media (max-width: 768px) {
	.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .form-control.taxon-select {
		width: 68px;
		overflow: hidden
	}
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .dropdown-menu>.active>a,
.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .dropdown-menu>.active>a:focus,
.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form .dropdown-menu>.active>a:hover {
	background-color: #e04993
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form button {
	height: 36px;
	text-align: center;
	border-radius: 6px
}

.cellbank-out-7d51d .list-page .search-wrapper .searchbox-2 form button.btn-cyagen {
	background-color: #c90e65;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f52385, #ae0152);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 0 15px;
	color: #fff;
	font-weight: bold
}

.cellbank-out-7d51d .list-page .search-wrapper .search-result {
	font-size: 13px
}

.cellbank-out-7d51d .list-page .search-wrapper .search-result .toolbar {
	font-size: 12px;
	overflow: hidden
}

.cellbank-out-7d51d .list-page .search-wrapper .search-result .toolbar .pagination {
	margin: 0
}

.cellbank-out-7d51d .list-page .search-wrapper .search-result .toolbar .pagination>li>a,
.cellbank-out-7d51d .list-page .search-wrapper .search-result .toolbar .pagination>li>span {
	border: 1px solid #ddd
}

.cellbank-out-7d51d .list-page .search-wrapper .search-no-result {
	position: relative;
	border: 1px solid #ccc;
	padding: 5% 6%;
	line-height: 30px
}

.cellbank-out-7d51d .list-page .search-wrapper .search-no-result .text-top {
	position: absolute;
	left: 0;
	top: -30px
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list {
	border: 1px solid #ccc
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list>div {
	padding: 10px;
	border-bottom: 1px solid #ccc
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list>div:last-child {
	border-bottom: none
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .is_mgi_dead {
	text-align: left;
	color: rgba(255, 30, 30, 0.8);
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.left {
	text-align: center
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right {
	text-align: center
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right .btn-gene {
	background-color: #aa0c5b;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 8px;
	color: #fff;
	font-size: inherit;
	margin: 15px 5px 5px
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table {
	width: 100%;
	border: none
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table th,
.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
	border: none;
	vertical-align: top
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table th {
	text-align: right;
	font-weight: bold;
	width: 30%
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
	padding-left: 5%;
	word-break: break-word
}

.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table .keyword {
	background: #f2f723;
	font-weight: 700
}

@media (min-width: 768px) {
	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-layout {
		display: table;
		width: 100%
	}

	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-layout .table-cell {
		display: table-cell;
		vertical-align: middle
	}

	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.left {
		width: 80px
	}

	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right {
		width: 18%
	}

	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.right .btn-gene {
		width: 85px;
		display: block;
		margin: 15px auto
	}

	.cellbank-out-7d51d .list-page .gene-search-wrapper .result-list .table-cell.center table td {
		padding-left: 8%
	}
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table {
	margin-bottom: 0
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table th {
	text-align: center
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table td {
	text-align: center;
	width: 35%;
	vertical-align: middle;
	padding: 0
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table td a {
	color: #f37500
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table tr td:first-child,
.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table tr td:last-child {
	white-space: nowrap
}

.cellbank-out-7d51d .list-page .line-search-wrapper .result-list table .btn-gene {
	background-color: #aa0c5b;
	background-repeat: repeat-x;
	background-image: linear-gradient(#f04199, #aa0c5b);
	border-color: #aa0c5b #aa0c5b #8e0a4c;
	padding: 5px 8px;
	color: #fff;
	margin: 5px
}

.cellbank-out-7d51d .detail-page {
	font-size: 14px;
	color: #5F5D5D;
	line-height: 2;
	word-wrap: break-word
}

.cellbank-out-7d51d .detail-page .strategy-header {
	margin-bottom: -1px
}

.cellbank-out-7d51d .detail-page .strategy-header .tag {
	position: absolute;
	top: 10px;
	left: 7px;
	font-size: 13px;
	z-index: 123;
	width: 94px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #fff;
	border-radius: 0 4px 4px 0;
	background: #e94f95;
	text-align: center
}

.cellbank-out-7d51d .detail-page .strategy-header .tag::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 20px;
	border-top: 11px solid #000;
	border-left: 8px solid transparent
}

.cellbank-out-7d51d .detail-page .strategy-header button.btn-warning {
	color: #fff;
	background-color: #5d3780;
	border-color: #5d3780
}

.cellbank-out-7d51d .detail-page .strategy-header button.btn-warning.btn-active {
	font-weight: normal;
	background: #fff;
	color: #5d3780;
	border: thin solid #5d3780;
	border-bottom: thin solid #fff
}

.cellbank-out-7d51d .detail-page .strategy-body {
	border: 1px solid #ddd;
	padding: 20px
}

.cellbank-out-7d51d .detail-page .strategy-body .stragety-title {
	position: relative;
	left: -29px
}

.cellbank-out-7d51d .detail-page .strategy-body .stragety-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 11px solid #000;
	border-left: 8px solid transparent
}

.cellbank-out-7d51d .detail-page .strategy-body .stragety-title h1 {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #e14994;
	margin: 0;
	padding: 8px 30px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0
}

.cellbank-out-7d51d .detail-page .strategy-body .btn-download {
	background: #c60516;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	width: 175px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .bg-title {
	color: #fff;
	background-color: #e04993;
	display: inline-block;
	padding: 8px 10px;
	font-size: 18px
}

.cellbank-out-7d51d .detail-page .strategy-body h1 {
	display: block
}

.cellbank-out-7d51d .detail-page .strategy-body h2 {
	color: #e04993;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px
}

.cellbank-out-7d51d .detail-page .strategy-body h3 {
	font-size: inherit;
	font-weight: bold;
	color: #e04993;
	margin: 20px 0 15px !important
}

.cellbank-out-7d51d .detail-page .strategy-body .block {
	display: block
}

.cellbank-out-7d51d .detail-page .strategy-body .font-normal {
	font-weight: normal
}

.cellbank-out-7d51d .detail-page .strategy-body .img-border {
	overflow: auto
}

.cellbank-out-7d51d .detail-page .strategy-body .list-style-none {
	list-style: none;
	padding-left: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .green-word {
	color: #36ec11
}

.cellbank-out-7d51d .detail-page .strategy-body .purple-key {
	background-color: #debbff
}

.cellbank-out-7d51d .detail-page .strategy-body .yellow-key {
	background-color: #fceaac
}

.cellbank-out-7d51d .detail-page .strategy-body .green-key {
	background-color: #baffac
}

.cellbank-out-7d51d .detail-page .strategy-body .orange-key {
	background-color: #ffccad
}

.cellbank-out-7d51d .detail-page .strategy-body .blue-key {
	background-color: #ade7ff
}

.cellbank-out-7d51d .detail-page .strategy-body .gray-key {
	background-color: #d6d6d6
}

.cellbank-out-7d51d .detail-page .strategy-body section {
	margin-top: 30px
}

.cellbank-out-7d51d .detail-page .strategy-body svg {
	max-width: 100%;
	height: auto
}

.cellbank-out-7d51d .detail-page .strategy-body a {
	text-decoration: none !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-2 li {
	list-style-type: square
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .img-border {
	margin-top: 30px;
	padding: 15px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .img-border.targeting-strategy {
	margin-top: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .img-border.targeting-strategy h2 {
	font-size: 24px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .img-border p.mb0 {
	line-height: 1.42857143
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
	table-layout: fixed
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 table tr td {
	width: 50%;
	vertical-align: top
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 table .img-border .img-area {
	overflow: hidden
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 table .img-border p.summary {
	overflow: hidden
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 table .img-border p.summary span {
	display: block;
	transform: scale(.8);
	width: 126%;
	margin-left: -13%
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 h2 {
	color: #000;
	font-size: 18px;
	margin: 20px 0 10px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .legend {
	overflow: hidden
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .legend p {
	font-weight: bold;
	margin: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-3 .legend .pull-right {
	margin-left: 10px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-4 h2 {
	color: #000;
	font-size: 24px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .note label {
	padding-left: 20px;
	text-indent: -20px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information .btn-show {
	padding-left: 1em;
	display: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide .btn-show {
	display: block
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide ul,
.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information>.grna-hide div.page-after {
	display: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information table {
	width: 100%;
	border-collapse: collapse
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information caption {
	font-weight: bold;
	padding-bottom: 5px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information th,
.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information td {
	border: .5px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-size: 13px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information th p,
.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information td p {
	margin: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information th {
	background-color: #add1de;
	line-height: 1.6
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .information table.fancyTable tr td[bgcolor] {
	width: 30px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .sequence .btn.update-target {
	color: #fff;
	background: #e45800;
	font-size: 14px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 7px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #sgTitle {
	border: thin solid grey;
	min-width: 600px;
	max-width: none;
	background-color: #dfefff;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #5F5D5D
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable {
	min-width: 600px;
	max-width: 600px;
	margin-top: 4px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable td {
	border: thin solid grey;
	padding: 3px;
	background-color: #dfefff
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #darkerTable td:last-child span {
	color: #3399f3;
	text-decoration: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable {
	margin-top: 70px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable {
	color: #5F5D5D;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 6px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable tr td {
	padding: 6px 15px;
	text-align: left;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.tableLabel {
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader {
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: normal;
	max-width: 25px;
	min-width: 25px;
	width: 25px;
	border: none;
	padding: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader>div {
	color: black;
	-ms-transform: skew(-45deg, 0deg);
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	border: 1px solid grey;
	border-bottom: none;
	border-top: none;
	-moz-transform-origin: 0 100% 0;
	-webkit-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	text-indent: 0;
	width: 100%;
	height: auto;
	min-width: unset;
	max-width: unset
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable .popupHeader>div>span {
	-ms-transform: skew(45deg, 0deg) rotate(315deg);
	-moz-transform: skew(45deg, 0deg) rotate(315deg);
	-webkit-transform: skew(45deg, 0deg) rotate(315deg);
	-o-transform: skew(45deg, 0deg) rotate(315deg);
	display: block;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #666666;
	width: auto;
	transform-origin: left bottom 0;
	position: relative;
	left: 30px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.border {
	border: thin solid grey
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.headerTitle {
	background-color: #dddddd;
	height: 38px;
	white-space: nowrap
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype #popupTable .popupTable td.mouse1 {
	background-color: #C6D6E8
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype input[type=button] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	color: inherit;
	background-color: #fff;
	border: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype table th,
.cellbank-out-7d51d .detail-page .strategy-body .section-5 .phenotype table td {
	border: 1px solid #808080;
	padding: 5px 15px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-5 .special-attention ul label {
	vertical-align: top
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 {
	line-height: 1.42857143
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 h3 {
	margin: 0 0 10px !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 h3.Transcript {
	margin: 20px 0 15px !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl {
	display: block
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl dt,
.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .lhs {
	float: none;
	height: auto;
	display: inline-block;
	vertical-align: top;
	width: 135px;
	text-align: right
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary #summaryDl dd,
.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .rhs {
	float: none;
	height: auto;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px)
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .geneid {
	padding: 10px 0 5px 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .section {
	margin: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .section dl {
	margin-bottom: 10px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .section dl dt {
	white-space: nowrap
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .jig-ncbitoggler-open>span {
	font-size: 20px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .exon-count {
	margin-bottom: 1em !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .ui-ncbigrid-inner-div {
	overflow: auto
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .geneSummary .ui-ncbigrid-inner-div table td {
	line-height: inherit;
	height: auto;
	padding: 10px 5px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary {
	line-height: 1.42857143
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .title-h3,
.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .cas9-title-h3 {
	margin-bottom: 5px !important;
	color: inherit;
	padding: 0 0 2px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary h3.Transcript {
	padding: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary-heading {
	font-size: 20px !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .twocol {
	margin-bottom: 1em
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .twocol>div.row {
	margin: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table {
	display: block;
	padding: 0;
	overflow: auto
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table {
	width: 100% !important
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table th {
	line-height: inherit;
	text-align: center !important;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-6 .enSummary .summary_panel .transcripts_table table td {
	text-align: center !important;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-7 table.table {
	margin-top: 15px;
	margin-bottom: 10px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-7 table th,
.cellbank-out-7d51d .detail-page .strategy-body .section-7 table td {
	font-size: 13px;
	border: 1px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-7 table tr td:last-child {
	width: 62%;
	text-align: left;
	font-weight: normal
}

.cellbank-out-7d51d .detail-page .strategy-body .section-7 table tr td>td {
	border: none;
	padding: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-7 table img {
	width: 200px;
	margin: 5px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-8 ul li label {
	font-weight: normal;
	vertical-align: top
}

.cellbank-out-7d51d .detail-page .strategy-body .section-8 ul li select {
	border: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table th,
.cellbank-out-7d51d .detail-page .strategy-body .section-9 table td {
	border: 1px solid #808080;
	padding: 8px 5px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table th p,
.cellbank-out-7d51d .detail-page .strategy-body .section-9 table td p {
	margin: 0
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table th {
	background-color: #add1de
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table td div {
	display: inline-block;
	text-decoration: none
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table td div.editable {
	color: #428bca;
	border-bottom: dashed 1px #428bca
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table input {
	max-width: 60px;
	text-align: center
}

.cellbank-out-7d51d .detail-page .strategy-body .section-9 table .form-control {
	font-size: inherit
}

.cellbank-out-7d51d .detail-page #cell-pdf .overflow-auto {
	overflow: auto
}

@media (max-width: 992px) {
	.cellbank-out-7d51d .detail-page #cell-pdf .overflow-auto>table {
		min-width: 996px
	}
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table {
	margin: 0;
	table-layout: fixed;
	word-break: break-word
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table th,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	vertical-align: middle
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table th img,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table td img {
	width: 180px;
	padding: 5px 20px 5px 0
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table th a,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table td a {
	display: inline-block
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table th {
	padding: 8px;
	width: 437px;
	text-align: center
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object th {
	width: 145px
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>th,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>td {
	border-top: none
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object>tbody>tr>td {
	padding: 0
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr>td {
	padding: 0
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1 tr th {
	border-top: none;
	border-left: none
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1 tr td {
	border-top: none;
	border-right: none
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr:last-child>th,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-1>tbody>tr:last-child>td {
	border-bottom: none
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2>tbody>tr:last-child>th,
.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2>tbody>tr:last-child>td {
	border-bottom: none
}

.cellbank-out-7d51d .detail-page #cell-pdf .cell-information .table.table-object .table-2 td td {
	border: none;
	padding: 0;
	display: inline
}

.cellbank-out-7d51d .detail-page .quote-request-btn {
	position: fixed;
	right: 0;
	top: 30%;
	color: #fff;
	background-color: #e14994;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	padding: 15px 8px;
	text-align: center
}

.cellbank-out-7d51d.footer-intro {
	background-color: #ececec;
	padding: 30px
}

.cellbank-out-7d51d.footer-intro .col-md-6 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify
}

.cellbank-out-7d51d.footer-intro .col-md-6 .pull-left {
	color: #e14993;
	font-weight: bold;
	text-align: center
}

.cellbank-out-7d51d.footer-intro .col-md-6 .pull-left .img {
	width: 67px;
	height: 68px;
	background-image: url('/static/img/web/cn/project/search/cellbank/cyagen-cellbank-icon.png?v=e01cf1c8a0')
}

.cellbank-out-7d51d.footer-intro .col-md-6 .pull-left .img.img2 {
	background-position: 201px 0
}

.cellbank-out-7d51d.footer-intro .col-md-6 .pull-left .img.img3 {
	background-position: 134px 0
}

.cellbank-out-7d51d.footer-intro .col-md-6 .pull-left .img.img4 {
	background-position: 67px 0
}

.cellbank-out-7d51d.footer-intro .overflow-hidden {
	overflow: hidden;
	padding-left: 25px
}

.mouse-search-all {
	line-height: 1.8;
	color: #333333;
	font-size: 15px;
	--crad-width: 1300px
}

.mouse-search-all .title-md {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px
}

.mouse-search-all .searchbox {
	display: flex;
	align-items: center
}

.mouse-search-all .searchbox .nav-tabs-n {
	margin-right: 20px;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
	border: 1px solid rgba(204, 204, 204, 0.36)
}

.mouse-search-all .searchbox .nav-tabs-n li a {
	padding: 20px 30px;
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	background: #fff
}

.mouse-search-all .searchbox .nav-tabs-n li.active a {
	color: #fff;
	background: #E14994;
	position: relative
}

.mouse-search-all .searchbox .nav-tabs-n li.active a::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 5px;
	background: #ffffff;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%)
}

.mouse-search-all .searchbox .nav-tabs-n li:first-child a {
	border-radius: 15px 0 0 0
}

.mouse-search-all .searchbox .nav-tabs-n li:last-child a {
	border-radius: 0 0 0 15px
}

.mouse-search-all .search-content {
	flex: 1;
	display: flex
}

.mouse-search-all .search-content .tab-content {
	width: 100%
}

.mouse-search-all .search-content .tab-content .search-box {
	display: flex
}

.mouse-search-all .search-content .tab-content .search-box .input-group {
	margin-right: 20px;
	flex: 1;
	display: flex;
	position: relative
}

.mouse-search-all .search-content .tab-content .search-box .input-group input {
	border-radius: 99px;
	height: 100%
}

.mouse-search-all .search-content .tab-content .search-box .input-group .input-popup {
	position: absolute;
	top: 110%;
	width: 100%;
	border-radius: 24px;
	background: #fff;
	box-shadow: 2px 2px 12px #cccccc59;
	padding: 20px 20px;
	z-index: 2;
	border: 1px solid #66afe9
}

.mouse-search-all .search-content .tab-content .search-box .input-group .input-popup .popup-title .cancel {
	cursor: pointer;
	background: #7676767a;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.mouse-search-all .search-content .tab-content .search-box .input-group .input-popup .search-list .list-item {
	cursor: pointer;
	display: inline-block;
	padding: 6px 10px;
	background: #fff;
	border-radius: 12px;
	margin-right: 15px;
	color: #666;
	border: 1px solid #ccc;
	line-height: 1;
	font-size: 12px;
	box-shadow: 0 3px 0 0 #cccccc80;
	transition: transform .3s
}

.mouse-search-all .search-content .tab-content .search-box .input-group .input-popup .search-list .list-item:hover {
	background: #e14994;
	color: #fff;
	border: none;
	transform: translateY(-3px)
}

.mouse-search-all .search-content .tab-content .search-box .search-btn button.btn-search {
	border-radius: 99px;
	background: #E14994;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 5px 30px;
	font-weight: 700
}

.mouse-search-all .search-content .tab-content .search-box .input-switch {
	display: flex;
	border: 3px solid #e14994
}

.mouse-search-all .search-content .tab-content .search-box .input-switch .dropdown-toggle {
	height: 100%;
	background: #fff
}

.mouse-search-all .search-content .tab-content .search-box .input-switch .input-group-btn {
	width: auto
}

.mouse-search-all .search-content .tab-content .search-box .input-switch .form-control {
	border-radius: 0
}

.mouse-search-all .init-content {
	padding: 24px 0
}

.mouse-search-all .init-content .mouse-introduce {
	display: flex;
	padding: 55px 30px;
	background: #fff;
	border-radius: 15px;
	align-items: center
}

.mouse-search-all .init-content .mouse-introduce .introduce-img {
	margin-right: 40px
}

.mouse-search-all .init-content .mouse-introduce .introduce-content {
	flex: 1
}

.mouse-search-all .init-content .scroll-container .scroll-body {
	padding-top: 10px;
	height: 375px;
	overflow: auto;
	scroll-behavior: smooth;
	scrollbar-color: #E14994 #F5F5F5;
	scrollbar-width: thin
}

.mouse-search-all .init-content .scroll-container .scroll-body::-webkit-scrollbar {
	background-color: #F5F5F5;
	height: 3px
}

.mouse-search-all .init-content .scroll-container .scroll-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(225, 73, 148, 0.5);
	cursor: pointer
}

.mouse-search-all .init-content .scroll-container .scroll-body::-webkit-scrollbar-thumb:hover {
	background-color: #E14994
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content {
	display: inline-flex;
	flex-wrap: nowrap;
	overflowX: auto;
	scroll-behavior: smooth
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item {
	padding: 0 5px
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item .card-box {
	cursor: pointer;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	transition: all .3s;
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item .card-box:hover {
	transform: translateY(-4px)
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item .card-box .card-img {
	margin-bottom: 50px
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item .card-box .card-text {
	position: relative;
	font-size: 17px;
	font-weight: 700
}

.mouse-search-all .init-content .scroll-container .scroll-body .scroll-content .scroll-item .card-box .card-text>img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.mouse-search-all .init-content .scroll-container .switch-box {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%)
}

.mouse-search-all .init-content .scroll-container .switch-box button {
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	border-radius: 99px;
	color: #454545;
	font-size: 17px
}

.mouse-search-all .init-content .scroll-container .switch-box button:hover {
	background: #E14994;
	color: #fff
}

.mouse-search-all .spermbank-7d51e .wrap-div {
	font-family: 'Microsoft YaHei-Bold';
	display: flex
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify {
	margin-right: 20px;
	width: 220px
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box {
	padding: 7px;
	background: #fff;
	box-shadow: 0 2px 5px 1px rgba(172, 169, 169, 0.16);
	margin-bottom: 20px;
	border-radius: 15px 15px 15px 15px
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-title {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 20px;
	background: #E14994;
	color: #fff;
	border-radius: 5px
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content {
	font-size: 15px
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div {
	position: relative;
	padding: 10px 20px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 5px;
	margin: 2px 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore {
	font-size: 17px;
	font-weight: 700;
	position: relative
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore:hover {
	background: #dcdcdc;
	color: #000
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: rgba(204, 204, 204, 0.19)
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:last-child::after {
	display: none
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:hover,
.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.active {
	background: #FFE6F2;
	color: #E14994;
	font-weight: 700;
	font-family: Microsoft YaHei-Bold
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:hover::after,
.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.active::after {
	display: none
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .recommendation-box {
	background-color: #E14994;
	padding: 6px 10px;
	color: #fff;
	margin-bottom: 8px;
	display: flex;
	cursor: pointer;
	border-radius: 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .left-classify .recommendation-box .text {
	display: flex;
	align-items: center;
	margin-left: 10px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist {
	padding: 10px 9px;
	border-radius: 15px;
	background: #fff;
	flex: 1
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .shop-total {
	position: relative;
	margin-bottom: 0;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	right: 0;
	top: 0;
	margin-top: -30px;
	background-color: #7b82d8;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid;
	border-color: #949adf #595fbf #595fbf #949adf
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .result-count {
	padding: 8px 25px;
	font-size: 16px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content {
	border-bottom: 1px solid #E3E3E3
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content .condition-item {
	display: inline-block;
	padding: 4px 20px 4px 10px;
	background: #F9F9F9;
	position: relative;
	margin-left: 20px;
	line-height: 1;
	border-radius: 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content .condition-item>span {
	position: absolute;
	text-align: center;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #D9D9D9;
	color: #fff;
	cursor: pointer
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list {
	padding: 0px 17px 20px;
	background: #F9F9F9;
	border-radius: 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead {
	width: 100%;
	display: flex;
	transform: translateY(-50%);
	border-radius: 10px;
	background: #E14994;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.35);
	height: 82px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(1),
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(2) {
	width: 163px;
	position: relative
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(1)::after,
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(2)::after {
	position: absolute;
	content: '';
	height: 21px;
	border: 1px solid #ffffff7a;
	right: 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(3) {
	flex: 1;
	position: relative
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(3)::after {
	position: absolute;
	content: '';
	height: 21px;
	border: 1px solid #ffffff7a;
	right: 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(4) {
	flex: 1.2
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(5) {
	width: 150px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(5) .shop-total-n {
	display: inline-flex;
	background: #fff;
	border: none;
	border-radius: 99px;
	padding: 0px 5px;
	color: #333;
	align-items: center
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead>div:nth-child(5) .shop-total-n .total-goods-n {
	display: inline-block;
	padding: 1px 0px;
	width: 21.5px;
	text-align: center;
	background: #E14994;
	border-radius: 50%;
	color: #fff;
	transform: translateY(0);
	transition: all .3s
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body {
	display: flex;
	box-shadow: 0 2px 2px 1px rgba(215, 215, 215, 0.16);
	border-radius: 10px;
	background: #FFF0F7;
	margin-bottom: 10px;
	background-image: linear-gradient(270deg, #FFFFFF, #FFF0F7)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body.flox {
	background: #FDE9FF;
	background: linear-gradient(270deg, #FFFFFF 0%, #FDE9FF 100%)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body.flox .click-jump>div:nth-child(1) {
	padding: 20px 10px;
	background: #732A7C;
	color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative;
	display: block
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body.flox .click-jump>div:nth-child(1)::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: #732A7C
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump {
	display: flex;
	flex: 1;
	cursor: pointer
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(1) {
	padding: 20px 10px;
	background: #E14994;
	color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative;
	display: block
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(1)::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: #E14994
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(1),
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(2) {
	width: 163px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(3) {
	flex: 1
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .click-jump>div:nth-child(4) {
	flex: 1.2
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .add-cat {
	width: 150px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .add-cat button {
	background: #e14994;
	border-radius: 99px;
	padding: 5px 20px;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	transition: all .3s
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body .add-cat button:hover {
	transform: translateY(-3px)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-body sup {
	margin-left: 1px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table td,
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table th {
	text-align: center
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table thead {
	transform: translateY(-50%);
	border-radius: 10px;
	background: #E14994;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.35)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table thead th {
	min-width: 130px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child {
	box-shadow: 0 2px 2px 1px rgba(215, 215, 215, 0.16);
	border-radius: 10px;
	background: #FFF0F7;
	-webkit-background-image: none
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td {
	height: 78px;
	vertical-align: middle
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child {
	padding: 20px 10px;
	background: #E14994;
	color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: #E14994
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child,
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(2),
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(3),
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(4) {
	cursor: pointer
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child {
	border-radius: 0 10px 10px 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child button {
	background: #e14994;
	border-radius: 99px;
	padding: 5px 20px;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	transition: all .3s
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child button:hover {
	transform: translateY(-3px)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox {
	background: #FDE9FF
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td {
	height: 78px;
	vertical-align: middle
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td:first-child {
	padding: 20px 10px;
	background: #732A7C;
	color: #fff;
	position: relative
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td:first-child::after {
	background: #732A7C
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th {
	line-height: 1;
	padding: 20px 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(1)>div,
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(2)>div,
.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(3)>div {
	border-right: 1px solid #FEFEFE
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:first-child {
	border-radius: 10px 0 0 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:last-child {
	border-radius: 0 10px 10px 0
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:last-child .shop-total-n {
	background: #fff;
	border: none;
	border-radius: 99px;
	padding: 10px 5px;
	color: #333
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result {
	background: #F9F9F9;
	border-radius: 7px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result .form-control {
	border-radius: 99px;
	border: 1px solid #D1D1D1;
	background: #FFFFFF
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result button.submit {
	background: #E14994;
	border-radius: 99px;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	color: #fff;
	font-weight: 700;
	padding: 5px 35px;
	border: none
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail {
	flex: 1;
	background: #fff;
	padding: 30px 40px;
	border-radius: 15px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header {
	display: flex;
	margin-bottom: 30px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header .detail-title {
	flex: 1;
	font-size: 30px;
	font-weight: 700
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header .detail-title em {
	font-weight: 500;
	margin-right: 1px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header .shop-cart {
	text-align: center
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header .shop-cart .shop-total-n {
	background: #F9F9F9;
	border: none;
	border-radius: 99px;
	padding: 10px 5px;
	color: #333;
	font-size: 14px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .tab-header .btn-from button {
	padding: 2px 28px;
	border-radius: 99px;
	background: #E14994;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: Microsoft YaHei-Bold
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr.gray-bak {
	background: #F9F9F9
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr .cell-ncbi {
	display: flex
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr .cell-ncbi>div:last-child {
	flex: 1
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td {
	padding: 15px 18px;
	width: 50%
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-top: 30px;
	line-height: 1;
	padding-bottom: 30px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-title::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 4px;
	background: #333333;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-border-t {
	border-top: 1px solid #E3E3E3
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download {
	display: inline-block;
	padding: 12px 14px;
	border-radius: 99px;
	border: 1px solid #E14994
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download>strong {
	margin-right: 10px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download>a {
	background: #E14994;
	color: #fff;
	border-radius: 99px;
	padding: 6px 10px;
	box-shadow: 0 3px 6px 1px rgba(225, 73, 148, 0.32)
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td {
	scrollbar-color: #E14994 #F5F5F5;
	scrollbar-width: thin
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar {
	background-color: #F5F5F5;
	height: 3px;
	width: 3px
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(225, 73, 148, 0.5);
	cursor: pointer
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar-thumb:hover {
	background-color: #E14994
}

.mouse-search-all .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td>span:hover {
	color: #e14994
}

.mouse-search-all .spermbank-7d51e .wrap-div .total-goods-n {
	display: inline-block;
	padding: 1px 0px;
	width: 21.5px;
	text-align: center;
	background: #E14994;
	border-radius: 50%;
	color: #fff;
	transform: translateY(0);
	transition: all .3s
}

.mouse-search-all .spermbank-7d51e .wrap-div .total-goods-n.active {
	transform: translateY(-3px)
}

.mouse-search-all section {
	margin-top: 45px
}

@media (min-width:1200px) {
	.mouse-search-all .scroll-content .scroll-item {
		width: calc(1300px / 5)
	}
}

.mouse-search-all .scroll-content .scroll-item {
	width: calc(1300px / 5)
}

.mouse-search-all .pubmed-btn {
	background: #e14994;
	padding: 5px 40px;
	border-radius: 5px 5px 0 0;
	font-weight: 700;
	color: #fff;
	border: 1px solid #e14994;
	border-bottom: none;
	margin-right: 20px
}

.mouse-search-all .pubmed-btn.active {
	background: #fff;
	color: #e14994
}

.cell-bank {
	font-family: 'Microsoft YaHei-Bold';
	font-size: 14px;
	line-height: 1.8
}

.cell-bank .search-box {
	width: 95%;
	margin: 0 auto 40px;
	background: url("https://web.cdn.cyagen.com/staticChina/web/cell-bank/circle-lg.png?v=e01cf1c8a0") top 0 left 0 no-repeat, url("https://web.cdn.cyagen.com/staticChina/web/cell-bank/circle-xs.png?v=e01cf1c8a0") bottom 0 left 40% no-repeat
}

.cell-bank .search-box h1.main-title {
	text-align: left;
	color: #e54792;
	font-weight: 700;
	font-size: 50px;
	padding-top: 130px;
	padding-bottom: 40px
}

.cell-bank .search-box .cell-search-box {
	font-size: 17px;
	position: relative;
	width: 600px;
	display: flex;
	align-items: center;
	padding-bottom: 70px
}

.cell-bank .search-box .cell-search-box .input-group .input-group-btn {
	padding-right: 10px
}

.cell-bank .search-box .cell-search-box .input-group .input-group-btn button {
	font-size: 17px;
	height: 47px;
	border: 1px solid #adadad57;
	border-radius: 50px;
	padding: 0 12px;
	margin-right: 10px
}

.cell-bank .search-box .cell-search-box .search-btn {
	flex: 1;
	display: flex;
	background: #fff;
	border: 1px solid #adadad57;
	border-radius: 99px
}

.cell-bank .search-box .cell-search-box .search-btn #cell_search {
	font-size: 17px;
	border: none;
	box-shadow: none;
	border-radius: 99px;
	height: 47px;
	padding: 5px 20px
}

.cell-bank .search-box .cell-search-box .search-btn button.btn-search {
	border-radius: 99px;
	background: #E14994;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 700;
	margin-left: 10px
}

.cell-bank .search-box .cell-search-box .search-btn .title-img {
	position: absolute;
	left: 104%;
	bottom: 26px;
	max-width: 83%
}

.cell-bank .init-content {
	position: relative;
	color: #333333;
	font-size: 17px
}

.cell-bank .init-content .mouse-introduce {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgba(172, 169, 169, 0.16)
}

.cell-bank .spermbank-7d51e .wrap-div {
	font-family: 'Microsoft YaHei-Bold';
	display: flex;
	align-items: flex-start
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify {
	margin-right: 20px;
	width: 220px
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .left-title {
	font-size: 20px;
	font-weight: 700;
	background: #e14994;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px 1px rgba(172, 169, 169, 0.16)
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box {
	padding: 7px;
	background: #fff;
	box-shadow: 0 2px 5px 1px rgba(172, 169, 169, 0.16);
	margin-bottom: 20px;
	border-radius: 15px 15px 15px 15px
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-title {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 20px;
	background: #E14994;
	color: #fff;
	border-radius: 5px
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content {
	font-size: 15px
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div {
	position: relative;
	padding: 10px 20px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 5px;
	margin: 2px 0
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore {
	font-size: 17px;
	font-weight: 700;
	position: relative
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.viewMore:hover {
	background: #dcdcdc;
	color: #000
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: rgba(204, 204, 204, 0.19)
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:last-child::after {
	display: none
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:hover,
.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.active {
	background: #FFE6F2;
	color: #E14994;
	font-weight: 700;
	font-family: Microsoft YaHei-Bold
}

.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div:hover::after,
.cell-bank .spermbank-7d51e .wrap-div .left-classify .condition-box .condition-content>div.active::after {
	display: none
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist {
	padding: 10px;
	border-radius: 15px;
	background: #fff;
	flex: 1
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .shop-total {
	position: relative;
	margin-bottom: 0;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	right: 0;
	top: 0;
	margin-top: -30px;
	background-color: #7b82d8;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid;
	border-color: #949adf #595fbf #595fbf #949adf
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .result-count {
	padding: 8px 25px;
	font-size: 16px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content {
	border-bottom: 1px solid #E3E3E3
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content .condition-item {
	display: inline-block;
	padding: 4px 20px 4px 10px;
	background: #F9F9F9;
	position: relative;
	margin-left: 20px;
	line-height: 1;
	border-radius: 10px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .result-count .condition-content .condition-item>span {
	position: absolute;
	text-align: center;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #D9D9D9;
	color: #fff;
	cursor: pointer
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box {
	padding: 20px 15px 0
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #E14994;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.35);
	height: 103px;
	overflow: hidden
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	flex-direction: column;
	padding-top: 8px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #ffffff8a
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:first-child {
	flex: 2
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:last-child::after,
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:nth-last-child(2)::after {
	display: none
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:last-child {
	width: 150px;
	flex: unset;
	border-radius: 45px 0 0 0;
	background: #F29DC7;
	text-align: center;
	box-shadow: inset 3px 0 5px rgba(206, 8, 106, 0.35)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:last-child .shop-total-n {
	display: inline-flex;
	background: #fff;
	border: none;
	color: #de3c8c;
	border-radius: 99px;
	padding: 0px 20px;
	align-items: center
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:last-child .chat-entrance {
	text-decoration: none;
	position: relative;
	display: inline-block
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-thead-box .table-thead>div:last-child .chat-entrance .total-goods-n {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #E14994;
	border-radius: 50%;
	color: #fff;
	font-size: 10px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result {
	padding: 20px 15px 1px;
	background: #f9f9f9;
	border-radius: 10px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body {
	display: flex;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 8px 0 rgba(225, 73, 148, 0.35);
	overflow: hidden
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body.flox {
	background: #FDE9FF;
	background: linear-gradient(270deg, #FFFFFF 0%, #FDE9FF 100%)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body.flox .click-jump>div:nth-child(1) {
	padding: 20px 10px;
	background: #732A7C;
	color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative;
	display: block
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body.flox .click-jump>div:nth-child(1)::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: #732A7C
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .click-jump {
	display: flex;
	flex: 1;
	cursor: pointer
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .click-jump>div {
	flex: 1;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .click-jump>div:nth-child(2)::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background: #f29dc7;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .click-jump>div:nth-child(1) {
	border-radius: 0 40px 0 0;
	background: #E14994;
	color: #fff;
	flex: 2;
	justify-content: unset;
	padding-left: 20px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .add-cat {
	width: 150px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px 0 0 0;
	background: #f29dc7
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .add-cat a {
	transition: all .3s
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body .add-cat a:hover {
	transform: translateY(-3px)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list .table-list-result .table-body sup {
	margin-left: 1px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table td,
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table th {
	text-align: center
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table thead {
	transform: translateY(-50%);
	border-radius: 10px;
	background: #E14994;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.35)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table thead th {
	min-width: 130px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child {
	box-shadow: 0 2px 2px 1px rgba(215, 215, 215, 0.16);
	border-radius: 10px;
	background: #FFF0F7;
	-webkit-background-image: none
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td {
	height: 78px;
	vertical-align: middle
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child {
	padding: 20px 10px;
	background: #E14994;
	color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: #E14994
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:first-child,
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(2),
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(3),
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:nth-child(4) {
	cursor: pointer
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child {
	border-radius: 0 10px 10px 0
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child button {
	background: #e14994;
	border-radius: 99px;
	padding: 5px 20px;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	transition: all .3s
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr:first-child td:last-child button:hover {
	transform: translateY(-3px)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox {
	background: #FDE9FF
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td {
	height: 78px;
	vertical-align: middle
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td:first-child {
	padding: 20px 10px;
	background: #732A7C;
	color: #fff;
	position: relative
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tbody tr.flox td:first-child::after {
	background: #732A7C
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th {
	line-height: 1;
	padding: 20px 0
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(1)>div,
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(2)>div,
.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:nth-child(3)>div {
	border-right: 1px solid #FEFEFE
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:first-child {
	border-radius: 10px 0 0 10px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:last-child {
	border-radius: 0 10px 10px 0
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .table-result-list table tr>th:last-child .shop-total-n {
	background: #fff;
	border: none;
	border-radius: 99px;
	padding: 10px 5px;
	color: #333
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result {
	background: #F9F9F9;
	border-radius: 7px;
	line-height: 3
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result .form-control {
	border-radius: 99px;
	border: 1px solid #D1D1D1;
	background: #FFFFFF
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-genelist .show-no-result button.submit {
	background: #E14994;
	border-radius: 99px;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	color: #fff;
	font-weight: 700;
	padding: 5px 35px;
	border: none
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail {
	flex: 1;
	background: #fff;
	padding: 30px 40px;
	border-radius: 15px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header {
	display: flex;
	margin-bottom: 30px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .detail-title {
	flex: 1;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .detail-title em {
	font-weight: 500;
	margin-right: 1px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .detail-title::after {
	position: absolute;
	content: '';
	background: #e14994;
	width: 38px;
	height: 8px;
	bottom: 0;
	left: 0
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .shop-cart {
	text-align: center
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .shop-cart .shop-total-n {
	background: #F9F9F9;
	border: none;
	border-radius: 99px;
	padding: 10px 5px;
	color: #333;
	font-size: 14px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .tab-header .btn-from button {
	padding: 2px 28px;
	border-radius: 99px;
	background: #E14994;
	box-shadow: 0 3px 8px 1px rgba(225, 73, 148, 0.51);
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: Microsoft YaHei-Bold
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table table {
	width: 100%
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr.gray-bak {
	background: #F9F9F9
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr .cell-ncbi {
	display: flex
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr .cell-ncbi>div:last-child {
	flex: 1
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td {
	padding: 15px 18px;
	width: 50%
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-top: 30px;
	line-height: 1;
	padding-bottom: 30px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-title::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 4px;
	background: #333333;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td.detail-border-t {
	border-top: 1px solid #E3E3E3
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download {
	display: inline-block;
	padding: 12px 14px;
	border-radius: 99px;
	border: 1px solid #E14994
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download>strong {
	margin-right: 10px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .pdf-download>a {
	background: #E14994;
	color: #fff;
	border-radius: 99px;
	padding: 6px 10px;
	box-shadow: 0 3px 6px 1px rgba(225, 73, 148, 0.32)
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td {
	scrollbar-color: #E14994 #F5F5F5;
	scrollbar-width: thin
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar {
	background-color: #F5F5F5;
	height: 3px;
	width: 3px
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(225, 73, 148, 0.5);
	cursor: pointer
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td::-webkit-scrollbar-thumb:hover {
	background-color: #E14994
}

.cell-bank .spermbank-7d51e .wrap-div .rigt-detail .detail-table tr td .scroll-td>span:hover {
	color: #e14994
}

.cell-bank .spermbank-7d51e .wrap-div .total-goods-n {
	display: inline-block;
	padding: 1px 0px;
	width: 21.5px;
	text-align: center;
	background: #E14994;
	border-radius: 50%;
	color: #fff;
	transform: translateY(0);
	transition: all .3s
}

.cell-bank .spermbank-7d51e .wrap-div .total-goods-n.active {
	transform: translateY(-3px)
}

.cell-bank #cell-shopcart .order {
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
	box-shadow: 0 5px 10px 0 rgba(225, 73, 148, 0.18);
	border: none;
	background: #fff
}

.cell-bank #cell-shopcart .order .shopcart-title {
	font-size: 24px;
	text-align: center;
	padding: 5px 0;
	background: #DE3C8C;
	color: #fff
}

.cell-bank #cell-shopcart .order table tr td {
	border-bottom: 1px solid rgba(222, 60, 140, 0.34)
}

.cell-bank #cell-shopcart .order table tr:first-child td {
	background: rgba(222, 60, 140, 0.05);
	color: #DE3C8C;
	border-top: 1px solid rgba(222, 60, 140, 0.34)
}

.cell-bank #cell-shopcart .order .box-selected {
	opacity: .8
}

.cell-bank #cell-shopcart .order td .save-number {
	display: inline-flex;
	height: 24px
}

.cell-bank #cell-shopcart .order td .save-number .choice-number {
	border: none
}

.cell-bank #cell-shopcart .order td .save-number .choice-number:first-child {
	background: #DE3C8C;
	border-radius: 50px 0 0 50px;
	color: #fff
}

.cell-bank #cell-shopcart .order td .save-number .choice-number:nth-child(2) {
	width: 40px;
	box-shadow: 0 2px 11px 0 rgba(225, 73, 148, 0.18)
}

.cell-bank #cell-shopcart .order td .save-number .choice-number:last-child {
	background: #DE3C8C;
	border-radius: 0 50px 50px 0;
	color: #fff
}

.cell-bank #cell-shopcart .order td .btn-cyagen {
	background: #e04993 !important;
	border-radius: 99px;
	border: none;
	padding: 3px 15px
}

.cell-bank #cell-shopcart .order .cell-btn {
	background: #e04993;
	padding: 3px 20px;
	margin-right: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border: none
}

.cell-bank .scroll-content .scroll-item {
	width: calc(1140px / 5)
}

.tumor-cell-search {
	margin: 0 auto;
	font-family: 'Microsoft YaHei-Bold';
	font-size: 15px;
	line-height: 1.8;
	min-width: 1200px;
	width: 1200px
}

.tumor-cell-search .search-header {
	position: relative
}

.tumor-cell-search .search-header h1.main-title {
	margin: 0;
	text-align: left;
	color: #e54792;
	font-weight: 700;
	font-size: 36px;
	padding: 20px 0 20px
}

.tumor-cell-search .search-header h1.main-title::after {
	display: block;
	margin-top: 30px;
	content: '';
	width: 76px;
	height: 4px;
	background-color: #e54792
}

.tumor-cell-search .search-header .main-img {
	position: absolute;
	right: 40px;
	top: 0
}

.tumor-cell-search .search-header .select-box {
	margin: 20px auto
}

.tumor-cell-search .search-header .search-box {
	display: flex;
	align-items: center;
	font-size: 18px
}

.tumor-cell-search .search-header .search-box .text {
	margin-right: 10px;
	color: #646464
}

.tumor-cell-search .search-header .search-box .input-search {
	position: relative
}

.tumor-cell-search .search-header .search-box .input-search input {
	padding: 0 50px 0 16px;
	width: 290px;
	font-size: 18px;
	height: 46px;
	border: 1px solid #adadad57;
	border-radius: 50px
}

.tumor-cell-search .search-header .search-box .input-search .icon {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	z-index: 3
}

.tumor-cell-search .search-header .input-group .input-group-btn {
	min-width: 150px
}

.tumor-cell-search .search-header .input-group .input-group-btn:not(:last-child) {
	padding-right: 20px
}

.tumor-cell-search .search-header .input-group .input-group-btn button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	height: 46px;
	border: 1px solid #adadad57;
	border-radius: 50px;
	padding: 0 24px;
	color: #646464;
	background: #ffffff
}

.tumor-cell-search .search-header .input-group .input-group-btn button.btn-reset {
	justify-content: center;
	background: #e54792;
	color: #ffffff
}

.tumor-cell-search .search-header .input-group .input-group-btn .dropdown-menu {
	max-height: 300px;
	overflow-y: auto
}

.tumor-cell-search .table {
	width: 100%
}

.tumor-cell-search .table th,
.tumor-cell-search .table td {
	vertical-align: middle;
	padding: 0 4px;
	height: 36px;
	text-align: center;
	border: 3px solid #f9f9f9
}

.tumor-cell-search .table th:nth-child(5),
.tumor-cell-search .table td:nth-child(5) {
	width: 250px
}

.tumor-cell-search .table .th-2 th {
	padding: 0 0
}

.tumor-cell-search .table .th-2 th:nth-child(1) {
	width: 46px
}

.tumor-cell-search .table .th-2 th:nth-child(2),
.tumor-cell-search .table .th-2 th:nth-child(4) {
	width: 80px
}

.tumor-cell-search .table .th-2 th:nth-child(3) {
	width: 102px
}

.tumor-cell-search .table th {
	background: #e54792;
	color: #ffffff
}

.tumor-cell-search .table td {
	background: #ffffff
}

.tumor-cell-search .table td a {
	font-weight: bold;
	text-decoration: none;
	color: #e54792
}

.tumor-cell-search .table td a:hover {
	text-decoration: underline
}

.tumor-cell-search .table td.disabled {
	background: #e6e6e6
}

.subscribe-7d51d {
	background: url("/static/img/web/cn/public/bg-subscribe.png?v=e01cf1c8a0") no-repeat top right #e04993;
	text-align: left;
	padding: 15px
}

.subscribe-7d51d .subscribe-title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFF
}

.subscribe-7d51d .subscribe-title small {
	display: block;
	font-size: 12px;
	margin-top: 5px
}

.subscribe-7d51d #SubscribeForm .form-group {
	margin-bottom: 5px
}

.subscribe-7d51d #SubscribeForm .form-group.captcha {
	position: relative
}

.subscribe-7d51d #SubscribeForm .form-group.captcha .form-control {
	width: calc(100% - 75px)
}

.subscribe-7d51d #SubscribeForm .form-group.captcha img {
	position: absolute;
	max-width: 70px;
	right: 0;
	top: 0
}

.subscribe-7d51d #SubscribeForm .form-control {
	height: 28px;
	border-radius: 0;
	padding: 2px 10px
}

.subscribe-7d51d #SubscribeForm label.error {
	color: #000
}

.subscribe-7d51d #SubscribeForm button {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	padding: 4px 20px;
	background-color: #1c1cb0;
	border-radius: 0;
	border: 0
}