@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.memberWrap .memberName, .proName {
	font-weight: 700
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-stack, .memberWrap, .memberWrap .memberName {
	vertical-align: middle
}

.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
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa.fa-pull-right, .fa.pull-right {
	margin-left: .3em
}

.fa-ul > li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

	.fa-li.fa-lg {
		left: -1.85714286em
	}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right, .pull-right {
	float: right
}

.pull-left {
	float: left
}

.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)
}

.form .button-uploading:after, .poll .button-uploading:after {
	-o-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-webkit-animation: blink 1s linear infinite
}

@ -webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@ keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-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 {
	-ms-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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em
}

.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: #fff
}

.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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before, .fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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-pp: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before, .fa-yc: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

.tooltipster-default {
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #ededed;
	color: #666
}

	.tooltipster-default .tooltipster-content {
		font-size: 14px;
		line-height: 16px;
		padding: 4px 6px;
		overflow: hidden
	}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible
}

	.form .button, .poll .button, .tooltipster-base .tooltipster-content {
		overflow: hidden
	}

.comment .fileEach .fileName em, .form .fileEach .fileName em {
	font-size: .8em
}

.tooltipster-arrow {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

	.tooltipster-arrow span, .tooltipster-arrow-border {
		display: block;
		width: 0;
		height: 0;
		position: absolute
	}

.tooltipster-arrow-top span, .tooltipster-arrow-top-left span, .tooltipster-arrow-top-right span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-left span, .tooltipster-arrow-bottom-right span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top span {
	left: 0;
	right: 0;
	margin: 0 auto
}

.tooltipster-arrow-bottom-left span, .tooltipster-arrow-top-left span {
	left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	left: 5px
}

.tooltipster-arrow-bottom-right span, .tooltipster-arrow-top-right span {
	right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
	right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border, .tooltipster-arrow-left span {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border, .tooltipster-arrow-right span {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow, .tooltipster-swing {
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall, .tooltipster-slide {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

	.tooltipster-fall.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		top: 0 !important;
		opacity: 0
	}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

	.tooltipster-slide.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		left: 0 !important;
		opacity: 0
	}

.tooltipster-content-changing {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.memberWrap .memberPhoto {
	display: inline-block;
	margin-right: 5px
}

.form .fileEach, .form .fileList .defaultFile {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	margin: 0 0 5px
}

.memberWrap .memberPhoto img {
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.form .fileList {
	min-height: 50px;
	position: relative
}

	.form .fileList .defaultFile {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		display: block;
		z-index: 0
	}

.form .fileEach {
	position: relative
}

	.form .fileEach .fileIcon {
		color: #bbb;
		margin-right: 5px
	}

	.form .fileEach .fileBtn {
		position: absolute;
		top: 5px;
		right: 10px
	}

.comment .commentName {
	display: inline-block
}

.comment .commentTime {
	display: inline-block;
	font-size: .8em;
	color: #919191;
	line-height: 30px;
	height: 30px
}

.comment .commentBtn {
	float: right
}

.comment .commentContent {
	padding-top: 5px
}

	.comment .commentContent img {
		max-width: 100%;
		box-sizing: border-box
	}

.comment .fileEach {
	position: relative;
	background: 0 0;
	border: none;
	padding: 0;
	margin: 5px 5px 5px 0
}

	.comment .fileEach .fileIcon {
		color: #bbb;
		margin-right: 2px
	}

	.comment .fileEach .fileName a {
		color: #777;
		border-bottom: 1px dashed #777
	}

	.comment .fileEach .fileBtn {
		position: absolute;
		top: 5px;
		right: 10px
	}

.noUse {
	color: #c83232
}

.proName {
	color: #777;
	margin-bottom: 15px
}

.largeTooltip {
	display: none;
	position: absolute;
	padding: 7px 9px;
	z-index: 9000;
	background: #fff;
	border: 1px solid #777;
	border-radius: 3px;
	width: 500px;
	opacity: .8;
	box-shadow: 0 0 50px 3px rgba(0, 0, 0, .5)
}

	.largeTooltip div:before, .largeTooltip:before {
		content: "";
		border-style: solid;
		position: absolute;
		width: 0;
		height: 0
	}

.filterTooltip, .filterTooltipCopy, .optionTooltip {
	background: #fff;
	display: none;
	z-index: 9000;
	opacity: .8;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, .5);
	padding: 7px 9px !important
}

.largeTooltip:before {
	border-color: #777 transparent transparent;
	border-width: 8px 6px 6px;
	bottom: -14px;
	right: 35px
}

.largeTooltip div:before {
	border-color: #fff transparent transparent;
	border-width: 7px 5px 5px;
	bottom: -12px;
	right: 36px
}

.filterTooltip {
	position: absolute;
	border: 1px solid #777;
	border-radius: 3px;
	width: 300px
}

	.filterTooltip div:before, .filterTooltip:before {
		content: "";
		border-style: solid;
		position: absolute;
		width: 0;
		height: 0
	}

	.filterTooltip:before {
		border-color: transparent transparent #777;
		border-width: 6px 6px 8px;
		top: -14px;
		left: 15px
	}

	.filterTooltip div:before {
		border-color: transparent transparent #fff;
		border-width: 5px 5px 7px;
		top: -12px;
		left: 16px
	}

	.filterTooltip .form {
		border: none
	}

.filterTooltipCopy {
	position: absolute;
	border: 1px solid #777;
	border-radius: 3px;
	width: 300px
}

	.filterTooltipCopy div:before, .filterTooltipCopy:before {
		content: "";
		border-style: solid;
		position: absolute;
		width: 0;
		height: 0
	}

	.filterTooltipCopy:before {
		border-color: transparent transparent #777;
		border-width: 6px 6px 8px;
		top: -14px;
		left: 15px
	}

	.filterTooltipCopy div:before {
		border-color: transparent transparent #fff;
		border-width: 5px 5px 7px;
		top: -12px;
		left: 16px
	}

	.filterTooltipCopy .form {
		border: none
	}

.optionTooltip {
	position: absolute;
	border: 1px solid #777;
	border-radius: 3px;
	width: 700px
}

	.optionTooltip div:before, .optionTooltip:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0
	}

	.optionTooltip:before {
		border-color: transparent transparent #777;
		border-style: solid;
		border-width: 6px 6px 8px;
		top: -14px;
		left: 15px
	}

	.optionTooltip div:before {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 5px 5px 7px;
		top: -12px;
		left: 16px
	}

	.optionTooltip .form {
		border: none
	}

.baseTooltip {
	display: none;
	position: absolute;
	padding: 0 !important;
	z-index: 9000;
	background: #fff;
	border: 1px solid #777;
	border-radius: 3px;
	width: 300px;
	opacity: .8;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, .5)
}

#error {
	display: none
}

	#error span {
		color: #2d64a7;
		border-bottom: 2px dotted #2d64a7
	}

.form {
	margin: 0 0 10px;
	outline: 0;
	font: 13px/1.55;
	color: #666;
	background-color: rgba(255, 255, 255, .9)
}

	.form header {
		display: block;
		position: relative;
		padding: 8px 10px;
		border-top: solid 2px #555;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: rgba(208, 208, 208, 1);
		font-size: 15px;
		font-weight: 700;
		color: #232323
	}

		.form header.small {
			padding: 6px 20px
		}

		.form header .dataInfo {
			position: absolute;
			right: 10px;
			bottom: 10px;
			font-size: 12px;
			color: #777;
			vertical-align: bottom
		}

			.form header .dataInfo strong {
				color: #5e5e5e
			}

		.form header input {
			padding: 0 8px;
			height: 26px
		}

		.form header select {
			padding-top: 0;
			padding-bottom: 0;
			height: 26px
		}

			.form header select + i {
				margin-top: 6px
			}

	.form fieldset {
		display: block;
		padding: 15px 15px 0;
		border: none;
		background: rgba(255, 255, 255, .9)
	}

		.form fieldset + fieldset, .form footer {
			border-top: 1px solid rgba(0, 0, 0, .1)
		}

		.form fieldset div.legend {
			font-size: 12px;
			margin: 0 0 5px;
			padding: 0;
			border-bottom: 1px solid rgba(0, 0, 0, .04);
			font-weight: 700;
			line-height: 16px
		}

	.form section {
		margin-bottom: 5px
	}

	.form footer {
		display: block;
		padding: 8px 10px;
		background: rgba(248, 248, 248, .9);
		text-align: right
	}

		.form footer:after {
			content: '';
			display: table;
			clear: both
		}

	.form a:not (.btn ) {
		border-bottom: 2px dotted #6597d5;
		cursor: pointer
	}

	.form .label {
		display: block;
		margin-bottom: 0;
		line-height: 19px;
		font-weight: bold;
	}

		.form .label.col {
			margin: 0;
			padding-top: 10px
		}

	.form .note, .form .notice {
		margin-top: 6px;
		padding: 0 1px;
		font-size: 11px;
		line-height: 15px
	}

	.form .note {
		color: #999
	}

	.form .notice {
		color: #ee9393
	}

	.form .button, .form .checkbox, .form .input, .form .radio, .form .select, .form .textarea, .form .toggle, .form section .content {
		position: relative;
		display: block
	}

		.form .input input, .form .select select, .form .textarea textarea, .form section .content {
			display: block;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			width: 100%;
			height: 30px;
			padding: 5px 8px;
			outline: 0;
			border-width: 1px;
			border-style: solid;
			border-radius: 0;
			background: #fff;
			font: 15px/19px;
			color: #5e5e5e;
			appearance: normal;
			-moz-appearance: none;
			-webkit-appearance: none
		}

		.form .checkbox i, .form .radio i, .form .toggle i {
			border-width: 2px;
			border-style: solid;
			background: #fff
		}

		.form .select select[multiple] {
			height: 280px
		}

			.form .select select[multiple] + i.fa {
				display: none
			}

	.form section .content {
		position: relative;
		height: auto
	}

		.form section .content img {
			max-width: 100%;
			box-sizing: border-box
		}

	.form .progress {
		float: right;
		margin-top: 10px;
		line-height: 33px;
		color: #232323
	}

	.form .input-captcha img {
		position: absolute;
		top: 2px;
		right: 2px;
		border-left: 1px solid #e5e5e5
	}

	.form .input-file .button {
		position: absolute;
		top: 4px;
		right: 4px;
		float: none;
		height: 25px;
		margin: 0;
		padding: 0 15px;
		font-size: 13px;
		line-height: 25px
	}

		.form .input-file .button:hover {
			box-shadow: none
		}

		.form .input-file .button input {
			position: absolute;
			top: 0;
			right: 0;
			padding: 0;
			font-size: 30px;
			cursor: pointer;
			opacity: 0
		}

	.form .select i {
		position: absolute;
		top: 1px;
		right: 1px;
		background-color: #fff;
		font-size: 14px;
		line-height: 28px;
		height: 28px;
		width: 28px;
		text-align: center
	}

	.form .select-multiple select {
		height: auto
	}

	.form .textarea textarea {
		height: auto;
		resize: none
	}

	.form .textarea-resizable textarea {
		resize: vertical
	}

	.form .textarea-expandable textarea {
		height: 39px
	}

		.form .textarea-expandable textarea:focus {
			height: auto
		}

	.form .checkbox, .form .radio {
		margin-bottom: 4px;
		padding-left: 27px;
		font-size: 15px;
		line-height: 27px;
		color: #404040;
		cursor: pointer
	}

		.form .checkbox:last-child, .form .radio:last-child {
			margin-bottom: 0
		}

		.form .checkbox input, .form .radio input {
			position: absolute;
			left: -9999px
		}

		.form .checkbox i, .form .radio i {
			position: absolute;
			top: 9px;
			left: 10px;
			display: block;
			width: 13px;
			height: 13px;
			outline: 0
		}

		.form .radio i {
			border-radius: 50%
		}

		.form .checkbox input + i:after, .form .radio input + i:after {
			position: absolute;
			opacity: 0;
			-ms-transition: opacity .1s;
			-moz-transition: opacity .1s;
			-webkit-transition: opacity .1s
		}

		.form .radio input + i:after {
			content: '';
			top: 4px;
			left: 4px;
			width: 5px;
			height: 5px;
			border-radius: 50%
		}

		.form .checkbox input + i:after {
			content: '\f00c';
			top: -1px;
			left: -1px;
			width: 15px;
			height: 15px;
			font: 400 12px/16px FontAwesome;
			text-align: center
		}

	.form .inline-group:after, .form .toggle i {
		content: ''
	}

	.form .checkbox input:checked + i:after, .form .radio input:checked + i:after {
		opacity: 1
	}

	.form .inline-group {
		margin: 2px -20px -4px 0
	}

		.form .inline-group:after {
			display: table;
			clear: both
		}

		.form .inline-group .checkbox, .form .inline-group .radio {
			float: left;
			margin-right: 20px
		}

			.form .inline-group .checkbox:last-child, .form .inline-group .radio:last-child {
				margin-bottom: 4px
			}

	.form .toggle {
		margin-bottom: 4px;
		padding-right: 61px;
		font-size: 15px;
		line-height: 27px;
		color: #404040;
		cursor: pointer
	}

		.form .toggle:last-child {
			margin-bottom: 0
		}

		.form .toggle input {
			position: absolute;
			left: -9999px
		}

		.form .toggle i {
			position: absolute;
			top: 4px;
			right: 0;
			display: block;
			width: 49px;
			height: 17px;
			border-radius: 12px
		}

			.form .toggle i:after {
				content: 'OFF';
				position: absolute;
				top: 3px;
				right: 8px;
				left: 8px;
				font-style: normal;
				font-size: 9px;
				line-height: 13px;
				font-weight: 900;
				text-align: left;
				color: #5f5f5f
			}

			.form .toggle i:before {
				content: '';
				position: absolute;
				z-index: 1;
				top: 4px;
				right: 4px;
				display: block;
				width: 9px;
				height: 9px;
				border-radius: 50%;
				opacity: 1;
				-ms-transition: right .2s;
				-moz-transition: right .2s;
				-webkit-transition: right .2s
			}

	.form .tooltip, .poll .tooltip {
		z-index: 1;
		-ms-transition: margin .3s, opacity .3s
	}

	.form .toggle input:checked + i:after {
		content: 'ON';
		text-align: right
	}

	.form .toggle input:checked + i:before {
		right: 36px
	}

	.form .rating {
		margin-bottom: 4px;
		font-size: 15px;
		line-height: 27px;
		color: #404040
	}

		.form .rating:last-child {
			margin-bottom: 0
		}

		.form .rating input {
			position: absolute;
			left: -9999px
		}

		.form .rating label {
			display: block;
			float: right;
			height: 17px;
			margin-top: 5px;
			padding: 0 2px;
			font-size: 17px;
			line-height: 17px;
			cursor: pointer
		}

	.form .button {
		float: right;
		height: 39px;
		margin: 10px 0 0 20px;
		padding: 0 25px;
		outline: 0;
		border: 0;
		font: 300 15px/39px;
		text-decoration: none;
		color: #fff;
		cursor: pointer
	}

	.form .checkbox, .form .radio, .form .tooltip {
		font-weight: 400
	}

	.form .button-uploading {
		position: relative;
		color: transparent;
		cursor: default
	}

		.form .button-uploading:after {
			content: 'Uploading...';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: #fff
		}

	.form .tooltip:after, .poll .radio input + i:after, .poll footer:after {
		content: ''
	}

	.form .icon-append, .form .icon-prepend {
		position: absolute;
		top: 4px;
		width: 23px;
		height: 23px;
		font-size: 15px;
		line-height: 23px;
		text-align: center
	}

	.form .icon-append {
		right: 3px;
		padding-left: 3px;
		border-left-width: 1px;
		border-left-style: solid
	}

	.form .input .icon-prepend + .icon-append + input, .form .input .icon-prepend + input, .form .textarea .icon-prepend + .icon-append + textarea, .form .textarea .icon-prepend + textarea {
		padding-left: 36px
	}

	.form .icon-prepend {
		left: 3px;
		padding-right: 3px;
		border-right-width: 1px;
		border-right-style: solid
	}

	.form .tooltip-top-left:after, .form .tooltip-top-right:after {
		top: 100%;
		border-top: 4px solid rgba(0, 0, 0, .9);
		border-right: 4px solid transparent;
		border-left: 4px solid transparent
	}

	.form .input .icon-append + input, .form .textarea .icon-append + textarea {
		padding-right: 36px
	}

	.form .tooltip {
		position: absolute;
		left: -9999px;
		padding: 2px 8px 3px;
		font-size: 11px;
		line-height: 16px;
		background: rgba(0, 0, 0, .9);
		color: #fff;
		opacity: 0;
		-moz-transition: margin .3s, opacity .3s;
		-webkit-transition: margin .3s, opacity .3s
	}

	.form .state-error + em, .form .state-success + em {
		display: block;
		padding: 0 1px;
		font-style: normal;
		font-size: 11px;
		line-height: 15px
	}

	.form .tooltip:after {
		position: absolute
	}

	.form .input input:focus + .tooltip, .form .textarea textarea:focus + .tooltip {
		opacity: 1
	}

	.form .tooltip-top-right {
		bottom: 100%;
		margin-bottom: 15px
	}

		.form .tooltip-top-right:after {
			right: 12px
		}

	.form .input input:focus + .tooltip-top-right, .form .textarea textarea:focus + .tooltip-top-right {
		right: 0;
		left: auto;
		margin-bottom: 5px
	}

	.form .tooltip-top-left {
		bottom: 100%;
		margin-bottom: 15px
	}

		.form .tooltip-top-left:after {
			left: 16px
		}

	.form .tooltip-left:after, .form .tooltip-right:after {
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent
	}

	.form .input input:focus + .tooltip-top-left, .form .textarea textarea:focus + .tooltip-top-left {
		right: auto;
		left: 0;
		margin-bottom: 5px
	}

	.form .tooltip-right {
		top: 9px;
		white-space: nowrap;
		margin-left: 15px
	}

		.form .tooltip-right:after {
			top: 6px;
			right: 100%;
			border-right: 4px solid rgba(0, 0, 0, .9)
		}

	.form .input input:focus + .tooltip-right, .form .textarea textarea:focus + .tooltip-right {
		left: 100%;
		margin-left: 5px
	}

	.form .tooltip-left {
		top: 9px;
		white-space: nowrap;
		margin-right: 15px
	}

		.form .tooltip-left:after {
			top: 6px;
			left: 100%;
			border-left: 4px solid rgba(0, 0, 0, .9)
		}

	.form .tooltip-bottom-left:after, .form .tooltip-bottom-right:after {
		bottom: 100%;
		border-right: 4px solid transparent;
		border-bottom: 4px solid rgba(0, 0, 0, .9);
		border-left: 4px solid transparent
	}

	.form .input input:focus + .tooltip-left, .form .textarea textarea:focus + .tooltip-left {
		right: 100%;
		left: auto;
		margin-right: 5px
	}

	.form .tooltip-bottom-right {
		top: 100%;
		margin-top: 15px
	}

		.form .tooltip-bottom-right:after {
			right: 16px
		}

	.form .input input:focus + .tooltip-bottom-right, .form .textarea textarea:focus + .tooltip-bottom-right {
		right: 0;
		left: auto;
		margin-top: 5px
	}

	.form .tooltip-bottom-left {
		top: 100%;
		margin-top: 15px
	}

		.form .tooltip-bottom-left:after {
			left: 16px
		}

	.form .input input:focus + .tooltip-bottom-left, .form .textarea textarea:focus + .tooltip-bottom-left {
		right: auto;
		left: 0;
		margin-top: 5px
	}

	.form .checkbox i, .form .icon-append, .form .icon-prepend, .form .input input, .form .radio i, .form .select select, .form .textarea textarea, .form .toggle i, .form section .content {
		border-color: #e5e5e5;
		-ms-transition: border-color .3s;
		-moz-transition: border-color .3s;
		-webkit-transition: border-color .3s
	}

	.form .rating label {
		color: #ccc;
		-ms-transition: color .3s;
		-moz-transition: color .3s;
		-webkit-transition: color .3s
	}

	.form .button {
		opacity: .8;
		-ms-transition: opacity .2s;
		-moz-transition: opacity .2s;
		-webkit-transition: opacity .2s
	}

		.form .button.button-secondary {
			background-color: #b3b3b3
		}

	.form .icon-append, .form .icon-prepend {
		color: #ccc
	}

	.form .button:hover {
		opacity: 1
	}

	.form .checkbox.state-error i, .form .radio.state-error i, .form .state-error input, .form .state-error select, .form .state-error textarea, .form .toggle.state-error i {
		background: #fff0f0
	}

	.form .state-error i {
		color: #ee9393;
		background: #fff0f0
	}

	.form .toggle.state-error input:checked + i {
		background: #fff0f0
	}

	.form .state-error + em {
		margin-top: 6px;
		color: #ee9393
	}

	.form .rating.state-error + em {
		margin-top: -4px;
		margin-bottom: 4px
	}

	.form .checkbox.state-success i, .form .radio.state-success i, .form .state-success input, .form .state-success select, .form .state-success textarea, .form .toggle.state-success i {
		background: #f0fff0
	}

		.form .state-success select + i {
			background: #f0fff0;
			box-shadow: 0 0 0 12px #f0fff0
		}

	.form .toggle.state-success input:checked + i {
		background: #f0fff0
	}

	.form .state-success + em {
		margin-top: 6px;
		color: #ee9393
	}

	.form .note-success {
		color: #6fb679
	}

	.form .button.state-disabled, .form .checkbox.state-disabled, .form .input.state-disabled input, .form .radio.state-disabled, .form .select.state-disabled, .form .textarea.state-disabled, .form .toggle.state-disabled {
		cursor: default;
		opacity: .5
	}

		.form .checkbox.state-disabled:hover i, .form .input.state-disabled:hover input, .form .radio.state-disabled:hover i, .form .select.state-disabled:hover select, .form .textarea.state-disabled:hover textarea, .form .toggle.state-disabled:hover i {
			border-color: #e5e5e5
		}

	.form .message {
		display: none;
		color: #6fb679
	}

		.form .message i {
			display: block;
			margin: 0 auto 20px;
			width: 81px;
			height: 81px;
			border: 1px solid #6fb679;
			border-radius: 50%;
			font-size: 30px;
			line-height: 81px
		}

	.form .ui-slider, .form .ui-slider-handle {
		border: 2px solid #e5e5e5;
		background: #fff
	}

	.form .ui-slider {
		position: relative;
		height: 3px;
		margin: 12px 6px 26px
	}

	.form .ui-slider-handle {
		position: absolute;
		width: 15px;
		height: 15px;
		margin: -8px 0 0 -8px;
		outline: 0;
		-ms-transition: border-color .3s;
		-moz-transition: border-color .3s;
		-webkit-transition: border-color .3s
	}

	.form *, .form :after, .form :before {
		margin: 0;
		padding: 0;
		box-sizing: content-box;
		-moz-box-sizing: content-box
	}

	.form .label {
		border-radius: 0;
		font-size: 14px;
		text-align: left;
		white-space: normal;
		color: inherit
	}

	.form .checkbox + .checkbox, .form .radio + .radio {
		margin-top: 0
	}

.poll {
	margin: 0 0 10px;
	outline: 0;
	font: 13px/1.55;
	color: #666;
	border: 1px solid #e9e9e9;
	background-color: rgba(255, 255, 255, .9)
}

.dialog {
	width: 600px;
	margin: 50px auto
}

.poll header {
	display: block;
	position: relative;
	padding: 8px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: rgba(248, 248, 248, .9);
	font-size: 15px;
	font-weight: 300;
	color: #232323
}

	.poll header.small {
		padding: 6px 20px
	}

	.poll header .dataInfo {
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 12px;
		color: #777;
		vertical-align: bottom
	}

		.poll header .dataInfo strong {
			color: #5e5e5e
		}

	.poll header input {
		padding: 0 8px;
		height: 26px
	}

	.poll header select {
		padding-top: 0;
		padding-bottom: 0;
		height: 26px
	}

		.poll header select + i {
			margin-top: 6px
		}

.poll fieldset {
	display: block;
	padding: 15px 15px 5px;
	border: none;
	background: rgba(255, 255, 255, .9)
}

	.poll fieldset + fieldset, .poll footer {
		border-top: 1px solid rgba(0, 0, 0, .1)
	}

	.poll fieldset div.legend {
		font-size: 15px;
		margin: 0 0 5px;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .04);
		font-weight: 700;
		line-height: 23px
	}

