html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

.fc-view-container {
  width: calc(100% + 53px) !important;
  height: calc(100% - 37px) !important;
  overflow-y: auto;
}

.fc-view.fc-month-view.fc-basic-view {
  height: 100%;
}
.fc-view.fc-month-view.fc-basic-view table {
  height: 100%;
}

#moreCalendar {
  color: #676a6c;
  font-size: 16px;
}

td, th {
	padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.aaabar {
		display: none
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: Glyphicons Halflings;
	src: url(../font/glyphicons-halflings-regular.eot);
	src: url(../font/glyphicons-halflings-regular.eot?#iefix)
		format("embedded-opentype"),
		url(../font/glyphicons-halflings-regular.woff2) format("woff2"),
		url(../font/glyphicons-halflings-regular.woff) format("woff"),
		url(../font/glyphicons-halflings-regular.ttf) format("truetype"),
		url(../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
		format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Glyphicons Halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "*"
}

.glyphicon-plus:before {
	content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20AC"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270F"
}

.glyphicon-glass:before {
	content: "\E001"
}

.glyphicon-music:before {
	content: "\E002"
}

.glyphicon-search:before {
	content: "\E003"
}

.glyphicon-heart:before {
	content: "\E005"
}

.glyphicon-star:before {
	content: "\E006"
}

.glyphicon-star-empty:before {
	content: "\E007"
}

.glyphicon-user:before {
	content: "\E008"
}

.glyphicon-film:before {
	content: "\E009"
}

.glyphicon-th-large:before {
	content: "\E010"
}

.glyphicon-th:before {
	content: "\E011"
}

.glyphicon-th-list:before {
	content: "\E012"
}

.glyphicon-ok:before {
	content: "\E013"
}

.glyphicon-remove:before {
	content: "\E014"
}

.glyphicon-zoom-in:before {
	content: "\E015"
}

.glyphicon-zoom-out:before {
	content: "\E016"
}

.glyphicon-off:before {
	content: "\E017"
}

.glyphicon-signal:before {
	content: "\E018"
}

.glyphicon-cog:before {
	content: "\E019"
}

.glyphicon-trash:before {
	content: "\E020"
}

.glyphicon-home:before {
	content: "\E021"
}

.glyphicon-file:before {
	content: "\E022"
}

.glyphicon-time:before {
	content: "\E023"
}

.glyphicon-road:before {
	content: "\E024"
}

.glyphicon-download-alt:before {
	content: "\E025"
}

.glyphicon-download:before {
	content: "\E026"
}

.glyphicon-upload:before {
	content: "\E027"
}

.glyphicon-inbox:before {
	content: "\E028"
}

.glyphicon-play-circle:before {
	content: "\E029"
}

.glyphicon-repeat:before {
	content: "\E030"
}

.glyphicon-refresh:before {
	content: "\E031"
}

.glyphicon-list-alt:before {
	content: "\E032"
}

.glyphicon-lock:before {
	content: "\E033"
}

.glyphicon-flag:before {
	content: "\E034"
}

.glyphicon-headphones:before {
	content: "\E035"
}

.glyphicon-volume-off:before {
	content: "\E036"
}

.glyphicon-volume-down:before {
	content: "\E037"
}

.glyphicon-volume-up:before {
	content: "\E038"
}

.glyphicon-qrcode:before {
	content: "\E039"
}

.glyphicon-barcode:before {
	content: "\E040"
}

.glyphicon-tag:before {
	content: "\E041"
}

.glyphicon-tags:before {
	content: "\E042"
}

.glyphicon-book:before {
	content: "\E043"
}

.glyphicon-bookmark:before {
	content: "\E044"
}

.glyphicon-print:before {
	content: "\E045"
}

.glyphicon-camera:before {
	content: "\E046"
}

.glyphicon-font:before {
	content: "\E047"
}

.glyphicon-bold:before {
	content: "\E048"
}

.glyphicon-italic:before {
	content: "\E049"
}

.glyphicon-text-height:before {
	content: "\E050"
}

.glyphicon-text-width:before {
	content: "\E051"
}

.glyphicon-align-left:before {
	content: "\E052"
}

.glyphicon-align-center:before {
	content: "\E053"
}

.glyphicon-align-right:before {
	content: "\E054"
}

.glyphicon-align-justify:before {
	content: "\E055"
}

.glyphicon-list:before {
	content: "\E056"
}

.glyphicon-indent-left:before {
	content: "\E057"
}

.glyphicon-indent-right:before {
	content: "\E058"
}

.glyphicon-facetime-video:before {
	content: "\E059"
}

.glyphicon-picture:before {
	content: "\E060"
}

.glyphicon-map-marker:before {
	content: "\E062"
}

.glyphicon-adjust:before {
	content: "\E063"
}

.glyphicon-tint:before {
	content: "\E064"
}

.glyphicon-edit:before {
	content: "\E065"
}

.glyphicon-share:before {
	content: "\E066"
}

.glyphicon-check:before {
	content: "\E067"
}

.glyphicon-move:before {
	content: "\E068"
}

.glyphicon-step-backward:before {
	content: "\E069"
}

.glyphicon-fast-backward:before {
	content: "\E070"
}

.glyphicon-backward:before {
	content: "\E071"
}

.glyphicon-play:before {
	content: "\E072"
}

.glyphicon-pause:before {
	content: "\E073"
}

.glyphicon-stop:before {
	content: "\E074"
}

.glyphicon-forward:before {
	content: "\E075"
}

.glyphicon-fast-forward:before {
	content: "\E076"
}

.glyphicon-step-forward:before {
	content: "\E077"
}

.glyphicon-eject:before {
	content: "\E078"
}

.glyphicon-chevron-left:before {
	content: "\E079"
}

.glyphicon-chevron-right:before {
	content: "\E080"
}

.glyphicon-plus-sign:before {
	content: "\E081"
}

.glyphicon-minus-sign:before {
	content: "\E082"
}

.glyphicon-remove-sign:before {
	content: "\E083"
}

.glyphicon-ok-sign:before {
	content: "\E084"
}

.glyphicon-question-sign:before {
	content: "\E085"
}

.glyphicon-info-sign:before {
	content: "\E086"
}

.glyphicon-screenshot:before {
	content: "\E087"
}

.glyphicon-remove-circle:before {
	content: "\E088"
}

.glyphicon-ok-circle:before {
	content: "\E089"
}

.glyphicon-ban-circle:before {
	content: "\E090"
}

.glyphicon-arrow-left:before {
	content: "\E091"
}

.glyphicon-arrow-right:before {
	content: "\E092"
}

.glyphicon-arrow-up:before {
	content: "\E093"
}

.glyphicon-arrow-down:before {
	content: "\E094"
}

.glyphicon-share-alt:before {
	content: "\E095"
}

.glyphicon-resize-full:before {
	content: "\E096"
}

.glyphicon-resize-small:before {
	content: "\E097"
}

.glyphicon-exclamation-sign:before {
	content: "\E101"
}

.glyphicon-gift:before {
	content: "\E102"
}

.glyphicon-leaf:before {
	content: "\E103"
}

.glyphicon-fire:before {
	content: "\E104"
}

.glyphicon-eye-open:before {
	content: "\E105"
}

.glyphicon-eye-close:before {
	content: "\E106"
}

.glyphicon-warning-sign:before {
	content: "\E107"
}

.glyphicon-plane:before {
	content: "\E108"
}

.glyphicon-calendar:before {
	content: "\E109"
}

.glyphicon-random:before {
	content: "\E110"
}

.glyphicon-comment:before {
	content: "\E111"
}

.glyphicon-magnet:before {
	content: "\E112"
}

.glyphicon-chevron-up:before {
	content: "\E113"
}

.glyphicon-chevron-down:before {
	content: "\E114"
}

.glyphicon-retweet:before {
	content: "\E115"
}

.glyphicon-shopping-cart:before {
	content: "\E116"
}

.glyphicon-folder-close:before {
	content: "\E117"
}

.glyphicon-folder-open:before {
	content: "\E118"
}

.glyphicon-resize-vertical:before {
	content: "\E119"
}

.glyphicon-resize-horizontal:before {
	content: "\E120"
}

.glyphicon-hdd:before {
	content: "\E121"
}

.glyphicon-bullhorn:before {
	content: "\E122"
}

.glyphicon-bell:before {
	content: "\E123"
}

.glyphicon-certificate:before {
	content: "\E124"
}

.glyphicon-thumbs-up:before {
	content: "\E125"
}

.glyphicon-thumbs-down:before {
	content: "\E126"
}

.glyphicon-hand-right:before {
	content: "\E127"
}

.glyphicon-hand-left:before {
	content: "\E128"
}

.glyphicon-hand-up:before {
	content: "\E129"
}

.glyphicon-hand-down:before {
	content: "\E130"
}

.glyphicon-circle-arrow-right:before {
	content: "\E131"
}

.glyphicon-circle-arrow-left:before {
	content: "\E132"
}

.glyphicon-circle-arrow-up:before {
	content: "\E133"
}

.glyphicon-circle-arrow-down:before {
	content: "\E134"
}

.glyphicon-globe:before {
	content: "\E135"
}

.glyphicon-wrench:before {
	content: "\E136"
}

.glyphicon-tasks:before {
	content: "\E137"
}

.glyphicon-filter:before {
	content: "\E138"
}

.glyphicon-briefcase:before {
	content: "\E139"
}

.glyphicon-fullscreen:before {
	content: "\E140"
}

.glyphicon-dashboard:before {
	content: "\E141"
}

.glyphicon-paperclip:before {
	content: "\E142"
}

.glyphicon-heart-empty:before {
	content: "\E143"
}

.glyphicon-link:before {
	content: "\E144"
}

.glyphicon-phone:before {
	content: "\E145"
}

.glyphicon-pushpin:before {
	content: "\E146"
}

.glyphicon-usd:before {
	content: "\E148"
}

.glyphicon-gbp:before {
	content: "\E149"
}

.glyphicon-sort:before {
	content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\E152"
}

.glyphicon-sort-by-order:before {
	content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\E154"
}

.glyphicon-sort-by-attributes:before {
	content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\E156"
}

.glyphicon-unchecked:before {
	content: "\E157"
}

.glyphicon-expand:before {
	content: "\E158"
}

.glyphicon-collapse-down:before {
	content: "\E159"
}

.glyphicon-collapse-up:before {
	content: "\E160"
}

.glyphicon-log-in:before {
	content: "\E161"
}

.glyphicon-flash:before {
	content: "\E162"
}

.glyphicon-log-out:before {
	content: "\E163"
}

.glyphicon-new-window:before {
	content: "\E164"
}

.glyphicon-record:before {
	content: "\E165"
}

.glyphicon-save:before {
	content: "\E166"
}

.glyphicon-open:before {
	content: "\E167"
}

.glyphicon-saved:before {
	content: "\E168"
}

.glyphicon-import:before {
	content: "\E169"
}

.glyphicon-export:before {
	content: "\E170"
}

.glyphicon-send:before {
	content: "\E171"
}

.glyphicon-floppy-disk:before {
	content: "\E172"
}

.glyphicon-floppy-saved:before {
	content: "\E173"
}

.glyphicon-floppy-remove:before {
	content: "\E174"
}

.glyphicon-floppy-save:before {
	content: "\E175"
}

.glyphicon-floppy-open:before {
	content: "\E176"
}

.glyphicon-credit-card:before {
	content: "\E177"
}

.glyphicon-transfer:before {
	content: "\E178"
}

.glyphicon-cutlery:before {
	content: "\E179"
}

.glyphicon-header:before {
	content: "\E180"
}

.glyphicon-compressed:before {
	content: "\E181"
}

.glyphicon-earphone:before {
	content: "\E182"
}

.glyphicon-phone-alt:before {
	content: "\E183"
}

.glyphicon-tower:before {
	content: "\E184"
}

.glyphicon-stats:before {
	content: "\E185"
}

.glyphicon-sd-video:before {
	content: "\E186"
}

.glyphicon-hd-video:before {
	content: "\E187"
}

.glyphicon-subtitles:before {
	content: "\E188"
}

.glyphicon-sound-stereo:before {
	content: "\E189"
}

.glyphicon-sound-dolby:before {
	content: "\E190"
}

.glyphicon-sound-5-1:before {
	content: "\E191"
}

.glyphicon-sound-6-1:before {
	content: "\E192"
}

.glyphicon-sound-7-1:before {
	content: "\E193"
}

.glyphicon-copyright-mark:before {
	content: "\E194"
}

.glyphicon-registration-mark:before {
	content: "\E195"
}

.glyphicon-cloud-download:before {
	content: "\E197"
}

.glyphicon-cloud-upload:before {
	content: "\E198"
}

.glyphicon-tree-conifer:before {
	content: "\E199"
}

.glyphicon-tree-deciduous:before {
	content: "\E200"
}

.glyphicon-cd:before {
	content: "\E201"
}

.glyphicon-save-file:before {
	content: "\E202"
}

.glyphicon-open-file:before {
	content: "\E203"
}

.glyphicon-level-up:before {
	content: "\E204"
}

.glyphicon-copy:before {
	content: "\E205"
}

.glyphicon-paste:before {
	content: "\E206"
}

.glyphicon-alert:before {
	content: "\E209"
}

.glyphicon-equalizer:before {
	content: "\E210"
}

.glyphicon-king:before {
	content: "\E211"
}

.glyphicon-queen:before {
	content: "\E212"
}

.glyphicon-pawn:before {
	content: "\E213"
}

.glyphicon-bishop:before {
	content: "\E214"
}

.glyphicon-knight:before {
	content: "\E215"
}

.glyphicon-baby-formula:before {
	content: "\E216"
}

.glyphicon-tent:before {
	content: "\26FA"
}

.glyphicon-blackboard:before {
	content: "\E218"
}

.glyphicon-bed:before {
	content: "\E219"
}

.glyphicon-apple:before {
	content: "\F8FF"
}

.glyphicon-erase:before {
	content: "\E221"
}

.glyphicon-hourglass:before {
	content: "\231B"
}

.glyphicon-lamp:before {
	content: "\E223"
}

.glyphicon-duplicate:before {
	content: "\E224"
}

.glyphicon-piggy-bank:before {
	content: "\E225"
}

.glyphicon-scissors:before {
	content: "\E226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before
	{
	content: "\E227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
	content: "\A5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
	content: "\20BD"
}

.glyphicon-scale:before {
	content: "\E230"
}

.glyphicon-ice-lolly:before {
	content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\E232"
}

.glyphicon-education:before {
	content: "\E233"
}

.glyphicon-option-horizontal:before {
	content: "\E234"
}

.glyphicon-option-vertical:before {
	content: "\E235"
}

.glyphicon-menu-hamburger:before {
	content: "\E236"
}

.glyphicon-modal-window:before {
	content: "\E237"
}

.glyphicon-oil:before {
	content: "\E238"
}

.glyphicon-grain:before {
	content: "\E239"
}

.glyphicon-sunglasses:before {
	content: "\E240"
}

.glyphicon-text-size:before {
	content: "\E241"
}

.glyphicon-text-color:before {
	content: "\E242"
}

.glyphicon-text-background:before {
	content: "\E243"
}

.glyphicon-object-align-top:before {
	content: "\E244"
}

.glyphicon-object-align-bottom:before {
	content: "\E245"
}

.glyphicon-object-align-horizontal:before {
	content: "\E246"
}

.glyphicon-object-align-left:before {
	content: "\E247"
}

.glyphicon-object-align-vertical:before {
	content: "\E248"
}

.glyphicon-object-align-right:before {
	content: "\E249"
}

.glyphicon-triangle-right:before {
	content: "\E250"
}

.glyphicon-triangle-left:before {
	content: "\E251"
}

.glyphicon-triangle-bottom:before {
	content: "\E252"
}

.glyphicon-triangle-top:before {
	content: "\E253"
}

.glyphicon-console:before {
	content: "\E254"
}

.glyphicon-superscript:before {
	content: "\E255"
}

.glyphicon-subscript:before {
	content: "\E256"
}

.glyphicon-menu-left:before {
	content: "\E257"
}

.glyphicon-menu-right:before {
	content: "\E258"
}

.glyphicon-menu-down:before {
	content: "\E259"
}

.glyphicon-menu-up:before {
	content: "\E260"
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
	.thumbnail>img, .thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
	.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
	h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small,
	h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
	h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
	h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width :768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media ( min-width :768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child
	{
	margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before
	{
	content: "\2014   \A0"
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before,
	.blockquote-reverse small:before, blockquote.pull-right .small:before,
	blockquote.pull-right footer:before, blockquote.pull-right small:before
	{
	content: ""
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after,
	.blockquote-reverse small:after, blockquote.pull-right .small:after,
	blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: "\A0   \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

code, kbd {
	padding: 2px 4px;
	font-size: 90%
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.htmlContent .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media ( min-width :768px) {
	.htmlContent .container {
		width: 750px
	}
}

@media ( min-width :992px) {
	.htmlContent .container {
		width: 970px
	}
}

@media ( min-width :1200px) {
	.htmlContent .container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :1500px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption, th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
	.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
	{
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th,
	.table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active,
	.table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th,
	.table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td,
	.table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active
	{
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th,
	.table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover,
	.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success,
	.table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th,
	.table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td,
	.table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success
	{
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th,
	.table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover,
	.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info,
	.table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th,
	.table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td,
	.table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info
	{
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th,
	.table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover,
	.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning,
	.table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th,
	.table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td,
	.table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning
	{
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th,
	.table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover,
	.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger,
	.table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th,
	.table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td,
	.table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger
	{
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th,
	.table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover,
	.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th,
		.table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th,
		.table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th
		{
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child,
		.table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	margin: 0
}

fieldset, legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control, output {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow
		.15s ease-in-out;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eee;
	opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control,
		input[type=month].form-control, input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local],
		.input-group-sm input[type=month], .input-group-sm input[type=time],
		input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm,
		input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local],
		.input-group-lg input[type=month], .input-group-lg input[type=time],
		input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg,
		input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox],
	.radio-inline input[type=radio], .radio input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled,
	.radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label,
	fieldset[disabled] .radio-inline, fieldset[disabled] .radio label,
	fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
	input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled,
	input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control
	{
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control
	{
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback,
	.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback,
	.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label,
	.has-success.checkbox label, .has-success .control-label, .has-success .help-block,
	.has-success .radio, .has-success .radio-inline, .has-success.radio-inline label,
	.has-success.radio label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label,
	.has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block,
	.has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label,
	.has-warning.radio label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label,
	.has-error.checkbox label, .has-error .control-label, .has-error .help-block,
	.has-error .radio, .has-error .radio-inline, .has-error.radio-inline label,
	.has-error.radio label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media ( min-width :768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
	.form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media ( min-width :768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media ( min-width :768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
	.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover,
	.btn-default[disabled].focus, .btn-default[disabled]:focus,
	.btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus,
	fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
	{
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
	.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
	.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled].focus, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
	.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
	.open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus,
	.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover,
	.btn-success[disabled].focus, .btn-success[disabled]:focus,
	.btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus,
	fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover
	{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info
	{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
	.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
	.open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus,
	.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover,
	.btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
	fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover,
	.btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover,
	.open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus,
	.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
	.btn-warning[disabled].focus, .btn-warning[disabled]:focus,
	.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus,
	fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover
	{
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover,
	.btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover,
	.open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus,
	.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
	.btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus,
	fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
	fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
	{
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse:not(.sidebar-container,.main-container-content,.sidebar-logo-container,.sidebar-logo-link) {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus,
	.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .aaabar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .aaabar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media ( min-width :768px) {
	.aaabar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.aaabar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover,
	.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus,
	.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group>.btn-group:first-child:not (:last-child )>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not (:first-child )>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group,
	.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
	.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not (:last-child ){
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
	{
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group-vertical>.btn-group:first-child:not (:last-child )>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio],
	[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio]
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon,
	select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon,
	select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control,
	textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn
	{
	height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon,
	select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon,
	select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control,
	textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn
	{
	height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}

.input-group-addon:not (:first-child ):not (:last-child ),
	.input-group-btn:not (:first-child ):not (:last-child ), .input-group .form-control:not
	(:first-child ):not (:last-child ){
	border-radius: 0
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
	{
	margin-top: 0
}

.input-group-addon:first-child, .input-group-btn:first-child>.btn,
	.input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle,
	.input-group-btn:last-child>.btn-group:not (:last-child )>.btn,
	.input-group-btn:last-child>.btn:not (:last-child ):not (.dropdown-toggle
	), .input-group .form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not
	(:first-child )>.btn, .input-group-btn:first-child>.btn:not (:first-child
	), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn,
	.input-group-btn:last-child>.dropdown-toggle, .input-group .form-control:last-child
	{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	font-size: 0;
	white-space: nowrap
}

.input-group-btn, .input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	z-index: 2;
	margin-left: -1px
}

.aaa {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.aaa>li, .aaa>li>a {
	position: relative;
	display: block
}

.aaa>li>a {
	padding: 10px 15px
}

.aaa>li>a:focus, .aaa>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.aaa>li.disabled>a {
	color: #777
}

.aaa>li.disabled>a:focus, .aaa>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.aaa .open>a, .aaa .open>a:focus, .aaa .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.aaa .aaa-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.aaa>li>a>img {
	max-width: none
}

.aaa-tabs {
	border-bottom: 1px solid #ddd
}

.aaa-tabs>li {
	float: left;
	margin-bottom: -1px
}

.aaa-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.aaa-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.aaa-tabs>li.active>a, .aaa-tabs>li.active>a:focus, .aaa-tabs>li.active>a:hover
	{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.aaa-tabs.aaa-justified {
	width: 100%;
	border-bottom: 0
}

.aaa-tabs.aaa-justified>li {
	float: none
}

.aaa-tabs.aaa-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.aaa-tabs.aaa-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.aaa-tabs.aaa-justified>li {
		display: table-cell;
		width: 1%
	}
	.aaa-tabs.aaa-justified>li>a {
		margin-bottom: 0
	}
}

.aaa-tabs.aaa-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.aaa-tabs.aaa-justified>.active>a, .aaa-tabs.aaa-justified>.active>a:focus,
	.aaa-tabs.aaa-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.aaa-tabs.aaa-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.aaa-tabs.aaa-justified>.active>a, .aaa-tabs.aaa-justified>.active>a:focus,
		.aaa-tabs.aaa-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.aaa-pills>li {
	float: left
}

.aaa-pills>li>a {
	border-radius: 4px
}

.aaa-pills>li+li {
	margin-left: 2px
}

.aaa-pills>li.active>a, .aaa-pills>li.active>a:focus, .aaa-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #337ab7
}

.aaa-stacked>li {
	float: none
}

.aaa-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.aaa-justified {
	width: 100%
}

.aaa-justified>li {
	float: none
}

.aaa-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.aaa-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.aaa-justified>li {
		display: table-cell;
		width: 1%
	}
	.aaa-justified>li>a {
		margin-bottom: 0
	}
}

.aaa-tabs-justified {
	border-bottom: 0
}

.aaa-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.aaa-tabs-justified>.active>a, .aaa-tabs-justified>.active>a:focus,
	.aaa-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.aaa-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.aaa-tabs-justified>.active>a, .aaa-tabs-justified>.active>a:focus,
		.aaa-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.aaa-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.aaabar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media ( min-width :768px) {
	.aaabar {
		border-radius: 4px
	}
}

@media ( min-width :768px) {
	.aaabar-header {
		float: left
	}
}

.aaabar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.aaabar-collapse.in {
	overflow-y: auto
}

@media ( min-width :768px) {
	.aaabar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.aaabar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.aaabar-collapse.in {
		overflow-y: visible
	}
	.aaabar-fixed-bottom .aaabar-collapse, .aaabar-fixed-top .aaabar-collapse,
		.aaabar-static-top .aaabar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.aaabar-fixed-bottom .aaabar-collapse, .aaabar-fixed-top .aaabar-collapse
	{
	max-height: 340px
}

@media ( max-device-width :480px) and (orientation:landscape) {
	.aaabar-fixed-bottom .aaabar-collapse, .aaabar-fixed-top .aaabar-collapse
		{
		max-height: 200px
	}
}

.container-fluid>.aaabar-collapse, .container-fluid>.aaabar-header,
	.container>.aaabar-collapse, .container>.aaabar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.container-fluid>.aaabar-collapse, .container-fluid>.aaabar-header,
		.container>.aaabar-collapse, .container>.aaabar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.aaabar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media ( min-width :768px) {
	.aaabar-static-top {
		border-radius: 0
	}
}

.aaabar-fixed-bottom, .aaabar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media ( min-width :768px) {
	.aaabar-fixed-bottom, .aaabar-fixed-top {
		border-radius: 0
	}
}

.aaabar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.aaabar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.aaabar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.aaabar-brand:focus, .aaabar-brand:hover {
	text-decoration: none
}

.aaabar-brand>img {
	display: block
}

@media ( min-width :768px) {
	.aaabar>.container-fluid .aaabar-brand, .aaabar>.container .aaabar-brand
		{
		margin-left: -15px
	}
}

.aaabar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.aaabar-toggle:focus {
	outline: 0
}

.aaabar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.aaabar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media ( min-width :768px) {
	.aaabar-toggle {
		display: none
	}
}

.aaabar-nav {
	margin: 7.5px -15px
}

.aaabar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media ( max-width :767px) {
	.aaabar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.aaabar-nav .open .dropdown-menu .dropdown-header, .aaabar-nav .open .dropdown-menu>li>a
		{
		padding: 5px 15px 5px 25px
	}
	.aaabar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.aaabar-nav .open .dropdown-menu>li>a:focus, .aaabar-nav .open .dropdown-menu>li>a:hover
		{
		background-image: none
	}
}

@media ( min-width :768px) {
	.aaabar-nav {
		float: left;
		margin: 0
	}
	.aaabar-nav>li {
		float: left
	}
	.aaabar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.aaabar-form {
	padding: 10px 15px;
	margin: 8px -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0
		hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0
		hsla(0, 0%, 100%, .1)
}

@media ( min-width :768px) {
	.aaabar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.aaabar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.aaabar-form .form-control-static {
		display: inline-block
	}
	.aaabar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.aaabar-form .input-group .form-control, .aaabar-form .input-group .input-group-addon,
		.aaabar-form .input-group .input-group-btn {
		width: auto
	}
	.aaabar-form .input-group>.form-control {
		width: 100%
	}
	.aaabar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.aaabar-form .checkbox, .aaabar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.aaabar-form .checkbox label, .aaabar-form .radio label {
		padding-left: 0
	}
	.aaabar-form .checkbox input[type=checkbox], .aaabar-form .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.aaabar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media ( max-width :767px) {
	.aaabar-form .form-group {
		margin-bottom: 5px
	}
	.aaabar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media ( min-width :768px) {
	.aaabar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.aaabar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.aaabar-fixed-bottom .aaabar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.aaabar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.aaabar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.aaabar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.aaabar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media ( min-width :768px) {
	.aaabar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media ( min-width :768px) {
	.aaabar-left {
		float: left !important
	}
	.aaabar-right {
		float: right !important;
		margin-right: -15px
	}
	.aaabar-right ~.aaabar-right {
		margin-right: 0
	}
}

.aaabar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.aaabar-default .aaabar-brand {
	color: #777
}

.aaabar-default .aaabar-brand:focus, .aaabar-default .aaabar-brand:hover
	{
	color: #5e5e5e;
	background-color: transparent
}

.aaabar-default .aaabar-nav>li>a, .aaabar-default .aaabar-text {
	color: #777
}

.aaabar-default .aaabar-nav>li>a:focus, .aaabar-default .aaabar-nav>li>a:hover
	{
	color: #333;
	background-color: transparent
}

.aaabar-default .aaabar-nav>.active>a, .aaabar-default .aaabar-nav>.active>a:focus,
	.aaabar-default .aaabar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.aaabar-default .aaabar-nav>.disabled>a, .aaabar-default .aaabar-nav>.disabled>a:focus,
	.aaabar-default .aaabar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.aaabar-default .aaabar-toggle {
	border-color: #ddd
}

.aaabar-default .aaabar-toggle:focus, .aaabar-default .aaabar-toggle:hover
	{
	background-color: #ddd
}

.aaabar-default .aaabar-toggle .icon-bar {
	background-color: #888
}

.aaabar-default .aaabar-collapse, .aaabar-default .aaabar-form {
	border-color: #e7e7e7
}

.aaabar-default .aaabar-nav>.open>a, .aaabar-default .aaabar-nav>.open>a:focus,
	.aaabar-default .aaabar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media ( max-width :767px) {
	.aaabar-default .aaabar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.aaabar-default .aaabar-nav .open .dropdown-menu>li>a:focus,
		.aaabar-default .aaabar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.aaabar-default .aaabar-nav .open .dropdown-menu>.active>a,
		.aaabar-default .aaabar-nav .open .dropdown-menu>.active>a:focus,
		.aaabar-default .aaabar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.aaabar-default .aaabar-nav .open .dropdown-menu>.disabled>a,
		.aaabar-default .aaabar-nav .open .dropdown-menu>.disabled>a:focus,
		.aaabar-default .aaabar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.aaabar-default .aaabar-link {
	color: #777
}

.aaabar-default .aaabar-link:hover {
	color: #333
}

.aaabar-default .btn-link {
	color: #777
}

.aaabar-default .btn-link:focus, .aaabar-default .btn-link:hover {
	color: #333
}

.aaabar-default .btn-link[disabled]:focus, .aaabar-default .btn-link[disabled]:hover,
	fieldset[disabled] .aaabar-default .btn-link:focus, fieldset[disabled] .aaabar-default .btn-link:hover
	{
	color: #ccc
}

.aaabar-inverse {
	background-color: #222;
	border-color: #080808
}

.aaabar-inverse .aaabar-brand {
	color: #9d9d9d
}

.aaabar-inverse .aaabar-brand:focus, .aaabar-inverse .aaabar-brand:hover
	{
	color: #fff;
	background-color: transparent
}

.aaabar-inverse .aaabar-nav>li>a, .aaabar-inverse .aaabar-text {
	color: #9d9d9d
}

.aaabar-inverse .aaabar-nav>li>a:focus, .aaabar-inverse .aaabar-nav>li>a:hover
	{
	color: #fff;
	background-color: transparent
}

.aaabar-inverse .aaabar-nav>.active>a, .aaabar-inverse .aaabar-nav>.active>a:focus,
	.aaabar-inverse .aaabar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.aaabar-inverse .aaabar-nav>.disabled>a, .aaabar-inverse .aaabar-nav>.disabled>a:focus,
	.aaabar-inverse .aaabar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.aaabar-inverse .aaabar-toggle {
	border-color: #333
}

.aaabar-inverse .aaabar-toggle:focus, .aaabar-inverse .aaabar-toggle:hover
	{
	background-color: #333
}

.aaabar-inverse .aaabar-toggle .icon-bar {
	background-color: #fff
}

.aaabar-inverse .aaabar-collapse, .aaabar-inverse .aaabar-form {
	border-color: #101010
}

.aaabar-inverse .aaabar-nav>.open>a, .aaabar-inverse .aaabar-nav>.open>a:focus,
	.aaabar-inverse .aaabar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media ( max-width :767px) {
	.aaabar-inverse .aaabar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.aaabar-inverse .aaabar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.aaabar-inverse .aaabar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.aaabar-inverse .aaabar-nav .open .dropdown-menu>li>a:focus,
		.aaabar-inverse .aaabar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.aaabar-inverse .aaabar-nav .open .dropdown-menu>.active>a,
		.aaabar-inverse .aaabar-nav .open .dropdown-menu>.active>a:focus,
		.aaabar-inverse .aaabar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.aaabar-inverse .aaabar-nav .open .dropdown-menu>.disabled>a,
		.aaabar-inverse .aaabar-nav .open .dropdown-menu>.disabled>a:focus,
		.aaabar-inverse .aaabar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.aaabar-inverse .aaabar-link {
	color: #9d9d9d
}

.aaabar-inverse .aaabar-link:hover {
	color: #fff
}

.aaabar-inverse .btn-link {
	color: #9d9d9d
}

.aaabar-inverse .btn-link:focus, .aaabar-inverse .btn-link:hover {
	color: #fff
}

.aaabar-inverse .btn-link[disabled]:focus, .aaabar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .aaabar-inverse .btn-link:focus, fieldset[disabled] .aaabar-inverse .btn-link:hover
	{
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\A0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a, .pager .next>span {
	float: right
}

.pager .previous>a, .pager .previous>span {
	float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover,
	.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge, .aaa-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.aaa-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container-fluid .jumbotron, .container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container-fluid .jumbotron, .container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img, .thumbnail a>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@
-webkit-keyframes progress-bar-stripes { 0%{
	background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-o-keyframes progress-bar-stripes { 0%{
	background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
keyframes progress-bar-stripes { 0%{
	background-position: 40px 0
}

to {
	background-position: 0 0
}

}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15)
		25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%,
		hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15)
		25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%,
		hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15)
		25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%,
		hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15)
		25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%,
		hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15)
		25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%,
		hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%,
		transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0,
		hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right, .media>.pull-right {
	padding-left: 10px
}

.media-left, .media>.pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading
	{
	color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus,
	button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus,
	.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading,
	.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
	{
	z-index: 2;
	color: #fff;
	/*background-color: #337ab7;*/
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small,
	.list-group-item.active .list-group-item-heading>small,
	.list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading>.small,
	.list-group-item.active:focus .list-group-item-heading>small,
	.list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading>.small,
	.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus,
	button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus,
	a.list-group-item-success.active:hover, button.list-group-item-success.active,
	button.list-group-item-success.active:focus, button.list-group-item-success.active:hover
	{
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus,
	button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
	button.list-group-item-info.active, button.list-group-item-info.active:focus,
	button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus,
	button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus,
	a.list-group-item-warning.active:hover, button.list-group-item-warning.active,
	button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover
	{
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus,
	button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus,
	a.list-group-item-danger.active:hover, button.list-group-item-danger.active,
	button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover
	{
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle, .panel-title {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small,
	.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item
	{
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
	{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
	{
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child
	{
	border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table
	{
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption, .panel>.table-responsive>.table caption,
	.panel>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
	.panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
	.panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child
	{
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body,
	.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th
	{
	border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child
	{
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body
	{
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
	.embed-responsive iframe, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal, .modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity = 0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media ( min-width :992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity = 0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel, .carousel-inner {
	position: relative
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: left .6s ease-in-out;
	-o-transition: .6s ease-in-out left;
	transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}

@media ( -webkit-transform-3d ) , ( transform-3d ) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right, .carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active, .carousel-inner>.item.next.left,
		.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: transparent;
	filter: alpha(opacity = 50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5),
		rgba(0, 0, 0, .0001));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)),
		to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",
		endColorstr="#00000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001),
		rgba(0, 0, 0, .5));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)),
		to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",
		endColorstr="#80000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity = 90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
	{
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
	{
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203A"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
		.carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
		{
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
		{
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
	.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
	.container-fluid:after, .container-fluid:before, .container:after,
	.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
	.form-horizontal .form-group:after, .form-horizontal .form-group:before,
	.modal-footer:after, .modal-footer:before, .modal-header:after,
	.modal-header:before, .aaa:after, .aaa:before, .aaabar-collapse:after,
	.aaabar-collapse:before, .aaabar-header:after, .aaabar-header:before,
	.aaabar:after, .aaabar:before, .pager:after, .pager:before, .panel-body:after,
	.panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after,
	.container-fluid:after, .container:after, .dl-horizontal dd:after,
	.form-horizontal .form-group:after, .modal-footer:after, .modal-header:after,
	.aaa:after, .aaabar-collapse:after, .aaabar-header:after, .aaabar:after,
	.pager:after, .panel-body:after, .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@
-ms-viewport {
	width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline,
	.visible-lg-inline-block, .visible-md, .visible-md-block,
	.visible-md-inline, .visible-md-inline-block, .visible-sm,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-xs, .visible-xs-block, .visible-xs-inline,
	.visible-xs-inline-block {
	display: none !important
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width :767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width :767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width :1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
} /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(./font/fontawesome-webfont.eot);
	src: url(./font/fontawesome-webfont.eot?#iefix&v=4.3.0)
		format("embedded-opentype"), url(./font/fontawesome-webfont.woff2)
		format("woff2"), url(./font/fontawesome-webfont.woff) format("woff"),
		url(./font/fontawesome-webfont.ttf) format("truetype"),
		url(./font/fontawesome-webfont.svg#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0)
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@
-webkit-keyframes fa-spin { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}
@
keyframes fa-spin { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90,
	:root .fa-rotate-180, :root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #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-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: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 {
	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 {
	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, .fa-genderless: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-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-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"
}

.l-btn-text {
	font-size: 14px
}

.btn, .button, .fa, .l-btn-text {
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.button, .fa {
	line-height: 1
}

.fa-add:before {
	content: "\F067"
}

.fa-remove:before {
	content: "\F00D"
}

.fa-detail:before {
	content: "\F022"
}

.fa-back:before {
	content: "\F112"
}

.fa-delete:before {
	content: "\F014"
}

.fa-help:before {
	content: "\F059"
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 100
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@
-webkit-keyframes bounce { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0);
	transform: translateY(0)
}

40%{
-webkit-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
60%{
-webkit-transform
:translateY(-15px)
;transform
:translateY(-15px)
}
}
@
keyframes bounce { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

40%{
-webkit-transform
:translateY(-30px)
;-ms-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
60%{
-webkit-transform
:translateY(-15px)
;-ms-transform
:translateY(-15px)
;transform
:translateY(-15px)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@
-webkit-keyframes flash { 0%,50%,
	to {opacity: 1
}

25%,75%{
opacity
:
0
}
}
@
keyframes flash { 0%,50%,
	to {opacity: 1
}

25%,75%{
opacity
:
0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@
-webkit-keyframes pulse { 0%{
	-webkit-transform: scale(1);
	transform: scale(1)
}

50%{
-webkit-transform
:scale
(1
.1
);transform
:scale
(1
.1
)
}
to {
	-webkit-transform: scale(1);
	transform: scale(1)
}

}
@
keyframes pulse { 0%{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

50%{
-webkit-transform
:scale
(1
.1
);-ms-transform
:scale
(1
.1
);transform
:scale
(1
.1
)
}
to {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@
-webkit-keyframes rubberBand { 0%{
	-webkit-transform: scale(1);
	transform: scale(1)
}

30%{
-webkit-transform
:scaleX
(1
.25
)

scaleY
(
.75
);transform
:scaleX
(1
.25
)

scaleY
(
.75
)
}
40%{
-webkit-transform
:scaleX
(
.75
)

scaleY
(1
.25
);transform
:scaleX
(
.75
)

scaleY
(1
.25
)
}
60%{
-webkit-transform
:scaleX
(1
.15
)

scaleY
(
.85
);transform
:scaleX
(1
.15
)

scaleY
(
.85
)
}
to {
	-webkit-transform: scale(1);
	transform: scale(1)
}

}
@
keyframes rubberBand { 0%{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

30%{
-webkit-transform
:scaleX
(1
.25
)

scaleY
(
.75
);-ms-transform
:scaleX
(1
.25
)

scaleY
(
.75
);transform
:scaleX
(1
.25
)

scaleY
(
.75
)
}
40%{
-webkit-transform
:scaleX
(
.75
)

scaleY
(1
.25
);-ms-transform
:scaleX
(
.75
)

scaleY
(1
.25
);transform
:scaleX
(
.75
)

scaleY
(1
.25
)
}
60%{
-webkit-transform
:scaleX
(1
.15
)

scaleY
(
.85
);-ms-transform
:scaleX
(1
.15
)

scaleY
(
.85
);transform
:scaleX
(1
.15
)

scaleY
(
.85
)
}
to {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@
-webkit-keyframes shake { 0%,
	to {-webkit-transform: translateX(0);
	transform: translateX(0)
}

10%,30%,50%,70%,90%{
-webkit-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
20%,40%,60%,80%{
-webkit-transform
:translateX(10px)
;transform
:translateX(10px)
}
}
@
keyframes shake { 0%,
	to {-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

10%,30%,50%,70%,90%{
-webkit-transform
:translateX(-10px)
;-ms-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
20%,40%,60%,80%{
-webkit-transform
:translateX(10px)
;-ms-transform
:translateX(10px)
;transform
:translateX(10px)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@
-webkit-keyframes swing { 20%{
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

40%{
-webkit-transform
:rotate(-10deg)
;transform
:rotate(-10deg)
}
60%{
-webkit-transform
:rotate(5deg)
;transform
:rotate(5deg)
}
80%{
-webkit-transform
:rotate(-5deg)
;transform
:rotate(-5deg)
}
to {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

}
@
keyframes swing { 20%{
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg)
}

40%{
-webkit-transform
:rotate(-10deg)
;-ms-transform
:rotate(-10deg)
;transform
:rotate(-10deg)
}
60%{
-webkit-transform
:rotate(5deg)
;-ms-transform
:rotate(5deg)
;transform
:rotate(5deg)
}
80%{
-webkit-transform
:rotate(-5deg)
;-ms-transform
:rotate(-5deg)
;transform
:rotate(-5deg)
}
to {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@
-webkit-keyframes tada { 0%{
	-webkit-transform: scale(1);
	transform: scale(1)
}

10%,20%{
-webkit-transform
:scale
(
.9
)

rotate
(-3deg);transform
:scale
(
.9
)

rotate
(-3deg)
}
30%,50%,70%,90%{
-webkit-transform
:scale
(1
.1
)

rotate
(3deg);transform
:scale
(1
.1
)

rotate
(3deg)
}
40%,60%,80%{
-webkit-transform
:scale
(1
.1
)

rotate
(-3deg);transform
:scale
(1
.1
)

rotate
(-3deg)
}
to {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

}
@
keyframes tada { 0%{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

10%,20%{
-webkit-transform
:scale
(
.9
)

rotate
(-3deg);-ms-transform
:scale
(
.9
)

rotate
(-3deg);transform
:scale
(
.9
)

rotate
(-3deg)
}
30%,50%,70%,90%{
-webkit-transform
:scale
(1
.1
)

rotate
(3deg);-ms-transform
:scale
(1
.1
)

rotate
(3deg);transform
:scale
(1
.1
)

rotate
(3deg)
}
40%,60%,80%{
-webkit-transform
:scale
(1
.1
)

rotate
(-3deg);-ms-transform
:scale
(1
.1
)

rotate
(-3deg);transform
:scale
(1
.1
)

rotate
(-3deg)
}
to {
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@
-webkit-keyframes wobble { 0%{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

15%{
-webkit-transform
:translateX
(-25%)

rotate
(-5deg);transform
:translateX
(-25%)

rotate
(-5deg)
}
30%{
-webkit-transform
:translateX
(20%)

rotate
(3deg);transform
:translateX
(20%)

rotate
(3deg)
}
45%{
-webkit-transform
:translateX
(-15%)

rotate
(-3deg);transform
:translateX
(-15%)

rotate
(-3deg)
}
60%{
-webkit-transform
:translateX
(10%)

rotate
(2deg);transform
:translateX
(10%)

rotate
(2deg)
}
75%{
-webkit-transform
:translateX
(-5%)

rotate
(-1deg);transform
:translateX
(-5%)

rotate
(-1deg)
}
to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes wobble { 0%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

15%{
-webkit-transform
:translateX
(-25%)

rotate
(-5deg);-ms-transform
:translateX
(-25%)

rotate
(-5deg);transform
:translateX
(-25%)

rotate
(-5deg)
}
30%{
-webkit-transform
:translateX
(20%)

rotate
(3deg);-ms-transform
:translateX
(20%)

rotate
(3deg);transform
:translateX
(20%)

rotate
(3deg)
}
45%{
-webkit-transform
:translateX
(-15%)

rotate
(-3deg);-ms-transform
:translateX
(-15%)

rotate
(-3deg);transform
:translateX
(-15%)

rotate
(-3deg)
}
60%{
-webkit-transform
:translateX
(10%)

rotate
(2deg);-ms-transform
:translateX
(10%)

rotate
(2deg);transform
:translateX
(10%)

rotate
(2deg)
}
75%{
-webkit-transform
:translateX
(-5%)

rotate
(-1deg);-ms-transform
:translateX
(-5%)

rotate
(-1deg);transform
:translateX
(-5%)

rotate
(-1deg)
}
to {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@
-webkit-keyframes bounceIn { 0%{
	opacity: 0;
	-webkit-transform: scale(.3);
	transform: scale(.3)
}

50%{
opacity
:
1;-webkit-transform
:scale
(1
.05
);transform
:scale
(1
.05
)
}
70%{
-webkit-transform
:scale
(
.9
);transform
:scale
(
.9
)
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

}
@
keyframes bounceIn { 0%{
	opacity: 0;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3)
}

50%{
opacity
:
1;-webkit-transform
:scale
(1
.05
);-ms-transform
:scale
(1
.05
);transform
:scale
(1
.05
)
}
70%{
-webkit-transform
:scale
(
.9
);-ms-transform
:scale
(
.9
);transform
:scale
(
.9
)
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@
-webkit-keyframes bounceInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateY(30px)
;transform
:translateY(30px)
}
80%{
-webkit-transform
:translateY(-10px)
;transform
:translateY(-10px)
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes bounceInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateY(30px)
;-ms-transform
:translateY(30px)
;transform
:translateY(30px)
}
80%{
-webkit-transform
:translateY(-10px)
;-ms-transform
:translateY(-10px)
;transform
:translateY(-10px)
}
to {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@
-webkit-keyframes bounceInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateX(30px)
;transform
:translateX(30px)
}
80%{
-webkit-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes bounceInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateX(30px)
;-ms-transform
:translateX(30px)
;transform
:translateX(30px)
}
80%{
-webkit-transform
:translateX(-10px)
;-ms-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
to {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@
-webkit-keyframes bounceInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateX(-30px)
;transform
:translateX(-30px)
}
80%{
-webkit-transform
:translateX(10px)
;transform
:translateX(10px)
}
to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes bounceInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateX(-30px)
;-ms-transform
:translateX(-30px)
;transform
:translateX(-30px)
}
80%{
-webkit-transform
:translateX(10px)
;-ms-transform
:translateX(10px)
;transform
:translateX(10px)
}
to {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@
-webkit-keyframes bounceInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
80%{
-webkit-transform
:translateY(10px)
;transform
:translateY(10px)
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes bounceInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

60%{
opacity
:
1;-webkit-transform
:translateY(-30px)
;-ms-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
80%{
-webkit-transform
:translateY(10px)
;-ms-transform
:translateY(10px)
;transform
:translateY(10px)
}
to {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@
-webkit-keyframes bounceOut { 0%{
	-webkit-transform: scale(1);
	transform: scale(1)
}

25%{
-webkit-transform
:scale
(
.95
);transform
:scale
(
.95
)
}
50%{
opacity
:
1;-webkit-transform
:scale
(1
.1
);transform
:scale
(1
.1
)
}
to {
	opacity: 0;
	-webkit-transform: scale(.3);
	transform: scale(.3)
}

}
@
keyframes bounceOut { 0%{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

25%{
-webkit-transform
:scale
(
.95
);-ms-transform
:scale
(
.95
);transform
:scale
(
.95
)
}
50%{
opacity
:
1;-webkit-transform
:scale
(1
.1
);-ms-transform
:scale
(1
.1
);transform
:scale
(1
.1
)
}
to {
	opacity: 0;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3)
}

}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@
-webkit-keyframes bounceOutDown { 0%{
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

20%{
opacity
:
1;-webkit-transform
:translateY(-20px)
;transform
:translateY(-20px)
}
to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
@
keyframes bounceOutDown { 0%{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

20%{
opacity
:
1;-webkit-transform
:translateY(-20px)
;-ms-transform
:translateY(-20px)
;transform
:translateY(-20px)
}
to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@
-webkit-keyframes bounceOutLeft { 0%{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

20%{
opacity
:
1;-webkit-transform
:translateX(20px)
;transform
:translateX(20px)
}
to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
@
keyframes bounceOutLeft { 0%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

20%{
opacity
:
1;-webkit-transform
:translateX(20px)
;-ms-transform
:translateX(20px)
;transform
:translateX(20px)
}
to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@
-webkit-keyframes bounceOutRight { 0%{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

20%{
opacity
:
1;-webkit-transform
:translateX(-20px)
;transform
:translateX(-20px)
}
to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
@
keyframes bounceOutRight { 0%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

20%{
opacity
:
1;-webkit-transform
:translateX(-20px)
;-ms-transform
:translateX(-20px)
;transform
:translateX(-20px)
}
to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@
-webkit-keyframes bounceOutUp { 0%{
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

20%{
opacity
:
1;-webkit-transform
:translateY(20px)
;transform
:translateY(20px)
}
to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
@
keyframes bounceOutUp { 0%{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

20%{
opacity
:
1;-webkit-transform
:translateY(20px)
;-ms-transform
:translateY(20px)
;transform
:translateY(20px)
}
to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@
-webkit-keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@
-webkit-keyframes fadeInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@
-webkit-keyframes fadeInDownBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInDownBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@
-webkit-keyframes fadeInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@
-webkit-keyframes fadeInLeftBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInLeftBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@
-webkit-keyframes fadeInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@
-webkit-keyframes fadeInRightBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInRightBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@
-webkit-keyframes fadeInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@
-webkit-keyframes fadeInUpBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInUpBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@
-webkit-keyframes fadeOut { 0%{
	opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes fadeOut { 0%{
	opacity: 1
}

to {
	opacity: 0
}

}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@
-webkit-keyframes fadeOutDown { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

}
@
keyframes fadeOutDown { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}

}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@
-webkit-keyframes fadeOutDownBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
@
keyframes fadeOutDownBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@
-webkit-keyframes fadeOutLeft { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

}
@
keyframes fadeOutLeft { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@
-webkit-keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
@
keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@
-webkit-keyframes fadeOutRight { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

}
@
keyframes fadeOutRight { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}

}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@
-webkit-keyframes fadeOutRightBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
@
keyframes fadeOutRightBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@
-webkit-keyframes fadeOutUp { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

}
@
keyframes fadeOutUp { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@
-webkit-keyframes fadeOutUpBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
@
keyframes fadeOutUpBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@
-webkit-keyframes flip { 0%{
	-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

40%{
-webkit-transform
:perspective(400px)

translateZ
(150px)

rotateY
(170deg)

scale
(1);transform
:perspective(400px)

translateZ
(150px)

rotateY
(170deg)

scale
(1);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
50%{
-webkit-transform
:perspective(400px)

translateZ
(150px)

rotateY
(190deg)

scale
(1);transform
:perspective(400px)

translateZ
(150px)

rotateY
(190deg)

scale
(1);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
80%{
-webkit-transform
:perspective(400px)

translateZ
(0)

rotateY
(1turn)

scale
(
.95
);transform
:perspective(400px)

translateZ
(0)

rotateY
(1turn)

scale
(
.95
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
to {
	-webkit-transform: perspective(400px) translateZ(0) rotateY(1turn)
		scale(1);
	transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

}
@
keyframes flip { 0%{
	-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

40%{
-webkit-transform
:perspective(400px)

translateZ
(150px)

rotateY
(170deg)

scale
(1);-ms-transform
:perspective(400px)

translateZ
(150px)

rotateY
(170deg)

scale
(1);transform
:perspective(400px)

translateZ
(150px)

rotateY
(170deg)

scale
(1);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
50%{
-webkit-transform
:perspective(400px)

translateZ
(150px)

rotateY
(190deg)

scale
(1);-ms-transform
:perspective(400px)

translateZ
(150px)

rotateY
(190deg)

scale
(1);transform
:perspective(400px)

translateZ
(150px)

rotateY
(190deg)

scale
(1);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
80%{
-webkit-transform
:perspective(400px)

translateZ
(0)

rotateY
(1turn)

scale
(
.95
);-ms-transform
:perspective(400px)

translateZ
(0)

rotateY
(1turn)

scale
(
.95
);transform
:perspective(400px)

translateZ
(0)

rotateY
(1turn)

scale
(
.95
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
to {
	-webkit-transform: perspective(400px) translateZ(0) rotateY(1turn)
		scale(1);
	-ms-transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
	transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

}
.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@
-webkit-keyframes flipInX { 0%{
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
-webkit-transform
:perspective(400px)

rotateX
(-10deg);transform
:perspective(400px)

rotateX
(-10deg)
}
70%{
-webkit-transform
:perspective(400px)

rotateX
(10deg);transform
:perspective(400px)

rotateX
(10deg)
}
to {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

}
@
keyframes flipInX { 0%{
	-webkit-transform: perspective(400px) rotateX(90deg);
	-ms-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
-webkit-transform
:perspective(400px)

rotateX
(-10deg);-ms-transform
:perspective(400px)

rotateX
(-10deg);transform
:perspective(400px)

rotateX
(-10deg)
}
70%{
-webkit-transform
:perspective(400px)

rotateX
(10deg);-ms-transform
:perspective(400px)

rotateX
(10deg);transform
:perspective(400px)

rotateX
(10deg)
}
to {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@
-webkit-keyframes flipInY { 0%{
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
-webkit-transform
:perspective(400px)

rotateY
(-10deg);transform
:perspective(400px)

rotateY
(-10deg)
}
70%{
-webkit-transform
:perspective(400px)

rotateY
(10deg);transform
:perspective(400px)

rotateY
(10deg)
}
to {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

}
@
keyframes flipInY { 0%{
	-webkit-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
-webkit-transform
:perspective(400px)

rotateY
(-10deg);-ms-transform
:perspective(400px)

rotateY
(-10deg);transform
:perspective(400px)

rotateY
(-10deg)
}
70%{
-webkit-transform
:perspective(400px)

rotateY
(10deg);-ms-transform
:perspective(400px)

rotateY
(10deg);transform
:perspective(400px)

rotateY
(10deg)
}
to {
	-webkit-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

}
.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@
-webkit-keyframes flipOutX { 0%{
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

to {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

}
@
keyframes flipOutX { 0%{
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

to {
	-webkit-transform: perspective(400px) rotateX(90deg);
	-ms-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@
-webkit-keyframes flipOutY { 0%{
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

to {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

}
@
keyframes flipOutY { 0%{
	-webkit-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

to {
	-webkit-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@
-webkit-keyframes lightSpeedIn { 0%{
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
-webkit-transform
:translateX
(-20%)

skewX
(30deg);transform
:translateX
(-20%)

skewX
(30deg);opacity
:
1
}
80%{
-webkit-transform
:translateX(0)

skewX
(-15deg);transform
:translateX(0)

skewX
(-15deg);opacity
:
1
}
to {
	-webkit-transform: translateX(0) skewX(0deg);
	transform: translateX(0) skewX(0deg);
	opacity: 1
}

}
@
keyframes lightSpeedIn { 0%{
	-webkit-transform: translateX(100%) skewX(-30deg);
	-ms-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
-webkit-transform
:translateX
(-20%)

skewX
(30deg);-ms-transform
:translateX
(-20%)

skewX
(30deg);transform
:translateX
(-20%)

skewX
(30deg);opacity
:
1
}
80%{
-webkit-transform
:translateX(0)

skewX
(-15deg);-ms-transform
:translateX(0)

skewX
(-15deg);transform
:translateX(0)

skewX
(-15deg);opacity
:
1
}
to {
	-webkit-transform: translateX(0) skewX(0deg);
	-ms-transform: translateX(0) skewX(0deg);
	transform: translateX(0) skewX(0deg);
	opacity: 1
}

}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@
-webkit-keyframes lightSpeedOut { 0%{
	-webkit-transform: translateX(0) skewX(0deg);
	transform: translateX(0) skewX(0deg);
	opacity: 1
}

to {
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

}
@
keyframes lightSpeedOut { 0%{
	-webkit-transform: translateX(0) skewX(0deg);
	-ms-transform: translateX(0) skewX(0deg);
	transform: translateX(0) skewX(0deg);
	opacity: 1
}

to {
	-webkit-transform: translateX(100%) skewX(-30deg);
	-ms-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@
-webkit-keyframes rotateIn { 0%{
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-200deg);
	transform: rotate(-200deg);
	opacity: 0
}

to {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
@
keyframes rotateIn { 0%{
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-200deg);
	-ms-transform: rotate(-200deg);
	transform: rotate(-200deg);
	opacity: 0
}

to {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@
-webkit-keyframes rotateInDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
@
keyframes rotateInDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@
-webkit-keyframes rotateInDownRight { 0%{
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
@
keyframes rotateInDownRight { 0%{
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@
-webkit-keyframes rotateInUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
@
keyframes rotateInUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@
-webkit-keyframes rotateInUpRight { 0%{
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
@
keyframes rotateInUpRight { 0%{
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

to {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@
-webkit-keyframes rotateOut { 0%{
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	opacity: 0
}

}
@
keyframes rotateOut { 0%{
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	transform: rotate(200deg);
	opacity: 0
}

}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@
-webkit-keyframes rotateOutDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

}
@
keyframes rotateOutDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@
-webkit-keyframes rotateOutDownRight { 0%{
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

}
@
keyframes rotateOutDownRight { 0%{
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@
-webkit-keyframes rotateOutUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

}
@
keyframes rotateOutUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0
}

}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@
-webkit-keyframes rotateOutUpRight { 0%{
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

}
@
keyframes rotateOutUpRight { 0%{
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

to {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}

}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@
-webkit-keyframes slideInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes slideInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

to {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@
-webkit-keyframes slideInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes slideInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

to {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@
-webkit-keyframes slideInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes slideInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

to {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@
-webkit-keyframes slideOutLeft { 0%{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
@
keyframes slideOutLeft { 0%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	transform: translateX(-2000px)
}

}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@
-webkit-keyframes slideOutRight { 0%{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
@
keyframes slideOutRight { 0%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
	transform: translateX(2000px)
}

}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@
-webkit-keyframes slideOutUp { 0%{
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
@
keyframes slideOutUp { 0%{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@
-webkit-keyframes slideOutDown { 0%{
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
@
keyframes slideOutDown { 0%{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@
-webkit-keyframes hinge { 0%{
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

20%,60%{
-webkit-transform
:rotate(80deg)
;transform
:rotate(80deg)
;-webkit-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
}
40%{
-webkit-transform
:rotate(60deg)
;transform
:rotate(60deg)
;-webkit-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
}
80%{
-webkit-transform
:rotate(60deg)

translateY
(0);transform
:rotate(60deg)

translateY
(0);-webkit-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
;opacity
:
1
}
to {
	-webkit-transform: translateY(700px);
	transform: translateY(700px);
	opacity: 0
}

}
@
keyframes hinge { 0%{
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

20%,60%{
-webkit-transform
:rotate(80deg)
;-ms-transform
:rotate(80deg)
;transform
:rotate(80deg)
;-webkit-transform-origin
:top

left
;-ms-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
}
40%{
-webkit-transform
:rotate(60deg)
;-ms-transform
:rotate(60deg)
;transform
:rotate(60deg)
;-webkit-transform-origin
:top

left
;-ms-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
}
80%{
-webkit-transform
:rotate(60deg)

translateY
(0);-ms-transform
:rotate(60deg)

translateY
(0);transform
:rotate(60deg)

translateY
(0);-webkit-transform-origin
:top

left
;-ms-transform-origin
:top

left
;transform-origin
:top

left
;-webkit-animation-timing-function
:ease-in-out
;animation-timing-function
:ease-in-out
;opacity
:
1
}
to {
	-webkit-transform: translateY(700px);
	-ms-transform: translateY(700px);
	transform: translateY(700px);
	opacity: 0
}

}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@
-webkit-keyframes rollIn { 0%{
	opacity: 0;
	-webkit-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}

}
@
keyframes rollIn { 0%{
	opacity: 0;
	-webkit-transform: translateX(-100%) rotate(-120deg);
	-ms-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0deg);
	-ms-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}

}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@
-webkit-keyframes rollOut { 0%{
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}

to {
	opacity: 0;
	-webkit-transform: translateX(100%) rotate(120deg);
	transform: translateX(100%) rotate(120deg)
}

}
@
keyframes rollOut { 0%{
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0deg);
	-ms-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}

to {
	opacity: 0;
	-webkit-transform: translateX(100%) rotate(120deg);
	-ms-transform: translateX(100%) rotate(120deg);
	transform: translateX(100%) rotate(120deg)
}

}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0
}

.qtip-content {
	padding: 5px 9px;
	text-align: left;
	word-wrap: break-word
}

.qtip-content, .qtip-titlebar {
	position: relative;
	overflow: hidden
}

.qtip-titlebar {
	padding: 5px 35px 5px 10px;
	border-width: 0 0 1px;
	font-weight: 700
}

.qtip-titlebar+.qtip-content {
	border-top-width: 0 !important
}

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	cursor: pointer;
	outline: medium none;
	border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
	top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal 700 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em
}

.qtip-default {
	border: 1px solid #f1d031;
	background-color: #ffffa3;
	color: #555
}

.qtip-default .qtip-titlebar {
	background-color: #ffef93
}

.qtip-default .qtip-icon {
	border-color: #ccc;
	background: #f1f1f1;
	color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #aaa;
	color: #111
}

/*! Light tooltip style */
.qtip-light {
	background-color: #fff;
	border-color: #e2e2e2;
	color: #454545
}

.qtip-light .qtip-titlebar {
	background-color: #f1f1f1
}

/*! Dark tooltip style */
.qtip-dark {
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
	background-color: #404040
}

.qtip-dark .qtip-icon {
	border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

/*! Cream tooltip style */
.qtip-cream {
	background-color: #fbf7aa;
	border-color: #f9e98e;
	color: #a27d35
}

.qtip-cream .qtip-titlebar {
	background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
	background-position: -82px 0
}

/*! Red tooltip style */
.qtip-red {
	background-color: #f78b83;
	border-color: #d95252;
	color: #912323
}

.qtip-red .qtip-titlebar {
	background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
	background-position: -102px 0
}

.qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
	border-color: #d95252
}

/*! Green tooltip style */
.qtip-green {
	background-color: #caed9e;
	border-color: #90d93f;
	color: #3f6219
}

.qtip-green .qtip-titlebar {
	background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
	background-position: -42px 0
}

/*! Blue tooltip style */
.qtip-blue {
	background-color: #e5f6fe;
	border-color: #add9ed;
	color: #5e99bd
}

.qtip-blue .qtip-titlebar {
	background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
	background-position: -2px 0
}

.qtip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.qtip-youtube {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: #fff;
	border-width: 0;
	background: #4a4a4a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a),
		color-stop(100%, #000));
	background-image: -webkit-linear-gradient(top, #4a4a4a, #000);
	background-image: -moz-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image: -ms-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
	background-color: #4a4a4a;
	background-color: transparent
}

.qtip-youtube .qtip-content {
	padding: .75em;
	font: 12px arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#4a4a4a, EndColorStr=#000000);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
	border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-jtools {
	background: #232323;
	background: rgba(0, 0, 0, .7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171),
		to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);
	border: 2px solid #ddd;
	border: 2px solid #f1f1f1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,
		endColorstr=#4A4A4A);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,
		endColorstr=#232323);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
	background: transparent;
	color: #fff;
	border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
	border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
	border-color: #333
}

.qtip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	background-color: #d9d9c2;
	color: #111;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
	background-color: #87876a;
	color: #fff;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
	border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952
}

.qtip-tipsy {
	background: #000;
	background: rgba(0, 0, 0, .87);
	color: #fff;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: Lucida Grande, sans-serif;
	font-weight: 700;
	line-height: 16px;
	text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
	padding: 6px 35px 0 10px;
	background-color: transparent
}

.qtip-tipsy .qtip-content {
	padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
	border-color: #222;
	text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-tipped {
	border: 3px solid #959fa9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	color: #454545;
	font-weight: 400;
	font-family: serif
}

.qtip-tipped .qtip-titlebar {
	border-bottom-width: 0;
	color: #fff;
	background: #3a79b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8),
		to(#2e629d));
	background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,
		endColorstr=#2E629D);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
	border: 2px solid #285589;
	background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
	background-color: #fbfbfb;
	color: #555
}

.qtip-bootstrap {
	font-size: 14px;
	line-height: 15px;
	color: #333;
	padding: 0px;
	max-width: 430px;
    min-width: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #F0F9FF;
	border-bottom: 1px solid #F0F9FF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
	right: 11px;
	top: 45%;
	border-style: none
}

.qtip-bootstrap .qtip-content {
	padding: 9px 14px;
	max-height: 250px;
	-webkit-max-height: 250px;
	overflow: auto
}

.qtip-bootstrap .qtip-icon {
	background: transparent
}

.qtip-bootstrap .qtip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity = 20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity = 40)
}

.qtip:not (.ie9haxors ) div.qtip-content, .qtip:not (.ie9haxors ) div.qtip-titlebar
	{
	filter: none;
	-ms-filter: none
}

.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10
}

.qtip .qtip-tip, x:-o-prefocus {
	visibility: hidden
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
	position: absolute;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
	top: 0;
	left: 0
}

.qtip .qtip-tip .qtip-vml {
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible
}

#qtip-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#qtip-overlay.blurs {
	cursor: pointer
}

#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity = 70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.qtipmodal-ie6fix {
	position: absolute !important
}

/* .btn {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
} */

input.form-control, select.form-control {
	max-width: 360px;
	display: inline
}

div.ng-valid, input.ng-valid, select.ng-valid, textarea.ng-valid {
	border-color: #c0c0c0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

div.ng-invalid, input.ng-invalid, select.ng-invalid, span.ng-invalid input,
	textarea.ng-invalid {
	border-color: #dd514c !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

div.ab-invalid, input.ab-invalid, select.ab-invalid, span.ab-invalid input,
	textarea.ab-invalid {
	border-color: #dd514c !important
}

div.ab-invalid input[type=checkbox], div.ab-invalid input[type=radio] {
	color: #dd514c !important
}

.form-table .red {
	color: red
}

.form-table {
	width: 100%;
	font-size: 12px
}

.form-table thead {
	height: 32px
}

.form-table tr {
	height: 25px
}

.form-table thead th {
	background: #f0f2f9;
	height: 32px;
	text-align: center;
	width: auto
}

.form-table th {
	width: 15%;
	height: 32px;
	padding: 0 5px;
	text-align: right;
	color: #7a7a83;
	font-weight: 200;
	border: 1px solid #BAE0F9;
	background-color: #F0F9FF;
	padding: 13px 3px !important
}

.form-table td {
	font-weight: 400;
	padding: 5px;
	border: 1px solid #BAE0F9
}

.table-grid {
	border: 1px solid silver;
	width: 100%;
	font-size: 12px
}

.table-grid th {
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	color: #464646;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	text-align: center;
	white-space: nowrap;
	background: #e6e6e6
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 10px
}

h3, h4, h5 {
	margin-top: 5px;
	font-weight: 600
}

a:focus {
	outline: none
}

.aaa>li>a {
	color: #a7b1c2;
	font-weight: 600;
	padding: 14px 20px 14px 25px
}

.aaa li>a {
	display: block
}

.aaa.aaabar-right>li>a {
	color: #999c9e
}

.aaa>li.active>a {
	color: #fff
}

.aaabar-default .aaa>li>a:focus, .aaabar-default .aaa>li>a:hover {
	background-color: #293846;
	color: #fff
}

.aaa .open>a, .aaa .open>a:focus, .aaa .open>a:hover {
	background: #fff
}

.aaa>li>a i {
	margin-right: 6px
}

.aaabar {
	border: 0
}

.aaabar-default {
	background-color: transparent;
	border-color: #2f4050;
	position: relative
}

.aaabar-top-links li {
	display: inline-block
}

.aaabar-top-links li:last-child {
	margin-right: 30px
}

body.body-small .aaabar-top-links li:last-child {
	margin-right: 10px
}

.aaabar-top-links li a {
	padding: 20px 10px;
	min-height: 50px
}

.dropdown-menu {
	border: medium none;
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1000;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(86, 96, 117, .3)
}

.dropdown-menu>li>a {
	border-radius: 3px;
	color: inherit;
	line-height: 25px;
	margin: 4px;
	text-align: left;
	font-weight: 400
}

.dropdown-menu>li>a.font-bold {
	font-weight: 600
}

.aaabar-top-links .dropdown-menu li {
	display: block
}

.aaabar-top-links .dropdown-menu li:last-child {
	margin-right: 0
}

.aaabar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0
}

.aaabar-top-links .dropdown-menu li a div {
	white-space: normal
}

.aaabar-top-links .dropdown-alerts, .aaabar-top-links .dropdown-messages,
	.aaabar-top-links .dropdown-tasks {
	width: 310px;
	min-width: 0
}

.aaabar-top-links .dropdown-messages {
	margin-left: 5px
}

.aaabar-top-links .dropdown-tasks {
	margin-left: -59px
}

.aaabar-top-links .dropdown-alerts {
	margin-left: -123px
}

.aaabar-top-links .dropdown-user {
	right: 0;
	left: auto
}

.dropdown-alerts, .dropdown-messages {
	padding: 10px
}

.dropdown-alerts li a, .dropdown-messages li a {
	font-size: 12px
}

.dropdown-alerts li em, .dropdown-messages li em {
	font-size: 10px
}

.aaa.aaabar-top-links .dropdown-alerts a {
	font-size: 12px
}

.aaa-header {
	padding: 33px 25px;
	background:
		url(data:image/png;base64,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)
		no-repeat
}

.pace-done .aaa-header {
	-webkit-transition: all .5s;
	transition: all .5s
}

.aaa>li.active {
	border-left: 4px solid #19aa8d;
	background: #293846
}

.aaa.aaa-second-level>li.active {
	border: none
}

.aaa.aaa-second-level.collapse[style] {
	height: auto !important
}

.aaa-header a {
	color: #dfe4ed
}

.aaa-header .text-muted {
	color: #8095a8
}

.minimalize-styl-2 {
	padding: 4px 12px;
	margin: 14px 5px 5px 20px;
	font-size: 14px;
	float: left
}

.aaabar-form-custom {
	float: left;
	height: 50px;
	padding: 0;
	width: 200px;
	display: inline-table
}

.aaabar-form-custom .form-group {
	margin-bottom: 0
}

.aaa.aaabar-top-links a {
	font-size: 14px
}

.aaabar-form-custom .form-control {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	font-size: 14px;
	height: 60px;
	margin: 0;
	z-index: 2000
}

.count-info .label {
	line-height: 12px;
	padding: 1px 5px;
	position: absolute;
	right: 6px;
	top: 12px
}

.arrow {
	float: right;
	margin-top: 2px
}

.fa.arrow:before {
	content: "\F104"
}

.active>a>.fa.arrow:before {
	content: "\F107"
}

.aaa-second-level li, .aaa-third-level li {
	border-bottom: none !important
}

.aaa-second-level li a {
	padding: 7px 15px 7px 10px;
	padding-left: 52px
}

.aaa-third-level li a {
	padding-left: 62px
}

.aaa-second-level li:last-child {
	margin-bottom: 10px
}

.aaa-four-level li a {
	padding-left: 72px
}

.mini-navbar .aaa li:focus>.aaa-second-level, body:not (.fixed-sidebar ):not
	(.canvas-menu ).mini-navbar .aaa li:hover>.aaa-second-level {
	display: block;
	border-radius: 0 2px 2px 0;
	min-width: 140px;
	height: auto
}

body.mini-navbar .aaabar-default .aaa>li>.aaa-second-level li a {
	font-size: 12px;
	border-radius: 0 2px 2px 0
}

.fixed-nav .slimScrollDiv #side-menu {
	padding-bottom: 60px;
	position: relative
}

.slimScrollDiv>* {
	overflow: hidden
}

.mini-navbar .aaa-second-level li a {
	padding: 10px 10px 10px 15px
}

.canvas-menu.mini-navbar .aaa-second-level {
	background: #293846
}

.mini-navbar li.active .aaa-second-level {
	left: 65px
}

.aaabar-default .special_link a {
	background: #0088E0;
	color: #fff
}

.aaabar-default .special_link a:hover {
	background: #17987e !important;
	color: #fff
}

.aaabar-default .special_link a span.label {
	background: #fff;
	color: #0088E0
}

.aaabar-default .landing_link a {
	background: #1cc09f;
	color: #fff
}

.aaabar-default .landing_link a:hover {
	background: #0088E0 !important;
	color: #fff
}

.aaabar-default .landing_link a span.label {
	background: #fff;
	color: #1cc09f
}

.logo-element {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: none;
	padding: 18px 0
}

.pace-done #page-wrapper, .pace-done .footer, .pace-done .aaa-header,
	.pace-done .aaabar-static-side, .pace-done li.active {
	-webkit-transition: all .5s;
	transition: all .5s
}

.aaabar-fixed-top {
	background: #fff;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	z-index: 2030
}

.aaabar-fixed-top, .aaabar-static-top {
	background: #f3f3f4
}

.fixed-nav #wrapper {
	padding-top: 60px;
	box-sizing: border-box
}

.fixed-nav .minimalize-styl-2 {
	margin: 14px 5px 5px 15px
}

.body-small .aaabar-fixed-top {
	margin-left: 0
}

body.mini-navbar .aaabar-static-side {
	width: 70px
}

body.mini-navbar .aaa-label, body.mini-navbar .aaabar-default .aaa li a span,
	body.mini-navbar .profile-element {
	display: none
}

body.canvas-menu .profile-element {
	display: block
}

body:not (.fixed-sidebar ):not (.canvas-menu ).mini-navbar .aaa-second-level
	{
	display: none
}

body.mini-navbar .aaabar-default .aaa>li>a {
	font-size: 16px
}

body.mini-navbar .logo-element {
	display: block
}

body.canvas-menu .logo-element {
	display: none
}

body.mini-navbar .aaa-header {
	padding: 0;
	background-color: #0088E0
}

body.canvas-menu .aaa-header {
	padding: 33px 25px
}

body.mini-navbar #page-wrapper {
	margin: 0 0 0 70px
}

body.canvas-menu.mini-navbar #page-wrapper, body.canvas-menu.mini-navbar .footer
	{
	margin: 0
}

body.canvas-menu .aaabar-static-side, body.fixed-sidebar .aaabar-static-side
	{
	position: fixed;
	width: 220px;
	z-index: 2001;
	height: 100%
}

body.fixed-sidebar.mini-navbar .aaabar-static-side {
	width: 70px
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper, body.fixed-sidebar.mini-navbar #page-wrapper
	{
	margin: 0 0 0 70px
}

body.body-small.fixed-sidebar.mini-navbar .aaabar-static-side {
	width: 70px
}

.fixed-sidebar.mini-navbar .aaa li>.aaa-second-level {
	display: none
}

.fixed-sidebar.mini-navbar .aaa li.active {
	border-left-width: 0
}

.canvas-menu.mini-navbar .aaa li:hover>.aaa-second-level, .fixed-sidebar.mini-navbar .aaa li:hover>.aaa-second-level
	{
	position: absolute;
	left: 70px;
	top: 0;
	background-color: #2f4050;
	padding: 10px 10px 0;
	font-size: 12px;
	display: block;
	min-width: 140px;
	border-radius: 2px
}

body.fixed-sidebar.mini-navbar .aaabar-default .aaa>li>.aaa-second-level li a
	{
	font-size: 12px;
	border-radius: 3px
}

body.canvas-menu.mini-navbar .aaabar-default .aaa>li>.aaa-second-level li a
	{
	font-size: 13px;
	border-radius: 3px
}

.canvas-menu.mini-navbar .aaa-second-level li a, .fixed-sidebar.mini-navbar .aaa-second-level li a
	{
	padding: 10px 10px 10px 15px
}

.canvas-menu.mini-navbar .aaa-second-level, .fixed-sidebar.mini-navbar .aaa-second-level
	{
	position: relative;
	padding: 0;
	font-size: 13px
}

.canvas-menu.mini-navbar li.active .aaa-second-level, .fixed-sidebar.mini-navbar li.active .aaa-second-level
	{
	left: 0
}

body.canvas-menu nav.aaabar-static-side {
	z-index: 2001;
	background: #2f4050;
	height: 100%;
	position: fixed;
	display: none
}

body.canvas-menu.mini-navbar nav.aaabar-static-side {
	display: block;
	width: 70px
}

.top-navigation #page-wrapper {
	margin-left: 0
}

.top-navigation .aaabar-nav .dropdown-menu>.active>a {
	background: #fff;
	color: #0088E0;
	font-weight: 700
}

.white-bg .aaabar-fixed-top, .white-bg .aaabar-static-top {
	background: #fff
}

.top-navigation .aaabar {
	margin-bottom: 0
}

.top-navigation .aaa>li>a {
	padding: 15px 20px;
	color: #676a6c
}

.top-navigation .aaa>li a:focus, .top-navigation .aaa>li a:hover {
	background: #fff;
	color: #0088E0
}

.top-navigation .aaa>li.active {
	background: #fff;
	border: none
}

.top-navigation .aaa>li.active>a {
	color: #0088E0
}

.top-navigation .aaabar-right {
	padding-right: 10px
}

.top-navigation .aaabar-nav .dropdown-menu {
	box-shadow: none;
	border: 1px solid #e7eaec
}

.top-navigation .dropdown-menu>li>a {
	margin: 0;
	padding: 7px 20px
}

.aaabar .dropdown-menu {
	margin-top: 0
}

.top-navigation .aaabar-brand {
	background: #0088E0;
	color: #fff;
	padding: 15px 25px
}

.top-navigation .aaabar-top-links li:last-child {
	margin-right: 0
}

.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
	.canvas-menu #page-wrapper, .mini-navbar .top-navigation #page-wrapper,
	.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
	.top-navigation.mini-navbar #page-wrapper {
	margin: 0
}

.fixed-nav #wrapper.top-navigation, .top-navigation.fixed-nav #wrapper {
	margin-top: 50px
}

.top-navigation .footer.fixed {
	margin-left: 0 !important
}

.top-navigation .wrapper.wrapper-content {
	padding: 40px
}

.body-small .top-navigation .wrapper.wrapper-content, .top-navigation.body-small .wrapper.wrapper-content
	{
	padding: 40px 0
}

.aaabar-toggle {
	background-color: #0088E0;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px
}

.top-navigation .aaabar-nav .open .dropdown-menu .dropdown-header,
	.top-navigation .aaabar-nav .open .dropdown-menu>li>a {
	padding: 10px 15px 10px 20px
}

@media ( max-width :768px) {
	.top-navigation .aaabar-header {
		display: block;
		float: none
	}
}

.menu-visible-lg, .menu-visible-md {
	display: none !important
}

@media ( min-width :1200px) {
	.menu-visible-lg {
		display: block !important
	}
}

@media ( min-width :992px) {
	.menu-visible-md {
		display: block !important
	}
}

@media ( max-width :767px) {
	.menu-visible-lg, .menu-visible-md {
		display: block !important
	}
}

/* .btn {
	border-radius: 3px
} */

.float-e-margins .btn {
	margin-bottom: 5px
}

.btn-w-m {
	min-width: 120px
}

.btn-primary.btn-outline {
	color: #0088E0
}

.btn-success.btn-outline {
	color: #1c84c6
}

.btn-info.btn-outline {
	color: #23c6c8
}

.btn-warning.btn-outline {
	color: #f8ac59
}

.btn-danger.btn-outline {
	color: #ed5565
}

.btn-danger.btn-outline:hover, .btn-info.btn-outline:hover, .btn-primary.btn-outline:hover,
	.btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
	color: #fff
}

.btn-primary {
	background-color: #0088E0;
	border-color: #0088E0;
	color: #fff
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus,
	.btn-primary:hover, .open .dropdown-toggle.btn-primary {
	background-color: #0088E0;
	border-color: #0088E0;
	color: #fff
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active,
	.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
	fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary:hover {
	background-color: #1dc5a3;
	border-color: #1dc5a3
}

.btn-success {
	background-color: #1c84c6;
	border-color: #1c84c6;
	color: #fff
}

.btn-success.active, .btn-success:active, .btn-success:focus,
	.btn-success:hover, .open .dropdown-toggle.btn-success {
	background-color: #1a7bb9;
	border-color: #1a7bb9;
	color: #fff
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active,
	.btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover,
	.btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus,
	.btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active,
	fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus,
	fieldset[disabled] .btn-success:hover {
	background-color: #1f90d8;
	border-color: #1f90d8
}

.btn-info {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #fff
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover,
	.open .dropdown-toggle.btn-info {
	background-color: #21b9bb;
	border-color: #21b9bb;
	color: #fff
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.active[disabled], .btn-info.disabled, .btn-info.disabled.active,
	.btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover,
	.btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus,
	.btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active,
	fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
	background-color: #26d7d9;
	border-color: #26d7d9
}

.btn-warning {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #fff
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus,
	.btn-warning:hover, .open .dropdown-toggle.btn-warning {
	background-color: #f7a54a;
	border-color: #f7a54a;
	color: #fff
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.active[disabled], .btn-warning.disabled, .btn-warning.disabled.active,
	.btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
	.btn-warning[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus,
	.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active,
	fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus,
	fieldset[disabled] .btn-warning:hover {
	background-color: #f9b66d;
	border-color: #f9b66d
}

.btn-danger {
	background-color: #ed5565;
	border-color: #ed5565;
	color: #fff
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
	.open .dropdown-toggle.btn-danger {
	background-color: #ec4758;
	border-color: #ec4758;
	color: #fff
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active,
	.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
	.btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus,
	.btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
	fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus,
	fieldset[disabled] .btn-danger:hover {
	background-color: #ef6776;
	border-color: #ef6776
}

.btn-link {
	color: inherit
}

.btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover,
	.open .dropdown-toggle.btn-link {
	color: #0088E0;
	text-decoration: none
}

.btn-link.active, .btn-link:active, .open .dropdown-toggle.btn-link {
	background-image: none
}

.btn-link.active[disabled], .btn-link.disabled, .btn-link.disabled.active,
	.btn-link.disabled:active, .btn-link.disabled:focus, .btn-link.disabled:hover,
	.btn-link[disabled], .btn-link[disabled]:active, .btn-link[disabled]:focus,
	.btn-link[disabled]:hover, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link.active,
	fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link:focus,
	fieldset[disabled] .btn-link:hover {
	color: #cacaca
}

.btn-white {
	color: inherit;
	background: #fff;
	border: 1px solid #e7eaec
}

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover,
	.open .dropdown-toggle.btn-white {
	color: inherit;
	border: 1px solid #d2d2d2
}

.btn-white.active, .btn-white:active {
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .15)
}

.btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-white {
	background-image: none
}

.btn-white.active[disabled], .btn-white.disabled, .btn-white.disabled.active,
	.btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover,
	.btn-white[disabled], .btn-white[disabled]:active, .btn-white[disabled]:focus,
	.btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active,
	fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus,
	fieldset[disabled] .btn-white:hover {
	color: #cacaca
}

.form-control, .form-control:focus, .has-error .form-control:focus,
	.has-success .form-control:focus, .has-warning .form-control:focus,
	.aaabar-collapse, .aaabar-form, .aaabar-form-custom .form-control:focus,
	.aaabar-form-custom .form-control:hover, .open .btn.dropdown-toggle,
	.panel, .popover, .progress, .progress-bar {
	box-shadow: none
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s
}

.btn-rounded {
	border-radius: 50px
}

.btn-large-dim {
	width: 90px;
	height: 90px;
	font-size: 42px
}

button.dim {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	margin-bottom: 20px !important
}

button.dim:active {
	top: 3px
}

button.btn-primary.dim {
	box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999
}

button.btn-primary.dim:active {
	box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999
}

button.btn-default.dim {
	box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999
}

button.btn-default.dim:active {
	box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999
}

button.btn-warning.dim {
	box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999
}

button.btn-warning.dim:active {
	box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999
}

button.btn-info.dim {
	box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999
}

button.btn-info.dim:active {
	box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999
}

button.btn-success.dim {
	box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999
}

button.btn-success.dim:active {
	box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999
}

button.btn-danger.dim {
	box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999
}

button.btn-danger.dim:active {
	box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999
}

button.dim:before {
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
	color: #fff;
	display: block;
	padding-top: 10px
}

button.dim:active:before {
	top: 7px;
	font-size: 50px
}

.label {
	font-size: 10px;
	padding: 3px 8px
}

.badge, .label {
	/* background-color: #d1dade; */
	color: #5e5e5e;
	font-weight: 600;
	text-shadow: none
}

.badge {
	font-size: 11px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px
}

.badge-primary, .label-primary {
	background-color: #0088E0;
	color: #fff
}

.badge-success, .label-success {
	background-color: #1c84c6;
	color: #fff
}

.badge-warning, .badge-warning-light, .label-warning,
	.label-warning-light {
	background-color: #f8ac59;
	color: #fff
}

.badge-danger, .label-danger {
	background-color: #ed5565;
	color: #fff
}

.badge-info, .label-info {
	background-color: #23c6c8;
	color: #fff
}

.badge-inverse, .label-inverse {
	background-color: #262626;
	color: #fff
}

.badge-white, .label-white {
	background-color: #fff;
	color: #5e5e5e
}

.badge-disable, .label-white {
	background-color: #2a2e36;
	color: #8b91a0
}

.onoffswitch {
	width: 64px
}

.onoffswitch-label {
	border-radius: 2px
}

.onoffswitch-inner:after, .onoffswitch-inner:before {
	height: 20px;
	line-height: 20px;
	font-size: 12px
}

.onoffswitch-inner:before {
	padding-left: 10px
}

.onoffswitch-inner:after {
	padding-right: 10px;
	color: #999
}

.onoffswitch-switch {
	width: 20px;
	border-radius: 2px;
	right: 44px
}

.chosen-container-single .chosen-single {
	background: #fff;
	box-shadow: none;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #cbd5dd;
	border-radius: 2px;
	cursor: text;
	height: auto !important;
	margin: 0;
	min-height: 30px;
	overflow: hidden;
	padding: 4px 12px;
	position: relative;
	width: 100%
}

.chosen-container-multi .chosen-choices li.search-choice {
	background: #f1f1f1;
	border: 1px solid #ededed;
	border-radius: 2px;
	box-shadow: none;
	color: #333;
	cursor: default;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	background-color: #f4f4f4;
	border-color: #ddd;
	color: inherit;
	cursor: default;
	z-index: 2
}

.pagination>li>a, .pagination>li>span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: inherit;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none
}

.tooltip-inner {
	background-color: #2f4050
}

.tooltip.top .tooltip-arrow {
	border-top-color: #2f4050
}

.tooltip.right .tooltip-arrow {
	border-right-color: #2f4050
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2f4050
}

.tooltip.left .tooltip-arrow {
	border-left-color: #2f4050
}

.easypiechart {
	position: relative;
	text-align: center
}

.easypiechart .h2 {
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block
}

.easypiechart canvas {
	top: 0;
	left: 0
}

.easypiechart .easypie-text {
	line-height: 1;
	position: absolute;
	top: 33px;
	width: 100%;
	z-index: 1
}

.easypiechart img {
	margin-top: -4px
}

.jqstooltip {
	box-sizing: content-box
}

.fc-state-default {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	box-shadow: none;
	color: #333;
	text-shadow: none;
	border: 1px solid
}

.fc-button {
	color: inherit;
	border: 1px solid #e7eaec;
	cursor: pointer;
	display: inline-block;
	height: 1.9em;
	line-height: 1.9em;
	overflow: hidden;
	padding: 0 .6em;
	position: relative;
	white-space: nowrap
}

.fc-state-active {
	background-color: #0088E0;
	border-color: #0088E0;
	color: #fff
}

.fc-header-title h2 {
	font-size: 16px;
	font-weight: 600;
	color: inherit
}

.fc-content .fc-widget-content, .fc-content .fc-widget-header {
	border-color: #e7eaec;
	font-weight: 400
}

.fc-border-separate tbody {
	background-color: #f8f8f8
}

.fc-state-highlight {
	background: none repeat scroll 0 0 #fcf8e3
}

.external-event {
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 5px
}

.external-event, .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start
	{
	border-radius: 2px
}

.fc-agenda .fc-event-time, .fc-event, .fc-event a {
	padding: 4px 6px;
	background-color: #0088E0;
	border-color: #0088E0
}

.fc-event-time, .fc-event-title {
	color: #717171;
	padding: 0 1px
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
	color: #fff
}

.chat-activity-list .chat-element {
	border-bottom: 1px solid #e7eaec
}

.chat-element:first-child {
	margin-top: 0
}

.chat-element {
	padding-bottom: 15px
}

.chat-element, .chat-element .media {
	margin-top: 15px
}

.chat-element, .media-body {
	overflow: hidden
}

.media-body {
	display: block;
	width: auto
}

.chat-element>.pull-left {
	margin-right: 10px
}

.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
	width: 38px;
	height: 38px
}

.chat-element .well {
	border: 1px solid #e7eaec;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 16px
}

.chat-element .actions {
	margin-top: 10px
}

.chat-element .photos {
	margin: 10px 0
}

.right.chat-element>.pull-right {
	margin-left: 10px
}

.chat-photo {
	max-height: 180px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b3a9a9
}

.chat li.left .chat-body {
	margin-left: 60px
}

.chat li.right .chat-body {
	margin-right: 60px
}

.chat li .chat-body p {
	margin: 0;
	color: #777
}

.chat .glyphicon, .panel .slidedown .glyphicon {
	margin-right: 5px
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover
	{
	background-color: #0088E0;
	border-color: #0088E0;
	color: #fff;
	z-index: 2
}

.list-group-item-heading {
	margin-top: 10px
}

.list-group-item-text {
	margin: 0 0 10px;
	color: inherit;
	font-size: 12px;
	line-height: inherit
}

.no-padding .list-group-item {
	border-left: none;
	border-right: none;
	border-bottom: none
}

.no-padding .list-group-item:first-child {
	border: none
}

.no-padding .list-group {
	margin-bottom: 0
}

.list-group-item {
	background-color: inherit;
	border: 1px solid #e7eaec;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative
}

.elements-list .list-group-item {
	border-left: none;
	border-right: none;
	padding: 15px 25px
}

.elements-list .list-group-item:first-child {
	border-left: none;
	border-right: none;
	border-top: none !important
}

.elements-list .list-group {
	margin-bottom: 0
}

.elements-list a {
	color: inherit
}

.elements-list .list-group-item.active, .elements-list .list-group-item:hover
	{
	background: #f3f3f4;
	color: inherit;
	border-color: #e7eaec;
	border-radius: 0
}

.elements-list li.active {
	-webkit-transition: none;
	transition: none
}

.element-detail-box {
	padding: 25px
}

.flot-chart {
	display: block;
	height: 200px
}

.widget .flot-chart.dashboard-chart {
	display: block;
	height: 120px;
	margin-top: 40px
}

.flot-chart.dashboard-chart {
	display: block;
	height: 180px;
	margin-top: 40px
}

.flot-chart-content {
	width: 100%;
	height: 100%
}

.flot-chart-pie-content {
	width: 200px;
	height: 200px;
	margin: auto
}

.jqstooltip {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	visibility: hidden;
	background: #2b303a;
	background-color: rgba(43, 48, 58, .8);
	white-space: nowrap;
	z-index: 10000;
	padding: 5px;
	min-height: 22px;
	border-radius: 3px
}

.jqsfield, .jqstooltip {
	color: #fff;
	text-align: left
}

.h-200 {
	min-height: 200px
}

.legendLabel {
	padding-left: 5px
}

.stat-list li:first-child {
	margin-top: 0
}

.stat-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.stat-percent {
	float: right
}

.stat-list li {
	margin-top: 15px;
	position: relative
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc,
	table.dataTable thead .sorting_desc_disabled {
	background: transparent
}

table.dataTable thead .sorting_asc:after {
	float: right;
	font-family: fontawesome
}

table.dataTable thead .sorting_desc:after {
	content: "\F0DD";
	float: right;
	font-family: fontawesome
}

table.dataTable thead .sorting:after {
	content: "\F0DC";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5)
}

.dataTables_wrapper {
	padding-bottom: 30px
}

.img-circle {
	border-radius: 50%
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important
}

.show-grid {
	margin: 15px 0
}

.css-animation-box h1 {
	font-size: 44px
}

.animation-efect-links a {
	padding: 4px 6px;
	font-size: 12px
}

#animation_box {
	background-color: #f9f8f8;
	border-radius: 16px;
	width: 80%;
	margin: 0 auto;
	padding-top: 80px
}

.animation-text-box {
	margin-top: 40px
}

.animation-text-box, .animation-text-info {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px
}

.animation-text-info {
	margin-top: -60px;
	font-size: 10px
}

.animation-text-box h2 {
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 5px
}

.animation-text-box p {
	font-size: 12px;
	text-transform: uppercase
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pace .pace-progress {
	background: #0088E0;
	position: fixed;
	z-index: 2000;
	top: 0;
	width: 100%;
	height: 2px
}

.pace-inactive {
	display: none
}

.widget {
	border-radius: 5px;
	padding: 15px 20px;
	margin-bottom: 10px;
	margin-top: 10px
}

.widget.style1 h2 {
	font-size: 30px
}

.widget h2, .widget h3 {
	margin-top: 5px;
	margin-bottom: 0
}

.widget-text-box {
	padding: 20px;
	border: 1px solid #e7eaec;
	background: #fff
}

.widget-head-color-box {
	border-radius: 5px 5px 0 0;
	margin-top: 10px
}

.widget .flot-chart {
	height: 100px
}

.vertical-align div {
	display: inline-block;
	vertical-align: middle
}

.vertical-align h2, .vertical-align h3 {
	margin: 0
}

.todo-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.todo-list.small-list {
	font-size: 12px
}

.todo-list.small-list>li {
	background: #f3f3f4;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	color: inherit;
	margin-bottom: 2px;
	padding: 6px 6px 6px 12px
}

.todo-list.small-list .btn-group-xs>.btn, .todo-list.small-list .btn-xs
	{
	border-radius: 5px;
	font-size: 10px;
	line-height: 1.5;
	padding: 1px 2px 1px 5px
}

.todo-list>li {
	background: #f3f3f4;
	border-left: 6px solid #e7eaec;
	border-right: 6px solid #e7eaec;
	border-radius: 4px;
	color: inherit;
	margin-bottom: 2px;
	padding: 10px
}

.todo-list .handle {
	cursor: move;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px
}

.todo-list>li .label {
	font-size: 9px;
	margin-left: 10px
}

.check-link {
	font-size: 16px
}

.todo-completed {
	text-decoration: line-through
}

.geo-statistic h1 {
	font-size: 36px;
	margin-bottom: 0
}

.glyphicon.fa {
	font-family: FontAwesome
}

.inline {
	display: inline-block !important
}

.input-s-sm {
	width: 120px
}

.input-s {
	width: 200px
}

.input-s-lg {
	width: 250px
}

.i-checks {
	padding-left: 0
}

.form-control, .single-line {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s
		ease-in-out 0s;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s
		ease-in-out 0s;
	width: 100%;
	font-size: 14px
}

.form-control:focus, .single-line:focus {
	border-color: #0088E0 !important
}

.has-success .form-control {
	border-color: #0088E0
}

.has-warning .form-control {
	border-color: #f8ac59
}

.has-error .form-control {
	border-color: #ed5565
}

.has-success .control-label {
	color: #0088E0
}

.has-warning .control-label {
	color: #f8ac59
}

.has-error .control-label {
	color: #ed5565
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 6px 12px;
	text-align: center
}

.spinner-buttons.input-group-btn .btn-xs {
	line-height: 1.13
}

.spinner-buttons.input-group-btn {
	width: 20%
}

.noUi-connect {
	background: none repeat scroll 0 0 #0088E0;
	box-shadow: none
}

.slider_red .noUi-connect {
	background: none repeat scroll 0 0 #ed5565;
	box-shadow: none
}

.ui-sortable .ibox-title {
	cursor: move
}

.ui-sortable-placeholder {
	border: 1px dashed #cecece !important;
	visibility: visible !important;
	background: #e7eaec
}

.ibox.ui-sortable-placeholder {
	margin: 0 0 23px !important
}

.tabs-container .panel-body {
	background: #fff;
	border: 1px solid #e7eaec;
	border-radius: 2px;
	padding: 20px;
	position: relative
}

.tabs-container .aaa-tabs>li.active>a, .tabs-container .aaa-tabs>li.active>a:focus,
	.tabs-container .aaa-tabs>li.active>a:hover {
	background-color: #fff
}

.tabs-container .aaa-tabs>li {
	float: left;
	margin-bottom: -1px
}

.tabs-container .aaa-tabs>li.active>a, .tabs-container .aaa-tabs>li.active>a:focus,
	.tabs-container .aaa-tabs>li.active>a:hover {
	border: 1px solid #e7eaec;
	border-bottom-color: transparent
}

.tabs-container .aaa-tabs {
	border-bottom: 1px solid #e7eaec
}

.tabs-container .tab-pane .panel-body {
	border-top: none
}

.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body
	{
	border-top: 1px solid #e7eaec
}

.tabs-container .aaa-tabs>li a:hover {
	background: transparent;
	border-color: transparent
}

.tabs-container .tabs-below>.aaa-tabs, .tabs-container .tabs-left>.aaa-tabs,
	.tabs-container .tabs-right>.aaa-tabs {
	border-bottom: 0
}

.tabs-container .tabs-left .panel-body {
	position: static
}

.tabs-container .tabs-left>.aaa-tabs, .tabs-container .tabs-right>.aaa-tabs
	{
	width: 20%
}

.tabs-container .tabs-left .panel-body {
	width: 80%;
	margin-left: 20%
}

.tabs-container .tabs-right .panel-body {
	width: 80%;
	margin-right: 20%
}

.tabs-container .pill-content>.pill-pane, .tabs-container .tab-content>.tab-pane
	{
	display: none
}

.tabs-container .pill-content>.active, .tabs-container .tab-content>.active
	{
	display: block
}

.tabs-container .tabs-below>.aaa-tabs {
	border-top: 1px solid #e7eaec
}

.tabs-container .tabs-below>.aaa-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-container .tabs-below>.aaa-tabs>li>a {
	border-radius: 0 0 4px 4px
}

.tabs-container .tabs-below>.aaa-tabs>li>a:focus, .tabs-container .tabs-below>.aaa-tabs>li>a:hover
	{
	border-top-color: #e7eaec;
	border-bottom-color: transparent
}

.tabs-container .tabs-left>.aaa-tabs>li, .tabs-container .tabs-right>.aaa-tabs>li
	{
	float: none
}

.tabs-container .tabs-left>.aaa-tabs>li>a, .tabs-container .tabs-right>.aaa-tabs>li>a
	{
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px
}

.tabs-container .tabs-left>.aaa-tabs {
	float: left;
	margin-right: 19px
}

.tabs-container .tabs-left>.aaa-tabs>li>a {
	margin-right: -1px;
	border-radius: 4px 0 0 4px
}

.tabs-container .tabs-left>.aaa-tabs .active>a, .tabs-container .tabs-left>.aaa-tabs .active>a:focus,
	.tabs-container .tabs-left>.aaa-tabs .active>a:hover {
	border-color: #e7eaec transparent #e7eaec #e7eaec;
	*border-right-color: #fff
}

.tabs-container .tabs-right>.aaa-tabs {
	float: right;
	margin-left: 19px
}

.tabs-container .tabs-right>.aaa-tabs>li>a {
	margin-left: -1px;
	border-radius: 0 4px 4px 0
}

.tabs-container .tabs-right>.aaa-tabs .active>a, .tabs-container .tabs-right>.aaa-tabs .active>a:focus,
	.tabs-container .tabs-right>.aaa-tabs .active>a:hover {
	border-color: #e7eaec #e7eaec #e7eaec transparent;
	*border-left-color: #fff;
	z-index: 1
}

.onoffswitch {
	position: relative;
	width: 54px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.onoffswitch-checkbox {
	display: none
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #0088E0;
	border-radius: 3px
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after, .onoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 16px;
	padding: 0;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	box-sizing: border-box
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 7px;
	background-color: #0088E0;
	color: #fff
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 7px;
	background-color: #fff;
	color: #919191;
	text-align: right
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 0;
	background: #fff;
	border: 2px solid #0088E0;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	-webkit-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0
}

.dd {
	font-size: 13px;
	line-height: 20px
}

.dd, .dd-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.dd-list .dd-list {
	padding-left: 30px
}

.dd-collapsed .dd-list {
	display: none
}

.dd-empty, .dd-item, .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px
}

.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	border: 1px solid #e7eaec;
	background: #f5f5f5;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dd-handle span {
	font-weight: 700
}

.dd-handle:hover {
	background: #f0f0f0;
	cursor: pointer;
	font-weight: 700
}

.dd-item>button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: 700
}

.dd-item>button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
	content: "-"
}

#nestable2 .dd-item>button {
	font-family: FontAwesome;
	height: 34px;
	width: 33px;
	color: #c1c1c1
}

#nestable2 .dd-item>button:before {
	content: "\F067"
}

#nestable2 .dd-item>button[data-action=collapse]:before {
	content: "\F068"
}

.dd-empty, .dd-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%,
		#fff 0, #fff),
		-webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%,
		#fff 0, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0,
		#fff),
		linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0,
		#fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}

.dd-dragel {
	position: absolute;
	z-index: 9999;
	pointer-events: none
}

.dd-dragel>.dd-item .dd-handle {
	margin-top: 0
}

.dd-dragel .dd-handle {
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd
}

#nestable-menu {
	padding: 0;
	margin: 10px 0 20px
}

#nestable2-output, #nestable-output {
	width: 100%;
	font-size: .75em;
	line-height: 1.333333em;
	font-family: lucida grande, lucida sans unicode, helvetica, arial,
		sans-serif;
	padding: 5px
}

#nestable2 .dd-handle {
	color: inherit;
	border: 1px dashed #e7eaec;
	background: #f3f3f4;
	padding: 10px
}

#nestable2 span.label {
	margin-right: 10px
}

#nestable2-output, #nestable-output {
	font-size: 12px;
	padding: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.CodeMirror {
	border: 1px solid #eee;
	height: auto
}

.CodeMirror-scroll {
	overflow-y: hidden;
	overflow-x: auto
}

.google-map {
	height: 300px
}

label.error {
	color: #cc5965;
	display: inline-block;
	margin-left: 5px
}

.form-control.error {
	border: 1px dotted #cc5965
}

.gridStyle {
	width: 100%;
	height: 400px
}

.gridStyle, .gridStyle2 {
	border: 1px solid #d4d4d4
}

.gridStyle2 {
	width: 500px;
	height: 300px
}

.ngH eaderCell {
	border-bottom: 1px solid #e7eaec
}

.ngCell, .ngH eaderCell {
	border-right: none
}

.ngTopPanel {
	background: #f5f5f6
}

.ngRow.even {
	background: #f9f9f9
}

.ngRow.selected {
	background: #ebf2f1
}

.ngRow {
	border-bottom: 1px solid #e7eaec
}

.ngCell {
	background-color: transparent
}

.ngHeaderCell {
	border-right: none
}

#toast-container>.toast {
	background-image: none !important
}

#toast-container>.toast:before {
	position: fixed;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 24px;
	float: left;
	color: #fff;
	padding-right: .5em;
	margin: auto .5em auto -1.5em
}

#toast-container>div {
	box-shadow: 0 0 3px #999;
	opacity: .9;
	-ms-filter: alpha(opacity = 90);
	filter: alpha(opacity = 90)
}

#toast-container>:hover {
	box-shadow: 0 0 4px #999;
	opacity: 1;
	-ms-filter: alpha(opacity = 100);
	filter: alpha(opacity = 100);
	cursor: pointer
}

.toast, .toast-success {
	background-color: #0088E0
}

.toast-error {
	background-color: #ed5565
}

.toast-info {
	background-color: #23c6c8
}

.toast-warning {
	background-color: #f8ac59
}

.toast-top-full-width {
	margin-top: 20px
}

.toast-bottom-full-width {
	margin-bottom: 20px
}

.img-container, .img-preview {
	overflow: hidden;
	text-align: center;
	width: 100%
}

.img-preview-sm {
	height: 130px;
	width: 200px
}

.forum-post-container .media {
	margin: 10px;
	padding: 20px 10px;
	border-bottom: 1px solid #f1f1f1
}

.forum-avatar {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 110px
}

.forum-avatar .img-circle {
	height: 48px;
	width: 48px
}

.author-info {
	color: #676a6c;
	font-size: 11px;
	margin-top: 5px;
	text-align: center
}

.forum-post-info {
	padding: 9px 12px 6px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1
}

.media-body>.media {
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #f1f1f1
}

.forum-post-container .media-body .photos {
	margin: 10px 0
}

.forum-photo {
	max-width: 140px;
	border-radius: 3px
}

.media-body>.media .forum-avatar {
	width: 70px;
	margin-right: 10px
}

.media-body>.media .forum-avatar .img-circle {
	height: 38px;
	width: 38px
}

.mid-icon {
	font-size: 66px
}

.forum-item {
	margin: 10px 0;
	padding: 10px 0 20px;
	border-bottom: 1px solid #f1f1f1
}

.views-number {
	font-size: 24px;
	line-height: 18px;
	font-weight: 400
}

.forum-container, .forum-post-container {
	padding: 30px !important
}

.forum-item small {
	color: #999
}

.forum-item .forum-sub-title {
	color: #999;
	margin-left: 50px
}

.forum-title {
	margin: 15px 0
}

.forum-info {
	text-align: center
}

.forum-desc {
	color: #999
}

.forum-icon {
	float: left;
	width: 30px;
	margin-right: 20px;
	text-align: center
}

a.forum-item-title {
	color: inherit;
	display: block;
	font-size: 18px;
	font-weight: 600
}

a.forum-item-title:hover {
	color: inherit
}

.forum-icon .fa {
	font-size: 30px;
	margin-top: 8px;
	color: #9b9b9b
}

.forum-item.active .fa, .forum-item.active a.forum-item-title {
	color: #0088E0
}

@media ( max-width :992px) {
	.forum-info {
		margin: 15px 0 10px;
		display: none
	}
	.forum-desc {
		float: none !important
	}
}

.vertical-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto
}

.vertical-container:after {
	content: "";
	display: table;
	clear: both
}

#vertical-timeline {
	position: relative;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em
}

#vertical-timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #f1f1f1
}

/* .vertical-timeline-content .btn {
	float: right
} */

#vertical-timeline.light-timeline:before {
	background: #e7eaec
}

.dark-timeline .vertical-timeline-content:before {
	border-color: transparent #f5f5f5 transparent transparent
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
	border-color: transparent transparent transparent #f5f5f5
}

.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
	.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before
	{
	border-color: transparent #f5f5f5 transparent transparent
}

.dark-timeline.center-orientation .vertical-timeline-content,
	.dark-timeline .vertical-timeline-content {
	background: #f5f5f5
}

@media only screen and (min-width:1170px) {
	#vertical-timeline.center-orientation {
		margin-top: 3em;
		margin-bottom: 3em
	}
	#vertical-timeline.center-orientation:before {
		left: 50%;
		margin-left: -2px
	}
}

@media only screen and (max-width:1170px) {
	.center-orientation.dark-timeline .vertical-timeline-content:before {
		border-color: transparent #f5f5f5 transparent transparent
	}
}

.vertical-timeline-block {
	position: relative;
	margin: 2em 0
}

.vertical-timeline-block:after {
	content: "";
	display: table;
	clear: both
}

.vertical-timeline-block:first-child {
	margin-top: 0
}

.vertical-timeline-block:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:1170px) {
	.center-orientation .vertical-timeline-block {
		margin: 4em 0
	}
	.center-orientation .vertical-timeline-block:first-child {
		margin-top: 0
	}
	.center-orientation .vertical-timeline-block:last-child {
		margin-bottom: 0
	}
}

.vertical-timeline-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	border: 3px solid #f1f1f1;
	text-align: center
}

.vertical-timeline-icon i {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -9px
}

@media only screen and (min-width:1170px) {
	.center-orientation .vertical-timeline-icon {
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		font-size: 19px
	}
	.center-orientation .vertical-timeline-icon i {
		margin-left: -12px;
		margin-top: -10px
	}
	.center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
		visibility: hidden
	}
}

.vertical-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fff;
	border-radius: .25em;
	padding: 1em
}

.vertical-timeline-content:after {
	content: "";
	display: table;
	clear: both
}

.vertical-timeline-content h2 {
	font-weight: 400;
	margin-top: 4px
}

.vertical-timeline-content p {
	margin: 1em 0;
	line-height: 1.6
}

.vertical-timeline-content .vertical-date {
	float: left;
	font-weight: 500
}

.vertical-date small {
	color: #0088E0;
	font-weight: 400
}

.vertical-timeline-content:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff
}

@media only screen and (min-width:768px) {
	.vertical-timeline-content h2 {
		font-size: 18px
	}
	.vertical-timeline-content p {
		font-size: 13px
	}
}

@media only screen and (min-width:1170px) {
	.center-orientation .vertical-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%
	}
	.center-orientation .vertical-timeline-content:before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #fff
	}
	.center-orientation .vertical-timeline-content .btn {
		float: left
	}
	.center-orientation .vertical-timeline-content .vertical-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 2px;
		font-size: 14px
	}
	.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content
		{
		float: right
	}
	.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before
		{
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #fff
	}
	.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content .btn
		{
		float: right
	}
	.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content .vertical-date
		{
		left: auto;
		right: 122%;
		text-align: right
	}
	.center-orientation .cssanimations .vertical-timeline-content.is-hidden
		{
		visibility: hidden
	}
}

.sidebard-panel {
	width: 220px;
	background: #ebebed;
	padding: 10px 20px;
	position: absolute;
	right: 0
}

.sidebard-panel .feed-element img.img-circle {
	width: 32px;
	height: 32px
}

.media-body, .sidebard-panel .feed-element, .sidebard-panel p {
	font-size: 12px
}

.sidebard-panel .feed-element {
	margin-top: 20px;
	padding-bottom: 0
}

.sidebard-panel .list-group {
	margin-bottom: 10px
}

.sidebard-panel .list-group .list-group-item {
	padding: 5px 0;
	font-size: 12px;
	border: 0
}

.sidebar-content .wrapper, .wrapper.sidebar-content {
	padding-right: 240px !important
}

#right-sidebar {
	background-color: #fff;
	border-left: 1px solid #e7eaec;
	border-top: 1px solid #e7eaec;
	overflow: hidden;
	position: fixed;
	top: 60px;
	width: 260px !important;
	z-index: 1009;
	bottom: 0;
	right: -260px
}

#right-sidebar.sidebar-open {
	right: 0
}

#right-sidebar.sidebar-open.sidebar-top {
	top: 0;
	border-top: none
}

.sidebar-container ul.aaa-tabs {
	border: none
}

.sidebar-container ul.aaa-tabs.aaas-4 li {
	width: 25%
}

.sidebar-container ul.aaa-tabs.aaas-3 li {
	width: 33.3333%
}

.sidebar-container ul.aaa-tabs.aaas-2 li {
	width: 50%
}

.sidebar-container ul.aaa-tabs li {
	border: none
}

.sidebar-container ul.aaa-tabs li a {
	border: none;
	padding: 12px 10px;
	margin: 0;
	border-radius: 0;
	background: #2f4050;
	color: #fff;
	text-align: center;
	border-right: 1px solid #334556
}

.sidebar-container ul.aaa-tabs li.active a {
	border: none;
	background: #f9f9f9;
	color: #676a6c;
	font-weight: 700
}

.sidebar-container .aaa-tabs>li.active>a:focus, .sidebar-container .aaa-tabs>li.active>a:hover
	{
	border: none
}

.sidebar-container ul.sidebar-list {
	margin: 0;
	padding: 0
}

.sidebar-container ul.sidebar-list li {
	border-bottom: 1px solid #e7eaec;
	padding: 15px 20px;
	list-style: none;
	font-size: 12px
}

.sidebar-container .sidebar-message:nth-child(2n+2) {
	background: #f9f9f9
}

.sidebar-container ul.sidebar-list li a {
	text-decoration: none;
	color: inherit
}

.sidebar-container .sidebar-content {
	padding: 15px 20px;
	font-size: 12px
}

.sidebar-container .sidebar-title {
	background: #f9f9f9;
	padding: 20px;
	border-bottom: 1px solid #e7eaec
}

.sidebar-container .sidebar-title h3 {
	margin-bottom: 3px;
	padding-left: 2px
}

.sidebar-container .tab-content h4 {
	margin-bottom: 5px
}

.sidebar-container .sidebar-message>a>.pull-left {
	margin-right: 10px
}

.sidebar-container .sidebar-message>a {
	text-decoration: none;
	color: inherit
}

.sidebar-container .sidebar-message {
	padding: 15px 20px
}

.sidebar-container .sidebar-message .message-avatar {
	height: 38px;
	width: 38px;
	border-radius: 50%
}

.sidebar-container .setings-item {
	padding: 15px 20px;
	border-bottom: 1px solid #e7eaec
}

body {
	font-family: open sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #676a6c;
	/* overflow-x: hidden */
}

body, body.full-height-layout #page-wrapper, body.full-height-layout #wrapper
	{
	height: 100%
}

#page-wrapper {
	min-height: auto
}

body.boxed-layout {
	background: url(../images/shattered-ea231622.png)
}

body.boxed-layout #wrapper {
	background-color: #2f4050;
	max-width: 1500px;
	margin: 0 auto
}

.boxed-layout #wrapper.top-navigation, .top-navigation.boxed-layout #wrapper
	{
	max-width: 1300px !important
}

.block, .clear {
	display: block
}

.clear {
	overflow: hidden
}

a {
	cursor: pointer
}

a:focus, a:hover {
	text-decoration: none
}

.border-bottom {
	border-bottom: 1px solid #e7eaec !important
}

.font-bold {
	font-weight: 600
}

.font-noraml {
	font-weight: 400
}

.text-uppercase {
	text-transform: uppercase
}

.b-r {
	border-right: 1px solid #e7eaec
}

.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin: 20px 0
}

.hr-line-solid {
	border-bottom: 1px solid #e7eaec;
	background-color: transparent;
	border-style: solid !important;
	margin-top: 15px;
	margin-bottom: 15px
}

video {
	width: 100% !important;
	height: auto !important
}

.gallery>.row>div {
	margin-bottom: 15px
}

.fancybox img {
	margin-bottom: 5px;
	width: 24%
}

.note-editor {
	height: auto !important;
	min-height: 100px;
	border: 1px solid #e5e6e7
}

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	outline: 0 none
}

.modal-dialog {
	z-index: 1200
}

.modal-body {
	padding: 20px 30px 30px
}

.inmodal .modal-body {
	background: #f8fafb
}

.inmodal .modal-header {
	padding: 30px 15px;
	text-align: center
}

.animated.modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.inmodal .modal-title {
	font-size: 26px
}

.inmodal .modal-icon {
	font-size: 84px;
	color: #e2e3e3
}

.modal-footer {
	margin-top: 0
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
	background-color: #2f4050
}

.wrapper {
	padding: 0 20px
}

.wrapper-content {
	padding: 20px
}

#page-wrapper {
	padding: 0 15px;
	position: inherit;
	margin: 0 0 0 220px
}

.title-action {
	text-align: right;
	padding-top: 30px
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4,
	.ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3,
	.ibox-title h4, .ibox-title h5 {
	margin-top: 5px
}

ol.unstyled, ul.unstyled {
	list-style: none outside none;
	margin-left: 0
}

.big-icon {
	font-size: 160px;
	color: #e5e6e7
}

.footer {
	background: none repeat scroll 0 0 #fff;
	border-top: 1px solid #e7eaec;
	overflow: hidden;
	padding: 10px 20px;
	margin: 0 -15px;
	height: 36px;
	display: none;
}

.footer.fixed, .footer.fixed_full {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 10px 20px;
	background: #fff;
	border-top: 1px solid #e7eaec
}

.footer.fixed {
	margin-left: 220px
}

body.body-small.mini-navbar .footer.fixed, body.mini-navbar .footer.fixed
	{
	margin: 0 0 0 70px
}

body.canvas-menu .footer.fixed, body.mini-navbar.canvas-menu .footer.fixed
	{
	margin: 0 !important
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
	margin: 0 0 0 220px
}

body.body-small .footer.fixed {
	margin-left: 0
}

.page-heading {
	border-top: 0;
	padding: 0 20px 20px
}

.panel-heading h1, .panel-heading h2 {
	margin-bottom: 5px
}

.content-tabs {
	position: relative;
	height: 42px;
	background: #fafafa;
	line-height: 40px
}

.content-tabs .roll-nav, .page-tabs-list {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #999;
	z-index: 2;
	top: 0
}

.content-tabs .roll-left {
	left: 0;
	border-right: 1px solid #eee
}

.content-tabs .roll-right {
	right: 0;
	border-left: 1px solid #eee
}

.content-tabs button {
	background: #fff;
	border: 0;
	height: 40px;
	width: 40px;
	outline: none
}

.content-tabs button:hover {
	background: #fafafa
}

nav.page-tabs {
	margin-left: 40px;
	width: 100000px;
	height: 40px;
	overflow: hidden
}

nav.page-tabs .page-tabs-content {
	float: left
}

.page-tabs a {
	display: block;
	float: left;
	border-right: 1px solid #eee;
	padding: 0 15px
}

.page-tabs a i:hover {
	color: #c00
}

.content-tabs .roll-nav:hover, .page-tabs a:hover {
	color: #777;
	background: #f2f2f2;
	cursor: pointer
}

.roll-right.J_tabRight {
	right: 80px
}

.roll-right.btn-group {
	right: 60px;
	width: 80px;
	padding: 0
}

.roll-right.btn-group button {
	width: 80px
}

.roll-right.J_tabExit {
	background: #fff;
	height: 40px;
	width: 60px;
	outline: none
}

.dropdown-menu-right {
	left: auto
}

#content-main {
	/* height: calc(100% - 150px); */
	overflow: hidden;
	height: calc(100% - 115px);
}

.fixed-nav #content-main {
	height: calc(100% - 80px);
	overflow: hidden
}

.table-bordered {
	border: 1px solid #ebebeb
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	background-color: #f5f5f6;
	border-bottom-width: 1px
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #e7e7e7
}

.table>thead>tr>th {
	border-bottom: 1px solid #ddd;
	vertical-align: bottom
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #e7eaec;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle
}

.panel.blank-panel {
	background: none;
	margin: 0
}

.blank-panel .panel-heading {
	padding-bottom: 0
}

.aaa-tabs>li.active>a, .aaa-tabs>li.active>a:focus, .aaa-tabs>li.active>a:hover
	{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none;
	border-color: #ddd #ddd transparent;
	border-bottom: #f3f3f4;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555;
	cursor: default
}

.aaa.aaa-tabs li {
	background: none;
	border: none
}

.aaa-tabs>li>a {
	color: #a7b1c2;
	font-weight: 600;
	padding: 10px 20px 10px 25px
}

.aaa-tabs>li>a:focus, .aaa-tabs>li>a:hover {
	background-color: #e6e6e6;
	color: #676a6c
}

.ui-tab .tab-content {
	padding: 20px 0
}

.no-padding {
	padding: 0 !important
}

.no-borders {
	border: none !important
}

.no-margins {
	margin: 0 !important
}

.no-top-border {
	border-top: 0 !important
}

.ibox-content.text-box {
	padding-bottom: 0;
	padding-top: 15px
}

.border-left-right {
	border-right: 1px solid #e7eaec
}

.border-left, .border-left-right {
	border-left: 1px solid #e7eaec;
	border-top: none;
	border-bottom: none
}

.border-left {
	border-right: none
}

.border-right {
	border-left: none;
	border-right: 1px solid #e7eaec;
	border-top: none;
	border-bottom: none
}

.full-width {
	width: 100% !important
}

.link-block {
	padding: 10px
}

.link-block, .aaa.aaabar-top-links .link-block a {
	font-size: 12px
}

.link-block a {
	font-size: 10px;
	color: inherit
}

body.mini-navbar .branding {
	display: none
}

img.circle-border {
	border: 6px solid #fff;
	border-radius: 50%
}

.branding {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 17px 20px;
	text-align: center;
	background-color: #0088E0
}

.login-panel {
	margin-top: 25%
}

.page-header {
	padding: 20px 0 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee
}

.fontawesome-icon-list {
	margin-top: 22px
}

.fontawesome-icon-list .fa-hover a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #222;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px
}

.fontawesome-icon-list .fa-hover a .fa {
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

.fontawesome-icon-list .fa-hover a:hover {
	background-color: #1d9d74;
	color: #fff;
	text-decoration: none
}

.fontawesome-icon-list .fa-hover a:hover .fa {
	font-size: 30px;
	vertical-align: -6px
}

.fontawesome-icon-list .fa-hover a:hover .text-muted {
	color: #bbe2d5
}

.feature-list .col-md-4 {
	margin-bottom: 22px
}

.feature-list h4 .fa:before {
	vertical-align: -10%;
	font-size: 28px;
	display: inline-block;
	width: 1.07142857em;
	text-align: center;
	margin-right: 5px
}

.ui-draggable .ibox-title {
	cursor: move
}

.breadcrumb {
	background-color: #fff;
	padding: 0;
	margin-bottom: 0
}

.breadcrumb>.active, .breadcrumb>li a {
	color: inherit
}

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #ca4440;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap
}

.ibox {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0
}

.ibox.collapsed .ibox-content {
	display: none
}

.ibox.collapsed .fa.fa-chevron-up:before {
	content: "\F078"
}

.ibox.collapsed .fa.fa-chevron-down:before {
	content: "\F077"
}

.ibox:after, .ibox:before {
	display: table
}

.ibox-title {
	border: none;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 4px 0 0;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px
}

.ibox-content, .ibox-title {
	background-color: #fff;
	-webkit-border-image: none;
	-o-border-image: none;
	color: inherit
}

.ibox-content {
	padding: 15px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0
}

table.table-mail tr td {
	padding: 12px
}

.table-mail .check-mail {
	padding-left: 20px
}

.table-mail .mail-date {
	padding-right: 20px
}

.check-mail, .star-mail {
	width: 40px
}

.unread td, .unread td a {
	font-weight: 600;
	color: inherit
}

.read td, .read td a {
	font-weight: 400;
	color: inherit
}

.unread td {
	background-color: #f9f8f8
}

.ibox-content {
	clear: both
}

.ibox-heading {
	background-color: #f3f6fb;
	border-bottom: none
}

.ibox-heading h3 {
	font-weight: 200;
	font-size: 24px
}

.ibox-title h5 {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 7px;
	padding: 0;
	text-overflow: ellipsis;
	float: left
}

.ibox-title .label {
	float: left;
	margin-left: 4px
}

.ibox-tools {
	display: inline-block;
	float: right;
	margin-top: 0;
	position: relative;
	padding: 0
}

.ibox-tools a {
	cursor: pointer;
	margin-left: 5px;
	color: #c4c4c4
}

.ibox-tools a.btn-primary {
	color: #fff
}

.ibox-tools .dropdown-menu>li>a {
	padding: 4px 10px;
	font-size: 12px
}

.ibox .open>.dropdown-menu {
	left: auto;
	right: 0
}

.gray-bg {
	background-color: #f3f3f4
}

.white-bg {
	background-color: #fff
}

.aaay-bg {
	background-color: #0088E0;
	color: #fff
}

.blue-bg {
	background-color: #1c84c6;
	color: #fff
}

.lazur-bg {
	background-color: #23c6c8;
	color: #fff
}

.yellow-bg {
	background-color: #f8ac59;
	color: #fff
}

.red-bg {
	background-color: #ed5565;
	color: #fff
}

.black-bg {
	background-color: #262626
}

.panel-primary {
	border-color: #0088E0
}

.panel-primary>.panel-heading {
	background-color: #0088E0;
	border-color: #0088E0
}

.panel-success {
	border-color: #1c84c6
}

.panel-success>.panel-heading {
	background-color: #1c84c6;
	border-color: #1c84c6;
	color: #fff
}

.panel-info {
	border-color: #23c6c8
}

.panel-info>.panel-heading {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #fff
}

.panel-warning {
	border-color: #f8ac59
}

.panel-warning>.panel-heading {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #fff
}

.panel-danger {
	border-color: #ed5565
}

.panel-danger>.panel-heading {
	background-color: #ed5565;
	border-color: #ed5565;
	color: #fff
}

.progress-bar {
	background-color: #0088E0
}

.progress-small, .progress-small .progress-bar {
	height: 10px
}

.progress-mini, .progress-small {
	margin-top: 5px
}

.progress-mini, .progress-mini .progress-bar {
	height: 5px;
	margin-bottom: 0
}

.progress-bar-navy-light {
	background-color: #3dc7ab
}

.progress-bar-success {
	background-color: #1c84c6
}

.progress-bar-info {
	background-color: #23c6c8
}

.progress-bar-warning {
	background-color: #f8ac59
}

.progress-bar-danger {
	background-color: #ed5565
}

.panel-title {
	font-size: inherit
}

.jumbotron {
	border-radius: 6px;
	padding: 40px
}

.jumbotron h1 {
	margin-top: 0
}

.text-navy {
	color: #0088E0
}

.text-primary {
	color: inherit
}

.text-success {
	color: #1c84c6
}

.text-info {
	color: #23c6c8
}

.text-warning {
	color: #f8ac59
}

.text-danger {
	color: #ed5565
}

.text-muted {
	color: #888
}

.simple_tag {
	background-color: #f3f3f4;
	border: 1px solid #e7eaec;
	border-radius: 2px;
	color: inherit;
	font-size: 10px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px 12px;
	display: inline-block
}

.img-shadow {
	box-shadow: 0 0 3px 0 #919191
}

.ComposeEmail .aaabar.aaabar-static-top, .Dashboard_2 .aaabar.aaabar-static-top,
	.Dashboard_3 .aaabar.aaabar-static-top, .Dashboard_4_1 .aaabar.aaabar-static-top,
	.dashboards\.dashboard_2 nav.aaabar, .dashboards\.dashboard_3 nav.aaabar,
	.dashboards\.dashboard_4_1 nav.aaabar, .EmailView .aaabar.aaabar-static-top,
	.Inbox .aaabar.aaabar-static-top, .mailbox\.email_compose nav.aaabar,
	.mailbox\.email_view nav.aaabar, .mailbox\.inbox nav.aaabar {
	background: #fff
}

a.close-canvas-menu {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1011;
	color: #a7b1c2
}

a.close-canvas-menu:hover {
	color: #fff
}

.full-height {
	height: 100%
}

.fh-breadcrumb {
	height: calc(100% - 196px);
	margin: 0 -15px;
	position: relative
}

.fh-no-breadcrumb {
	height: calc(100% - 99px);
	margin: 0 -15px;
	position: relative
}

.fh-column {
	background: #fff;
	height: 100%;
	width: 240px;
	float: left
}

.modal-backdrop {
	z-index: 2040 !important
}

.modal {
	z-index: 2050 !important
}

.spiner-example {
	height: 200px;
	padding-top: 70px
}

.p-xxs {
	padding: 5px
}

.p-xs {
	padding: 10px
}

.p-sm {
	padding: 15px
}

.p-m {
	padding: 20px
}

.p-md {
	padding: 25px
}

.p-lg {
	padding: 30px
}

.p-xl {
	padding: 40px
}

.m-xxs {
	margin: 2px 4px
}

.m-xs {
	margin: 5px
}

.m-sm {
	margin: 10px
}

.m {
	margin: 15px
}

.m-md {
	margin: 20px
}

.m-lg {
	margin: 30px
}

.m-xl {
	margin: 50px
}

.m-n {
	margin: 0 !important
}

.m-l-none {
	margin-left: 0
}

.m-l-xs {
	margin-left: 5px
}

.m-l-sm {
	margin-left: 10px
}

.m-l {
	margin-left: 15px
}

.m-l-md {
	margin-left: 20px
}

.m-l-lg {
	margin-left: 30px
}

.m-l-xl {
	margin-left: 40px
}

.m-l-n-xxs {
	margin-left: -1px
}

.m-l-n-xs {
	margin-left: -5px
}

.m-l-n-sm {
	margin-left: -10px
}

.m-l-n {
	margin-left: -15px
}

.m-l-n-md {
	margin-left: -20px
}

.m-l-n-lg {
	margin-left: -30px
}

.m-l-n-xl {
	margin-left: -40px
}

.m-t-none {
	margin-top: 0
}

.m-t-xxs {
	margin-top: 1px
}

.m-t-xs {
	margin-top: 5px
}

.m-t-sm {
	margin-top: 10px
}

.m-t {
	margin-top: 15px
}

.m-t-md {
	margin-top: 20px
}

.m-t-lg {
	margin-top: 30px
}

.m-t-xl {
	margin-top: 40px
}

.m-t-n-xxs {
	margin-top: -1px
}

.m-t-n-xs {
	margin-top: -5px
}

.m-t-n-sm {
	margin-top: -10px
}

.m-t-n {
	margin-top: -15px
}

.m-t-n-md {
	margin-top: -20px
}

.m-t-n-lg {
	margin-top: -30px
}

.m-t-n-xl {
	margin-top: -40px
}

.m-r-none {
	margin-right: 0
}

.m-r-xxs {
	margin-right: 1px
}

.m-r-xs {
	margin-right: 5px
}

.m-r-sm {
	margin-right: 10px
}

.m-r {
	margin-right: 15px
}

.m-r-md {
	margin-right: 20px
}

.m-r-lg {
	margin-right: 30px
}

.m-r-xl {
	margin-right: 40px
}

.m-r-n-xxs {
	margin-right: -1px
}

.m-r-n-xs {
	margin-right: -5px
}

.m-r-n-sm {
	margin-right: -10px
}

.m-r-n {
	margin-right: -15px
}

.m-r-n-md {
	margin-right: -20px
}

.m-r-n-lg {
	margin-right: -30px
}

.m-r-n-xl {
	margin-right: -40px
}

.m-b-none {
	margin-bottom: 0
}

.m-b-xxs {
	margin-bottom: 1px
}

.m-b-xs {
	margin-bottom: 5px
}

.m-b-sm {
	margin-bottom: 10px
}

.m-b {
	margin-bottom: 15px
}

.m-b-md {
	margin-bottom: 20px
}

.m-b-lg {
	margin-bottom: 30px
}

.m-b-xl {
	margin-bottom: 40px
}

.m-b-n-xxs {
	margin-bottom: -1px
}

.m-b-n-xs {
	margin-bottom: -5px
}

.m-b-n-sm {
	margin-bottom: -10px
}

.m-b-n {
	margin-bottom: -15px
}

.m-b-n-md {
	margin-bottom: -20px
}

.m-b-n-lg {
	margin-bottom: -30px
}

.m-b-n-xl {
	margin-bottom: -40px
}

.space-15 {
	margin: 15px 0
}

.space-20 {
	margin: 20px 0
}

.space-25 {
	margin: 25px 0
}

.space-30 {
	margin: 30px 0
}

body.modal-open {
	padding-right: inherit !important
}

.search-form {
	margin-top: 10px
}

.search-result h3 {
	margin-bottom: 0;
	color: #1e0fbe
}

.search-result .search-link {
	color: #006621
}

.search-result p {
	font-size: 12px;
	margin-top: 5px
}

.contact-box {
	background-color: #fff;
	border: 1px solid #e7eaec;
	padding: 20px;
	margin-bottom: 20px
}

.contact-box a {
	color: inherit
}

.invoice-table tbody>tr>td:last-child, .invoice-table tbody>tr>td:nth-child(2),
	.invoice-table tbody>tr>td:nth-child(3), .invoice-table tbody>tr>td:nth-child(4),
	.invoice-table thead>tr>th:last-child, .invoice-table thead>tr>th:nth-child(2),
	.invoice-table thead>tr>th:nth-child(3), .invoice-table thead>tr>th:nth-child(4),
	.invoice-total>tbody>tr>td:first-child {
	text-align: right
}

.invoice-total>tbody>tr>td {
	border: 0 none
}

.invoice-total>tbody>tr>td:last-child {
	border-bottom: 1px solid #ddd;
	text-align: right;
	width: 15%
}

.middle-box {
	max-width: 400px;
	z-index: 100;
	margin: 0 auto;
	padding-top: 40px
}

.lockscreen.middle-box {
	width: 200px;
	padding-top: 110px
}

.loginscreen.middle-box {
	width: 300px
}

.loginColumns {
	max-width: 800px
}

.loginColumns, .passwordBox {
	margin: 0 auto;
	padding: 100px 20px 20px
}

.passwordBox {
	max-width: 460px
}

.logo-name {
	color: #e6e6e6;
	font-size: 180px;
	font-weight: 800;
	letter-spacing: -10px;
	margin-bottom: 0
}

.middle-box h1 {
	font-size: 170px
}

.wrapper .middle-box {
	margin-top: 140px
}

.lock-word {
	z-index: 10;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -470px
}

.lock-word span {
	font-size: 100px;
	font-weight: 600;
	color: #e9e9e9;
	display: inline-block
}

.lock-word .first-word {
	margin-right: 160px
}

.dashboard-header {
	border-top: 0;
	padding: 20px
}

.dashboard-header h2 {
	margin-top: 10px;
	font-size: 26px
}

.fist-item {
	border-top: none !important
}

.statistic-box {
	margin-top: 40px
}

.dashboard-header .list-group-item span.label {
	margin-right: 10px
}

.list-group.clear-list .list-group-item {
	border-top: 1px solid #e7eaec;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px 0
}

ul.clear-list:first-child {
	border-top: none !important
}

.timeline-item .date i {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	width: 30px;
	text-align: center;
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
	border-left: 1px solid #e7eaec;
	background: #f8f8f8
}

.timeline-item .date {
	text-align: right;
	width: 110px;
	position: relative;
	padding-top: 30px
}

.timeline-item .content {
	border-left: 1px solid #e7eaec;
	border-top: 1px solid #e7eaec;
	padding-top: 10px;
	min-height: 100px
}

.timeline-item .content:hover {
	background: #f6f6f6
}

ul.notes li, ul.tag-list li {
	list-style: none
}

ul.notes li h4 {
	margin-top: 20px;
	font-size: 16px
}

ul.notes li div {
	position: relative
}

ul.notes li div small {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px
}

ul.notes li div a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: inherit
}

ul.notes li {
	margin: 10px 40px 50px 0;
	float: left
}

ul.notes li div p {
	font-size: 12px
}

ul.notes li div {
	height: 140px;
	width: 140px;
	box-shadow: 5px 5px 2px rgba(33, 33, 33, .7);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg)
}

ul.notes li:nth-child(2n) div {
	-o-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	position: relative;
	top: 5px
}

ul.notes li:nth-child(3n) div {
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	position: relative;
	top: -5px
}

ul.notes li:nth-child(5n) div {
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	position: relative;
	top: -10px
}

ul.notes li div:focus, ul.notes li div:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	position: relative;
	z-index: 5
}

ul.notes li div {
	text-decoration: none;
	color: #000;
	background: #ffc;
	display: block;
	height: 210px;
	width: 210px;
	padding: 1em;
	box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
	-webkit-transition: -webkit-transform .15s linear
}

.file-box {
	float: left;
	width: 220px
}

.file-manager h5 {
	text-transform: uppercase
}

.file-manager {
	list-style: none outside none;
	margin: 0;
	padding: 0
}

.folder-list li a {
	color: #666;
	display: block;
	padding: 5px 0
}

.folder-list li {
	border-bottom: 1px solid #e7eaec;
	display: block
}

.folder-list li i {
	margin-right: 8px;
	color: #3d4d5d
}

.category-list li a {
	color: #666;
	display: block;
	padding: 5px 0
}

.category-list li {
	display: block
}

.category-list li i {
	margin-right: 8px;
	color: #3d4d5d
}

.category-list li a .text-navy {
	color: #0088E0
}

.category-list li a .text-primary {
	color: #1c84c6
}

.category-list li a .text-info {
	color: #23c6c8
}

.category-list li a .text-danger {
	color: #ef5352
}

.category-list li a .text-warning {
	color: #f8ac59
}

.file-manager h5.tag-title {
	margin-top: 20px
}

.tag-list li {
	float: left
}

.tag-list li a {
	font-size: 10px;
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 5px;
	display: block
}

.file, .tag-list li a {
	border: 1px solid #e7eaec
}

.file {
	padding: 0;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px
}

.file-manager .hr-line-dashed {
	margin: 15px 0
}

.file .icon, .file .image {
	height: 100px;
	overflow: hidden
}

.file .icon {
	padding: 15px 10px;
	text-align: center
}

.file-control {
	color: inherit;
	font-size: 11px;
	margin-right: 10px
}

.file-control.active {
	text-decoration: underline
}

.file .icon i {
	font-size: 70px;
	color: #dadada
}

.file .file-name {
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7eaec
}

.file-name small {
	color: #676a6c
}

.corner {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: .6em solid transparent;
	border-right: .6em solid #f1f1f1;
	border-bottom: .6em solid #f1f1f1;
	right: 0;
	bottom: 0
}

a.compose-mail {
	padding: 8px 10px
}

.mail-search {
	max-width: 300px
}

.profile-content {
	border-top: none !important
}

.feed-activity-list .feed-element {
	border-bottom: 1px solid #e7eaec
}

.feed-element:first-child {
	margin-top: 0
}

.feed-element {
	padding-bottom: 15px
}

.feed-element, .feed-element .media {
	margin-top: 15px
}

.feed-element, .media-body {
	overflow: hidden
}

.feed-element>.pull-left {
	margin-right: 10px
}

.dropdown-messages-box img.img-circle, .feed-element img.img-circle {
	width: 38px;
	height: 38px
}

.feed-element .well {
	border: 1px solid #e7eaec;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 16px
}

.feed-element .actions {
	margin-top: 10px
}

.feed-element .photos {
	margin: 10px 0
}

.feed-photo {
	max-height: 180px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px
}

.mail-box {
	background-color: #fff;
	border: 1px solid #e7eaec;
	border-top: 0;
	padding: 0;
	margin-bottom: 20px
}

.mail-box-header {
	background-color: #fff;
	border: 1px solid #e7eaec;
	border-bottom: 0;
	padding: 30px 20px 20px
}

.mail-box-header h2 {
	margin-top: 0
}

.mailbox-content .tag-list li a {
	background: #fff
}

.mail-body {
	padding: 20px
}

.mail-body, .mail-text {
	border-top: 1px solid #e7eaec
}

.mail-text .note-toolbar {
	padding: 10px 15px
}

.mail-body .form-group {
	margin-bottom: 5px
}

.mail-text .note-editor .note-toolbar {
	background-color: #f9f8f8
}

.mail-attachment {
	border-top: 1px solid #e7eaec;
	padding: 20px;
	font-size: 12px
}

.mailbox-content {
	background: none;
	border: none;
	padding: 10px
}

.mail-ontact {
	width: 23%
}

.project-actions, .project-people {
	text-align: right;
	vertical-align: middle
}

dd.project-people {
	text-align: left;
	margin-top: 5px
}

.project-people img {
	width: 32px;
	height: 32px
}

.project-title a {
	font-size: 14px;
	color: #676a6c;
	font-weight: 600
}

.project-list table tr td {
	border-top: none;
	border-bottom: 1px solid #e7eaec;
	padding: 15px 10px;
	vertical-align: middle
}

.project-manager .tag-list li a {
	font-size: 10px;
	background-color: #fff;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block
}

.project-files li a {
	font-size: 11px;
	color: #676a6c;
	margin-left: 10px;
	line-height: 22px
}

.faq-item {
	padding: 20px;
	margin-bottom: 2px;
	background: #fff
}

.faq-question {
	font-size: 18px;
	font-weight: 600;
	color: #0088E0;
	display: block
}

.faq-question:hover {
	color: #179d82
}

.faq-answer {
	margin-top: 10px;
	background: #f3f3f4;
	border: 1px solid #e7eaec;
	border-radius: 3px;
	padding: 15px
}

.faq-item .tag-item {
	background: #f3f3f4;
	padding: 2px 6px;
	font-size: 10px;
	text-transform: uppercase
}

.message-input {
	height: 90px !important
}

.chat-avatar {
	white: 36px;
	height: 36px;
	float: left;
	margin-right: 10px
}

.chat-user-name {
	padding: 10px
}

.chat-user {
	padding: 8px 10px;
	border-bottom: 1px solid #e7eaec
}

.chat-user a {
	color: inherit
}

.chat-view {
	z-index: 20012
}

.chat-statistic, .chat-users {
	margin-left: -30px
}

@media ( max-width :992px) {
	.chat-statistic, .chat-users {
		margin-left: 0
	}
}

.chat-view .ibox-content {
	padding: 0
}

.chat-message {
	padding: 10px 20px
}

.message-avatar {
	height: 48px;
	width: 48px;
	border: 1px solid #e7eaec;
	border-radius: 4px;
	margin-top: 1px
}

.chat-discussion .chat-message:nth-child(odd) .message-avatar {
	float: left;
	margin-right: 10px
}

.chat-discussion .chat-message:nth-child(2n) .message-avatar {
	float: right;
	margin-left: 10px
}

.message {
	background-color: #fff;
	border: 1px solid #e7eaec;
	text-align: left;
	display: block;
	padding: 10px 20px;
	position: relative;
	border-radius: 4px
}

.chat-discussion .chat-message:nth-child(odd) .message-date {
	float: right
}

.chat-discussion .chat-message:nth-child(2n) .message-date {
	float: left
}

.chat-discussion .chat-message:nth-child(odd) .message {
	text-align: left;
	margin-left: 55px
}

.chat-discussion .chat-message:nth-child(2n) .message {
	text-align: right;
	margin-right: 55px
}

.message-date {
	font-size: 10px;
	color: #888
}

.message-content {
	display: block
}

.chat-discussion {
	background: #eee;
	padding: 15px
}

.chat-discussion, .chat-users {
	height: 400px;
	overflow-y: auto
}

.chat-message-form .form-group {
	margin-bottom: 0
}

.jstree-open>.jstree-anchor>.fa-folder:before {
	content: "\F07C"
}

.jstree-default .jstree-icon.none {
	width: 0
}

.clients-list {
	margin-top: 20px
}

.clients-list .tab-pane {
	position: relative;
	height: 600px
}

.client-detail {
	position: relative;
	height: 620px
}

.clients-list table tr td {
	height: 46px;
	vertical-align: middle;
	border: none
}

.client-link {
	font-weight: 600
}

.client-link, .client-link:hover {
	color: inherit
}

.client-avatar {
	width: 42px
}

.client-avatar img {
	width: 28px;
	height: 28px;
	border-radius: 50%
}

.contact-type {
	width: 20px;
	color: #c1c3c4
}

.client-status {
	text-align: left
}

.client-detail .vertical-timeline-content p {
	margin: 0
}

.client-detail .vertical-timeline-icon.gray-bg {
	color: #a7aaab
}

.clients-list .aaa-tabs>li.active>a, .clients-list .aaa-tabs>li.active>a:focus,
	.clients-list .aaa-tabs>li.active>a:hover {
	border-bottom: 1px solid #fff
}

.blog h2 {
	font-weight: 700
}

.blog .btn, .blog h5 {
	margin: 0 0 5px
}

.article h1 {
	font-size: 48px;
	font-weight: 700;
	color: #2f4050
}

.article p {
	font-size: 15px;
	line-height: 26px
}

.article-title {
	text-align: center;
	margin: 60px 0 40px
}

.article .ibox-content {
	padding: 40px
}

.issue-tracker .btn-link {
	color: #0088E0
}

table.issue-tracker tbody tr td {
	vertical-align: middle;
	height: 50px
}

.issue-info {
	width: 50%
}

.issue-info a {
	font-weight: 600;
	color: #676a6c
}

.issue-info small {
	display: block
}

.team-members {
	margin: 10px 0
}

.team-members img.img-circle {
	width: 42px;
	height: 42px;
	margin-bottom: 5px
}

.sortable-list {
	padding: 10px 0
}

.agile-list {
	list-style: none;
	margin: 0
}

.agile-list li {
	background: #fafafb;
	border: 1px solid #e7eaec;
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 2px
}

.agile-list li:hover {
	cursor: pointer;
	background: #fff
}

.agile-list li.warning-element {
	border-left: 3px solid #f8ac59
}

.agile-list li.danger-element {
	border-left: 3px solid #ed5565
}

.agile-list li.info-element {
	border-left: 3px solid #1c84c6
}

.agile-list li.success-element {
	border-left: 3px solid #0088E0
}

.agile-detail {
	margin-top: 5px;
	font-size: 12px
}

ins {
	background-color: #c6ffc6;
	text-decoration: none
}

del {
	background-color: #ffc6c6
}

#small-chat {
	position: fixed;
	bottom: 50px;
	right: 26px;
	z-index: 100
}

#small-chat .badge {
	position: absolute;
	top: -3px;
	right: -4px
}

.open-small-chat {
	height: 38px;
	width: 38px;
	display: block;
	padding: 9px 8px;
	text-align: center;
	border-radius: 50%
}

.open-small-chat, .open-small-chat:hover {
	background: #0088E0;
	color: #fff
}

.small-chat-box {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 80px;
	background: #fff;
	border: 1px solid #e7eaec;
	width: 230px;
	height: 320px;
	border-radius: 4px
}

.small-chat-box.ng-small-chat {
	display: block
}

.body-small .small-chat-box {
	bottom: 70px;
	right: 20px
}

.small-chat-box.active {
	display: block
}

.small-chat-box .heading {
	background: #2f4050;
	padding: 8px 15px;
	font-weight: 700;
	color: #fff
}

.small-chat-box .chat-date {
	opacity: .6;
	font-size: 10px;
	font-weight: 400
}

.small-chat-box .content {
	padding: 15px
}

.small-chat-box .content .author-name {
	font-weight: 700;
	margin-bottom: 3px;
	font-size: 11px
}

.small-chat-box .content>div {
	padding-bottom: 20px
}

.small-chat-box .content .chat-message {
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 14px;
	max-width: 80%;
	background: #f3f3f4;
	margin-bottom: 10px
}

.small-chat-box .content .chat-message.active {
	background: #0088E0;
	color: #fff
}

.small-chat-box .content .left {
	text-align: left;
	clear: both
}

.small-chat-box .content .left .chat-message {
	float: left
}

.small-chat-box .content .right {
	text-align: right;
	clear: both
}

.small-chat-box .content .right .chat-message {
	float: right
}

.small-chat-box .form-chat {
	padding: 10px
}

.sk-spinner-rotating-plane.sk-spinner {
	width: 30px;
	height: 30px;
	background-color: #0088E0;
	margin: 0 auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@
-webkit-keyframes sk-rotatePlane { 0%{
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}

50%{
-webkit-transform
:perspective(120px)

rotateX
(-180
.1deg
)

rotateY
(0deg);transform
:perspective(120px)

rotateX
(-180
.1deg
)

rotateY
(0deg)
}
to {
	-webkit-transform: perspective(120px) rotateX(-180deg)
		rotateY(-179.9deg);
	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}

}
@
keyframes sk-rotatePlane { 0%{
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}

50%{
-webkit-transform
:perspective(120px)

rotateX
(-180
.1deg
)

rotateY
(0deg);transform
:perspective(120px)

rotateX
(-180
.1deg
)

rotateY
(0deg)
}
to {
	-webkit-transform: perspective(120px) rotateX(-180deg)
		rotateY(-179.9deg);
	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}

}
.sk-spinner-double-bounce.sk-spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2
	{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #0088E0;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-spinner-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@
-webkit-keyframes sk-doubleBounce { 0%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

50%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
@
keyframes sk-doubleBounce { 0%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

50%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
.sk-spinner-wave.sk-spinner {
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px
}

.sk-spinner-wave div {
	background-color: #0088E0;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@
-webkit-keyframes sk-waveStretchDelay { 0%,40%,
	to {-webkit-transform: scaleY(.4);
	transform: scaleY(.4)
}

20%{
-webkit-transform
:scaleY(1)
;transform
:scaleY(1)
}
}
@
keyframes sk-waveStretchDelay { 0%,40%,
	to {-webkit-transform: scaleY(.4);
	transform: scaleY(.4)
}

20%{
-webkit-transform
:scaleY(1)
;transform
:scaleY(1)
}
}
.sk-spinner-wandering-cubes.sk-spinner {
	margin: 0 auto;
	width: 32px;
	height: 32px;
	position: relative
}

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2
	{
	background-color: #0088E0;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
	animation: sk-wanderingCubeMove 1.8s infinite ease-in-out
}

.sk-spinner-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@
-webkit-keyframes sk-wanderingCubeMove { 25%{
	-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
	transform: translateX(42px) rotate(-90deg) scale(.5)
}

50%{
-webkit-transform
:translateX(42px)

translateY
(42px)

rotate
(-179deg);transform
:translateX(42px)

translateY
(42px)

rotate
(-179deg)
}
50
.1 %{
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	transform: translateX(42px) translateY(42px) rotate(-180deg)
}

75%{
-webkit-transform
:translateX(0)

translateY
(42px)

rotate
(-270deg)

scale
(
.5
);transform
:translateX(0)

translateY
(42px)

rotate
(-270deg)

scale
(
.5
)
}
to {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

}
@
keyframes sk-wanderingCubeMove { 25%{
	-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
	transform: translateX(42px) rotate(-90deg) scale(.5)
}

50%{
-webkit-transform
:translateX(42px)

translateY
(42px)

rotate
(-179deg);transform
:translateX(42px)

translateY
(42px)

rotate
(-179deg)
}
50
.1 %{
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	transform: translateX(42px) translateY(42px) rotate(-180deg)
}

75%{
-webkit-transform
:translateX(0)

translateY
(42px)

rotate
(-270deg)

scale
(
.5
);transform
:translateX(0)

translateY
(42px)

rotate
(-270deg)

scale
(
.5
)
}
to {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

}
.sk-spinner-pulse.sk-spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-color: #0088E0;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@
-webkit-keyframes sk-pulseScaleOut { 0%{
	-webkit-transform: scale(0);
	transform: scale(0)
}

to {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0
}

}
@
keyframes sk-pulseScaleOut { 0%{
	-webkit-transform: scale(0);
	transform: scale(0)
}

to {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0
}

}
.sk-spinner-chasing-dots.sk-spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0088E0;
	border-radius: 100%;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-spinner-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@
-webkit-keyframes sk-chasingDotsRotate {
	to {-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

}
@
keyframes sk-chasingDotsRotate {
	to {-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

}
@
-webkit-keyframes sk-chasingDotsBounce { 0%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

50%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
@
keyframes sk-chasingDotsBounce { 0%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

50%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
.sk-spinner-three-bounce.sk-spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center
}

.sk-spinner-three-bounce div {
	width: 18px;
	height: 18px;
	background-color: #0088E0;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.sk-spinner-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.sk-spinner-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@
-webkit-keyframes sk-threeBounceDelay { 0%,80%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

40%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
@
keyframes sk-threeBounceDelay { 0%,80%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

40%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
.sk-spinner-circle.sk-spinner {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	position: relative
}

.sk-spinner-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-spinner-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 20%;
	height: 20%;
	background-color: #0088E0;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.sk-spinner-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-spinner-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-spinner-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-spinner-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-spinner-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-spinner-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-spinner-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-spinner-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-spinner-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-spinner-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-spinner-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-spinner-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-spinner-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-spinner-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-spinner-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-spinner-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-spinner-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-spinner-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-spinner-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-spinner-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-spinner-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-spinner-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@
-webkit-keyframes sk-circleBounceDelay { 0%,80%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

40%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
@
keyframes sk-circleBounceDelay { 0%,80%,
	to {-webkit-transform: scale(0);
	transform: scale(0)
}

40%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
.sk-spinner-cube-grid.sk-spinner {
	width: 30px;
	height: 30px;
	margin: 0 auto
}

.sk-spinner-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #0088E0;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-spinner-cube-grid .sk-cube:first-child {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@
-webkit-keyframes sk-cubeGridScaleDelay { 0%,70%,
	to {-webkit-transform: scale3D(1, 1, 1);
	transform: scale3D(1, 1, 1)
}

35%{
-webkit-transform
:scale3D
(0
,
0,1);
transform
:scale3D
(0
,
0,1)
}
}
@
keyframes sk-cubeGridScaleDelay { 0%,70%,
	to {-webkit-transform: scale3D(1, 1, 1);
	transform: scale3D(1, 1, 1)
}

35%{
-webkit-transform
:scale3D
(0
,
0,1);
transform
:scale3D
(0
,
0,1)
}
}
.sk-spinner-wordpress.sk-spinner {
	background-color: #0088E0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	-webkit-animation: sk-innerCircle 1s linear infinite;
	animation: sk-innerCircle 1s linear infinite
}

.sk-spinner-wordpress .sk-inner-circle {
	display: block;
	background-color: #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 8px;
	top: 5px;
	left: 5px
}

@
-webkit-keyframes sk-innerCircle { 0%{
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

}
@
keyframes sk-innerCircle { 0%{
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

}
.sk-spinner-fading-circle.sk-spinner {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	position: relative
}

.sk-spinner-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-spinner-fading-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 18%;
	height: 18%;
	background-color: #0088E0;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.sk-spinner-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-spinner-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-spinner-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-spinner-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-spinner-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-spinner-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-spinner-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-spinner-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-spinner-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-spinner-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-spinner-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-spinner-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-spinner-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-spinner-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-spinner-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-spinner-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-spinner-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-spinner-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-spinner-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-spinner-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-spinner-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-spinner-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@
-webkit-keyframes sk-circleFadeDelay { 0%,39%,
	to {opacity: 0
}

40%{
opacity
:
1
}
}
@
keyframes sk-circleFadeDelay { 0%,39%,
	to {opacity: 0
}

40%{
opacity
:
1
}
}
body.rtls #page-wrapper {
	margin: 0 220px 0 0
}

body.rtls .aaa-second-level li a {
	padding: 7px 35px 7px 10px
}

body.rtls .ibox-title h5 {
	float: right
}

body.rtls .pull-right {
	float: left !important
}

body.rtls .pull-left {
	float: right !important
}

body.rtls .ibox-tools, body.rtls .stat-percent {
	float: left
}

body.rtls .aaabar-right {
	float: left !important
}

body.rtls .aaabar-top-links li:last-child {
	margin-left: 40px;
	margin-right: 0
}

body.rtls .minimalize-styl-2 {
	float: right;
	margin: 14px 20px 5px 5px
}

body.rtls .feed-element>.pull-left {
	margin-left: 10px;
	margin-right: 0
}

body.rtls .timeline-item .date {
	text-align: left
}

body.rtls .timeline-item .date i {
	left: 0;
	right: auto
}

body.rtls .timeline-item .content {
	border-right: 1px solid #e7eaec;
	border-left: none
}

body.rtls .toast-close-button {
	float: left
}

body.rtls #toast-container>.toast:before {
	margin: auto -1.5em auto .5em
}

body.rtls #toast-container>div {
	padding: 15px 50px 15px 15px
}

body.rtls .center-orientation .vertical-timeline-icon i {
	margin-left: 0;
	margin-right: -12px
}

body.rtls .vertical-timeline-icon i {
	right: 50%;
	left: auto;
	margin-left: auto;
	margin-right: -12px
}

body.rtls .file-box, body.rtls ul.notes li {
	float: right
}

body.rtls .chat-statistic, body.rtls .chat-users {
	margin-right: -30px;
	margin-left: auto
}

body.rtls .dropdown-menu>li>a {
	text-align: right
}

body.rtls .b-r {
	border-left: 1px solid #e7eaec;
	border-right: none
}

body.rtls .dd-list .dd-list {
	padding-right: 30px;
	padding-left: 0
}

body.rtls .dd-item>button {
	float: right
}

body.rtls .skin-setttings {
	margin-right: 40px;
	margin-left: 0;
	direction: ltr
}

body.rtls .footer.fixed {
	margin-right: 220px;
	margin-left: 0
}

@media ( max-width :992px) {
	body.rtls .chat-statistic, body.rtls .chat-users {
		margin-right: 0
	}
}

body.body-small.mini-navbar .footer.fixed, body.rtls.mini-navbar .footer.fixed
	{
	margin: 0 70px 0 0
}

body.body-small.mini-navbar .footer.fixed, body.rtls.mini-navbar.fixed-sidebar .footer.fixed
	{
	margin: 0
}

body.rtls.top-navigation .aaabar-toggle {
	float: right;
	margin-left: 15px;
	margin-right: 15px
}

.body-small.rtls.top-navigation .aaabar-header {
	float: none
}

body.rtls.top-navigation #page-wrapper {
	margin: 0
}

body.rtls.mini-navbar #page-wrapper {
	margin: 0 70px 0 0
}

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
	margin: 0
}

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
	margin: 0 220px 0 0
}

body.rtls.body-small.fixed-sidebar.mini-navbar .aaabar-static-side {
	width: 220px
}

.body-small.rtls .aaabar-fixed-top {
	margin-right: 0
}
.body-small.rtls .aaabar-header {
	float: right
}


body.rtls .aaabar-top-links li:last-child {
	margin-left: 20px
}

body.rtls.mini-navbar.top-navigation #page-wrapper, body.rtls.mini-navbar .top-navigation #page-wrapper,
	body.rtls .top-navigation #page-wrapper, body.rtls.top-navigation .footer.fixed,
	body.rtls .top-navigation .footer.fixed {
	margin: 0
}

@media ( max-width :768px) {
	body.rtls .aaabar-top-links li:last-child {
		margin-left: 20px
	}
	.body-small.rtls #page-wrapper {
		position: inherit;
		margin: 0;
		min-height: 1000px
	}
	.body-small.rtls .aaabar-static-side {
		display: none;
		z-index: 2001;
		position: absolute;
		width: 70px
	}
	.body-small.rtls.mini-navbar .aaabar-static-side {
		display: block
	}
	.rtls.fixed-sidebar.body-small .aaabar-static-side {
		display: none;
		z-index: 2001;
		position: fixed;
		width: 220px
	}
	.rtls.fixed-sidebar.body-small.mini-navbar .aaabar-static-side {
		display: block
	}
}

.rtls .ltr-support {
	direction: ltr
}

.skin-setttings .title {
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 10px 15px;
	font-size: 12px
}

.setings-item {
	padding: 10px 30px
}

.setings-item.nb {
	border: none
}

.setings-item.skin {
	text-align: center
}

.setings-item .switch {
	float: right
}

.skin-name a {
	text-transform: uppercase
}

.setings-item a {
	color: #fff
}

.blue-skin, .default-skin, .ultra-skin, .yellow-skin {
	text-align: center
}

.default-skin {
	font-weight: 600;
	background: #0088E0
}

.default-skin:hover {
	background: #199d82
}

.blue-skin {
	font-weight: 600;
	background: url(../images/header-profile-skin-1-85efa900.png) repeat
		scroll 0 0
}

.blue-skin:hover {
	background: #0d8ddb
}

.yellow-skin {
	font-weight: 600;
	background: url(../images/header-profile-skin-3-bf471ec3.png) repeat
		scroll 0 100%
}

.yellow-skin:hover {
	background: #ce8735
}

.content-tabs {
	border-bottom: 2px solid #2f4050
}

.page-tabs a {
	color: #999
}

.page-tabs a i {
	color: #ccc
}

.page-tabs a.active {
	background: #2f4050;
	color: #a7b1c2
}

.page-tabs a.active:hover, .page-tabs a.active i:hover {
	background: #293846;
	color: #fff
}

.skin-1 .minimalize-styl-2 {
	margin: 14px 5px 5px 30px
}

.skin-1 .aaabar-top-links li:last-child {
	margin-right: 30px
}

.skin-1.fixed-nav .minimalize-styl-2 {
	margin: 14px 5px 5px 15px
}

.skin-1 .spin-icon {
	background: #0e9aef !important
}

.skin-1 .aaa-header {
	background: #0e9aef;
	background: url(../images/header-profile-skin-1-85efa900.png)
}

.skin-1.mini-navbar .aaa-second-level {
	background: #3e495f
}

.skin-1 .breadcrumb {
	background: transparent
}

.skin-1 .page-heading {
	border: none
}

.skin-1 .aaa>li.active {
	background: #3a4459
}

.skin-1 .aaa>li>a {
	color: #9ea6b9
}

.skin-1 .aaa>li.active>a {
	color: #fff
}

.skin-1 .aaabar-minimalize {
	background: #0e9aef;
	border-color: #0e9aef
}

body.skin-1 {
	background: #3e495f
}

.skin-1 .aaabar-static-top {
	background: #fff
}

.skin-1 .dashboard-header {
	background: transparent;
	border-bottom: none !important;
	border-top: none;
	padding: 20px 30px 10px
}

.fixed-nav.skin-1 .aaabar-fixed-top {
	background: #fff
}

.skin-1 .wrapper-content {
	padding: 30px 15px
}

.skin-1 #page-wrapper {
	background: #f4f6fa
}

.skin-1 .ibox-content, .skin-1 .ibox-title {
	border-width: 1px
}

.skin-1 .ibox-content:last-child {
	border-style: solid
}

.skin-1 .aaa>li.active {
	border: none
}

.skin-1 .aaa-header {
	padding: 35px 25px 25px
}

.skin-1 .aaa-header a.dropdown-toggle {
	color: #fff;
	margin-top: 10px
}

.skin-1 .aaa-header a.dropdown-toggle .text-muted {
	color: #fff;
	opacity: .8
}

.skin-1 .profile-element {
	text-align: center
}

.skin-1 .img-circle {
	border-radius: 5px
}

.skin-1 .aaabar-default .aaa>li>a:focus, .skin-1 .aaabar-default .aaa>li>a:hover
	{
	background: #39aef5;
	color: #fff
}

.skin-1 .aaa.aaa-tabs>li.active>a {
	color: #555
}

.skin-1 .content-tabs {
	border-bottom: 2px solid #39aef5
}

.skin-1 .aaa.aaa-tabs>li.active {
	background: transparent
}

.skin-1 .page-tabs a.active {
	background: #39aef5;
	color: #fff
}

.skin-1 .page-tabs a.active:hover, .skin-1 .page-tabs a.active i:hover {
	background: #0e9aef;
	color: #fff
}

.skin-3 .minimalize-styl-2 {
	margin: 14px 5px 5px 30px
}

.skin-3 .aaabar-top-links li:last-child {
	margin-right: 30px
}

.skin-3.fixed-nav .minimalize-styl-2 {
	margin: 14px 5px 5px 15px
}

.skin-3 .spin-icon {
	background: #ecba52 !important
}

body.boxed-layout.skin-3 #wrapper {
	background: #3e2c42
}

.skin-3 .aaa-header {
	background: #ecba52;
	background: url(../images/header-profile-skin-3-bf471ec3.png)
}

.skin-3.mini-navbar .aaa-second-level {
	background: #3e2c42
}

.skin-3 .breadcrumb {
	background: transparent
}

.skin-3 .page-heading {
	border: none
}

.skin-3 .aaa>li.active {
	background: #38283c
}

.fixed-nav.skin-3 .aaabar-fixed-top {
	background: #fff
}

.skin-3 .aaa>li>a {
	color: #948b96
}

.skin-3 .aaa>li.active>a {
	color: #fff
}

.skin-3 .aaabar-minimalize {
	background: #ecba52;
	border-color: #ecba52
}

body.skin-3 {
	background: #3e2c42
}

.skin-3 .aaabar-static-top {
	background: #fff
}

.skin-3 .dashboard-header {
	background: transparent;
	border-bottom: none !important;
	border-top: none;
	padding: 20px 30px 10px
}

.skin-3 .wrapper-content {
	padding: 30px 15px
}

.skin-3 #page-wrapper {
	background: #f4f6fa
}

.skin-3 .ibox-content, .skin-3 .ibox-title {
	border-width: 1px
}

.skin-3 .ibox-content:last-child {
	border-style: solid
}

.skin-3 .aaa>li.active {
	border: none
}

.skin-3 .aaa-header {
	padding: 35px 25px 25px
}

.skin-3 .aaa-header a.dropdown-toggle {
	color: #fff;
	margin-top: 10px
}

.skin-3 .aaa-header a.dropdown-toggle .text-muted {
	color: #fff;
	opacity: .8
}

.skin-3 .profile-element {
	text-align: center
}

.skin-3 .img-circle {
	border-radius: 5px
}

.skin-3 .aaabar-default .aaa>li>a:focus, .skin-3 .aaabar-default .aaa>li>a:hover
	{
	background: #38283c;
	color: #fff
}

.skin-3 .aaa.aaa-tabs>li.active>a {
	color: #555
}

.skin-3 .content-tabs {
	border-bottom: 2px solid #3e2c42
}

.skin-3 .aaa.aaa-tabs>li.active {
	background: transparent
}

.skin-3 .page-tabs a.active {
	background: #3e2c42;
	color: #fff
}

.skin-3 .page-tabs a.active:hover, .skin-3 .page-tabs a.active i:hover {
	background: #38283c;
	color: #fff
}

@media ( min-width :768px) {
	.aaabar-top-links .dropdown-alerts, .aaabar-top-links .dropdown-messages,
		.aaabar-top-links .dropdown-tasks {
		margin-left: auto
	}
}

@media ( max-width :768px) {
	body.fixed-sidebar .aaabar-static-side {
		display: none
	}
	body.fixed-sidebar.mini-navbar .aaabar-static-side {
		width: 70px
	}
	.lock-word, .aaabar-form-custom {
		display: none
	}
	.aaabar-header {
		display: inline;
		float: left
	}
	.sidebard-panel {
		z-index: 2;
		position: relative;
		width: auto;
		min-height: 100% !important
	}
	.sidebar-content .wrapper {
		padding-right: 0;
		z-index: 1
	}
	.fixed-sidebar.body-small .aaabar-static-side {
		display: none;
		z-index: 2001;
		position: fixed;
		width: 220px
	}
	.fixed-sidebar.body-small.mini-navbar .aaabar-static-side, .ibox-tools {
		display: block
	}
	.ibox-tools {
		float: none;
		text-align: right
	}
	.content-tabs {
		display: none
	}
	#content-main {
		height: calc(100% - 100px)
	}
	.fixed-nav #content-main {
		height: calc(100% - 38px)
	}
}

.aaabar-static-side {
	background: #2f4050
}

.aaa-close {
	padding: 10px;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.4em;
	cursor: pointer;
	z-index: 10;
	display: none;
	color: hsla(0, 0%, 100%, .3)
}

@media ( max-width :350px) {
	body.fixed-sidebar.mini-navbar .aaabar-static-side {
		width: 0
	}
	.aaa-close {
		display: block
	}
	#page-wrapper {
		margin-left: 0 !important
	}
	.timeline-item .date {
		text-align: left;
		width: 110px;
		position: relative;
		padding-top: 30px
	}
	.timeline-item .date i {
		position: absolute;
		top: 0;
		left: 15px;
		padding: 5px;
		width: 30px;
		text-align: center;
		border: 1px solid #e7eaec;
		background: #f8f8f8
	}
	.timeline-item .content {
		border-left: none;
		border-top: 1px solid #e7eaec;
		padding-top: 10px;
		min-height: 100px
	}
	.aaa.aaabar-top-links li.dropdown {
		display: none
	}
	.ibox-tools {
		float: none;
		text-align: left;
		display: inline-block
	}
}

.ui-jqgrid-titlebar {
	height: 40px;
	line-height: 24px;
	color: #676a6c;
	background-color: #f9f9f9;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5)
}

.ui-jqgrid .ui-jqgrid-title {
	float: left;
	margin-left: 5px;
	font-weight: 700
}

.ui-jqgrid .ui-jqgrid-titlebar {
	position: relative;
	border-left: 0 solid;
	border-right: 0 solid;
	border-top: 0 solid
}

.social-feed-separated .social-feed-box {
	margin-left: 62px
}

.social-feed-separated .social-avatar {
	float: left;
	padding: 0
}

.social-feed-separated .social-avatar img {
	width: 52px;
	height: 52px;
	border: 1px solid #e7eaec
}

.social-feed-separated .social-feed-box .social-avatar {
	padding: 15px 15px 0;
	float: none
}

.social-feed-box {
	border: 1px solid #e7eaec;
	background: #fff;
	margin-bottom: 15px
}

.article .social-feed-box {
	margin-bottom: 0;
	border-bottom: none
}

.article .social-feed-box:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #e7eaec
}

.article .social-feed-box p {
	font-size: 13px;
	line-height: 18px
}

.social-action {
	margin: 15px
}

.social-avatar {
	padding: 15px 15px 0
}

.social-comment .social-comment {
	margin-left: 45px
}

.social-avatar img {
	height: 40px;
	width: 40px;
	margin-right: 10px
}

.social-avatar .media-body a {
	font-size: 14px;
	display: block
}

.social-body {
	padding: 15px
}

.social-body img {
	margin-bottom: 10px
}

.social-footer {
	border-top: 1px solid #e7eaec;
	padding: 10px 15px;
	background: #f9f9f9
}

.social-footer .social-comment img {
	width: 32px;
	margin-right: 10px
}

.social-comment:first-child {
	margin-top: 0
}

.social-comment {
	margin-top: 15px
}

.social-comment textarea {
	font-size: 12px
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox],
	.radio-inline input[type=radio], .radio input[type=radio] {
	margin-top: -4px
}

@media ( max-width :1000px) {
	.welcome-message {
		display: none
	}
}

.echarts {
	height: 240px
}

.checkbox-inline, .checkbox-inline+.checkbox-inline, .radio-inline,
	.radio-inline+.radio-inline {
	margin: 0 15px 0 0
}

.aaabar-toggle {
	background-color: #fff
}

.J_menuTab {
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

/*::-webkit-scrollbar, ::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/

/*::-webkit-scrollbar {*/
/*	width: 8px;*/
/*	display: none;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*	background-color: #999*/
/*}*/

.gohome {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100
}

.gohome a {
	height: 38px;
	width: 38px;
	display: block;
	background: #2f4050;
	padding: 9px 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	opacity: .5
}

.gohome a:hover {
	opacity: 1
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	#content-main {
		-webkit-overflow-scrolling: touch
	}
}

.aaabar-header {
	width: 60%
}

.bs-glyphicons {
	margin: 0 -10px 20px;
	overflow: hidden
}

.bs-glyphicons-list {
	padding-left: 0;
	list-style: none
}

.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.bs-glyphicons li:hover {
	color: #fff;
	background-color: #0088E0
}

@media ( min-width :768px) {
	.bs-glyphicons {
		margin-right: 0;
		margin-left: 0
	}
	.bs-glyphicons li {
		width: 12.5%;
		font-size: 12px
	}
}

.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a, .toast-message label {
	color: #fff
}

.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

.toast-close-button:focus, .toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: alpha(Opacity = 40);
	filter: alpha(opacity = 40)
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 15px;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
	-ms-filter: alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

#toast-container>:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: alpha(Opacity = 100);
	filter: alpha(opacity = 100);
	cursor: pointer
}

#toast-container>.toast-info {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)
		!important
}

#toast-container>.toast-error {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)
		!important
}

#toast-container>.toast-success {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
		!important
}

#toast-container>.toast-warning {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)
		!important
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div
	{
	width: 300px;
	margin: auto
}

#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div
	{
	width: 96%;
	margin: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51a351
}

.toast-error {
	background-color: #bd362f
}

.toast-info {
	background-color: #2f96b4
}

.toast-warning {
	background-color: #f89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: alpha(Opacity = 40);
	filter: alpha(opacity = 40)
}

@media ( max-width :240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media ( min-width :241px) and (max-width:480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media ( min-width :481px) and (max-width:768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
} /*!

 @Name: layer's style
 @Author: 贤心
 @Blog： sentsin.com

 */
html {
	background-attachment: fixed
}

html #layui_layer_skinlayercss {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer, .layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight + "px")
}

.layui-layer {
	top: 150px;
	left: 50%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-moves {
	position: absolute;
	border: 3px solid #666;
	border: 3px solid rgba(0, 0, 0, .5);
	cursor: move;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .3);
	filter: alpha(opacity = 50)
}

.layui-layer-load {
	background:
		url(data:image/gif;base64,R0lGODlhPAAYALMPAPPJp/HYxfSwkf50Df5TD/+HAPe5bvqHR/twOviZavyrMu/m3f9EAP9mAP+ZAO7u7iH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QUNDRERBRjMxRTIwNjgxMTg4QzZERjVGQ0I0MDI1NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTlDMEI5MzU5RTY2MTFFMTkxRDY5NkVCMDBGOTBFRUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTlDMEI5MzQ5RTY2MTFFMTkxRDY5NkVCMDBGOTBFRUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENzU2N0YwMTMyMjA2ODExODhDNkRGNUZDQjQwMjU0OSIgc3RS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)
		50% no-repeat #fff
}

.layui-layer-ico {
	background: url(./img/icon-a32d4c16.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico,
	.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

@
-webkit-keyframes bounceIn { 0%{
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

}
@
keyframes bounceIn { 0%{
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

}
.layui-anim {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@
-webkit-keyframes bounceOut {
	to {opacity: 0;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

30%{
-webkit-transform
:scale
(1
.03
);transform
:scale
(1
.03
)
}
0%{
-webkit-transform
:scale(1)
;transform
:scale(1)
}
}
@
keyframes bounceOut {
	to {opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

30%{
-webkit-transform
:scale
(1
.03
);-ms-transform
:scale
(1
.03
);transform
:scale
(1
.03
)
}
0%{
-webkit-transform
:scale(1)
;-ms-transform
:scale(1)
;transform
:scale(1)
}
}
.layui-anim-close {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@
-webkit-keyframes zoomInDown { 0%{
	opacity: 0;
	-webkit-transform: scale(.1) translateY(-2000px);
	transform: scale(.1) translateY(-2000px);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

60%{
opacity
:
1;-webkit-transform
:scale
(
.475
)

translateY
(60px);transform
:scale
(
.475
)

translateY
(60px);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
}
@
keyframes zoomInDown { 0%{
	opacity: 0;
	-webkit-transform: scale(.1) translateY(-2000px);
	-ms-transform: scale(.1) translateY(-2000px);
	transform: scale(.1) translateY(-2000px);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

60%{
opacity
:
1;-webkit-transform
:scale
(
.475
)

translateY
(60px);-ms-transform
:scale
(
.475
)

translateY
(60px);transform
:scale
(
.475
)

translateY
(60px);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
}
.layui-anim-01 {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@
-webkit-keyframes fadeInUpBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInUpBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

}
.layui-anim-02 {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@
-webkit-keyframes zoomInLeft { 0%{
	opacity: 0;
	-webkit-transform: scale(.1) translateX(-2000px);
	transform: scale(.1) translateX(-2000px);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

60%{
opacity
:
1;-webkit-transform
:scale
(
.475
)

translateX
(48px);transform
:scale
(
.475
)

translateX
(48px);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
}
@
keyframes zoomInLeft { 0%{
	opacity: 0;
	-webkit-transform: scale(.1) translateX(-2000px);
	-ms-transform: scale(.1) translateX(-2000px);
	transform: scale(.1) translateX(-2000px);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

60%{
opacity
:
1;-webkit-transform
:scale
(
.475
)

translateX
(48px);-ms-transform
:scale
(
.475
)

translateX
(48px);transform
:scale
(
.475
)

translateX
(48px);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
}
.layui-anim-03 {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@
-webkit-keyframes rollIn { 0%{
	opacity: 0;
	-webkit-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0)
}

}
@
keyframes rollIn { 0%{
	opacity: 0;
	-webkit-transform: translateX(-100%) rotate(-120deg);
	-ms-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0)
}

}
.layui-anim-04 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@
keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
.layui-anim-05 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@
-webkit-keyframes shake { 0%,
	to {-webkit-transform: translateX(0);
	transform: translateX(0)
}

10%,30%,50%,70%,90%{
-webkit-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
20%,40%,60%,80%{
-webkit-transform
:translateX(10px)
;transform
:translateX(10px)
}
}
@
keyframes shake { 0%,
	to {-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

10%,30%,50%,70%,90%{
-webkit-transform
:translateX(-10px)
;-ms-transform
:translateX(-10px)
;transform
:translateX(-10px)
}
20%,40%,60%,80%{
-webkit-transform
:translateX(10px)
;-ms-transform
:translateX(10px)
;transform
:translateX(10px)
}
}
.layui-anim-06 {
	-webkit-animation-name: shake;
	animation-name: shake
}

@
-webkit-keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f8f8f8
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: normal
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	/* background-position: 0 -40px; */
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -150px -31px;
	*right: -18px;
	_display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -181px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .7
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #0088E0;
	background-color: #0088E0;
	color: #fff
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	font-size: 14px;
	overflow: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity = 60);
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn
	{
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe .layui-layer-content {
	overflow: hidden
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background:
		url(data:image/gif;base64,R0lGODlhPAAYALMPAPPJp/HYxfSwkf50Df5TD/+HAPe5bvqHR/twOviZavyrMu/m3f9EAP9mAP+ZAO7u7iH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QUNDRERBRjMxRTIwNjgxMTg4QzZERjVGQ0I0MDI1NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTlDMEI5MzU5RTY2MTFFMTkxRDY5NkVCMDBGOTBFRUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTlDMEI5MzQ5RTY2MTFFMTkxRDY5NkVCMDBGOTBFRUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENzU2N0YwMTMyMjA2ODExODhDNkRGNUZDQjQwMjU0OSIgc3RS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)
		no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background:
		url(data:image/gif;base64,R0lGODlhJQAlAJECAL3L2AYrTv///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgACACwAAAAAJQAlAAACi5SPqcvtDyGYIFpF690i8xUw3qJBwUlSadmcLqYmGQu6KDIeM13beGzYWWy3DlB4IYaMk+Dso2RWkFCfLPcRvFbZxFLUDTt21BW56TyjRep1e20+i+eYMR145W2eefj+6VFmgTQi+ECVY8iGxcg35phGo/iDFwlTyXWphwlm1imGRdcnuqhHeop6UAAAIfkEBQoAAgAsEAACAAQACwAAAgWMj6nLXAAh+QQFCgACACwVAAUACgALAAACFZQvgRi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwXABEADAADAAACBYyPqcsFACH5BAUKAAIALBUAFQAKAAsAAAITlGKZwWoMHYxqtmplxlNT7ixGAQAh+QQFCgACACwQABgABAALAAACBYyPqctcACH5BAUKAAIALAUAFQAKAAsAAAIVlC+BGL3Z3IlxUmUuhtR2LzHhsiEFACH5BAUKAAIALAEAEQAMAAMAAAIFjI+pywUAIfkEBQoAAgAsBQAFAAoACwAAAhOUYJnAagwdjGq2amXGU1PuLEYBACH5BAUKAAIALBAAAgAEAAsAAAIFhI+py1wAIfkEBQoAAgAsFQAFAAoACwAAAhWUL4AIvdnciXFSZS6G1HYvMeGyIQUAIfkEBQoAAgAsFwARAAwAAwAAAgWEj6nLBQAh+QQFCgACACwVABUACgALAAACE5RgmcBqDB2MarZqZcZTU+4sRgEAIfkEBQoAAgAsEAAYAAQACwAAAgWEj6nLXAAh+QQFCgACACwFABUACgALAAACFZQvgAi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwBABEADAADAAACBYSPqcsFADs=)
		no-repeat
}

.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background:
		url(data:image/gif;base64,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)
		no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 5px 10px;
	font-size: 12px;
	_float: left;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	background-color: #f90;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px dashed transparent;
	*overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT
	{
	left: 5px;
	border-right-style: solid;
	border-right-color: #f90
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR
	{
	top: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f90
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-lan .layui-layer-btn {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7
}

.layui-layer-lan .layui-layer-btn a {
	background: #bbb5b5;
	border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1
}
	/*! laydate-v5.0.9 日期与时间组件 MIT License  http://www.layui.com/laydate/  By 贤心 */
.laydate-set-ym, .layui-laydate, .layui-laydate *, .layui-laydate-list {
	box-sizing: border-box
}

html #layuicss-laydate {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-laydate * {
	margin: 0;
	padding: 0
}

.layui-laydate {
	position: absolute;
	z-index: 66666666;
	margin: 5px 0;
	border-radius: 2px;
	font-size: 14px;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: laydate-upbit;
	animation-name: laydate-upbit
}

.layui-laydate-main {
	width: 272px
}

.layui-laydate-content td, .layui-laydate-header *, .layui-laydate-list li
	{
	transition-duration: .3s;
	-webkit-transition-duration: .3s
}

@
-webkit-keyframes laydate-upbit { 0%{
	-webkit-transform: translate3d(0, 20px, 0);
	opacity: .3
}

to {
	-webkit-transform: translateZ(0);
	opacity: 1
}

}
@
keyframes laydate-upbit { 0%{
	transform: translate3d(0, 20px, 0);
	opacity: .3
}

to {
	transform: translateZ(0);
	opacity: 1
}

}
.layui-laydate-static {
	position: relative;
	z-index: 0;
	display: inline-block;
	margin: 0;
	-webkit-animation: none;
	animation: none
}

.laydate-ym-show .laydate-next-m, .laydate-ym-show .laydate-prev-m {
	display: none !important
}

.laydate-ym-show .laydate-next-y, .laydate-ym-show .laydate-prev-y {
	display: inline-block !important
}

.laydate-time-show .laydate-set-ym span[lay-type=month],
	.laydate-time-show .laydate-set-ym span[lay-type=year],
	.laydate-time-show .layui-laydate-header .layui-icon, .laydate-ym-show .laydate-set-ym span[lay-type=month]
	{
	display: none !important
}

.layui-laydate-header {
	position: relative;
	line-height: 30px;
	padding: 10px 70px 5px
}

.laydate-set-ym span, .layui-laydate-header i {
	padding: 0 5px;
	cursor: pointer
}

.layui-laydate-header * {
	display: inline-block;
	vertical-align: bottom
}

.layui-laydate-header i {
	position: absolute;
	top: 10px;
	color: #999;
	font-size: 18px
}

.layui-laydate-header i.laydate-prev-y {
	left: 15px
}

.layui-laydate-header i.laydate-prev-m {
	left: 45px
}

.layui-laydate-header i.laydate-next-y {
	right: 15px
}

.layui-laydate-header i.laydate-next-m {
	right: 45px
}

.laydate-set-ym {
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.laydate-time-text {
	cursor: default !important
}

.layui-laydate-content {
	position: relative;
	padding: 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.layui-laydate-content table {
	border-collapse: collapse;
	border-spacing: 0
}

.layui-laydate-content td, .layui-laydate-content th {
	width: 36px;
	height: 30px;
	padding: 5px;
	text-align: center
}

.layui-laydate-content td {
	position: relative;
	cursor: pointer
}

.laydate-day-mark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden
}

.laydate-day-mark:after {
	position: absolute;
	content: "";
	right: 2px;
	top: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%
}

.layui-laydate-footer {
	position: relative;
	height: 46px;
	line-height: 26px;
	padding: 10px 20px
}

.layui-laydate-footer span {
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px
}

.layui-laydate-footer span:hover {
	color: #5fb878
}

.laydate-footer-btns {
	position: absolute;
	right: 10px;
	top: 10px
}

.laydate-footer-btns span {
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	white-space: nowrap;
	vertical-align: top;
	border-radius: 2px
}

.layui-laydate-list>li, .layui-laydate-range .layui-laydate-main {
	display: inline-block;
	vertical-align: middle
}

.layui-laydate-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #fff
}

.layui-laydate-list>li {
	position: relative;
	width: 33.3%;
	height: 36px;
	line-height: 36px;
	margin: 3px 0;
	text-align: center;
	cursor: pointer
}

.laydate-month-list>li {
	width: 25%;
	margin: 17px 0
}

.laydate-time-list>li {
	height: 100%;
	margin: 0;
	line-height: normal;
	cursor: default
}

.laydate-time-list p {
	position: relative;
	top: -4px;
	line-height: 29px
}

.laydate-time-list ol {
	height: 181px;
	overflow: hidden
}

.laydate-time-list>li:hover ol {
	overflow-y: auto
}

.laydate-time-list ol li {
	width: 130%;
	padding-left: 33px;
	line-height: 30px;
	text-align: left;
	cursor: pointer
}

.layui-laydate-hint {
	position: absolute;
	top: 115px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	font-size: 12px
}

.layui-laydate-range {
	width: 546px
}

.layui-laydate-range .laydate-main-list-0 .laydate-next-m,
	.layui-laydate-range .laydate-main-list-0 .laydate-next-y,
	.layui-laydate-range .laydate-main-list-1 .laydate-prev-m,
	.layui-laydate-range .laydate-main-list-1 .laydate-prev-y {
	display: none
}

.layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
	border-left: 1px solid #e2e2e2
}

.layui-laydate, .layui-laydate-hint {
	border: 1px solid #d2d2d2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	background-color: #fff;
	color: #666
}

.layui-laydate-header {
	border-bottom: 1px solid #e2e2e2
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
	color: #5fb878
}

.layui-laydate-content {
	border-top: 0 none;
	border-bottom: 0 none
}

.layui-laydate-content th {
	font-weight: 400;
	color: #333
}

.layui-laydate-content td {
	color: #666
}

.layui-laydate-content td.laydate-selected {
	background-color: #00f7de
}

.laydate-selected:hover {
	background-color: #00f7de !important
}

.layui-laydate-content td:hover, .layui-laydate-list li:hover {
	background-color: #eaeaea;
	color: #333
}

.laydate-time-list li ol {
	margin: 0;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-left-width: 0
}

.laydate-time-list li:first-child ol {
	border-left-width: 1px
}

.laydate-time-list>li:hover {
	background: 0 0
}

.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev
	{
	color: #d2d2d2
}

.laydate-selected.laydate-day-next, .laydate-selected.laydate-day-prev {
	background-color: #f8f8f8 !important
}

.layui-laydate-footer {
	border-top: 1px solid #e2e2e2
}

.layui-laydate-hint {
	color: #ff5722
}

.laydate-day-mark:after {
	background-color: #5fb878
}

.layui-laydate-content td.layui-this .laydate-day-mark:after {
	display: none
}

.layui-laydate-footer span[lay-type=date] {
	color: #5fb878
}

.layui-laydate .layui-this {
	background-color: #009688 !important;
	color: #fff !important
}

.layui-laydate .laydate-disabled, .layui-laydate .laydate-disabled:hover
	{
	background: 0 0 !important;
	color: #d2d2d2 !important;
	cursor: not-allowed !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.laydate-theme-molv {
	border: none
}

.laydate-theme-molv.layui-laydate-range {
	width: 548px
}

.laydate-theme-molv .layui-laydate-main {
	width: 274px
}

.laydate-theme-molv .layui-laydate-header {
	border: none;
	background-color: #009688
}

.laydate-theme-molv .layui-laydate-header i, .laydate-theme-molv .layui-laydate-header span
	{
	color: #f6f6f6
}

.laydate-theme-molv .layui-laydate-header i:hover, .laydate-theme-molv .layui-laydate-header span:hover
	{
	color: #fff
}

.laydate-theme-molv .layui-laydate-content {
	border: 1px solid #e2e2e2;
	border-top: none;
	border-bottom: none
}

.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
	border-left: none
}

.laydate-theme-grid .laydate-month-list>li, .laydate-theme-grid .laydate-year-list>li,
	.laydate-theme-grid .layui-laydate-content td, .laydate-theme-grid .layui-laydate-content thead,
	.laydate-theme-molv .layui-laydate-footer {
	border: 1px solid #e2e2e2
}

.laydate-theme-grid .laydate-selected, .laydate-theme-grid .laydate-selected:hover
	{
	background-color: #f2f2f2 !important;
	color: #009688 !important
}

.laydate-theme-grid .laydate-selected.laydate-day-next,
	.laydate-theme-grid .laydate-selected.laydate-day-prev {
	color: #d2d2d2 !important
}

.laydate-theme-grid .laydate-month-list, .laydate-theme-grid .laydate-year-list
	{
	margin: 1px 0 0 1px
}

.laydate-theme-grid .laydate-month-list>li, .laydate-theme-grid .laydate-year-list>li
	{
	margin: 0 -1px -1px 0
}

.laydate-theme-grid .laydate-year-list>li {
	height: 43px;
	line-height: 43px
}

.laydate-theme-grid .laydate-month-list>li {
	height: 71px;
	line-height: 71px
}

@font-face {
	font-family: laydate-icon;
	src:
		url(data:application/vnd.ms-fontobject;base64,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);
	src:
		url(data:application/vnd.ms-fontobject;base64,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#iefix)
		format("embedded-opentype"),
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiA+DQo8IS0tDQoyMDEzLTktMzA6IENyZWF0ZWQuDQotLT4NCjxzdmc+DQo8bWV0YWRhdGE+DQpDcmVhdGVkIGJ5IGljb25mb250DQo8L21ldGFkYXRhPg0KPGRlZnM+DQoNCjxmb250IGlkPSJsYXlkYXRlLWljb24iIGhvcml6LWFkdi14PSIxMDI0IiA+DQogIDxmb250LWZhY2UNCiAgICBmb250LWZhbWlseT0ibGF5ZGF0ZS1pY29uIg0KICAgIGZvbnQtd2VpZ2h0PSI1MDAiDQogICAgZm9udC1zdHJldGNoPSJub3JtYWwiDQogICAgdW5pdHMtcGVyLWVtPSIxMDI0Ig0KICAgIGFzY2VudD0iODk2Ig0KICAgIGRlc2NlbnQ9Ii0xMjgiDQogIC8+DQogICAgPG1pc3NpbmctZ2x5cGggLz4NCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieCIgdW5pY29kZT0ieCIgaG9yaXotYWR2LXg9IjEwMDEiDQpkPSJNMjgxIDU0M3EtMjcgLTEgLTUzIC0xaC04M3EtMTggMCAtMzYuNSAtNnQtMzIuNSAtMTguNXQtMjMgLTMydC05IC00NS41di03Nmg5MTJ2NDFxMCAxNiAtMC41IDMwdC0wLjUgMThxMCAxMyAtNSAyOXQtMTcgMjkuNXQtMzEuNSAyMi41dC00OS41IDloLTEzM3YtOTdoLTQzOHY5N3pNOTU1IDMxMHYtNTJxMCAtMjMgMC41IC01MnQwLjUgLTU4dC0xMC41IC00Ny41dC0yNiAtMzB0LTMzIC0xNnQtMzEuNSAtNC41cS0xNCAtMSAtMjkuNSAtMC41DQp0LTI5LjUgMC41aC0zMmwtNDUgMTI4aC00MzlsLTQ0IC0xMjhoLTI5aC0zNHEtMjAgMCAtNDUgMXEtMjUgMCAtNDEgOS41dC0yNS41IDIzdC0xMy41IDI5LjV0LTQgMzB2MTY3aDkxMXpNMTYzIDI0N3EtMTIgMCAtMjEgLTguNXQtOSAtMjEuNXQ5IC0yMS41dDIxIC04LjVxMTMgMCAyMiA4LjV0OSAyMS41dC05IDIxLjV0LTIyIDguNXpNMzE2IDEyM3EtOCAtMjYgLTE0IC00OHEtNSAtMTkgLTEwLjUgLTM3dC03LjUgLTI1dC0zIC0xNXQxIC0xNC41DQp0OS41IC0xMC41dDIxLjUgLTRoMzdoNjdoODFoODBoNjRoMzZxMjMgMCAzNCAxMnQyIDM4cS01IDEzIC05LjUgMzAuNXQtOS41IDM0LjVxLTUgMTkgLTExIDM5aC0zNjh6TTMzNiA0OTh2MjI4cTAgMTEgMi41IDIzdDEwIDIxLjV0MjAuNSAxNS41dDM0IDZoMTg4cTMxIDAgNTEuNSAtMTQuNXQyMC41IC01Mi41di0yMjdoLTMyN3oiIC8+DQogICAgDQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieW91eW91IiB1bmljb2RlPSImIzU4ODgyOyIgZD0iTTI4My42NDggNzIxLjkxODk3NiAzNDAuODczMjE2IDc4MC45MjY5NzYgNzQwLjM1MiAzODMuOTk3OTUyIDM0MC44NzYyODgtMTIuOTI1OTUyIDI4My42NDggNDYuMDc3OTUyIDYxOS41MiAzODMuOTk3OTUyWiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9Inp1b3p1byIgdW5pY29kZT0iJiM1ODg4MzsiIGQ9Ik03NDAuMzUyIDcyMS45MTg5NzYgNjgzLjEyNjc4NCA3ODAuOTI2OTc2IDI4My42NDggMzgzLjk5Nzk1MiA2ODMuMTIzNzEyLTEyLjkyNTk1MiA3NDAuMzUyIDQ2LjA3Nzk1MiA0MDQuNDggMzgzLjk5Nzk1MloiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ4aWF5aXllIiB1bmljb2RlPSImIzU4OTcwOyIgZD0iTTYyLjU3MyAzODQuMTAzbDQyMy40MDEgNDIzLjY2MmMxOC45ODUgMTguOTg1IDQ5Ljc1NyAxOC45ODUgNjguNzI3IDAgMTguOTgyLTE4Ljk3MiAxOC45ODUtNDkuNzQ2IDAtNjguNzI5bC0zNTUuMDU4LTM1NS4wNjcgMzU2Ljc5Ni0zNTYuNzk2YzE4Ljk3Ny0xOC45NzEgMTguOTc2LTQ5Ljc0NiAwLTY4LjcyNy0xOC45ODItMTguOTc2LTQ5Ljc1MS0xOC45NzYtNjguNzI3IDBsLTM5Ljc1MyAzOS43NTMgMC4yNjkgMC4yNDYtMzg1LjY1NSAzODUuNjYxek00NTEuMzY1IDM4NC4xMDNsNDIzLjQwNyA0MjMuNjYyYzE4Ljk4NSAxOC45ODUgNDkuNzU3IDE4Ljk4NSA2OC43MjcgMCAxOC45ODItMTguOTcyIDE4Ljk4NS00OS43NDYgMC02OC43MjlsLTM1NS4wNTgtMzU1LjA2NyAzNTYuNzk2LTM1Ni43OTZjMTguOTc3LTE4Ljk3MSAxOC45NzYtNDkuNzQ2IDAtNjguNzI3LTE4Ljk4Mi0xOC45NzYtNDkuNzU3LTE4Ljk3Ny02OC43MjcgMGwtMzkuNzYyIDM5Ljc1NCAwLjI3MyAwLjI0OS0zODUuNjYyIDM4NS42NjF6TTQ1MS4zNjUgMzg0LjEwM3oiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ4aWF5aXllMSIgdW5pY29kZT0iJiM1ODk3MTsiIGQ9Ik05NDguMDY2OTI2IDM4Mi45NTg4MzhsLTQxMS45OTAwNTEtNDEyLjI0NDI2Yy0xOC40NzMzMy0xOC40NzMzMy00OC40MTc2ODktMTguNDczMzMtNjYuODc1MjA3IDAtMTguNDczMzMgMTguNDYxMTY3LTE4LjQ3MzMzIDQ4LjQwNTUyNiAwIDY2Ljg3NTIwN0w4MTQuNjkxMTM1IDM4My4wODg5ODMgNDY3LjUxMjIxMiA3MzAuMjY5MTIzYy0xOC40NjYwMzIgMTguNDU4NzM1LTE4LjQ2NjAzMiA0OC40MDU1MjYgMCA2Ni44NzM5OTEgMTguNDY4NDY1IDE4LjQ2NDgxNiA0OC40MTAzOTEgMTguNDY0ODE2IDY2Ljg3Mjc3NCAwbDM4LjY4MjMzNi0zOC42ODIzMzYtMC4yNjE1MDctMC4yMzk2MTQgMzc1LjI1OTg5NC0zNzUuMjY1OTc1djAuMDAzNjQ5bS0zNzguMzEyODM0IDBMMTU3Ljc1Njc0My0yOS4yODU0MjJjLTE4LjQ3MzMzLTE4LjQ3MzMzLTQ4LjQxNTI1Ni0xOC40NzMzMy02Ni44NzI3NzUgMC0xOC40NzMzMyAxOC40NjExNjctMTguNDczMzMgNDguNDA1NTI2IDAgNjYuODc1MjA3TDQzNi4zNjk3ODcgMzgzLjA4ODk4MyA4OS4xOTIwOCA3MzAuMjY5MTIzYy0xOC40NjM2IDE4LjQ1ODczNS0xOC40NjM2IDQ4LjQwNTUyNiAwIDY2Ljg3Mzk5MSAxOC40NzA4OTggMTguNDY0ODE2IDQ4LjQxNTI1NiAxOC40NjQ4MTYgNjYuODcyNzc0IDBsMzguNjkyMDY3LTM4LjY4MjMzNi0wLjI2NjM3Mi0wLjIzOTYxNCAzNzUuMjY3MTkxLTM3NS4yNjU5NzUtMC4wMDQ4NjUgMC4wMDM2NDltMCAweiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQoNCg0KICA8L2ZvbnQ+DQo8L2RlZnM+PC9zdmc+DQo=#iconfont)
		format("svg"),
		url(data:font/woff;base64,d09GRgABAAAAAAXUAAsAAAAACOAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7khJY21hcAAAAYAAAAB0AAABuM8eA5hnbHlmAAAB9AAAAb8AAAI4BkbVmGhlYWQAAAO0AAAALwAAADYOn32WaGhlYQAAA+QAAAAcAAAAJAfeA4dobXR4AAAEAAAAABMAAAAYF+kAAGxvY2EAAAQUAAAADgAAAA4CMAFmbWF4cAAABCQAAAAfAAAAIAEVAF1uYW1lAAAERAAAAVQAAAKdV9IFUHBvc3QAAAWYAAAAOQAAAFI1Vl2SeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/sM4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDyLZm7438AQw9zA0AAUZgTJAQAraQzLeJzFkdsNgCAMRW95GEMcxQmcwQng3y8HYOKugX3w4wRccqC9gZS0ADKAKJxCAugFQfWIS+ZHFPMTLsl3WUHOzpHbGBYFrhapyG4Ui4K8TVqBNiwTrSv912H7PTPte5/IFzk42luOjs6Fq6Oz4eYgfxDcFXd4nGWPMW/TQBiGv9eHnbgkd63tOIljJ7FDfUGBoBiTKIpoFhYQQ1WmwIQURpCqDmFAECGBQEIqO2JBoHZkgK0DIzPiDyDKL2A/uGzQnr7h3ud7pE8vmUR/frAjViOXujSga7RNBKuHhBsRYpn3jR4qsVmpepzJjowLnaTPrqKaWJ6fDfO0ahUsAY4mLsfZUPYNiSv5ljFB5kdAvRHccjZDh73GWk02n6kbxjtUWp1QbF1U1y9MvaztFhclx6k7zquiZZpFwzgjOO5Xfdu01yz13hRB5ah13mihVJfBzVm53XDuvsgfRJtVG1gu4Tba/GC6EWzoeRT4rlMvrJeLtaDcOedhcXy25pai9CfpB931t/GLlUm3xsiGBMIx9tXuGNvGt4naU3sT7JzwpI0RjOOx2sX+WH38x2Pa+8q+sBEJalGbyMUw872CDd+zkksYnMyY4kDIiKu3mItmKroMhzoLne/xSPKueowlDvVXI/VmpXbx9BRYdVnd/s4+sx6tU0wJkQ0rSXNdKs2HWUvfiv8HHQzYJzXnacRxW33gYcolFuq5mos05JhpFK0QHuKJ1sJUYIY7q51UL0+Bv937cGcAeJxjYGRgYABi1R8rHsXz23xl4GZhAIGrB2TOIuj/J1gYmM2BXA4GJpAoAFITC2MAeJxjYGRgYG7438AQw8IAAkCSkQEVsAEARwwCb3icY2FgYGB+ycDAwoCKARKfAQEAAAAAAAB2AIoAngDcARwAAHicY2BkYGBgYwhkYGUAASYg5gJCBob/YD4DABFIAXMAeJx1j7tKA0EYhc/kJm7EQomkHBsRQzYXrFIJgaSwSxHrzWY2F/YSZieBbX0HC5/Gx7Cz8zEET3ZHCYHsMD/fOXP+mX8BXOELAsXX4C5Y4IKq4BLOcGu5TP/ecoX8aLmKOp4s1+g/W3bQwovlOq7xyhtE5ZzqAW+WBZr4sFzCJT4tl+l/W66QfyxXcSMalmtoipZlB1MxtFzHnXh3hlp5Rs3lLJMrP4mDJDZO6GVzmu29MVGLbejpQ+uQp0qnqySWPbd7aI9VrPTfvelu0TcmkIFOIjniAyoME7nRyVr5xl0asxl0OoH1XT+JOOYQGgoeDOscEjNkrCv4SBAjyKthLmQmY6JItv8TE6oFtvm5Ppk65U+pNFLqvZLowUX3ZHpMFecdx/Om2HGKPl3DmSW3ZkdEGtk/ULw1JEts8rM1HZ++i2XetcEAHa7gKO/mb0e/IEZ6MXicY2BigAAuBuyAjZGJkZmRhZGVkY2RnYGxgq0yvxSI2KpK84GIvSIzsTKzMpUDShsyMAAA7YcMcwAAAA==)
		format("woff"),
		url(data:font/ttf;base64,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)
		format("truetype")
}

.laydate-icon {
	font-family: laydate-icon !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ztree * {
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif
}

.ztree {
	margin: 6px 0;
	padding: 0;
	color: #333
}

.ztree li {
	padding: 0;
	list-style: none;
	line-height: 16px;
	text-align: left;
	white-space: nowrap;
	outline: 0
}

.ztree li ul {
	margin: 6px 0;
	padding: 0 0 0 18px
}

.ztree li a {
	padding: 2px;
	margin: 0;
	cursor: pointer;
	color: #333;
	height: 20px;
	background-color: transparent;
	text-decoration: none;
	display: inline-block
}

.ztree li a:hover {
	text-decoration: underline
}

.ztree li a.curSelectedNode {
	padding: 2px;
	background-color: #ffe6b0;
	border: 1px solid #ffb951
}

.ztree li a.curSelectedNode_Edit {
	padding-top: 0;
	background-color: #ffe6b0;
	color: #000;
	height: 16px;
	border: 1px solid #ffb951;
	opacity: .8
}

.ztree li a.tmpTargetNode_inner {
	padding-top: 0;
	background-color: #316ac5;
	color: #fff;
	height: 16px;
	border: 1px solid #316ac5;
	opacity: .8;
	filter: alpha(opacity = 80)
}

.ztree li a input.rename {
	height: 14px;
	width: 80px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	border: 1px solid #7ec4cc;
	*border: 0
}

.ztree li span {
	margin-right: 2px
}

.ztree li span.button {
	margin: 0;
	width: 16px;
	display: inline-block;
	border: 0 none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	*background-image:
		url(data:image/gif;base64,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)
}

.ztree li span.button.chk {
	width: 13px;
	height: 13px;
	margin: 5px 3px 2px 0;
	cursor: auto;
	background-image: url(../images/zTreeStandard-92717ba8.png)
}

.ztree li span.button.chk.checkbox_false_full {
	background-position: 0 0
}

.ztree li span.button.chk.checkbox_false_full_focus {
	background-position: 0 -14px
}

.ztree li span.button.chk.checkbox_false_part {
	background-position: 0 -28px
}

.ztree li span.button.chk.checkbox_false_part_focus {
	background-position: 0 -42px
}

.ztree li span.button.chk.checkbox_false_disable {
	background-position: 0 -56px
}

.ztree li span.button.chk.checkbox_true_full {
	background-position: -14px 0
}

.ztree li span.button.chk.checkbox_true_full_focus {
	background-position: -14px -14px
}

.ztree li span.button.chk.checkbox_true_part {
	background-position: -14px -28px
}

.ztree li span.button.chk.checkbox_true_part_focus {
	background-position: -14px -42px
}

.ztree li span.button.chk.checkbox_true_disable {
	background-position: -14px -56px
}

.ztree li span.button.chk.radio_false_full {
	background-position: -28px 0
}

.ztree li span.button.chk.radio_false_full_focus {
	background-position: -28px -14px
}

.ztree li span.button.chk.radio_false_part {
	background-position: -28px -28px
}

.ztree li span.button.chk.radio_false_part_focus {
	background-position: -28px -42px
}

.ztree li span.button.chk.radio_false_disable {
	background-position: -28px -56px
}

.ztree li span.button.chk.radio_true_full {
	background-position: -42px 0
}

.ztree li span.button.chk.radio_true_full_focus {
	background-position: -42px -14px
}

.ztree li span.button.chk.radio_true_part {
	background-position: -42px -28px
}

.ztree li span.button.chk.radio_true_part_focus {
	background-position: -42px -42px
}

.ztree li span.button.chk.radio_true_disable {
	background-position: -42px -56px
}

.ztree li span.button.switch {
	width: 18px
}

.ztree li span.button.root_open {
	background-position: -92px -54px;
	background: none
}

.root_open:before {
	content: "\F147";
	margin: 3px
}

.ztree li span.button.root_close {
	background-position: -74px -54px;
	background: none
}

.root_close:before {
	content: "\F196";
	margin: 3px
}

.ztree li span.button.roots_open {
	background-position: -92px 0;
	background: none;
	padding-left: 2px
}

.roots_open:before {
	content: "\F147";
	margin: 3px
}

.ztree li span.button.roots_close {
	background-position: -74px 0;
	background: none;
	padding-left: 2px
}

.roots_close:before {
	content: "\F196";
	margin: 3px
}

.ztree li span.button.center_open {
	background-position: -92px -18px;
	background: none;
	padding-left: 2px
}

.center_open:before {
	content: "\F147";
	margin: 1px
}

.ztree li span.button.center_close {
	background-position: -74px -18px;
	background: none
}

.center_close:before {
	content: "\F196";
	margin: 3px
}

.ztree li span.button.bottom_open {
	background-position: -92px -36px;
	background: none
}

.bottom_open:before {
	content: "\F147";
	margin: 3px
}

.ztree li span.button.bottom_close {
	background-position: -74px -36px;
	background: none
}

.bottom_close:before {
	content: "\F196";
	margin: 3px
}

.ztree li span.button.noline_open {
	background-position: -92px -72px
}

.ztree li span.button.noline_close {
	background-position: -74px -72px
}

.ztree li span.button.root_docu {
	background: none
}

.ztree li span.button.roots_docu {
	background-position: -56px 0
}

.ztree li span.button.center_docu {
	background-position: -56px -18px
}

.ztree li span.button.bottom_docu {
	background-position: -56px -36px
}

.ztree li span.button.noline_docu {
	background: none
}

.ztree li span.button.ico_open {
	margin-right: 2px;
	background-position: -110px -16px;
	background: none
}

.ico_open:before {
	content: "\F07C"
}

.ztree li span.button.ico_close {
	margin-right: 2px;
	background-position: -110px 0;
	vertical-align: top;
	*vertical-align: middle;
	background: none
}

.ico_close:before {
	content: "\F07B"
}

.ztree li span.button.ico_docu {
	margin-right: 2px;
	background-position: -110px -32px;
	vertical-align: top;
	*vertical-align: middle;
	background: none
}

.ico_docu:before {
	content: "\F016"
}

.ztree li span.button.edit {
	background-position: -110px -48px
}

.ztree li span.button.edit, .ztree li span.button.remove {
	margin-right: 2px;
	vertical-align: top;
	*vertical-align: middle
}

.ztree li span.button.remove {
	background-position: -110px -64px
}

.ztree li span.button.ico_loading {
	margin-right: 2px;
	background:
		url(data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7)
		no-repeat scroll 0 0 transparent;
	vertical-align: top;
	*vertical-align: middle
}

ul.tmpTargetzTree {
	background-color: #ffe6b0;
	opacity: .8;
	filter: alpha(opacity = 80)
}

span.tmpzTreeMove_arrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0;
	margin: 2px 0 0 1px;
	border: 0 none;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -110px -80px;
	background-image: url(../images/zTreeStandard-92717ba8.png);
	*background-image:
		url(data:image/gif;base64,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)
}

ul.ztree.zTreeDragUL {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px dotted #00b83f;
	opacity: .8;
	filter: alpha(opacity = 80)
}

.zTreeMask, ul.ztree.zTreeDragUL {
	position: absolute;
	background-color: #cfcfcf
}

.zTreeMask {
	z-index: 10000;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.fa_justify_close {
	margin-right: 2px !important;
	vertical-align: top !important; *: middle !important;
	background-position: -110px 0 !important;
	background: none !important;
	background-image: none !important
}

.ico_date:before {
	content: "D";
	color: #2dd59c;
	font-weight: 700
}

.ico_string:before {
	content: "S";
	font-weight: 700
}

.ico_int:before {
	content: "I";
	font-weight: 700
}

.ico_complex:before {
	content: "C";
	font-weight: 700
}

.select_li, .SELECT_LI {
	display: block
}

.cloing {
	margin: 12px 0 -2px 1px !important
}

li.level0:first-of-type>ul.level0.line>li:first-of-type {
	margin-top: 8px
}

.ztree li span.button.center_open ~.button.chk {
	margin-top: 0
}

.fixed-table-container .bs-checkbox, .fixed-table-container .no-records-found
	{
	text-align: center
}

.fixed-table-body thead th .th-inner, .table td, .table th {
	box-sizing: border-box
}

.bootstrap-table .table {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse !important;
	border-radius: 1px
}

.bootstrap-table .table:not (.table-condensed ), .bootstrap-table .table:not
	(.table-condensed )>tbody>tr>td, .bootstrap-table .table:not (.table-condensed
	)>tbody>tr>th, .bootstrap-table .table:not (.table-condensed )>tfoot>tr>td,
	.bootstrap-table .table:not (.table-condensed )>tfoot>tr>th,
	.bootstrap-table .table:not (.table-condensed )>thead>tr>td {
	padding: 8px
}

.bootstrap-table .table.table-no-bordered>tbody>tr>td, .bootstrap-table .table.table-no-bordered>thead>tr>th
	{
	border-right: 2px solid transparent
}

.bootstrap-table .table.table-no-bordered>tbody>tr>td:last-child {
	border-right: none
}

.fixed-table-container {
	position: relative;
	clear: both;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.fixed-table-container.table-no-bordered {
	border: 1px solid transparent
}

.fixed-table-footer, .fixed-table-header {
	overflow: hidden
}

.fixed-table-footer {
	border-top: 1px solid #ddd
}

.fixed-table-body {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%
}

.fixed-table-container table {
	width: 100%
}

.fixed-table-container thead th {
	height: 0;
	padding: 0;
	margin: 0;
	border-left: 1px solid #ddd
}

.fixed-table-container thead th:focus {
	outline: 0 solid transparent
}

.fixed-table-container thead th:first-child {
	border-left: none;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner
	{
	padding: 8px;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fixed-table-container thead th .sortable {
	cursor: pointer;
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 30px
}

.fixed-table-container thead th .both {
	background-image:
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
}

.fixed-table-container thead th .asc {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)
}

.fixed-table-container thead th .desc {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)
}

.fixed-table-container th.detail {
	width: 30px
}

.fixed-table-container tbody td {
	border-left: 1px solid #ddd
}

.fixed-table-container tbody tr:first-child td {
	border-top: none
}

.fixed-table-container tbody td:first-child {
	border-left: none
}

.fixed-table-container tbody .selected td {
	background-color: #f5f5f5
}

.fixed-table-container .bs-checkbox .th-inner {
	padding: 8px 0
}

.fixed-table-container input[type=checkbox], .fixed-table-container input[type=radio]
	{
	margin: 0 auto !important
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination
	{
	margin-top: 10px;
	margin-bottom: 10px
}

.fixed-table-pagination div.pagination .pagination {
	margin: 0
}

.fixed-table-pagination .pagination a {
	padding: 6px 12px;
	line-height: 1.428571429
}

.fixed-table-pagination .pagination-info {
	line-height: 34px;
	margin-right: 5px
}

.fixed-table-pagination .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.fixed-table-pagination .dropup .dropdown-menu {
	margin-bottom: 0
}

.fixed-table-pagination .page-list {
	display: inline-block
}

.fixed-table-toolbar .columns-left {
	margin-right: 5px
}

.fixed-table-toolbar .columns-right {
	margin-left: 5px
}

.fixed-table-toolbar .columns label {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns,
	.fixed-table-toolbar .search {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 34px
}

.fixed-table-pagination li.disabled a {
	pointer-events: none;
	cursor: default
}

.fixed-table-loading {
	display: none;
	position: absolute;
	top: 42px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	text-align: center
}

.fixed-table-body .card-view .title {
	font-weight: 700;
	display: inline-block;
	min-width: 30%;
	text-align: left !important
}

.table td, .table th {
	vertical-align: middle
}

.fixed-table-toolbar .dropdown-menu {
	text-align: left;
	max-height: 300px;
	overflow: auto
}

.fixed-table-toolbar .btn-group>.btn-group {
	display: inline-block;
	margin-left: -1px !important
}

/* .fixed-table-toolbar .btn-group>.btn-group>.btn {
	border-radius: 0
} */

.fixed-table-toolbar .btn-group>.btn-group:first-child>.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.fixed-table-toolbar .btn-group>.btn-group:last-child>.btn {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.bootstrap-table .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd
}

.bootstrap-table .table thead>tr>th {
	padding: 0;
	margin: 0
}

.bootstrap-table .fixed-table-footer tbody>tr>td {
	padding: 0 !important
}

.bootstrap-table .fixed-table-footer .table {
	border-bottom: none;
	border-radius: 0;
	padding: 0 !important
}

.pull-right .dropdown-menu {
	right: 0;
	left: auto
}

p.fixed-table-scroll-inner {
	width: 100%;
	height: 200px
}

div.fixed-table-scroll-outer {
	top: 0;
	left: 0;
	visibility: hidden;
	width: 200px;
	height: 150px;
	overflow: hidden
}

.search-panel {
	margin-bottom: 0 !important
}

.search-panel .panel-body {
	padding: 10px 2px 0
}

.search-panel .panel-heading {
	padding: 7px 16px
}

.panel-body {
	padding: 6px
}

.btn-outline {
	margin-right: 3px
}