.form.slim fieldset {
	padding: 10px 20px 5px
}

.poll section {
	margin-bottom: 18px;
	font-size: 14px
}

.form.slim section {
	margin-bottom: 5px
}

.poll footer {
	display: block;
	padding: 8px 10px;
	background: rgba(248, 248, 248, .9);
	text-align: right
}

	.poll footer:after {
		display: table;
		clear: both
	}

.poll a:not (.btn ) {
	border-bottom: 2px dotted #6597d5;
	cursor: pointer
}

.poll .label {
	display: block;
	margin-bottom: 0;
	line-height: 19px
}

	.poll .label.col {
		margin: 0;
		padding-top: 10px
	}

.poll .note, .poll .notice {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px
}

.poll .note {
	color: #999
}

.poll .notice {
	color: #ee9393
}

.poll .button, .poll .checkbox, .poll .input, .poll .radio, .poll .select, .poll .textarea, .poll .toggle, .poll section .content {
	position: relative;
	display: block
}

	.poll .input input, .poll .select select, .poll .textarea textarea, .poll section .content {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
		height: 30px;
		padding: 5px 8px;
		outline: 0;
		border-width: 1px;
		border-style: solid;
		border-radius: 0;
		background: #fff;
		font: 15px/19px;
		color: #5e5e5e;
		appearance: normal;
		-moz-appearance: none;
		-webkit-appearance: none
	}

		.poll .select select[multiple] {
			height: 280px
		}

			.poll .select select[multiple] + i.fa {
				display: none
			}

.poll section .content {
	position: relative;
	height: auto
}

	.poll section .content img {
		max-width: 100%;
		box-sizing: border-box
	}

.poll .progress {
	float: right;
	margin-top: 10px;
	line-height: 33px;
	color: #232323
}

.poll section .pollResult .row {
	margin: 3px 0
}

	.poll section .pollResult .row .barGraphBox {
		background-color: #f1f1f1;
		height: 15px;
		margin-top: 3px;
		padding: 2px
	}

		.poll section .pollResult .row .barGraphBox div {
			background-color: #2d64a7;
			opacity: .9;
			height: 11px
		}

	.poll section .pollResult .row:nth-of-type(1) > .barGraphBox > div {
		background-color: #2d64a7
	}

	.poll section .pollResult .row:nth-of-type(2) > .barGraphBox > div {
		background-color: #3c91e6
	}

	.poll section .pollResult .row:nth-of-type(3) > .barGraphBox > div {
		background-color: #5bc0eb
	}

	.poll section .pollResult .row:nth-of-type(4) > .barGraphBox > div {
		background-color: #17bebb
	}

	.poll section .pollResult .row:nth-of-type(5) > .barGraphBox > div {
		background-color: #e12a33
	}

	.poll section .pollResult .row:nth-of-type(6) > .barGraphBox > div {
		background-color: #e57c2b
	}

	.poll section .pollResult .row:nth-of-type(7) > .barGraphBox > div {
		background-color: #1a8d85
	}

	.poll section .pollResult .row:nth-of-type(8) > .barGraphBox > div {
		background-color: #32bc23
	}

	.poll section .pollResult .row:nth-of-type(9) > .barGraphBox > div {
		background-color: #c8161f
	}

	.poll section .pollResult .row:nth-of-type(10) > .barGraphBox > div {
		background-color: #cc6516
	}

	.poll section .pollResult .row:nth-of-type(11) > .barGraphBox > div {
		background-color: #0e7d75
	}

	.poll section .pollResult .row:nth-of-type(12) > .barGraphBox > div {
		background-color: #20a712
	}

	.poll section .pollResult .row:nth-of-type(13) > .barGraphBox > div {
		background-color: #97040b
	}

	.poll section .pollResult .row:nth-of-type(14) > .barGraphBox > div {
		background-color: #9a4504
	}

	.poll section .pollResult .row:nth-of-type(15) > .barGraphBox > div {
		background-color: #025f58
	}

	.poll section .pollResult .row:nth-of-type(16) > .barGraphBox > div {
		background-color: #0f7e03
	}

.poll .checkbox i, .poll .radio i, .poll .toggle i {
	position: absolute;
	border-width: 2px;
	border-style: solid;
	background: #fff
}

.poll .input-captcha img {
	position: absolute;
	top: 2px;
	right: 2px;
	border-left: 1px solid #e5e5e5
}

.poll .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 25px;
	margin: 0;
	padding: 0 15px;
	font-size: 13px;
	line-height: 25px
}

	.poll .input-file .button:hover {
		box-shadow: none
	}

	.poll .input-file .button input {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		font-size: 30px;
		cursor: pointer;
		opacity: 0
	}

.poll .select i {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #fff;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	width: 28px;
	text-align: center
}

.poll .select-multiple select {
	height: auto
}

.poll .textarea textarea {
	height: auto;
	resize: none
}

.poll .textarea-resizable textarea {
	resize: vertical
}

.poll .textarea-expandable textarea {
	height: 39px
}

	.poll .textarea-expandable textarea:focus {
		height: auto
	}

.poll .checkbox, .poll .radio {
	margin-bottom: 4px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 23px;
	color: #404040;
	cursor: pointer
}

	.poll .checkbox:last-child, .poll .radio:last-child {
		margin-bottom: 0
	}

	.poll .checkbox input, .poll .radio input {
		position: absolute;
		left: -9999px
	}

	.poll .checkbox i, .poll .radio i {
		top: 4px;
		left: 0;
		display: block;
		width: 11px;
		height: 11px;
		outline: 0
	}

	.poll .radio i {
		border-radius: 50%
	}

	.poll .checkbox input + i:after, .poll .radio input + i:after {
		position: absolute;
		opacity: 0;
		-ms-transition: opacity .1s;
		-moz-transition: opacity .1s;
		-webkit-transition: opacity .1s
	}

	.poll .radio input + i:after {
		top: 3px;
		left: 3px;
		width: 5px;
		height: 5px;
		border-radius: 50%
	}

	.poll .checkbox input + i:after {
		content: '\f00c';
		top: -2px;
		left: -1px;
		width: 13px;
		height: 13px;
		font: 400 10px/14px FontAwesome;
		text-align: center
	}

.poll .inline-group:after, .poll .toggle i {
	content: ''
}

.poll .checkbox input:checked + i:after, .poll .radio input:checked + i:after {
	opacity: 1
}

.poll .inline-group {
	margin: 2px -20px -4px 0
}

	.poll .inline-group:after {
		display: table;
		clear: both
	}

	.poll .inline-group .checkbox, .poll .inline-group .radio {
		float: left;
		margin-right: 20px
	}

		.poll .inline-group .checkbox:last-child, .poll .inline-group .radio:last-child {
			margin-bottom: 4px
		}

.poll .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer
}

	.poll .toggle:last-child {
		margin-bottom: 0
	}

	.poll .toggle input {
		position: absolute;
		left: -9999px
	}

	.poll .toggle i {
		top: 4px;
		right: 0;
		display: block;
		width: 49px;
		height: 17px;
		border-radius: 12px
	}

		.poll .toggle i:after {
			content: 'OFF';
			position: absolute;
			top: 3px;
			right: 8px;
			left: 8px;
			font-style: normal;
			font-size: 9px;
			line-height: 13px;
			font-weight: 900;
			text-align: left;
			color: #5f5f5f
		}

		.poll .toggle i:before {
			content: '';
			position: absolute;
			z-index: 1;
			top: 4px;
			right: 4px;
			display: block;
			width: 9px;
			height: 9px;
			border-radius: 50%;
			opacity: 1;
			-ms-transition: right .2s;
			-moz-transition: right .2s;
			-webkit-transition: right .2s
		}

	.poll .toggle input:checked + i:after {
		content: 'ON';
		text-align: right
	}

	.poll .toggle input:checked + i:before {
		right: 36px
	}

.poll .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040
}

	.poll .rating:last-child {
		margin-bottom: 0
	}

	.poll .rating input {
		position: absolute;
		left: -9999px
	}

	.poll .rating label {
		display: block;
		float: right;
		height: 17px;
		margin-top: 5px;
		padding: 0 2px;
		font-size: 17px;
		line-height: 17px;
		cursor: pointer
	}

.poll .button {
	float: right;
	height: 39px;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: 0;
	border: 0;
	font: 300 15px/39px;
	text-decoration: none;
	color: #fff;
	cursor: pointer
}

.poll .button-uploading {
	position: relative;
	color: transparent;
	cursor: default
}

	.poll .button-uploading:after {
		content: 'Uploading...';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff
	}

@ -o-keyframes blink {
	0%, 100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

@ -ms-keyframes blink {
	0%, 100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

@ -moz-keyframes blink {
	0%, 100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

@ -webkit-keyframes blink {
	0%, 100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

.poll .icon-append, .poll .icon-prepend {
	position: absolute;
	top: 4px;
	width: 23px;
	height: 23px;
	font-size: 15px;
	line-height: 23px;
	text-align: center
}

.poll .icon-append {
	right: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid
}

.poll .input .icon-prepend + .icon-append + input, .poll .input .icon-prepend + input, .poll .textarea .icon-prepend + .icon-append + textarea, .poll .textarea .icon-prepend + textarea {
	padding-left: 36px
}

.poll .icon-prepend {
	left: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid
}

.poll .tooltip-top-left:after, .poll .tooltip-top-right:after {
	top: 100%;
	border-top: 4px solid rgba(0, 0, 0, .9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.poll .input .icon-append + input, .poll .textarea .icon-append + textarea {
	padding-right: 36px
}

.poll .tooltip {
	position: absolute;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0, 0, 0, .9);
	color: #fff;
	opacity: 0;
	-moz-transition: margin .3s, opacity .3s;
	-webkit-transition: margin .3s, opacity .3s
}

.poll .button, .poll .toggle i:before {
	background-color: #2da5da
}

.poll .state-error + em, .poll .state-success + em {
	display: block;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px
}

.poll .tooltip:after {
	content: '';
	position: absolute
}

.poll .input input:focus + .tooltip, .poll .textarea textarea:focus + .tooltip {
	opacity: 1
}

.poll .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px
}

	.poll .tooltip-top-right:after {
		right: 12px
	}

.poll .input input:focus + .tooltip-top-right, .poll .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px
}

.poll .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px
}

	.poll .tooltip-top-left:after {
		left: 16px
	}

.poll .tooltip-left:after, .poll .tooltip-right:after {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}

.poll .input input:focus + .tooltip-top-left, .poll .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px
}

.poll .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px
}

	.poll .tooltip-right:after {
		top: 6px;
		right: 100%;
		border-right: 4px solid rgba(0, 0, 0, .9)
	}

.poll .input input:focus + .tooltip-right, .poll .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px
}

.poll .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px
}

	.poll .tooltip-left:after {
		top: 6px;
		left: 100%;
		border-left: 4px solid rgba(0, 0, 0, .9)
	}

.poll .tooltip-bottom-left:after, .poll .tooltip-bottom-right:after {
	bottom: 100%;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0, 0, 0, .9);
	border-left: 4px solid transparent
}

.poll .input input:focus + .tooltip-left, .poll .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px
}

.poll .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px
}

	.poll .tooltip-bottom-right:after {
		right: 16px
	}

.poll .input input:focus + .tooltip-bottom-right, .poll .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px
}

.poll .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px
}

	.poll .tooltip-bottom-left:after {
		left: 16px
	}

.poll .input input:focus + .tooltip-bottom-left, .poll .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px
}

.poll .checkbox i, .poll .icon-append, .poll .icon-prepend, .poll .input input, .poll .radio i, .poll .select select, .poll .textarea textarea, .poll .toggle i, .poll section .content {
	border-color: #e5e5e5;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s
}

.poll .rating label {
	color: #ccc;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s
}

.poll .button {
	opacity: .8;
	-ms-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s
}

.poll .ui-slider-handle, input[type=password], input[type=text], select {
	outline: 0;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s
}

.poll .button.button-secondary {
	background-color: #b3b3b3
}

.poll .icon-append, .poll .icon-prepend {
	color: #ccc
}

.poll .checkbox input + i:after, .poll .rating input + label:hover, .poll .rating input + label:hover ~ label {
	color: #2da5da
}

.poll .checkbox:hover i, .poll .input:hover input, .poll .radio:hover i, .poll .select:hover select, .poll .textarea:hover textarea, .poll .toggle:hover i, .poll .ui-slider-handle:hover {
	border-color: #8dc9e5
}

.poll .button:hover {
	opacity: 1
}

.poll .checkbox input:focus + i, .poll .input input:focus, .poll .radio input:focus + i, .poll .select select:focus, .poll .textarea textarea:focus, .poll .toggle input:focus + i {
	border-color: #2da5da
}

.poll .radio input + i:after {
	background-color: #2da5da
}

.poll .checkbox input:checked + i, .poll .radio input:checked + i, .poll .toggle input:checked + i {
	border-color: #2da5da
}

.poll .rating input:checked ~ label {
	color: #2da5da
}

.poll .checkbox.state-error i, .poll .radio.state-error i, .poll .state-error input, .poll .state-error select, .poll .state-error textarea, .poll .toggle.state-error i {
	background: #fff0f0
}

.poll .state-error i {
	color: #ee9393;
	background: #fff0f0
}

.poll .toggle.state-error input:checked + i {
	background: #fff0f0
}

.poll .state-error + em {
	margin-top: 6px;
	color: #ee9393
}

.poll .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px
}

.poll .checkbox.state-success i, .poll .radio.state-success i, .poll .state-success input, .poll .state-success select, .poll .state-success textarea, .poll .toggle.state-success i {
	background: #f0fff0
}

	.poll .state-success select + i {
		background: #f0fff0;
		box-shadow: 0 0 0 12px #f0fff0
	}

.poll .toggle.state-success input:checked + i {
	background: #f0fff0
}

.form.submited .message, .ui-datepicker {
	background: rgba(255, 255, 255, .9);
	text-align: center
}

.poll .state-success + em {
	margin-top: 6px;
	color: #ee9393
}

.poll .note-success {
	color: #6fb679
}

.poll .button.state-disabled, .poll .checkbox.state-disabled, .poll .input.state-disabled input, .poll .radio.state-disabled, .poll .select.state-disabled, .poll .textarea.state-disabled, .poll .toggle.state-disabled {
	cursor: default;
	opacity: .5
}

	.poll .checkbox.state-disabled:hover i, .poll .input.state-disabled:hover input, .poll .radio.state-disabled:hover i, .poll .select.state-disabled:hover select, .poll .textarea.state-disabled:hover textarea, .poll .toggle.state-disabled:hover i {
		border-color: #e5e5e5
	}

.poll .message {
	display: none;
	color: #6fb679
}

	.poll .message i {
		display: block;
		margin: 0 auto 20px;
		width: 81px;
		height: 81px;
		border: 1px solid #6fb679;
		border-radius: 50%;
		font-size: 30px;
		line-height: 81px
	}

.form.submited fieldset, .form.submited footer {
	display: none
}

.form.submited .message {
	display: block;
	padding: 25px 30px;
	font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif
}

.ui-datepicker {
	display: none;
	padding: 10px 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	font: 13px/1.55;
	color: #666
}

	.ui-datepicker a {
		color: #404040
	}

.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 15px;
	line-height: 27px
}

.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	cursor: pointer
}

.ui-datepicker-prev {
	left: 0
}

.ui-datepicker-next {
	right: 0
}

.ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 27px
}

	.ui-datepicker-calendar th {
		color: #999
	}

	.ui-datepicker-calendar a, .ui-datepicker-calendar span {
		display: block;
		width: 31px;
		margin: auto;
		text-decoration: none;
		color: #404040
	}

		.ui-datepicker-calendar a:hover {
			background: rgba(0, 0, 0, .05)
		}

	.ui-datepicker-calendar span {
		color: #bfbfbf
	}

.ui-datepicker-today a {
	font-weight: 700
}

.btn, .poll .checkbox, .poll .radio {
	font-weight: 400
}

.ui-datepicker-calendar .ui-state-active {
	background: rgba(0, 0, 0, .05);
	cursor: default
}

.poll .ui-slider, .poll .ui-slider-handle, .ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff
}

.ui-datepicker-inline {
	box-shadow: none
}

	.ui-datepicker-inline .ui-datepicker-header {
		line-height: 47px
	}

	.ui-datepicker-inline .ui-datepicker-calendar {
		width: 100%
	}

.poll .ui-slider {
	position: relative;
	height: 3px;
	margin: 12px 6px 26px
}

.poll .ui-slider-handle {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 -8px
}

.form-modal {
	position: fixed;
	z-index: 1;
	display: none;
	width: 400px
}

.form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7)
}

.poll *, .poll :after, .poll :before {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box
}

.poll .label {
	border-radius: 0;
	font-size: 14px;
	color: #777 !important;
	text-align: left;
	white-space: normal
}

.poll .checkbox + .checkbox, .poll .radio + .radio {
	margin-top: 0
}

.wrap {
	width: 100%;
	height: 100%;
	padding: 50px 0 0 110px;
	min-width: 1660px;
}

body {
	background: #fff
}

	body.wide .wrap {
		padding-left: 0
	}

header.header {
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 60px;
	margin-top: -50px;
	margin-left: -110px;
	/*background: url(../img/top_bg.jpg) 0 0 repeat-x;*/
	background-color: #01579B;
	min-width: 1770px;
}

	header.header .logo {
		font-family: 'Nanum Square';
		overflow: hidden;
		display: inline-block;
		height: 60px;
		vertical-align: top;
		width: 100px;
		text-align: center;
		vertical-align: middle;
		/*margin-top: 10px;*/
	}

		header.header .logo a {
			font-size: 24px;
			font-weight: 600;
			line-height: 50px;
			height: 50px;
			color: #fff;
			vertical-align: top;
		}
/*header a {
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
	color: #fff;
	vertical-align: top;
}*/
.sitename {
	font-size: 24px;
	font-weight: 400;
	line-height: 65px;
	height: 50px;
	color: #fff;
	vertical-align: top;
}
header.header .logo a small {
	font-size: 13px;
	font-weight: 100
}

		header.header .logo img {
			height: 40px;
			width:80px;
			vertical-align: middle;
			margin-top:13px;
		}

	header.header .navBtn {
		display: none
	}

	header.header .menuBtn {
		position: absolute;
		top: 28px;
		left: 180px
	}

body.wide header.header {
	margin-left: 0
}

.helpMenu {
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 0;
	padding: 0
}

	.helpMenu ul {
		text-align: right
	}

		.helpMenu ul #profileMenu {
			position: absolute;
			z-index: 9000;
			right: 5px;
			display: none;
			width: 150px;
			opacity: .8;
			border: 1px solid #777;
			border-radius: 3px;
			background: #fff
		}

			.helpMenu ul #profileMenu ul:before, .helpMenu ul #profileMenu:before {
				content: '';
				position: absolute;
				width: 0;
				height: 0
			}

			.helpMenu ul #profileMenu ul:before {
				top: -12px;
				left: 120px;
				border-width: 5px 5px 7px;
				border-style: solid;
				border-color: transparent transparent #fff
			}

			.helpMenu ul #profileMenu li {
				float: none;
				text-align: left;
				border: none
			}

				.helpMenu ul #profileMenu li a {
					font-size: 14px;
					color: #777
				}

			.helpMenu ul #profileMenu:before {
				top: -14px;
				left: 119px;
				border-width: 6px 6px 8px;
				border-style: solid;
				border-color: transparent transparent #777
			}

	.helpMenu li {
		line-height: 37px;
		float: left;
		height: 34px;
		padding: 0 20px
	}

		.helpMenu li a {
			color: #777
		}

			.helpMenu li a span {
				font-size: 11px;
				position: relative;
				top: -2px;
				margin-left: 4px;
				padding: 4px 7px;
				color: #fff;
				border-radius: 3px;
				background-color: rgba(0, 0, 0, .4)
			}

			.helpMenu li a img {
				position: relative;
				top: -8px;
				width: 49px;
				height: 49px;
				margin-right: 10px;
				vertical-align: top
			}

			.helpMenu li a em {
				font-style: normal
			}

		.helpMenu li i {
			font-size: 18px
		}


section.navigation {
	position: fixed;
	width: 50%;
	height: 72px;
	margin-top: -13px;
	margin-left: 245px;
	padding-top: 13px;
	background-color: #01579B
	/*#01579B*/
}

	section.navigation div.header {
		font-size: 12px;
		font-weight: 200;
		line-height: 45px;
		height: 45px;
		padding: 0;
		color: #fff
	}

	section.navigation .topnav ul {
		display: block;
		padding-left: 0;
		background-color: #01579B;
	}

	section.navigation .topnav li {
		border-left: 2px solid #01579B
	}

		section.navigation .topnav li:hover {
			border-left: 2px solid #01579B;
			/*background: #3c3c3c*/
		}

		section.navigation .topnav li a {
			font-size: 14px;
			line-height: 30px;
			display: block;
			height: 30px;
			padding: 0 0 0 5px;
			color: #fff
		}

	section.navigation .topnav ul > li a:hover {
		background: #3c3c3c
	}

	section.navigation .topnav li a i.fa {
		display: inline-block;
		width: 20px;
		margin: 0 auto
	}

	section.navigation .subnav li, section.navigation .subnav li:hover {
		border: none
	}

		section.navigation .subnav li a {
			font-size: .9em;
			line-height: 26px;
			display: block;
			height: 40px;
			padding: 7px 0 7px 20px;
			text-align: left;
			color: #fff
		}

			section.navigation .subnav li a:hover {
				border-left: none
			}

			section.navigation .subnav li a i.fa {
				display: inline-block;
				width: 18px;
				margin: 0 auto
			}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

section.contents {
	position: relative;
	height: 100%;
	padding-top: 61px;
	margin-left:-100px
}

	section.contents h1.contentHeader {
		font-size: 24px;
		font-weight: 500;
		line-height: 51px;
		z-index: 100;
		z-index: 3;
		width: 100%;
		height: 51px;
		margin-top: -51px;
		padding-left: 30px;
		color: #333;
		background: url(../img/bar_bg.jpg) 0 0 repeat-x;
	}

	section.contents .pageHistory {
		font-size: 12px;
		position: absolute;
		top: 25px;
		right: 10px;
		color: #777
	}

		section.contents .pageHistory a {
			font-size: 12px;
			color: #777
		}

		section.contents .pageHistory i {
			margin: 0 5px;
			opacity: .4
		}

article.contents {
	z-index: 10;
	min-height: 100%;
	padding: 10px;
	background: url(../img/bg_left.gif) 0 0 repeat-y #fff;
}

.login_logo {
	margin: 180px auto 32px;
	text-align: center;
}

.loginBox {
	position: relative;
	width: 538px;
	margin: 0 auto;
	border: solid 1px #d2d2d2;
}

	.loginBox .logoImg {
		text-align: center
	}

	.loginBox .form {
		border: none
	}

		.loginBox .form fieldset .middleLine {
			position: relative;
			height: 10px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e9e9e9
		}

			.loginBox .form fieldset .middleLine div {
				position: relative;
				width: 60px;
				margin: 0 auto !important;
				text-align: center;
				background-color: #fff
			}

		.loginBox .form fieldset input {
			font-size: 16px;
			height: 44px;
			color: #777
		}

		.loginBox .form fieldset i {
			font-size: 24px;
			line-height: 36px;
			right: 12px;
			height: 36px;
			padding-left: 12px
		}


::-webkit-input-placeholder {
	color: #ddd
}

:-moz-placeholder {
	color: #ddd;
	opacity: 1
}

::-moz-placeholder {
	color: #ddd;
	opacity: 1
}

:-ms-input-placeholder {
	color: #ddd
}

.form section .history {
	font-size: 14px;
	line-height: 18px
}

	.form section .history .historyTitle {
		display: inline-block;
		width: 60px;
		border-radius: 3px;
		font-size: 14px;
		line-height: 18px;
		padding: 6px 8px;
		margin-right: 10px;
		color: #fff;
		vertical-align: middle;
		text-align: center
	}

		.form section .history .historyTitle.issueOpen {
			color: #fff;
			background-color: #7eb0db
		}

		.form section .history .historyTitle.issueClose {
			color: #fff;
			background-color: #26ab26
		}

		.form section .history .historyTitle.issueEdit {
			color: #fff;
			background-color: grey
		}

		.form section .history .historyTitle.managerAdd {
			color: #fff;
			background-color: #7f7fff
		}

		.form section .history .historyTitle.managerDel {
			color: #fff;
			background-color: #c5c550
		}

		.form section .history .historyTitle.milestone {
			color: #fff;
			background-color: #ff7f7f
		}

.form .button, .form .radio input + i:after, .form .toggle i:before {
	background-color: #2d64a7
}

.form section .history .historyContent {
	display: inline-block;
	line-height: 30px
}

.form section .history .historyTime {
	display: inline-block;
	font-size: .8em;
	color: #919191
}

.form .checkbox input + i:after, .form .rating input + label:hover, .form .rating input + label:hover ~ label {
	color: #2d64a7
}

.form .checkbox:hover i, .form .input:hover input, .form .radio:hover i, .form .select:hover select, .form .textarea:hover textarea, .form .toggle:hover i, .form .ui-slider-handle:hover {
	border-color: #6597d5
}

.form .checkbox input:focus + i, .form .input input:focus, .form .radio input:focus + i, .form .select select:focus, .form .textarea textarea:focus, .form .toggle input:focus + i {
	border-color: #2d64a7
}

.form .checkbox input:checked + i, .form .radio input:checked + i, .form .toggle input:checked + i {
	border-color: #2d64a7
}

.form .rating input:checked ~ label {
	color: #2d64a7
}

.btn {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #d5d5d5;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 0;
	user-select: none;
	padding: 1px 7px;
	color: #4d4d4d;
	background-color: #eee
}

#overlay #overlayWindow .close, .btn {
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer
}

.btn-lg, .btn-md {
	border-radius: 0
}

.btn:after, .btn:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.btn-lg {
	padding: 8px 16px;
	font-size: 18px;
	line-height: 1.33
}

.btn-md {
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.42857143
}

.btn-sm, .btn-xs {
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0
}

.btn-sm {
	padding: 3px 10px
}

.btn-xs {
	padding: 1px 15px
}

.btn-block {
	display: block;
}

.col > .btn-block {
	width: auto;
}

span.label, span.label-2nd, span.label-2nd2, span.label-2nd3, span.label-2nd4, span.label-3rd, span.label-3rd1, span.label-3rd2, span.label-3rd3, span.label-3rd4, span.label-4th, span.label-4th1, span.label-4th2, span.label-4th3, span.label-half, span.label-main, span.label-main1, span.label-main2, span.label-main3, span.label-main4, span.label-sick, span.label-vacation, span.label-year {
	border-radius: 3px;
	font-size: .9em;
	line-height: 20px;
	padding: 0 6px;
	height: 20px;
	display: inline-block
}

.btn + .btn {
	margin-left: 4px
}

.btn-block + .btn-block {
	margin-top: 5px;
	margin-left: 0
}

.btn.active, .btn:active, .btn:focus, .btn:hover {
	color: #333;
	background-color: #e1e1e1;
	border-color: #d5d5d5
}

.btn-sub {
	color: #fff;
	background-color: #3c91e6;
	border-color: #1b77d4
}

	.btn-sub.active, .btn-sub:active, .btn-sub:focus, .btn-sub:hover {
		color: #fff;
		background-color: #2584e3;
		border-color: #1b77d4
	}

.btn-sub2 {
	color: #fff;
	background-color: #5bc0eb;
	border-color: #2eafe5
}

	.btn-sub2.active, .btn-sub2:active, .btn-sub2:focus, .btn-sub2:hover {
		color: #fff;
		background-color: #44b7e8;
		border-color: #2eafe5
	}

.btn-sub3 {
	color: #fff;
	background-color: #17bebb;
	border-color: #11918e
}

	.btn-sub3.active, .btn-sub3:active, .btn-sub3:focus, .btn-sub3:hover {
		color: #fff;
		background-color: #14a7a5;
		border-color: #11918e
	}

.btn-sub4 {
	color: #fff;
	background-color: #e12a33;
	border-color: #bd1b23
}

	.btn-sub4.active, .btn-sub4:active, .btn-sub4:focus, .btn-sub4:hover {
		color: #fff;
		background-color: #d41e27;
		border-color: #bd1b23
	}

.btn-main {
	color: #fff;
	background-color: #2d64a7 !important;
	border-color: #224c7f
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.btn-main.active, .btn-main:active, .btn-main:focus, .btn-main:hover {
	color: #fff;
	background-color: #285893;
	border-color: #224c7f
}

.btn-main1 {
	color: #fff;
	background-color: #e12a33;
	border-color: #bd1b23
}

	.btn-main1.active, .btn-main1:active, .btn-main1:focus, .btn-main1:hover {
		color: #fff;
		background-color: #d41e27;
		border-color: #bd1b23
	}

.btn-main2 {
	color: #fff;
	background-color: #c8161f;
	border-color: #9a1118
}

	.btn-main2.active, .btn-main2:active, .btn-main2:focus, .btn-main2:hover {
		color: #fff;
		background-color: #b1131b;
		border-color: #9a1118
	}

.btn-main3 {
	color: #fff;
	background-color: #97040b;
	border-color: #650307
}

	.btn-main3.active, .btn-main3:active, .btn-main3:focus, .btn-main3:hover {
		color: #fff;
		background-color: #7e0309;
		border-color: #650307
	}

.btn-main4 {
	color: #fff;
	background-color: #7d0006;
	border-color: #4a0004
}

	.btn-main4.active, .btn-main4:active, .btn-main4:focus, .btn-main4:hover {
		color: #fff;
		background-color: #630005;
		border-color: #4a0004
	}

.btn-2nd {
	color: #fff;
	background-color: #3c91e6;
	border-color: #1b77d4
}

	.btn-2nd.active, .btn-2nd:active, .btn-2nd:focus, .btn-2nd:hover {
		color: #fff;
		background-color: #2584e3;
		border-color: #1b77d4
	}

.btn-2nd1 {
	color: #fff;
	background-color: #e57c2b;
	border-color: #c56318
}

	.btn-2nd1.active, .btn-2nd1:active, .btn-2nd1:focus, .btn-2nd1:hover {
		color: #fff;
		background-color: #dc6f1b;
		border-color: #c56318
	}

.btn-2nd2 {
	color: #fff;
	background-color: #cc6516;
	border-color: #9e4e11
}

	.btn-2nd2.active, .btn-2nd2:active, .btn-2nd2:focus, .btn-2nd2:hover {
		color: #fff;
		background-color: #b55a14;
		border-color: #9e4e11
	}

.btn-2nd3 {
	color: #fff;
	background-color: #9a4504;
	border-color: #682f03
}

	.btn-2nd3.active, .btn-2nd3:active, .btn-2nd3:focus, .btn-2nd3:hover {
		color: #fff;
		background-color: #813a03;
		border-color: #682f03
	}

.btn-2nd4 {
	color: #fff;
	background-color: #7f3700;
	border-color: #4c2100
}

	.btn-2nd4.active, .btn-2nd4:active, .btn-2nd4:focus, .btn-2nd4:hover {
		color: #fff;
		background-color: #662c00;
		border-color: #4c2100
	}

.btn-3rd {
	color: #fff;
	background-color: #5bc0eb;
	border-color: #2eafe5
}

	.btn-3rd.active, .btn-3rd:active, .btn-3rd:focus, .btn-3rd:hover {
		color: #fff;
		background-color: #44b7e8;
		border-color: #2eafe5
	}

.btn-3rd1 {
	color: #fff;
	background-color: #1a8d85;
	border-color: #12625c
}

	.btn-3rd1.active, .btn-3rd1:active, .btn-3rd1:focus, .btn-3rd1:hover {
		color: #fff;
		background-color: #167771;
		border-color: #12625c
	}

.btn-3rd2 {
	color: #fff;
	background-color: #0e7d75;
	border-color: #094f4a
}

	.btn-3rd2.active, .btn-3rd2:active, .btn-3rd2:focus, .btn-3rd2:hover {
		color: #fff;
		background-color: #0b6660;
		border-color: #094f4a
	}

.btn-3rd3 {
	color: #fff;
	background-color: #025f58;
	border-color: #012d2a
}

	.btn-3rd3.active, .btn-3rd3:active, .btn-3rd3:focus, .btn-3rd3:hover {
		color: #fff;
		background-color: #014641;
		border-color: #012d2a
	}

.btn-3rd4 {
	color: #fff;
	background-color: #004e48;
	border-color: #001b19
}

	.btn-3rd4.active, .btn-3rd4:active, .btn-3rd4:focus, .btn-3rd4:hover {
		color: #fff;
		background-color: #003530;
		border-color: #001b19
	}

.btn-4th {
	color: #fff;
	background-color: #17bebb;
	border-color: #11918e
}

	.btn-4th.active, .btn-4th:active, .btn-4th:focus, .btn-4th:hover {
		color: #fff;
		background-color: #14a7a5;
		border-color: #11918e
	}

.btn-4th1 {
	color: #fff;
	background-color: #32bc23;
	border-color: #27911b
}

	.btn-4th1.active, .btn-4th1:active, .btn-4th1:focus, .btn-4th1:hover {
		color: #fff;
		background-color: #2ca71f;
		border-color: #27911b
	}

.btn-4th2 {
	color: #fff;
	background-color: #20a712;
	border-color: #17790d
}

	.btn-4th2.active, .btn-4th2:active, .btn-4th2:focus, .btn-4th2:hover {
		color: #fff;
		background-color: #1c9010;
		border-color: #17790d
	}

.btn-4th3 {
	color: #fff;
	background-color: #0f7e03;
	border-color: #094c02
}

	.btn-4th3.active, .btn-4th3:active, .btn-4th3:focus, .btn-4th3:hover {
		color: #fff;
		background-color: #0c6502;
		border-color: #094c02
	}

.btn-4th4 {
	color: #fff;
	background-color: #0a6800;
	border-color: #053500
}

	.btn-4th4.active, .btn-4th4:active, .btn-4th4:focus, .btn-4th4:hover {
		color: #fff;
		background-color: #084f00;
		border-color: #053500
	}

.btn-edit {
	color: #fff !important;
	background-color: #9e788f;
	border-color: #845f75
}

	.btn-edit.active, .btn-edit:active, .btn-edit:focus, .btn-edit:hover {
		color: #fff !important;
		background-color: #936a83;
		border-color: #845f75
	}

.btn-delete {
	color: #fff !important;
	background-color: #a30000;
	border-color: #700000
}

	.btn-delete.active, .btn-delete:active, .btn-delete:focus, .btn-delete:hover {
		color: #fff !important;
		background-color: #8a0000;
		border-color: #700000
	}

.btn-search {
	color: #4d4d4d;
	background-color: #fff;
	border-color: #e6e6e6
}

	.btn-search.active, .btn-search:active, .btn-search:focus, .btn-search:hover {
		color: #333;
		background-color: #f2f2f2;
		border-color: #e6e6e6
	}

.btn-page-active {
	color: #fff;
	background-color: #518ad0;
	border-color: #3270bb
}

	.btn-page-active.active, .btn-page-active:active, .btn-page-active:focus, .btn-page-active:hover {
		color: #fff;
		background-color: #3c7dcb;
		border-color: #3270bb
	}

.btn-page {
	color: #4d4d4d;
	background-color: #eee;
	border-color: #d5d5d5
}

	.btn-page.active, .btn-page:active, .btn-page:focus, .btn-page:hover {
		color: #333;
		background-color: #e1e1e1;
		border-color: #d5d5d5
	}

.btn-black {
	color: #fff;
	background-color: #111;
	border-color: #000
}

	.btn-black.active, .btn-black:active, .btn-black:focus, .btn-black:hover {
		color: #fff;
		background-color: #040404;
		border-color: #000
	}

.btn-black-st {
	color: #e6e6e6;
	background: repeating-linear-gradient(-55deg, #111, #111 1px, #040404 2px, #040404 3px);
	border-color: #000
}

	.btn-black-st.active, .btn-black-st:active, .btn-black-st:focus, .btn-black-st:hover {
		color: #fff;
		background: repeating-linear-gradient(-55deg, #040404, #040404 1px, #000, #000);
		border-color: #000
	}

.btn-white {
	color: #4d4d4d;
	background-color: #f1f1f1;
	border-color: #d8d8d8
}

	.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
		color: #333;
		background-color: #e4e4e4;
		border-color: #d8d8d8
	}

.btn-white-st {
	color: #4d4d4d;
	background: repeating-linear-gradient(-55deg, #fff, #fff 1px, #f2f2f2 2px, #f2f2f2 3px);
	border-color: #e6e6e6
}

	.btn-white-st.active, .btn-white-st:active, .btn-white-st:focus, .btn-white-st:hover {
		color: #333;
		background: repeating-linear-gradient(-55deg, #f2f2f2, #f2f2f2 1px, #e6e6e6, #e6e6e6 );
		border-color: #d9d9d9
	}

.btn-gray {
	color: #fff;
	background-color: #b2b3b7;
	border-color: #98999e
}

	.btn-gray.active, .btn-gray:active, .btn-gray:focus, .btn-gray:hover {
		color: #fff;
		background-color: #a5a6ab;
		border-color: #98999e
	}

.btn-gray-st {
	color: #e6e6e6;
	background: repeating-linear-gradient(-55deg, #b2b3b7, #b2b3b7 1px, #a5a6ab 2px, #a5a6ab 3px);
	border-color: #98999e
}

	.btn-gray-st.active, .btn-gray-st:active, .btn-gray-st:focus, .btn-gray-st:hover {
		color: #fff;
		background: repeating-linear-gradient(-55deg, #a5a6ab, #a5a6ab 1px, #98999e, #98999e );
		border-color: #8a8c92
	}

.btn-red, .btn-red-st {
	border-color: #b51407
}

.btn-red {
	color: #fff;
	background-color: #e61a09
}

	.btn-red.active, .btn-red:active, .btn-red:focus, .btn-red:hover {
		color: #fff;
		background-color: #cd1708;
		border-color: #b51407
	}

.btn-red-st {
	color: #e6e6e6;
	background: repeating-linear-gradient(-55deg, #e61a09, #e61a09 1px, #cd1708 2px, #cd1708 3px)
}

	.btn-red-st.active, .btn-red-st:active, .btn-red-st:focus, .btn-red-st:hover {
		color: #fff;
		background: repeating-linear-gradient(-55deg, #cd1708, #cd1708 1px, #b51407, #b51407 );
		border-color: #9c1206
	}

.btn-blue {
	color: #fff;
	background-color: #66b;
	border-color: #4949a5
}

	.btn-blue.active, .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
		color: #fff;
		background-color: #5454b3;
		border-color: #4949a5
	}

.btn-blue-st {
	color: #e6e6e6;
	background: repeating-linear-gradient(-55deg, #66b, #66b 1px, #5454b3 2px, #5454b3 3px);
	border-color: #4949a5
}

	.btn-blue-st.active, .btn-blue-st:active, .btn-blue-st:focus, .btn-blue-st:hover {
		color: #fff;
		background: repeating-linear-gradient(-55deg, #5454b3, #5454b3 1px, #4949a5, #4949a5 );
		border-color: #414193
	}

span.label {
	color: #fff;
	background-color: #6597d5
}

span.label-half {
	color: #fff;
	background-color: #e7e7e8
}

span.label-sick {
	color: #fff;
	background-color: #f9685c
}

span.label-year {
	color: #fff;
	background-color: #6597d5
}

span.label-vacation {
	color: #fff;
	background-color: #adadda
}

span.label-main {
	color: #fff;
	background-color: #8db2e0
}

span.label-main1 {
	color: #fff;
	background-color: #f4b0b3
}

span.label-main2 {
	color: #fff;
	background-color: #f2858b
}

span.label-main3 {
	color: #fff;
	background-color: #fa3a43
}

span.label-main4 {
	color: #fff;
	background-color: #ff1722
}

span.label-2nd {
	color: #fff;
	background-color: #c4ddf7
}

span.label-2nd1 {
	display: inline-block;
	border-radius: 3px;
	font-size: .9em;
	line-height: 20px;
	padding: 0 6px;
	height: 20px;
	color: #fff;
	background-color: #f6d0b3
}

span.label-2nd2 {
	color: #fff;
	background-color: #f2b789
}

span.label-2nd3 {
	color: #fff;
	background-color: #fa8f3d
}

span.label-2nd4 {
	color: #fff;
	background-color: #ff7d19
}

span.label-3rd {
	color: #fff;
	background-color: #e3f4fc
}

span.label-3rd1 {
	color: #fff;
	background-color: #5fe1d8
}

span.label-3rd2 {
	color: #fff;
	background-color: #3be9dc
}

span.label-3rd3 {
	color: #fff;
	background-color: #05f5e3
}

span.label-3rd4 {
	color: #fff;
	background-color: #00e7d5
}

span.label-4th {
	color: #fff;
	background-color: #7fefed
}

span.label-4th1 {
	color: #fff;
	background-color: #97ea8e
}

span.label-4th2 {
	color: #fff;
	background-color: #71ee64
}

span.label-4th3 {
	color: #fff;
	background-color: #36fa20
}

span.label-4th4 {
	display: inline-block;
	border-radius: 3px;
	font-size: .9em;
	line-height: 20px;
	padding: 0 6px;
	height: 20px;
	color: #fff;
	background-color: #1aff02
}

span.badge, span.badge-2nd, span.badge-2nd1, span.badge-2nd2, span.badge-2nd3, span.badge-3rd, span.badge-3rd1, span.badge-3rd2, span.badge-3rd3, span.badge-3rd4, span.badge-4th, span.badge-4th1, span.badge-4th2, span.badge-4th3, span.badge-4th4, span.badge-main, span.badge-main1, span.badge-main2, span.badge-main3, span.badge-main4 {
	display: inline-block;
	border-radius: 10px;
	font-size: .8em;
	font-weight: 700;
	line-height: .9em;
	padding: 3px 5px 3px 4px;
	color: #fff
}

span.badge {
	background-color: #3c7dcb
}

span.badge-main {
	background-color: #6597d5
}

span.badge-main1 {
	background-color: #ee8389
}

span.badge-main2 {
	background-color: #ed575f
}

span.badge-main3 {
	background-color: #f80914
}

span.badge-main4 {
	background-color: #e3000b
}

span.badge-2nd {
	background-color: #96c4f2
}

span.badge-2nd1 {
	background-color: #f0b486
}

span.badge-2nd2 {
	background-color: #ed9a5b
}

span.badge-2nd3 {
	background-color: #f9720b
}

span.badge-2nd4 {
	display: inline-block;
	border-radius: 10px;
	font-size: .8em;
	font-weight: 700;
	line-height: .9em;
	padding: 3px 5px 3px 4px;
	color: #fff;
	background-color: #e56300
}

span.badge-3rd {
	background-color: #b6e3f6
}

span.badge-3rd1 {
	background-color: #34d9ce
}

span.badge-3rd2 {
	background-color: #18d9cb
}

span.badge-3rd3 {
	background-color: #04c3b5
}

span.badge-3rd4 {
	background-color: #00b4a6
}

span.badge-4th {
	background-color: #51eae7
}

span.badge-4th1 {
	background-color: #6fe263
}

span.badge-4th2 {
	background-color: #47e936
}

span.badge-4th3 {
	background-color: #1be205
}

span.badge-4th4 {
	background-color: #14ce00
}

input[type=password], input[type=text], select {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 31px;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px;
	color: #5e5e5e;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	border-color: #e5e5e5
}

select {
	padding-right: 25px
}

	input:focus, select:focus, textarea:focus {
		border-color: #2d64a7
	}


.table * {
	box-sizing: border-box
}

.table + .table {
	margin-top: 5px
}

.table select + i {
	position: absolute;
	margin-top: 8px;
	margin-left: -19px
}

.table .checkbox, .table .radio {
    position: relative;
    display: block;
    margin-bottom: 4px !important;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #2d64a7;
    cursor: pointer
}

    .table .checkbox *, .table .radio * {
        box-sizing: content-box
    }

    .table .checkbox input, .table .radio input {
        position: absolute;
        left: -9999px
    }

    .table .checkbox i, .table .radio i {
        position: absolute;
        top: -9px;
        left: 5px;
        display: block;
        width: 13px;
        height: 13px;
        outline: 0;
        border-width: 2px;
        border-style: solid;
        background: #fff
    }
    .table tbody tr checkbox {
        position: absolute;
        top: -9px;
        left: 5px;
        display: block;
        width: 13px;
        height: 13px;
        outline: 0;
        border-width: 2px;
        border-style: solid;
        background: #fff
    }
    .table .radio i {
        border-radius: 50%
    }

    .table .checkbox input + i:after, .table .radio input + i:after {
        position: absolute;
        opacity: 0;
        -ms-transition: opacity .1s;
        -moz-transition: opacity .1s;
        -webkit-transition: opacity .1s
    }

    .table .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
        border-radius: 50%
    }

    .table .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: -1px;
        width: 15px;
        height: 15px;
        font: 400 12px/16px FontAwesome;
        text-align: center
    }

    .table .checkbox input:checked + i:after, .table .radio input:checked + i:after {
        opacity: 1
    }
.table th .checkbox i {
	border-color: #2d64a7 !important;
}



.table {
    display: block;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: rgba(255, 255, 255, .9)
}

	.table header {
		display: block;
		position: relative;
		padding: 8px 10px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: rgba(248, 248, 248, .9);
		font-size: 15px;
		font-weight: 300;
		color: #232323
	}

		.table header .dataInfo {
			position: absolute;
			right: 10px;
			bottom: 10px;
			font-size: 12px;
			color: #777;
			vertical-align: bottom
		}

			.table header .dataInfo strong {
				color: #5e5e5e
			}

		.table header.small {
			padding: 3px 6px
		}

		.table header input {
			padding: 0 8px;
			height: 30px
		}

		.table header select {
			padding-top: 0;
			padding-bottom: 0;
			height: 26px
		}

			.table header select + i {
				margin-top: 6px
			}

		.table header:after, .table header:before {
			content: '';
			display: table;
			clear: both
		}

	.table section {
		display: block;
		padding: 0;
		margin: 0;
		border: none;
		background: rgba(255, 255, 255, .9)
	}

		.table section img {
			max-width: 100%;
			box-sizing: border-box
		}

	.table footer {
		display: block;
		padding: 8px 10px;
		border-top: 1px solid rgba(0, 0, 0, .1);
		background: rgba(248, 248, 248, .9)
	}

		.table footer:after, .table footer:before {
			content: '';
			display: table;
			clear: both
		}

	.table section table {
		width: 100%
	}

		.table section table thead {
			border-bottom: 1px solid #e9e9e9;
			table-layout: fixed
		}

			.table section table thead td, .table section table thead th {
				padding: 6px;
				text-align: center;
				border-left: 1px solid #e9e9e9;
				border-bottom: 1px solid #e9e9e9;
				color: #444;
				background-color: #f6f6f6;
				font-size: 13px
			}

				.table section table thead td input, .table section table thead th input {
					margin: 0;
					width: 100%;
					font-size: 12px;
					padding: 3px 7px;
					height: 28px
				}

				.table section table thead td:first-child, .table section table thead th:first-child {
					border-left: none;
					text-align: center
				}

		.table section table tbody td::first-line {
			border-top: none
		}

		.table section table tbody tr:hover td {
			background-color: #dfdfdf;
			color: #000;
		}

			.table section table tbody tr:hover td a {
				color: #000;
			}

		.table section table tbody td {
			padding: 0;
			border-top: 1px solid #e9e9e9;
			border-left: 1px solid #e9e9e9;
			text-align: left;
			font-size: 12px;
			height: 37px;
			line-height: 22px;
			vertical-align: middle;
			padding: 5px;
		}

			.table section table tbody td.manager {
				background-color: #c0f967;
			}

				.table section table tbody td.manager select {
					background-color: #c0f967;
				}

			.table section table tbody td a:not (.btn ) {
				border-bottom: 2px dotted #6597d5
			}

			.table section table tbody td:first-child {
				border-left: none;
				text-align: center
			}

			.table section table tbody td.noData {
				height: 200px;
				vertical-align: middle
			}

		.table section table tbody tr:nth-child(odd) {
			background: #f1f6fb
		}

		.table section table tbody tr.totalFoot td {
			background-color: #c0f967;
			color: #000;
			font-size: 14px;
			font-weight: 600;
			text-align: right;
			background-color: #f6f6f6;
		}

		.table section table td input[type=text].input-xs {
			font-size: 12px;
			padding: 1px 5px;
			line-height: 1.5;
			height: auto
		}

		.table section table.treetable td:first-child {
			text-align: left
		}

		.table section table.treetable tr.collapsed td:first-child i.fa-minus-square, .table section table.treetable tr.expanded td:first-child i.fa-plus-square {
			display: none
		}

.issue {
	position: relative
}

.issueWrap .issueNO {
	font-size: .9em;
	color: #aaa;
	font-weight: 800;
	text-style: oblique
}

.issueWrap .issueName a {
	font-size: 1.2em;
	border-bottom: none !important;
	margin-right: 5px
}

.issueWrap .issueComment {
	display: inline-block;
	border-radius: 3px;
	font-size: .8em;
	font-wegith: 900;
	line-height: 18px;
	padding: 0 4px;
	height: 18px;
	color: #fff;
	background-color: #3c7dcb;
	vertical-align: middle
}

.issueWrap .projectName, .issueWrap .projectType {
	display: inline-block;
	border-radius: 3px;
	font-size: .9em;
	line-height: 20px;
	padding: 0 6px;
	height: 20px;
	color: #999;
	background-color: #e5e5e5
}

.issueInfo .manager, .issueInfo .manager img {
	width: 46px;
	height: 46px
}

.issueWrap .issueWriter {
	display: inline-block;
	margin-right: 5px
}

.issueWrap .issueDate {
	display: inline;
	margin-right: 5px;
	font-size: .8em
}

.issueInfo .manager, .milestone {
	vertical-align: middle;
	display: inline-block
}

.issueInfo {
	position: absolute;
	right: 0;
	top: 0
}

	.issueInfo .manager {
		position: relative;
		margin-left: 3px;
		overflow: hidden
	}

		.issueInfo .manager:hover span {
			position: absolute;
			z-index: 5;
			top: 2px;
			right: 2px;
			width: 20px;
			height: 20px;
			font-size: 20px;
			line-height: 20px;
			text-align: center;
			background: rgba(0, 0, 0, .5);
			color: #fff
		}

.milestone {
	border-radius: 3px;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 8px;
	color: #fff;
	background-color: #2d64a7
}

	.milestone.urgent {
		background-color: #c83232
	}

	.milestone.normal {
		background-color: #3270bb
	}

	.milestone.slow {
		background-color: #6597d5
	}

	.milestone.hold {
		color: #595959;
		background-color: #dcdcdc
	}

	.milestone.cancel {
		background-color: #e2b352
	}

#schedule th {
	text-align: center
}

#schedule td {
	text-align: left;
	height: 100px;
	min-height: 100px;
	position: relative;
	padding-bottom: 25px
}

#schedule .dateNum {
	display: block;
	margin-bottom: 7px;
	font-weight: 700
}

#schedule .holiday {
	color: #d66
}

#schedule .saturday {
	color: #66d
}

#schedule .lunarDate, #schedule .name {
	font-size: .8em;
	margin-left: 10px;
	color: #aaa
}

#schedule .lunarDate {
	font-weight: 400
}

#schedule .name {
	position: absolute;
	right: 10px;
	bottom: 5px
}

.boardRead, .commentPost {
	position: relative
}

#schedule .break {
	display: block;
	font-size: .92em;
	padding: 0;
	margin-bottom: 2px
}

.categoryBox {
	height: 36px;
	margin: 10px 0;
	padding: 5px 0 0;
	border-bottom: 1px solid #dadada
}

	.categoryBox ul li {
		display: inline-block;
		margin-right: 2px
	}

		.categoryBox ul li a {
			font-size: 13px;
			line-height: 30px;
			display: block;
			height: 31px;
			padding: 0 18px;
			border: 1px solid #dadada;
			background-color: #f0f1f6
		}

		.board table, .boardRead h1, .categoryBox ul li.on a {
			border-top: 1px solid #2d64a7
		}

		.categoryBox ul li.on a {
			font-weight: 400;
			border-bottom: 1px solid #fff;
			background-color: #fff
		}

.boardRead h1 {
	font-size: 14.4px;
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px solid #dadada;
	background-color: #f0f1f6
}

	.boardRead h1 small {
		line-height: 28.8px;
		float: right;
		margin-left: 15px;
		color: #c3c3c3
	}

.boardRead section {
	margin: 0 0 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #dadada
}

	.boardRead section .hit {
		float: right
	}

	.boardRead section .fileLinkList a {
		margin-left: 10px
	}

.board table, .boardPage, .boardSearch {
	margin: 10px 0
}

.boardRead footer {
	margin: 10px 0;
	text-align: right
}

.board table {
	width: 100%
}

	.board table thead td, .board table thead th {
		font-size: 12px;
		padding: 10px;
		border-bottom: 1px solid #dadada;
		background-color: #f0f1f6
	}

		.board table thead td.category, .board table thead td.checkbox, .board table thead td.date, .board table thead td.hit, .board table thead td.no, .board table thead th.category, .board table thead th.checkbox, .board table thead th.date, .board table thead th.hit, .board table thead th.no {
			text-align: center
		}

		.board table thead td.title, .board table thead th.title {
			text-align: left
		}

	.board table tbody td, .board table tbody th {
		font-size: 13px;
		padding: 10px;
		border-bottom: 1px solid #dadada
	}

		.board table tbody td.checkbox, .board table tbody td.date, .board table tbody td.hit, .board table tbody td.no, .board table tbody th.checkbox, .board table tbody th.date, .board table tbody th.hit, .board table tbody th.no {
			font-family: 'Open Sans', sans-serif;
			text-align: center
		}

		.board table tbody td.category, .board table tbody th.category {
			text-align: center
		}

		.board table tbody td.title, .board table tbody th.title {
			font-size: 1.2em;
			text-align: left
		}

.board footer {
	text-align: right
}

#overlay, .boardPage, .boardSearch {
	text-align: center
}

.boardSearch {
	padding: 10px 20px;
	border: 1px solid #dadada;
	background-color: #f0f1f6
}

	.boardSearch form * {
		height: 30px;
		padding: 5px 10px
	}

	.boardSearch form select {
		width: 15%
	}

	.boardSearch form input {
		width: 50%
	}

	.boardSearch form button {
		width: 15%
	}

.commentPost .commentInfo {
	margin-bottom: 5px
}

	.commentPost .commentInfo span {
		display: inline-block;
		margin-right: 3px
	}

.commentPost .commentBtn {
	position: absolute;
	right: 5px;
	bottom: 5px
}

.commentPost .commentContents {
	font-size: 14px;
	color: #777
}

.photoList {
	margin: 10px 0
}

	.photoList p.image img {
		width: 100%
	}

.fileLinkList span em {
	font-size: .9em;
	font-style: normal;
	line-height: 20px;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	padding: 0 6px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background-color: #6597d5
}

#overlay, #overlay #overlayWindow iframe {
	width: 100%;
	height: 100%
}

.fileLinkList em {
	font-size: .8em;
	font-style: normal
}

.tree {
	margin: 15px
}

	.tree ul {
		margin-left: 20px
	}

	.tree li {
		margin: 4px 0
	}

		.tree li .fa-minus-square, .tree li .fa-plus-square {
			cursor: pointer
		}

		.tree li.selected a {
			font-weight: 700
		}

		.tree li.selected i.fa:before {
			content: "\f101" !important
		}

#overlay {
	display: none;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

	#overlay i.fa-spin {
		color: #fff;
		position: absolute;
		left: 50%;
		top: 45%;
		transform: translate(-50%, -50%)
	}

	#overlay #overlayWindow {
		display: none;
		opacity: 1;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 0 50px 3px rgba(0, 0, 0, .5);
		background: #fff
	}

		#overlay #overlayWindow .close {
			position: absolute;
			width: auto;
			height: auto;
			display: inline-block;
			margin: 0;
			font-weight: 400;
			text-align: center;
			vertical-align: middle;
			border: 1px solid transparent;
			font-size: 14px;
			line-height: 1.42857143;
			border-radius: 0;
			user-select: none;
			padding: 4px 12px;
			right: 4px;
			top: 4px;
			background: #000;
			color: #fff
		}

			#overlay #overlayWindow .close span {
				display: inline-block;
				margin-right: 5px;
				font-size: 15px
			}

.desktopHide {
	display: none
}

/*
@media screen and (max-width:1280px) {
	.desktopHide {
		display: block
	}
	.wrap {
		padding: 50px 0 0
	}
	header.header {
		height: 50px;
		margin-top: -50px;
		margin-left: 0;
		z-index: 200
	}
	header.header .logo {
		display: none
	}
	header.header .navBtn {
		display: block;
		position: absolute;
		top: 7px;
		left: 14px;
		z-index: 10;
		font-size: 18px;
		cursor: pointer
	}
	header.header .helpMenu {
		top: 0;
		padding: 0;
		font-size: 14px
	}
	section.navigation {
		display: block;
		position: absolute;
		margin: -50px 0 0;
		padding-top: 50px;
		overflow: hidden;
		z-index: 100;
		width: 100%;
		height: 0
	}
	section.navigation .topnav li a {
		height: 35px;
		line-height: 35px;
		padding: 0 7px;
		text-align: left;
		font-size: 14px
	}
	section.navigation .topnav li a i.fa {
		font-size: 14px;
		display: inline-block;
		text-align: center;
		width: 25px
	}
	section.navigation .subnav li a {
		padding: 0 0 0 20px
	}
	section.contents {
		padding-top: 51px
	}
	section.contents h1.contentHeader {
		padding-left: 15px;
		height: 51px;
		line-height: 51px;
		font-size: 18px;
		margin-top: -51px
	}
	section.contents .pageHistory {
		top: 20px
	}
	section.contents article.contents {
		padding: 5px
	}
	.loginBox {
		margin: 40px auto 0
	}
	.loginBox .form {
		border: none
	}
	.loginBox .form fieldset .middleLine {
		border-bottom: 1px solid #e9e9e9;
		position: relative;
		height: 10px;
		margin-bottom: 20px
	}
	.loginBox .form fieldset .middleLine div {
		width: 60px;
		position: relative;
		margin: 0 auto !important;
		background-color: #fff;
		text-align: center
	}
	.loginBox .form fieldset input {
		font-size: 16px;
		height: 44px;
		color: #777
	}
	.loginBox .form fieldset i {
		font-size: 24px;
		line-height: 36px;
		height: 36px;
		padding-left: 12px;
		right: 12px
	}
}
*/

input.money {
	text-align: right;
}

.form header.loginChange {
	background: none;
	text-align: center;
	padding-top: 30px;
}

.form footer.loginChange {
	background: none;
}

.form_table table {
	border-collapse: collapse;
	width: 95%;
	margin: 20px auto;
}

	.form_table table th {
		border: solid 1px #ccc;
		padding: 30px 0;
		background: rgba(248, 248, 248, .9);
	}

	.form_table table td {
		border: solid 1px #ccc;
		padding: 30px 10px;
	}

.form_table + .buttonBox {
	width: 95%;
	margin: 0 auto;
}

	.form_table + .buttonBox input, .form_table + .buttonBox a {
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		display: inline-block;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		background-image: none;
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 1.42857143;
		border-radius: 0;
		user-select: none;
		padding: 4px 12px;
		color: #4d4d4d;
		background-color: #eee;
		font-family: "Noto Sans Korean";
	}

	.form_table + .buttonBox input {
		color: #fff;
		background-color: #2d64a7;
		border-color: #224c7f
	}

header section.col {
	width: auto;
	margin-right: 5px;
}

.inputcpno{
    width:100%;
}

.txtdis {
    display: inline-block;
    box-sizing: border-box;
    border-width:0 !important;
    height: 31px;
    border: none;
    background: transparent !important;
    font: 15px/19px;
    color: #5e5e5e;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    padding: 0 !important;
}