@charset "UTF-8";

/*!
 * FullCalendar v4.0.0-alpha
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
* {
	font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}


.fc button,
.fc table,
body .fc {
	font-size: 1em
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0
}

a,
a:hover {
	text-decoration: initial !important;
}

.fc-icon,
.fc-unselectable {
	-webkit-touch-callout: none;
	-khtml-user-select: none
}

.fc {
	direction: ltr;
	text-align: left
}

.fc-rtl {
	text-align: right
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
	text-align: center
}

.fc-highlight {
	background: #bce8f1;
	opacity: .3
}

.fc-bgevent {
	background: #8fdf82;
	opacity: .3
}

.fc-nonbusiness {
	background: #d7d7d7
}

.fc button {
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	white-space: nowrap;
	cursor: pointer
}

.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0
}

.fc-state-default {
	border: 1px solid;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.fc button .fc-icon {
	position: relative;
	top: -.05em;
	margin: 0 .2em;
	vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
	color: #333;
	background-color: #e6e6e6
}

.fc-state-hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
	background-color: #ccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: .65;
	box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
	cursor: pointer
}

.fc-button-group {
	display: inline-block
}

.fc .fc-button-group>* {
	float: left;
	margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
	margin-left: 0
}

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
	padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
	float: right
}

.fc-divider {
	border-style: solid;
	border-width: 1px
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%
}

.fc-clear {
	clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0
}

.fc td,
.fc th {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top
}

.fc td.fc-today {
	border-style: double
}

a[data-goto]:hover {
	text-decoration: underline
}

.fc .fc-row {
	border-style: solid;
	border-width: 0
}

.fc-row table {
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
	border-top: 0 hidden transparent
}

.fc-row {
	position: relative
}

.fc-row .fc-bg {
	z-index: 1
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
	border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2
}

.fc-row .fc-highlight-skeleton {
	z-index: 3
}

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
	z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
	background: 0 0;
	border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	border-top: 0
}

.fc-scroller {
	-webkit-overflow-scrolling: touch
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
	overflow: hidden
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
	position: relative;
	width: 100%
}

.fc-event {
	position: relative;
	display: block;
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
	background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
	color: #fff;
	text-decoration: none
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	cursor: not-allowed
}

.fc-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25
}

.fc-event .fc-content {
	position: relative;
	z-index: 2
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
	display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	display: block
}

.fc-event.fc-selected .fc-resizer:before {
	content: "";
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

.fc-event.fc-selected {
	z-index: 9999 !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
	border-radius: 4px;
	width: 6px;
	height: 6px;
	background: #fff;
	top: 50%;
	margin-top: -4px;
	border: 1px solid;
	border-color: inherit
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px
}

.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
	margin-top: 2px
}

.fc-helper-skeleton tr:first-child>td>.fc-day-grid-event {
	margin-top: 0
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	opacity: .25
}

.fc-day-grid-event .fc-content {
	white-space: nowrap;
	overflow: hidden
}

.fc-day-grid-event .fc-time {
	font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px
}

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none
}

a.fc-more:hover {
	text-decoration: underline
}

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
	text-decoration: none
}

.fc-limited {
	display: none
}

.fc-icon,
.fc-toolbar .fc-center {
	display: inline-block
}

.fc-day-grid .fc-row {
	z-index: 1
}

.fc-more-popover {
	z-index: 2;
	width: 220px
}

.fc-more-popover .fc-event-container {
	padding: 10px
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
	padding: 0
}

.fc-now-indicator {
	position: absolute;
	border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
	border-radius: 0
}

.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #ddd
}

.fc-unthemed .fc-popover {
	background-color: #fff;
	border-width: 1px;
	border-style: solid
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
	background: #eee
}

.fc-unthemed td.fc-today {
	background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3
}

.fc-icon {
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fc-icon:after {
	position: relative
}

.fc-icon-left-single-arrow:after {
	content: "\2039";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}

.fc-icon-right-single-arrow:after {
	content: "\203A";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}

.fc-icon-left-double-arrow:after {
	content: "\AB";
	font-size: 160%;
	top: -7%
}

.fc-icon-right-double-arrow:after {
	content: "\BB";
	font-size: 160%;
	top: -7%
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%
}

.fc-icon-x:after {
	content: "\D7";
	font-size: 200%;
	top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
	font-size: .9em;
	margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
	background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
	background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
	background: 0 0
}

.fc-popover>.ui-widget-header .ui-widget-content {
	border-top: 0
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
	border-color: inherit
}

.ui-widget .fc-event {
	color: #fff;
	font-weight: 400
}

.ui-widget td.fc-axis {
	font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
	text-decoration: underline
}

.fc.fc-bootstrap4 a {
	text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
	text-decoration: underline
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
	color: #fff
}

.fc-bootstrap4 .fc-popover.card {
	position: absolute
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em
}

.fc-toolbar .fc-left {
	float: left
}

.fc-toolbar .fc-right {
	float: right
}

.fc .fc-toolbar>*>* {
	float: left;
	margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
	margin-left: 0
}

.fc-toolbar h2 {
	margin: 0
}

.fc-toolbar button {
	position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2
}

.fc-toolbar .fc-state-down {
	z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4
}

.fc-toolbar button:focus {
	z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
	box-sizing: content-box
}

.fc-view,
.fc-view>table {
	position: relative;
	z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
	padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc-day-top.fc-other-month {
	opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
	padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: grey
}

.fc-basic-view td.fc-week-number>* {
	display: inline-block;
	min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em
}

.fc .fc-axis {
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap
}

.fc-ltr .fc-axis {
	text-align: right
}

.fc-rtl .fc-axis {
	text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
	position: relative;
	z-index: 1
}

.fc-time-grid {
	min-height: 100%
}

.fc-time-grid table {
	border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
	z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-content-col {
	position: relative
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0
}

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-highlight-container {
	z-index: 3;
	position: relative
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5
}

.fc-time-grid .fc-helper-container {
	position: relative;
	z-index: 6
}

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1
}

.fc-time-grid .fc-bgevent {
	left: 0;
	right: 0
}

.fc-v-event.fc-not-start {
	border-top-width: 0;
	padding-top: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
	overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none
}

.fc-time-grid-event .fc-content {
	overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	display: inline-block;
	vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
	border-radius: 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	border: 1px solid;
	border-color: inherit
}

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px
}

.fc-rtl .fc-list-view {
	direction: rtl
}

.fc-list-view {
	border-width: 1px;
	border-style: solid
}

.fc .fc-list-table {
	table-layout: auto
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px
}

.fc-list-table tr:first-child td {
	border-top-width: 0
}

.fc-list-heading {
	border-bottom-width: 1px
}

.fc-list-heading td {
	font-weight: 700
}

.fc-ltr .fc-list-heading-main {
	float: left
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
	float: right
}

.fc-rtl .fc-list-heading-alt {
	float: left
}

.fc-list-item.fc-has-url {
	cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px
}

.fc-ltr .fc-list-item-marker {
	padding-right: 0
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0
}

.fc-list-item-title a {
	text-decoration: none;
	color: inherit
}

.fc-list-item-title a[href]:hover {
	text-decoration: underline
}

.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.fc-unthemed .fc-list-empty {
	background-color: #eee
}


/*!
 * Quill Editor v1.1.8
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	position: relative
}

.ql-container.ql-disabled .ql-tooltip {
	visibility: hidden
}

.ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}

.ql-clipboard p {
	margin: 0;
	padding: 0
}

.ql-editor {
	box-sizing: border-box;
	cursor: text;
	line-height: 1.42;
	height: 100%;
	outline: 0;
	overflow-y: auto;
	padding: 12px 15px;
	-o-tab-size: 4;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
	padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
	list-style-type: none
}

.ql-editor ul>li::before {
	content: '\25CF'
}

.ql-editor ul[data-checked=false]>li::before,
.ql-editor ul[data-checked=true]>li::before {
	color: #777;
	cursor: pointer
}

.ql-editor ul[data-checked=true]>li::before {
	content: '\2611'
}

.ql-editor ul[data-checked=false]>li::before {
	content: '\2610'
}

.ql-editor li::before {
	display: inline-block;
	margin-right: .3em;
	text-align: right;
	white-space: nowrap;
	width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl)::before {
	margin-left: -1.5em
}

.ql-editor ol li,
.ql-editor ul li {
	padding-left: 1.5em
}

.ql-editor ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-num
}

.ql-editor ol li:before {
	content: counter(list-num, decimal) '. '
}

.ql-editor ol li.ql-indent-1 {
	counter-increment: list-1;
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-1:before {
	content: counter(list-1, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-2 {
	counter-increment: list-2;
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2:before {
	content: counter(list-2, lower-roman) '. '
}

.ql-editor ol li.ql-indent-3 {
	counter-increment: list-3;
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3:before {
	content: counter(list-3, decimal) '. '
}

.ql-editor ol li.ql-indent-4 {
	counter-increment: list-4;
	counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4:before {
	content: counter(list-4, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-5 {
	counter-increment: list-5;
	counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5:before {
	content: counter(list-5, lower-roman) '. '
}

.ql-editor ol li.ql-indent-6 {
	counter-increment: list-6;
	counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6:before {
	content: counter(list-6, decimal) '. '
}

.ql-editor ol li.ql-indent-7 {
	counter-increment: list-7;
	counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-7:before {
	content: counter(list-7, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-8 {
	counter-increment: list-8;
	counter-reset: list-9
}

.ql-editor ol li.ql-indent-8:before {
	content: counter(list-8, lower-roman) '. '
}

.ql-editor ol li.ql-indent-9 {
	counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
	content: counter(list-9, decimal) '. '
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 28.5em
}

.ql-editor .ql-video {
	display: block;
	max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
	margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
	margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
	background-color: #000
}

.ql-editor .ql-bg-red {
	background-color: #e60000
}

.ql-editor .ql-bg-orange {
	background-color: #f90
}

.ql-editor .ql-bg-yellow {
	background-color: #ff0
}

.ql-editor .ql-bg-green {
	background-color: #008a00
}

.ql-editor .ql-bg-blue {
	background-color: #06c
}

.ql-editor .ql-bg-purple {
	background-color: #93f
}

.ql-editor .ql-color-white {
	color: #fff
}

.ql-editor .ql-color-red {
	color: #e60000
}

.ql-editor .ql-color-orange {
	color: #f90
}

.ql-editor .ql-color-yellow {
	color: #ff0
}

.ql-editor .ql-color-green {
	color: #008a00
}

.ql-editor .ql-color-blue {
	color: #06c
}

.ql-editor .ql-color-purple {
	color: #93f
}

.ql-editor .ql-font-serif {
	font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
	font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
	font-size: .75em
}

.ql-editor .ql-size-large {
	font-size: 1.5em
}

.ql-editor .ql-size-huge {
	font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
	direction: rtl;
	text-align: inherit
}

.ql-editor .ql-align-center {
	text-align: center
}

.ql-editor .ql-align-justify {
	text-align: justify
}

.ql-editor .ql-align-right {
	text-align: right
}

.ql-editor.ql-blank::before {
	color: rgba(0, 0, 0, .6);
	content: attr(data-placeholder);
	font-style: italic;
	pointer-events: none;
	position: absolute
}

.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
	clear: both;
	content: '';
	display: table
}

.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
	background: 0 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
	float: left;
	height: 100%
}

.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
	outline: 0
}

.ql-snow .ql-toolbar input.ql-image[type=file],
.ql-snow.ql-toolbar input.ql-image[type=file] {
	display: none
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:hover {
	color: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
	fill: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
	stroke: #06c
}

.ql-snow,
.ql-snow * {
	box-sizing: border-box
}

.ql-snow .ql-hidden {
	display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
	visibility: hidden
}

.ql-snow .ql-tooltip {
	position: absolute
}

.ql-snow .ql-tooltip a {
	cursor: pointer;
	text-decoration: none;
	line-height: 26px
}

.ql-snow .ql-formats {
	display: inline-block;
	vertical-align: middle
}

.ql-snow .ql-formats:after {
	clear: both;
	content: '';
	display: table
}

.ql-snow .ql-stroke {
	fill: none;
	stroke: #444;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2
}

.ql-snow .ql-stroke-miter {
	fill: none;
	stroke: #444;
	stroke-miterlimit: 10;
	stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
	fill: #444
}

.ql-snow .ql-empty {
	fill: none
}

.ql-snow .ql-even {
	fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
	stroke-width: 1
}

.ql-snow .ql-transparent {
	opacity: .4
}

.ql-snow .ql-direction svg:last-child {
	display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
	display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
	display: none
}

.ql-snow .ql-editor h1 {
	font-size: 2em
}

.ql-snow .ql-editor h2 {
	font-size: 1.5em
}

.ql-snow .ql-editor h3 {
	font-size: 1.17em
}

.ql-snow .ql-editor h4 {
	font-size: 1em
}

.ql-snow .ql-editor h5 {
	font-size: .83em
}

.ql-snow .ql-editor h6 {
	font-size: .67em
}

.ql-snow .ql-editor a {
	text-decoration: underline
}

.ql-snow .ql-editor blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
	background-color: #f0f0f0;
	border-radius: 3px
}

.ql-snow .ql-editor pre {
	white-space: pre-wrap;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px
}

.ql-snow .ql-editor code {
	font-size: 85%;
	padding-bottom: 2px;
	padding-top: 2px
}

.ql-snow .ql-editor code:after,
.ql-snow .ql-editor code:before {
	content: "\A0";
	letter-spacing: -2px
}

.ql-snow .ql-editor pre.ql-syntax {
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible
}

.ql-snow .ql-editor img {
	max-width: 100%
}

.ql-snow .ql-picker {
	color: #444;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	position: relative;
	vertical-align: middle
}

.ql-snow .ql-picker-label {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	padding-left: 8px;
	padding-right: 2px;
	position: relative;
	width: 100%
}

.ql-snow .ql-picker-label::before {
	display: inline-block;
	line-height: 22px
}

.ql-snow .ql-picker-options {
	background-color: #fff;
	display: none;
	min-width: 100%;
	padding: 4px 8px;
	position: absolute;
	white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	color: #ccc;
	z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
	fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
	stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	display: block;
	margin-top: -1px;
	top: 100%;
	z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
	width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
	padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
	right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
	padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
	height: 24px;
	width: 24px;
	padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
	padding: 3px 5px;
	width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
	border: 1px solid transparent;
	float: left;
	height: 16px;
	margin: 2px;
	padding: 0;
	width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	position: absolute;
	margin-top: -9px;
	right: 0;
	top: 50%;
	width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before {
	content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
	width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item::before,
.ql-snow .ql-picker.ql-header .ql-picker-label::before {
	content: 'Normal'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before {
	content: 'Heading 1'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before {
	content: 'Heading 2'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before {
	content: 'Heading 3'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before {
	content: 'Heading 4'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before {
	content: 'Heading 5'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
	content: 'Heading 6'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
	font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
	font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
	font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
	font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
	font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
	font-size: .67em
}

.ql-snow .ql-picker.ql-font {
	width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item::before,
.ql-snow .ql-picker.ql-font .ql-picker-label::before {
	content: 'Sans Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before {
	content: 'Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
	content: 'Monospace'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
	font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
	font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
	width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item::before,
.ql-snow .ql-picker.ql-size .ql-picker-label::before {
	content: 'Normal'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before {
	content: 'Small'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before {
	content: 'Large'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
	content: 'Huge'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
	font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
	font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
	font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
	background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
	background-color: #000
}

.ql-toolbar.ql-snow {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
	margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
	border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
	border: 1px solid transparent;
	box-shadow: rgba(0, 0, 0, .2) 0 2px 8px
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
	border-color: #000
}

.ql-toolbar.ql-snow .ql-container.ql-snow {
	border-top: 0
}

.ql-snow .ql-tooltip {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	color: #444;
	margin-top: 10px;
	padding: 5px 12px;
	white-space: nowrap
}

.ql-snow .ql-tooltip::before {
	content: "Visit URL:";
	line-height: 26px;
	margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
	display: none;
	border: 1px solid #ccc;
	font-size: 13px;
	height: 26px;
	margin: 0;
	padding: 3px 5px;
	width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
	display: inline-block;
	max-width: 200px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action::after {
	border-right: 1px solid #ccc;
	content: 'Edit';
	margin-left: 16px;
	padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove::before {
	content: 'Remove';
	margin-left: 8px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
	display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
	display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
	border-right: 0;
	content: 'Save';
	padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]::before {
	content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
	content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]::before {
	content: "Enter video:"
}

.ql-snow a {
	color: #06c
}

.ql-container.ql-snow {
	border: 1px solid #ccc
}

@font-face {
	font-family: PrimeIcons;
	src: url(primeicons.b8eccb1059ea5faaf6d8.eot);
	src: url(primeicons.b8eccb1059ea5faaf6d8.eot?#iefix) format('embedded-opentype'), url(primeicons.473e2a746d3c151d7dca.ttf) format('truetype'), url(primeicons.71bb3d79dcf18b45ae84.woff) format('woff'), url(primeicons.38d77552b0353684a208.svg?#primeicons) format('svg');
	font-weight: 400;
	font-style: normal
}

.pi {
	font-family: primeicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pi-fw {
	width: 1.28571429em;
	text-align: center
}

.pi-spin {
	-webkit-animation: 2s linear infinite fa-spin;
	animation: 2s linear infinite fa-spin;
}

.pi-mobile:before {
	content: "\e982"
}

.pi-tablet:before {
	content: "\e983"
}

.pi-key:before {
	content: "\e981"
}

.pi-shopping-cart:before {
	content: "\e980"
}

.pi-comments:before {
	content: "\e97e"
}

.pi-comment:before {
	content: "\e97f"
}

.pi-briefcase:before {
	content: "\e97d"
}

.pi-bell:before {
	content: "\e97c"
}

.pi-paperclip:before {
	content: "\e97b"
}

.pi-share-alt:before {
	content: "\e97a"
}

.pi-envelope:before {
	content: "\e979"
}

.pi-volume-down:before {
	content: "\e976"
}

.pi-volume-up:before {
	content: "\e977"
}

.pi-volume-off:before {
	content: "\e978"
}

.pi-eject:before {
	content: "\e975"
}

.pi-money-bill:before {
	content: "\e974"
}

.pi-images:before {
	content: "\e973"
}

.pi-image:before {
	content: "\e972"
}

.pi-sign-in:before {
	content: "\e970"
}

.pi-sign-out:before {
	content: "\e971"
}

.pi-wifi:before {
	content: "\e96f"
}

.pi-sitemap:before {
	content: "\e96e"
}

.pi-chart-bar:before {
	content: "\e96d"
}

.pi-camera:before {
	content: "\e96c"
}

.pi-dollar:before {
	content: "\e96b"
}

.pi-lock-open:before {
	content: "\e96a"
}

.pi-table:before {
	content: "\e969"
}

.pi-map-marker:before {
	content: "\e968"
}

.pi-list:before {
	content: "\e967"
}

.pi-eye-slash:before {
	content: "\e965"
}

.pi-eye:before {
	content: "\e966"
}

.pi-folder-open:before {
	content: "\e964"
}

.pi-folder:before {
	content: "\e963"
}

.pi-video:before {
	content: "\e962"
}

.pi-inbox:before {
	content: "\e961"
}

.pi-lock:before {
	content: "\e95f"
}

.pi-unlock:before {
	content: "\e960"
}

.pi-tags:before {
	content: "\e95d"
}

.pi-tag:before {
	content: "\e95e"
}

.pi-power-off:before {
	content: "\e95c"
}

.pi-save:before {
	content: "\e95b"
}

.pi-question-circle:before {
	content: "\e959"
}

.pi-question:before {
	content: "\e95a"
}

.pi-copy:before {
	content: "\e957"
}

.pi-file:before {
	content: "\e958"
}

.pi-clone:before {
	content: "\e955"
}

.pi-calendar-times:before {
	content: "\e952"
}

.pi-calendar-minus:before {
	content: "\e953"
}

.pi-calendar-plus:before {
	content: "\e954"
}

.pi-ellipsis-v:before {
	content: "\e950"
}

.pi-ellipsis-h:before {
	content: "\e951"
}

.pi-bookmark:before {
	content: "\e94e"
}

.pi-globe:before {
	content: "\e94f"
}

.pi-replay:before {
	content: "\e94d"
}

.pi-filter:before {
	content: "\e94c"
}

.pi-print:before {
	content: "\e94b"
}

.pi-align-right:before {
	content: "\e946"
}

.pi-align-left:before {
	content: "\e947"
}

.pi-align-center:before {
	content: "\e948"
}

.pi-align-justify:before {
	content: "\e949"
}

.pi-cog:before {
	content: "\e94a"
}

.pi-cloud-download:before {
	content: "\e943"
}

.pi-cloud-upload:before {
	content: "\e944"
}

.pi-cloud:before {
	content: "\e945"
}

.pi-pencil:before {
	content: "\e942"
}

.pi-users:before {
	content: "\e941"
}

.pi-clock:before {
	content: "\e940"
}

.pi-user-minus:before {
	content: "\e93e"
}

.pi-user-plus:before {
	content: "\e93f"
}

.pi-trash:before {
	content: "\e93d"
}

.pi-external-link:before {
	content: "\e93c"
}

.pi-window-maximize:before {
	content: "\e93b"
}

.pi-window-minimize:before {
	content: "\e93a"
}

.pi-refresh:before {
	content: "\e938"
}

.pi-user:before {
	content: "\e939"
}

.pi-exclamation-triangle:before {
	content: "\e922"
}

.pi-calendar:before {
	content: "\e927"
}

.pi-chevron-circle-left:before {
	content: "\e928"
}

.pi-chevron-circle-down:before {
	content: "\e929"
}

.pi-chevron-circle-right:before {
	content: "\e92a"
}

.pi-chevron-circle-up:before {
	content: "\e92b"
}

.pi-angle-double-down:before {
	content: "\e92c"
}

.pi-angle-double-left:before {
	content: "\e92d"
}

.pi-angle-double-right:before {
	content: "\e92e"
}

.pi-angle-double-up:before {
	content: "\e92f"
}

.pi-angle-down:before {
	content: "\e930"
}

.pi-angle-left:before {
	content: "\e931"
}

.pi-angle-right:before {
	content: "\e932"
}

.pi-angle-up:before {
	content: "\e933"
}

.pi-upload:before {
	content: "\e934"
}

.pi-download:before {
	content: "\e956"
}

.pi-ban:before {
	content: "\e935"
}

.pi-star-o:before {
	content: "\e936"
}

.pi-star:before {
	content: "\e937"
}

/* 
.pi-chevron-left:before {
	content: "\f0da"
} */
/* 
.pi-chevron-right:before {
	content: "\e901"
} */

.pi-chevron-down:before {
	content: "\e902"
}

.pi-chevron-up:before {
	content: "\e903"
}

.pi-caret-left:before {
	content: "\e904"
}

.pi-caret-right:before {
	content: "\e905"
}

.pi-caret-down:before {
	content: "\e906"
}

.pi-caret-up:before {
	content: "\e907"
}

.pi-search:before {
	content: "\e908"
}

.pi-check:before {
	content: "\e909"
}

.pi-check-circle:before {
	content: "\e90a"
}

.pi-times:before {
	content: "\e90b"
}

.pi-times-circle:before {
	content: "\e90c"
}

.pi-plus:before {
	content: "\e90d"
}

.pi-plus-circle:before {
	content: "\e90e"
}

.pi-minus:before {
	content: "\e90f"
}

.pi-minus-circle:before {
	content: "\e910"
}

.pi-circle-on:before {
	content: "\e911"
}

.pi-circle-off:before {
	content: "\e912"
}

.pi-sort-down:before {
	content: "\e913"
}

.pi-sort-up:before {
	content: "\e914"
}

.pi-sort:before {
	content: "\e915"
}

.pi-step-backward:before {
	content: "\e916"
}

.pi-step-forward:before {
	content: "\e917"
}

.pi-th-large:before {
	content: "\e918"
}

.pi-arrow-down:before {
	content: "\e919"
}

.pi-arrow-left:before {
	content: "\e91a"
}

.pi-arrow-right:before {
	content: "\e91b"
}

.pi-arrow-up:before {
	content: "\e91c"
}

.pi-bars:before {
	content: "\e91d"
}

.pi-arrow-circle-down:before {
	content: "\e91e"
}

.pi-arrow-circle-left:before {
	content: "\e91f"
}

.pi-arrow-circle-right:before {
	content: "\e920"
}

.pi-arrow-circle-up:before {
	content: "\e921"
}

.pi-info:before {
	content: "\e923"
}

.pi-info-circle:before {
	content: "\e924"
}

.pi-home:before {
	content: "\e925"
}

.pi-spinner:before {
	content: "\e926"
}

.p-grid {
	display: flex;
	flex-wrap: wrap;
	margin-right: -.5em;
	margin-left: -.5em;
	margin-top: -.5em
}

.p-nogutter {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0
}

.p-nogutter>.p-col,
.p-nogutter>[class*=p-col-] {
	padding: 0
}

.p-dir-rev {
	flex-direction: row-reverse
}

.p-dir-col {
	flex-direction: column
}

.p-dir-col-rev {
	flex-direction: column-reverse
}

.p-justify-start {
	justify-content: flex-start
}

.p-justify-end {
	justify-content: flex-end
}

.p-justify-center {
	justify-content: center
}

.p-justify-between {
	justify-content: space-between
}

.p-justify-around {
	justify-content: space-around
}

.p-justify-even {
	justify-content: space-evenly
}

.p-align-start {
	align-items: flex-start
}

.p-align-end {
	align-items: flex-end
}

.p-align-center {
	align-items: center
}

.p-align-baseline {
	align-items: baseline
}

.p-align-stretch {
	align-items: stretch
}

.p-col {
	flex-grow: 1;
	flex-basis: 0;
	padding: .5em
}

.p-col-fixed {
	flex: 0 0 auto;
	padding: .5em
}

.p-col-align-start {
	align-self: flex-start
}

.p-col-align-end {
	align-self: flex-end
}

.p-col-align-center {
	-ms-grid-row-align: center;
	align-self: center
}

.p-col-align-baseline {
	align-self: baseline
}

.p-col-align-stretch {
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.p-col-1,
.p-col-10,
.p-col-11,
.p-col-12,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9 {
	flex: 0 0 auto;
	padding: .5em
}

.p-col-1 {
	width: 8.3333%
}

.p-col-2 {
	width: 16.6667%
}

.p-col-3 {
	width: 25%
}

.p-col-4 {
	width: 33.3333%
}

.p-col-5 {
	width: 41.6667%
}

.p-col-6 {
	width: 50%
}

.p-col-7 {
	width: 58.3333%
}

.p-col-8 {
	width: 66.6667%
}

.p-col-9 {
	width: 75%
}

.p-col-10 {
	width: 83.3333%
}

.p-col-11 {
	width: 91.6667%
}

.p-col-12 {
	width: 100%
}

.p-offset-12 {
	margin-left: 100%
}

.p-offset-11 {
	margin-left: 91.66666667%
}

.p-offset-10 {
	margin-left: 83.33333333%
}

.p-offset-9 {
	margin-left: 75%
}

.p-offset-8 {
	margin-left: 66.66666667%
}

.p-offset-7 {
	margin-left: 58.33333333%
}

.p-offset-6 {
	margin-left: 50%
}

.p-offset-5 {
	margin-left: 41.66666667%
}

.p-offset-4 {
	margin-left: 33.33333333%
}

.p-offset-3 {
	margin-left: 25%
}

.p-offset-2 {
	margin-left: 16.66666667%
}

.p-offset-1 {
	margin-left: 8.33333333%
}

.p-offset-0 {
	margin-left: 0
}

.p-lg-1,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-md-1,
.p-md-10,
.p-md-11,
.p-md-12,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-sm-1,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-xl-1,
.p-xl-10,
.p-xl-11,
.p-xl-12,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9 {
	padding: .5em
}

.p-col-nogutter {
	padding: 0
}

@media screen and (min-width:576px) {

	.p-sm-1,
	.p-sm-10,
	.p-sm-11,
	.p-sm-12,
	.p-sm-2,
	.p-sm-3,
	.p-sm-4,
	.p-sm-5,
	.p-sm-6,
	.p-sm-7,
	.p-sm-8,
	.p-sm-9 {
		flex: 0 0 auto
	}

	.p-sm-1 {
		width: 8.3333%
	}

	.p-sm-2 {
		width: 16.6667%
	}

	.p-sm-3 {
		width: 25%
	}

	.p-sm-4 {
		width: 33.3333%
	}

	.p-sm-5 {
		width: 41.6667%
	}

	.p-sm-6 {
		width: 50%
	}

	.p-sm-7 {
		width: 58.3333%
	}

	.p-sm-8 {
		width: 66.6667%
	}

	.p-sm-9 {
		width: 75%
	}

	.p-sm-10 {
		width: 83.3333%
	}

	.p-sm-11 {
		width: 91.6667%
	}

	.p-sm-12 {
		width: 100%
	}

	.p-sm-offset-12 {
		margin-left: 100%
	}

	.p-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.p-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.p-sm-offset-9 {
		margin-left: 75%
	}

	.p-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.p-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.p-sm-offset-6 {
		margin-left: 50%
	}

	.p-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.p-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.p-sm-offset-3 {
		margin-left: 25%
	}

	.p-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.p-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.p-sm-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:768px) {

	.p-md-1,
	.p-md-10,
	.p-md-11,
	.p-md-12,
	.p-md-2,
	.p-md-3,
	.p-md-4,
	.p-md-5,
	.p-md-6,
	.p-md-7,
	.p-md-8,
	.p-md-9 {
		flex: 0 0 auto
	}

	.p-md-1 {
		width: 8.3333%
	}

	.p-md-2 {
		width: 16.6667%
	}

	.p-md-3 {
		width: 25%
	}

	.p-md-4 {
		width: 33.3333%
	}

	.p-md-5 {
		width: 41.6667%
	}

	.p-md-6 {
		width: 50%
	}

	.p-md-7 {
		width: 58.3333%
	}

	.p-md-8 {
		width: 66.6667%
	}

	.p-md-9 {
		width: 75%
	}

	.p-md-10 {
		width: 83.3333%
	}

	.p-md-11 {
		width: 91.6667%
	}

	.p-md-12 {
		width: 100%
	}

	.p-md-offset-12 {
		margin-left: 100%
	}

	.p-md-offset-11 {
		margin-left: 91.66666667%
	}

	.p-md-offset-10 {
		margin-left: 83.33333333%
	}

	.p-md-offset-9 {
		margin-left: 75%
	}

	.p-md-offset-8 {
		margin-left: 66.66666667%
	}

	.p-md-offset-7 {
		margin-left: 58.33333333%
	}

	.p-md-offset-6 {
		margin-left: 50%
	}

	.p-md-offset-5 {
		margin-left: 41.66666667%
	}

	.p-md-offset-4 {
		margin-left: 33.33333333%
	}

	.p-md-offset-3 {
		margin-left: 25%
	}

	.p-md-offset-2 {
		margin-left: 16.66666667%
	}

	.p-md-offset-1 {
		margin-left: 8.33333333%
	}

	.p-md-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:992px) {

	.p-lg-1,
	.p-lg-10,
	.p-lg-11,
	.p-lg-12,
	.p-lg-2,
	.p-lg-3,
	.p-lg-4,
	.p-lg-5,
	.p-lg-6,
	.p-lg-7,
	.p-lg-8,
	.p-lg-9 {
		flex: 0 0 auto
	}

	.p-lg-1 {
		width: 8.3333%
	}

	.p-lg-2 {
		width: 16.6667%
	}

	.p-lg-3 {
		width: 25%
	}

	.p-lg-4 {
		width: 33.3333%
	}

	.p-lg-5 {
		width: 41.6667%
	}

	.p-lg-6 {
		width: 50%
	}

	.p-lg-7 {
		width: 58.3333%
	}

	.p-lg-8 {
		width: 66.6667%
	}

	.p-lg-9 {
		width: 75%
	}

	.p-lg-10 {
		width: 83.3333%
	}

	.p-lg-11 {
		width: 91.6667%
	}

	.p-lg-12 {
		width: 100%
	}

	.p-lg-offset-12 {
		margin-left: 100%
	}

	.p-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.p-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.p-lg-offset-9 {
		margin-left: 75%
	}

	.p-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.p-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.p-lg-offset-6 {
		margin-left: 50%
	}

	.p-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.p-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.p-lg-offset-3 {
		margin-left: 25%
	}

	.p-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.p-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.p-lg-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:1200px) {

	.p-xl-1,
	.p-xl-10,
	.p-xl-11,
	.p-xl-12,
	.p-xl-2,
	.p-xl-3,
	.p-xl-4,
	.p-xl-5,
	.p-xl-6,
	.p-xl-7,
	.p-xl-8,
	.p-xl-9 {
		flex: 0 0 auto
	}

	.p-xl-1 {
		width: 8.3333%
	}

	.p-xl-2 {
		width: 16.6667%
	}

	.p-xl-3 {
		width: 25%
	}

	.p-xl-4 {
		width: 33.3333%
	}

	.p-xl-5 {
		width: 41.6667%
	}

	.p-xl-6 {
		width: 50%
	}

	.p-xl-7 {
		width: 58.3333%
	}

	.p-xl-8 {
		width: 66.6667%
	}

	.p-xl-9 {
		width: 75%
	}

	.p-xl-10 {
		width: 83.3333%
	}

	.p-xl-11 {
		width: 91.6667%
	}

	.p-xl-12 {
		width: 100%
	}

	.p-xl-offset-12 {
		margin-left: 100%
	}

	.p-xl-offset-11 {
		margin-left: 91.66666667%
	}

	.p-xl-offset-10 {
		margin-left: 83.33333333%
	}

	.p-xl-offset-9 {
		margin-left: 75%
	}

	.p-xl-offset-8 {
		margin-left: 66.66666667%
	}

	.p-xl-offset-7 {
		margin-left: 58.33333333%
	}

	.p-xl-offset-6 {
		margin-left: 50%
	}

	.p-xl-offset-5 {
		margin-left: 41.66666667%
	}

	.p-xl-offset-4 {
		margin-left: 33.33333333%
	}

	.p-xl-offset-3 {
		margin-left: 25%
	}

	.p-xl-offset-2 {
		margin-left: 16.66666667%
	}

	.p-xl-offset-1 {
		margin-left: 8.33333333%
	}

	.p-xl-offset-0 {
		margin-left: 0
	}
}


/*!
 *  Font Awesome 4.7.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(fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0);
	src: url(fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0) format('woff2'), url(fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0) format('woff'), url(fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0) format('truetype'), url(fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: 2s linear infinite fa-spin;
	animation: 2s linear infinite fa-spin;
}

.fa-pulse {
	-webkit-animation: 1s steps(8) infinite fa-spin;
	animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	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-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

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

.ui-widget,
.ui-widget * {
	box-sizing: border-box
}

.ui-helper-hidden {
	display: none !important
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-hidden-accessible input,
.ui-helper-hidden-accessible select {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix::after,
.ui-helper-clearfix::before {
	content: "";
	display: table
}

.ui-helper-clearfix::after {
	clear: both
}

.ui-helper-clearfix {
	zoom: 1
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-state-disabled,
.ui-state-disabled a {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.ui-unselectable-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ui-scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px
}

.ui-overflow-hidden {
	overflow: hidden
}

::-webkit-input-placeholder {
	color: #898989
}

:-moz-placeholder {
	color: #898989;
	opacity: 1
}

::-moz-placeholder {
	color: #898989;
	opacity: 1
}

:-ms-input-placeholder {
	color: #898989
}

::-ms-input-placeholder {
	color: #898989
}

.ui-placeholder {
	color: #898989
}

button,
input[type=button],
input[type=file]::-webkit-file-upload-button,
input[type=reset],
input[type=submit] {
	border-radius: 0
}

.ui-autocomplete {
	width: auto;
	zoom: 1;
	cursor: pointer;
	box-shadow: none;
	position: relative;
	display: inline-block
}

.ui-autocomplete .ui-autocomplete-dropdown {
	height: 100%;
	width: 2em;
	margin-right: 0;
	vertical-align: top
}

.ui-autocomplete .ui-autocomplete-input {
	padding-right: 1.5em
}

.ui-autocomplete-loader {
	position: absolute;
	right: .25em;
	top: 50%;
	margin-top: -.5em
}

.ui-autocomplete-query {
	font-weight: 700
}

.ui-autocomplete .ui-autocomplete-panel {
	min-width: 100%
}

.ui-autocomplete-panel {
	position: absolute;
	overflow: auto
}

.ui-autocomplete-panel .ui-autocomplete-list {
	padding: .4em;
	border: 0
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
	border: 0;
	cursor: pointer;
	font-weight: 400;
	margin: 1px 0;
	padding: .186em .313em;
	text-align: left
}

.ui-autocomplete .ui-button-icon-only,
.ui-autocomplete .ui-button-icon-only:enabled:active,
.ui-autocomplete .ui-button-icon-only:enabled:focus,
.ui-autocomplete .ui-button-icon-only:enabled:hover {
	border-left: 0
}

.ui-autocomplete-multiple-container {
	display: inline-block;
	vertical-align: middle
}

.ui-autocomplete-multiple-container.ui-inputtext {
	clear: left;
	cursor: text;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 1.5em 0 .25em
}

.ui-autocomplete-token {
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: .125em .5em;
	white-space: nowrap;
	position: relative;
	margin-right: .125em;
	border: 0;
	font-size: .9em
}

.ui-autocomplete-token-label {
	display: block;
	margin-right: 2em
}

.ui-autocomplete-token-icon {
	margin-top: -.5em;
	position: absolute;
	right: .2em;
	top: 50%;
	cursor: pointer
}

.ui-autocomplete-input-token {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0 0 0 .125em;
	padding: .25em .25em .25em 0
}

.ui-autocomplete-input-token input {
	border: 0;
	width: 10em;
	outline: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0
}

.ui-autocomplete-dd .ui-autocomplete-loader {
	right: 2.25em
}

.ui-autocomplete-dd .ui-autocomplete-multiple-container.ui-corner-all,
.ui-autocomplete-dd input.ui-corner-all {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ui-fluid .ui-autocomplete,
.ui-fluid .ui-autocomplete-input,
.ui-fluid p-autocomplete {
	width: 100%
}

.ui-fluid .ui-autocomplete.ui-autocomplete-dd .ui-autocomplete-input,
.ui-fluid .ui-autocomplete.ui-autocomplete-dd .ui-autocomplete-multiple-container {
	width: calc(100% - 2em)
}

.ui-fluid .ui-autocomplete .ui-autocomplete-dropdown.ui-button {
	width: 2em
}

.ui-accordion {
	width: 100%
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1
}

.ui-accordion .ui-accordion-header a {
	display: block;
	padding: .5em
}

.ui-accordion .ui-accordion-header-text,
.ui-accordion .ui-accordion-toggle-icon {
	vertical-align: middle
}

.ui-accordion .ui-accordion-content {
	padding: 1em;
	border-top: 0;
	overflow: visible;
	zoom: 1
}

.ui-accordion .ui-accordion-header.ui-state-disabled,
.ui-accordion .ui-accordion-header.ui-state-disabled a {
	cursor: default
}

.ui-accordion-content-wrapper-overflown {
	overflow: hidden
}

.ui-rtl .ui-accordion .ui-accordion-header a {
	padding: .5em 2em .5em .5em
}

.ui-rtl .ui-accordion .ui-accordion-toggle-icon {
	left: initial;
	right: .5em
}

.ui-rtl .ui-accordion .ui-accordion-toggle-icon.pi-caret-right:before {
	content: '\e904'
}

.ui-blockui {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-blockui-document {
	position: fixed
}

.ui-breadcrumb {
	margin: 0;
	padding: .5em
}

.ui-breadcrumb ul {
	margin: 0;
	padding: 0
}

.ui-breadcrumb ul li {
	display: inline-block;
	margin: 0 .25em
}

.ui-breadcrumb-chevron,
.ui-breadcrumb-home {
	vertical-align: middle
}

.ui-breadcrumb ul li .ui-menuitem-link {
	text-decoration: none
}

.ui-breadcrumb .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-breadcrumb .ui-menuitem-text {
	vertical-align: middle
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible
}

p-button {
	display: inline-block
}

.ui-button .ui-button-text {
	display: block;
	line-height: normal
}

.ui-button-text-only .ui-button-text {
	padding: .25em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-text-empty .ui-button-text {
	padding: .25em;
	text-indent: -9999999px
}

.ui-button-text-icon-left .ui-button-text {
	padding: .25em 1em .25em 2.1em
}

.ui-button-text-icon-right .ui-button-text {
	padding: .25em 2.1em .25em 1em
}

.ui-button-icon-only .ui-button-icon-left,
.ui-button-text-icon-left .ui-button-icon-left,
.ui-button-text-icon-right .ui-button-icon-right {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	height: 1em
}

.ui-button-icon-only .ui-button-icon-left {
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	width: 1em;
	height: 1em
}

.ui-button-icon-left {
	left: .5em
}

.ui-button-icon-right {
	right: .5em
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: 0
}

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-fluid .ui-button {
	width: 100%
}

.ui-fluid .ui-button-text-icon-left .ui-button-text,
.ui-fluid .ui-button-text-icon-right .ui-button-text {
	padding-left: 1em;
	padding-right: 1em
}

.ui-fluid .ui-buttonset,
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {
	width: 100%
}

.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {
	width: 50%
}

.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {
	width: 33.3%
}

.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {
	width: 25%
}

.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {
	width: 20%
}

.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
	width: 16.6%
}

@media (max-width:640px) {

	.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
	.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
	.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
	.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
	.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
	.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
		width: 100%
	}
}

.ui-calendar {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ui-calendar .ui-calendar-button {
	position: absolute;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 2em;
	border-left: 0
}

.ui-calendar .ui-calendar-button:enabled:hover,
.ui-calendar .ui-calendar-button:focus {
	border-left: 0
}

.ui-calendar .ui-datepicker {
	min-width: 100%
}

.ui-fluid .ui-calendar {
	width: 100%
}

.ui-fluid .ui-calendar-button {
	width: 2em
}

.ui-fluid .ui-datepicker-buttonbar button {
	width: auto
}

.ui-fluid .ui-calendar.ui-calendar-w-btn .ui-inputtext {
	width: calc(100% - 2em)
}

.ui-datepicker {
	width: auto;
	padding: .2em;
	position: absolute
}

.ui-datepicker.ui-datepicker-inline {
	display: inline-block;
	position: static;
	/* height: 192px;
    overflow: hidden; */
}

.ui-datepicker .ui-datepicker-group {
	border-width: 0
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .5em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: .5em;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
	left: .125em
}

.ui-datepicker .ui-datepicker-next {
	right: .125em
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.5em;
	margin-left: -.5em
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: .125em 0;
	vertical-align: middle
}

.ui-datepicker select.ui-datepicker-month {
	margin-right: .25em
}

.ui-datepicker span.ui-datepicker-year {
	margin-left: .25em
}

.ui-datepicker-multiple-month .ui-datepicker-group {
	display: table-cell;
	border-width: 0 1px 0 0
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .5em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 0
}

.ui-datepicker td>a,
.ui-datepicker td>span {
	display: block;
	padding: .5em;
	text-decoration: none;
	border: 0;
	text-align: center
}

.ui-datepicker .ui-datepicker-buttonbar {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: .5em
}

.ui-datepicker .ui-datepicker-buttonbar>.ui-g>div:last-child {
	text-align: right
}

.ui-datepicker .ui-datepicker-buttonbar>.ui-g>div {
	padding: 0
}

.ui-calendar.ui-calendar-w-btn input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ui-monthpicker .ui-monthpicker-month {
	width: 33.3%;
	display: inline-block;
	text-align: center;
	padding: .5em
}

.ui-datepicker-monthpicker select.ui-datepicker-year {
	width: auto
}

.ui-timepicker {
	text-align: center;
	padding: .5em 0
}

.ui-timepicker>div {
	display: inline-block;
	margin-left: .5em;
	min-width: 1.5em
}

.ui-timepicker>.ui-minute-picker,
.ui-timepicker>.ui-second-picker {
	margin-left: 0
}

.ui-timepicker>.ui-separator {
	margin-left: 0;
	min-width: .75em
}

.ui-timepicker>.ui-separator a {
	visibility: hidden
}

.ui-timepicker>div a {
	display: block;
	opacity: .7;
	filter: Alpha(Opacity=70)
}

.ui-timepicker>div a:last-child {
	margin-top: .3em
}

.ui-timepicker>div a:hover {
	display: block;
	opacity: 1;
	filter: Alpha(Opacity=100)
}

input[type=text]::-ms-clear {
	display: none
}

.ui-calendar .ui-datepicker-touch-ui,
.ui-datepicker-touch-ui {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 80vw
}

.ui-datepicker-touch-ui.ui-datepicker th {
	padding: 2em 0
}

.ui-datepicker-touch-ui.ui-datepicker td {
	padding: 0
}

.ui-datepicker-touch-ui.ui-datepicker td>a,
.ui-datepicker-touch-ui.ui-datepicker td>span {
	padding: 2em 0
}

.ui-datepicker-touch-ui .ui-timepicker {
	padding: 1em 0
}

.ui-datepicker-touch-ui .ui-timepicker>div a {
	font-size: 2em
}

.ui-datepicker-mask {
	position: fixed;
	width: 100%;
	height: 100%
}

@media screen and (max-width:40em) {
	.ui-datepicker-multiple-month {
		width: 17em;
		overflow: auto
	}

	.ui-datepicker-touch-ui.ui-datepicker td a,
	.ui-datepicker-touch-ui.ui-datepicker td span,
	.ui-datepicker-touch-ui.ui-datepicker th {
		padding: 1em 0
	}
}

.ui-card-header img {
	width: 100%
}

.ui-card-body {
	padding: 1em
}

.ui-card-title {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: .5em
}

.ui-card-subtitle {
	opacity: .7;
	margin-bottom: .5em;
	margin-top: -.25em;
	font-weight: 700
}

.ui-card-footer {
	padding-top: 1em
}

.ui-carousel {
	position: relative;
	padding: .063em
}

.ui-carousel .ui-carousel-viewport .ui-carousel-items {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 32000px;
	left: 0
}

.ui-carousel .ui-carousel-viewport .ui-carousel-items .ui-carousel-item {
	margin: 1px;
	padding: 0;
	float: left;
	box-sizing: border-box
}

.ui-carousel .ui-carousel-viewport {
	overflow: hidden;
	position: relative;
	border: 0
}

.ui-carousel .ui-carousel-footer {
	margin: 1px 1px 0;
	padding: .5em;
	overflow: hidden
}

.ui-carousel .ui-carousel-header {
	margin: 0 1px;
	overflow: hidden;
	padding: .625em
}

.ui-carousel .ui-carousel-header .ui-carousel-header-title {
	display: inline-block;
	overflow: hidden
}

.ui-carousel .ui-carousel-dropdown,
.ui-carousel .ui-carousel-mobiledropdown {
	float: right;
	margin: 0 .625em;
	background-image: none
}

.ui-carousel .ui-carousel-dropdown option,
.ui-carousel .ui-carousel-mobiledropdown option {
	background-image: none;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.ui-carousel .ui-carousel-button {
	float: right;
	margin: .125em
}

.ui-carousel .ui-carousel-page-link {
	float: left;
	margin: 0 .125em;
	text-decoration: none
}

.ui-carousel .ui-carousel-button,
.ui-carousel .ui-carousel-page-link {
	cursor: pointer
}

.ui-carousel .ui-carousel-page-links {
	margin: .125em .5em 0;
	float: right
}

.ui-carousel .ui-carousel-mobiledropdown {
	display: none
}

.ui-chkbox {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-right: .25em;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.ui-chkbox .ui-chkbox-box {
	width: 1.125em;
	height: 1.125em;
	line-height: 1.125em;
	border-radius: 2px;
	text-align: center
}

.ui-chkbox .ui-chkbox-icon {
	display: block
}

.ui-chkbox-label {
	vertical-align: middle
}

.ui-chips>ul.ui-inputtext {
	clear: left;
	cursor: text;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 .25em
}

.ui-chips-token {
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: .125em .5em;
	white-space: nowrap;
	position: relative;
	margin-right: .125em;
	border: 0;
	font-size: .9em
}

.ui-chips-token .ui-chips-token-label {
	display: block;
	margin-right: 2em
}

.ui-chips>.ui-state-disabled .ui-chips-token-label {
	margin-right: 0
}

.ui-chips-token .ui-chips-token-icon {
	margin-top: -.5em;
	position: absolute;
	right: .2em;
	top: 50%;
	cursor: pointer
}

.ui-chips-input-token {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0 0 0 .125em;
	padding: .25em .25em .25em 0
}

.ui-chips-input-token input {
	border: 0;
	width: 10em;
	outline: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0
}

.ui-colorpicker {
	display: inline-block
}

.ui-colorpicker-dragging {
	cursor: pointer
}

.ui-colorpicker-overlay {
	position: relative
}

.ui-colorpicker-panel {
	position: relative;
	width: 193px;
	height: 166px;
	background-color: #323232;
	border-color: #191919
}

.ui-colorpicker-overlay-panel {
	position: absolute
}

.ui-colorpicker-preview {
	width: 2em;
	cursor: pointer
}

.ui-colorpicker-panel .ui-colorpicker-content {
	position: relative
}

.ui-colorpicker-panel .ui-colorpicker-color-selector {
	width: 150px;
	height: 150px;
	top: 8px;
	left: 8px;
	position: absolute
}

.ui-colorpicker-panel .ui-colorpicker-color {
	width: 150px;
	height: 150px;
	background: url(color.c7a33805ffda0d32bd2a.png) left top no-repeat
}

.ui-colorpicker-panel .ui-colorpicker-color-handle {
	position: absolute;
	top: 0;
	left: 150px;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	margin: -5px 0 0 -5px;
	cursor: pointer
}

.ui-colorpicker-panel .ui-colorpicker-hue {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACWCAIAAAC3uvTNAAAA7ElEQVRYw+2YUQqDQAxEh9GWuqV6Be9/JT88RN0VRUuv0ElBwhKY3yF5m90kLKd+mF/975r6geNyjm9Fy0kgqTJ6nqoIdGKczjmPJU5tZxA8wWPL7YOHKhZAlcmTAVVcxSCrMbfgqY/H6JEOoASPe56tgSrqLR7U2zWojwWjJ3jq47HEiZoGTwJxP1RRXw8y9RZfCMhbhTHOVTxXnUFtPJ5rGjzu35y2KfKGQxWT2K4TQL1d2zz6KAH1kRU8wfOXx+37qY3Hct+aDaqot2u7R/wMuDS3qnj0z0HqK4X/+kRNHdfUwFP2Nisqe/sFuUZiVjC9HCUAAAAASUVORK5CYII=) left top no-repeat;
	width: 17px;
	height: 150px;
	top: 8px;
	left: 167px;
	position: absolute;
	opacity: .85
}

.ui-colorpicker-panel .ui-colorpicker-hue-handle {
	position: absolute;
	top: 150px;
	left: 0;
	width: 21px;
	margin-left: -2px;
	margin-top: -5px;
	height: 10px;
	border: 2px solid #fff;
	opacity: .85;
	cursor: pointer
}

.ui-colorpicker-panel.ui-state-disabled .ui-colorpicker-color-handle,
.ui-colorpicker-panel.ui-state-disabled .ui-colorpicker-hue-handle {
	opacity: .5
}

.ui-contextmenu {
	width: 12.5em;
	padding: .25em;
	position: absolute;
	display: none
}

.ui-contextmenu .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-contextmenu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ui-contextmenu .ui-submenu-list {
	display: none;
	position: absolute;
	width: 12.5em;
	padding: .25em
}

.ui-contextmenu .ui-menuitem-link {
	padding: .25em;
	display: block;
	position: relative
}

.ui-contextmenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-contextmenu .ui-menuitem-text {
	vertical-align: middle
}

.ui-contextmenu .ui-menuitem {
	position: relative
}

.ui-contextmenu .ui-menuitem-link .ui-submenu-icon {
	position: absolute;
	margin-top: -.5em;
	right: 0;
	top: 50%
}

.ui-contextmenu .ui-menuitem-active>.ui-submenu>.ui-submenu-list {
	display: block !important
}

.ui-datagrid .ui-paginator {
	text-align: center
}

.ui-datagrid-column {
	padding: .25em
}

.ui-datagrid-content-empty {
	padding: .25em .625em
}

.ui-datagrid .ui-datagrid-footer,
.ui-datagrid .ui-datagrid-header {
	text-align: center;
	padding: .5em .75em
}

.ui-datagrid .ui-datagrid-header {
	border-bottom: 0
}

.ui-datagrid .ui-datagrid-footer {
	border-top: 0
}

.ui-datagrid .ui-paginator-top {
	border-bottom: 0
}

.ui-datagrid .ui-paginator-bottom {
	border-top: 0
}

.ui-datalist .ui-datalist-footer,
.ui-datalist .ui-datalist-header {
	text-align: center;
	padding: .5em .75em
}

.ui-datalist .ui-datalist-header {
	border-bottom: 0
}

.ui-datalist .ui-datalist-footer {
	border-top: 0
}

.ui-datalist .ui-datalist-data {
	margin: 0;
	padding: 0
}

.ui-datalist .ui-datalist-data>li {
	list-style-type: none
}

.ui-datalist .ui-datalist-emptymessage {
	padding: .5em .75em
}

.ui-datalist.ui-datalist-scrollable .ui-datalist-content {
	overflow: auto
}

.ui-datalist .ui-paginator-top {
	border-bottom: 0
}

.ui-datalist .ui-paginator-bottom {
	border-top: 0
}

.ui-datascroller .ui-datascroller-header {
	text-align: center;
	padding: .5em .75em;
	border-bottom: 0
}

.ui-datascroller .ui-datascroller-footer {
	text-align: center;
	padding: .25em .625em;
	border-top: 0
}

.ui-datascroller .ui-datascroller-content {
	padding: .25em .625em
}

.ui-datascroller-inline .ui-datascroller-content {
	overflow: auto
}

.ui-datascroller .ui-datascroller-list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.ui-datatable {
	position: relative
}

.ui-datatable table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}

.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-footer,
.ui-datatable .ui-datatable-header {
	text-align: center;
	padding: .5em .75em;
	box-sizing: border-box
}

.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-header {
	border-bottom: 0
}

.ui-datatable .ui-datatable-footer {
	border-top: 0
}

.ui-datatable tfoot td,
.ui-datatable thead th {
	text-align: center
}

.ui-datatable thead tr {
	border-width: 0
}

.ui-datatable .ui-datatable-data>tr>td,
.ui-datatable .ui-datatable-tfoot>tr>td,
.ui-datatable .ui-datatable-thead>tr>th {
	box-sizing: border-box;
	padding: .25em .5em;
	border: 1px solid;
	border-color: inherit
}

.ui-datatable.ui-datatable-resizable .ui-datatable-data>tr>td,
.ui-datatable.ui-datatable-resizable .ui-datatable-tfoot>tr>td,
.ui-datatable.ui-datatable-resizable .ui-datatable-thead>tr>th {
	overflow: hidden
}

.ui-datatable .ui-datatable-tfoot>tr>td,
.ui-datatable .ui-datatable-thead>tr>th {
	font-weight: 400
}

.ui-datatable tbody {
	outline: 0
}

.ui-datatable .ui-sortable-column {
	cursor: pointer
}

.ui-datatable .ui-sortable-column-icon {
	display: inline-block;
	margin-left: .125em
}

.ui-datatable tr.ui-state-highlight {
	cursor: pointer
}

.ui-datatable-scrollable-body {
	overflow: auto;
	overflow-anchor: none;
	min-height: 0
}

.ui-datatable-scrollable-footer,
.ui-datatable-scrollable-header {
	overflow: hidden
}

.ui-datatable-scrollable .ui-datatable-scrollable-footer,
.ui-datatable-scrollable .ui-datatable-scrollable-header {
	position: relative;
	border: 0
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
	font-weight: 400
}

.ui-datatable-scrollable-body .ui-datatable-data,
.ui-datatable-scrollable-body .ui-datatable-data>tr:first-child {
	border-top-color: transparent
}

.ui-datatable .ui-datatable-data tr.ui-state-highlight,
.ui-datatable .ui-datatable-data tr.ui-state-hover {
	border-color: inherit;
	font-weight: inherit;
	cursor: pointer
}

.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td a,
.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td span.ui-rowgroup-header-name {
	display: inline-block;
	vertical-align: middle
}

.ui-datatable-scrollable-theadclone,
.ui-datatable-scrollable-theadclone tr {
	height: 0
}

.ui-datatable-scrollable-theadclone th.ui-state-default {
	height: 0;
	border-bottom-width: 0;
	border-top-width: 0;
	padding-top: 0;
	padding-bottom: 0;
	outline: 0
}

.ui-datatable-scrollable-theadclone th span.ui-column-title {
	display: block;
	height: 0
}

.ui-datatable .ui-paginator {
	padding: .125em
}

.ui-datatable .ui-paginator-top {
	border-bottom-width: 0
}

.ui-datatable .ui-paginator-bottom {
	border-top-width: 0
}

.ui-datatable-rtl {
	direction: rtl
}

.ui-datatable-rtl.ui-datatable tfoot td,
.ui-datatable-rtl.ui-datatable thead th {
	text-align: right
}

.ui-row-toggler {
	cursor: pointer
}

.ui-datatable .ui-column-resizer {
	display: block;
	position: absolute !important;
	top: 0;
	right: 0;
	margin: 0;
	width: .5em;
	height: 100%;
	padding: 0;
	cursor: col-resize;
	border: 1px solid transparent
}

.ui-datatable .ui-column-resizer-helper {
	width: 1px;
	position: absolute;
	z-index: 10;
	display: none
}

.ui-datatable-resizable {
	padding-bottom: 1px;
	overflow: auto
}

.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td,
.ui-datatable-resizable thead th {
	white-space: nowrap
}

.ui-datatable-resizable th.ui-resizable-column {
	background-clip: padding-box;
	position: relative
}

.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
	display: none
}

.ui-datatable .ui-column-filter {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: .25em
}

.ui-datatable .ui-editable-column input {
	width: 100%;
	outline: 0
}

.ui-datatable .ui-datatable-data>tr>td.ui-editable-column {
	padding: .5em
}

.ui-datatable .ui-editable-column>.ui-cell-editor {
	display: none
}

.ui-datatable .ui-datatable-data>tr>td.ui-editable-column.ui-cell-editing {
	padding: 1px
}

.ui-datatable .ui-editable-column.ui-cell-editing>.ui-cell-editor {
	display: block
}

.ui-datatable .ui-editable-column.ui-cell-editing>.ui-cell-data {
	display: none
}

.ui-datatable-stacked tfoot td,
.ui-datatable-stacked thead th {
	display: none !important
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data>tr>td {
	text-align: left;
	display: block;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	float: left;
	clear: left
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
	border: 0
}

.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
	border-left: 0;
	border-right: 0
}

.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
	padding: .4em;
	min-width: 30%;
	display: inline-block;
	margin: -.4em 1em -.4em -.4em;
	font-weight: 700
}

.ui-datatable .ui-selection-column .ui-chkbox,
.ui-datatable .ui-selection-column .ui-radiobutton {
	margin: 0;
	display: block
}

.ui-datatable .ui-selection-column .ui-chkbox-box,
.ui-datatable .ui-selection-column .ui-radiobutton-box {
	display: block;
	box-sizing: border-box;
	margin: 0
}

.ui-datatable-scrollable-wrapper {
	position: relative
}

.ui-datatable-frozen-view .ui-datatable-scrollable-body {
	overflow: hidden
}

.ui-datatable-unfrozen-view {
	position: absolute;
	top: 0
}

.ui-datatable .ui-datatable-load-status {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.ui-datatable .ui-datatable-virtual-table {
	position: absolute;
	top: 0;
	left: 0
}

.ui-datatable .ui-datatable-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	z-index: 1
}

.ui-datatable .ui-datatable-loading-content {
	position: absolute;
	left: 50%;
	top: 25%;
	z-index: 2
}

@media (max-width:35em) {

	.ui-datatable-reflow tfoot td,
	.ui-datatable-reflow thead th {
		display: none !important
	}

	.ui-datatable-reflow .ui-datatable-data>tr>td {
		text-align: left;
		display: block;
		border: 0;
		width: 100% !important;
		box-sizing: border-box;
		float: left;
		clear: left
	}

	.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
		border: 0
	}

	.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
		border-left: 0;
		border-right: 0
	}

	.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
		padding: .4em;
		min-width: 30%;
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
		font-weight: 700
	}

	.ui-datatable-reflow.ui-datatable-scrollable .ui-datatable-scrollable-body colgroup {
		display: block
	}
}

.ui-dataview {
	position: relative
}

.ui-dataview .ui-paginator {
	text-align: center
}

.ui-dataview-column {
	padding: .25em
}

.ui-dataview-content-empty {
	padding: .25em .625em
}

.ui-dataview .ui-dataview-footer,
.ui-dataview .ui-dataview-header {
	padding: .5em .75em
}

.ui-dataview .ui-dataview-header {
	border-bottom: 0
}

.ui-dataview .ui-dataview-footer {
	border-top: 0
}

.ui-dataview .ui-paginator-top {
	border-bottom: 0
}

.ui-dataview .ui-paginator-bottom {
	border-top: 0
}

.ui-dataview.ui-dataview-list>.ui-dataview-content>div.ui-g>div {
	width: 100%
}

.ui-dataview .ui-dataview-emptymessage {
	padding: .5em .75em
}

.ui-dataview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	z-index: 1
}

.ui-dataview-loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -1em;
	margin-left: -1em
}

.ui-dataview-loading-icon {
	font-size: 2em
}

.ui-dialog {
	position: fixed;
	padding: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .5em .75em;
	position: relative;
	border: 0
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em .75em;
	background: 0 0;
	overflow: auto;
	zoom: 1
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-dialog .ui-dialog-titlebar-icon {
	text-decoration: none;
	float: right;
	padding: .125em;
	cursor: pointer;
	border: 1px solid transparent
}

.ui-dialog .ui-dialog-titlebar-icon span {
	display: block;
	margin: 0
}

.ui-dialog-footer {
	padding: 1em;
	border-width: 1px 0 0;
	text-align: right
}

.ui-dialog-mask {
	position: fixed;
	width: 100%;
	height: 100%
}

.ui-dialog-maximized {
	transition: left .3s, top .3s, width .3s, height .3s
}

.ui-confirmdialog {
	width: 30em
}

.ui-confirmdialog.ui-dialog .ui-dialog-content {
	padding: 1em 2em
}

.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-icon {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: .5em
}

.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-message {
	vertical-align: middle
}

.ui-dialog-footer .ui-button {
	margin-right: .25em
}

.ui-fluid .ui-dialog-footer .ui-button {
	width: auto
}

.ui-rtl .ui-dialog .ui-dialog-titlebar-close {
	float: left
}

.ui-rtl .ui-dialog .ui-dialog-buttonpane button {
	text-align: right
}

@media screen and (max-width:40em) {
	.ui-confirmdialog {
		width: 90%
	}
}

.ui-dropdown {
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle
}

.ui-dropdown .ui-dropdown-clear-icon {
	position: absolute;
	right: 2em;
	top: 50%;
	font-size: 1em;
	height: 1em;
	margin-top: -.5em
}

.ui-dropdown .ui-dropdown-trigger {
	border-right: none;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	width: 1.5em;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 .25em
}

.ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	position: absolute
}

.ui-dropdown .ui-dropdown-label {
	display: block;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 400;
	width: 100%;
	padding-right: 2.5em
}

.ui-dropdown-item-empty,
.ui-dropdown-label-empty {
	text-indent: -9999px;
	overflow: hidden
}

.ui-dropdown.ui-state-disabled .ui-dropdown-label,
.ui-dropdown.ui-state-disabled .ui-dropdown-trigger {
	cursor: default
}

.ui-dropdown label.ui-dropdown-label {
	cursor: pointer
}

.ui-dropdown input.ui-dropdown-label {
	cursor: default
}

.ui-dropdown .ui-dropdown-panel {
	min-width: 100%
}

.ui-dropdown-panel {
	position: absolute;
	height: auto
}

.ui-dropdown-panel .ui-dropdown-items-wrapper {
	overflow: auto
}

.ui-dropdown-panel .ui-dropdown-item {
	font-weight: 400;
	border: 0;
	cursor: pointer;
	margin: 1px 0;
	padding: .125em .25em;
	text-align: left
}

.ui-dropdown-panel .ui-dropdown-item-group {
	font-weight: 700;
	cursor: default
}

.ui-dropdown-panel .ui-dropdown-list {
	padding: .4em;
	border: 0
}

.ui-dropdown-panel .ui-dropdown-filter {
	width: 100%;
	box-sizing: border-box;
	padding-right: 1.5em
}

.ui-dropdown-panel .ui-dropdown-filter-container {
	position: relative;
	margin: 0;
	padding: .4em;
	display: inline-block;
	width: 100%
}

.ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter-icon {
	position: absolute;
	top: .8em;
	right: 1em
}

.ui-fluid .ui-dropdown {
	width: 100%
}

.ui-fieldset,
.ui-fieldset .ui-fieldset-legend {
	padding: .5em 1em
}

.ui-fieldset-toggleable .ui-fieldset-legend {
	padding: 0
}

.ui-fieldset-toggleable .ui-fieldset-legend a {
	padding: .5em 1em;
	cursor: pointer;
	white-space: nowrap;
	display: block
}

.ui-fieldset .ui-fieldset-toggler {
	margin-right: .1em;
	display: inline-block;
	vertical-align: middle
}

.ui-fieldset .ui-fieldset-legend-text {
	vertical-align: middle
}

.ui-fieldset .ui-fieldset-content-wrapper-overflown {
	overflow: hidden
}

.ui-fileupload-buttonbar .ui-fileupload-choose.ui-state-disabled input {
	cursor: default
}

.ui-fileupload-buttonbar {
	padding: .5em;
	border-bottom: 0
}

.ui-fileupload-buttonbar .ui-button {
	vertical-align: middle;
	margin-right: .25em
}

.ui-fileupload-content {
	padding: 1em;
	position: relative;
	transition: border-color .3s
}

.ui-fileupload-content.ui-fileupload-highlight {
	border-color: #156090
}

.ui-fileupload-files img {
	border: none
}

.ui-fileupload-files {
	display: table
}

.ui-fileupload-row {
	display: table-row
}

.ui-fileupload-row>div {
	display: table-cell;
	padding: .5em 1em;
	vertical-align: middle
}

.ui-fileupload-content .ui-progressbar {
	width: 100%;
	position: absolute;
	top: 1px;
	left: 0;
	height: .25em;
	border: 0
}

.ui-fileupload-content .ui-progressbar-value {
	border-radius: 0;
	border: 0
}

.ui-fileupload-choose {
	position: relative;
	overflow: hidden
}

.ui-fileupload-choose input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	direction: ltr;
	cursor: pointer
}

.ui-fileupload-choose.ui-fileupload-choose-selected input[type=file] {
	display: none
}

.ui-fluid .ui-fileupload .ui-button {
	width: auto
}

.ui-fluid .ui-fileupload-content .ui-button-icon-only {
	width: 2em
}

@media (max-width:40em) {
	.ui-fileupload-buttonbar .ui-button {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: .25em
	}

	.ui-fileupload-buttonbar .ui-button:last-child {
		margin-bottom: 0
	}

	.ui-fileupload-row>div {
		display: block
	}
}

.ui-galleria {
	overflow: hidden;
	visibility: hidden;
	position: relative
}

.ui-galleria .ui-galleria-panel-wrapper {
	position: relative;
	padding: 0;
	margin: 0
}

.ui-galleria .ui-galleria-panel {
	-webkit-filter: inherit;
	filter: inherit;
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none
}

.ui-galleria .ui-galleria-filmstrip-wrapper {
	overflow: hidden;
	margin: .25em auto;
	position: relative
}

.ui-galleria .ui-galleria-filmstrip {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 2340px;
	z-index: 900;
	position: absolute;
	top: 0;
	left: 0
}

.ui-galleria .ui-galleria-frame {
	float: left;
	margin-right: 5px;
	opacity: .3;
	cursor: pointer
}

.ui-galleria .ui-galleria-frame-active {
	opacity: 1
}

.ui-galleria .ui-galleria-frame-content {
	overflow: hidden
}

.ui-galleria .ui-galleria-nav-next,
.ui-galleria .ui-galleria-nav-prev {
	cursor: pointer;
	position: absolute;
	z-index: 910
}

.ui-galleria .ui-galleria-nav-prev {
	left: 4px
}

.ui-galleria .ui-galleria-nav-next {
	right: 4px
}

.ui-galleria .ui-galleria-caption {
	position: absolute;
	left: 1px;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	color: #ededed;
	padding: .2em 1em
}

.ui-galleria .ui-galleria-caption h4 {
	color: #ededed
}

.ui-galleria .ui-galleria-panel-content {
	padding: 1em 1.4em
}

.ui-grid {
	clear: both;
	padding: 0;
	margin: 0
}

.ui-grid::after,
.ui-grid::before {
	content: "";
	display: table
}

.ui-grid::after {
	clear: both
}

.ui-grid .ui-grid-row {
	display: flex;
	clear: both
}

.ui-grid-row::after {
	clear: both;
	content: "";
	display: table
}

.ui-grid-col-1,
.ui-grid-col-10,
.ui-grid-col-11,
.ui-grid-col-12,
.ui-grid-col-2,
.ui-grid-col-3,
.ui-grid-col-4,
.ui-grid-col-5,
.ui-grid-col-6,
.ui-grid-col-7,
.ui-grid-col-8,
.ui-grid-col-9 {
	float: left;
	box-sizing: border-box
}

.ui-grid-col-1 {
	width: 8.33333%
}

.ui-grid-col-2 {
	width: 16.66666%
}

.ui-grid-col-3 {
	width: 25%
}

.ui-grid-col-4 {
	width: 33.33333%
}

.ui-grid-col-5 {
	width: 41.66666%
}

.ui-grid-col-6 {
	width: 50%
}

.ui-grid-col-7 {
	width: 58.33333%
}

.ui-grid-col-8 {
	width: 66.66666%
}

.ui-grid-col-9 {
	width: 75%
}

.ui-grid-col-10 {
	width: 83.33333%
}

.ui-grid-col-11 {
	width: 91.66666%
}

.ui-grid-col-12 {
	width: 100%
}

@media (min-width:480px) {
	.ui-grid-fixed {
		width: 480px
	}
}

@media (min-width:768px) {
	.ui-grid-fixed {
		width: 768px
	}
}

@media (min-width:960px) {
	.ui-grid-fixed {
		width: 960px
	}
}

@media (min-width:1024px) {
	.ui-grid-fixed {
		width: 1024px
	}
}

.ui-grid.ui-grid-pad>.ui-grid-row>div {
	padding: .25em .5em
}

@media (max-width:640px) {
	.ui-grid-responsive .ui-grid-row {
		display: block
	}

	.ui-grid-responsive .ui-grid-col-1,
	.ui-grid-responsive .ui-grid-col-10,
	.ui-grid-responsive .ui-grid-col-11,
	.ui-grid-responsive .ui-grid-col-12,
	.ui-grid-responsive .ui-grid-col-2,
	.ui-grid-responsive .ui-grid-col-3,
	.ui-grid-responsive .ui-grid-col-4,
	.ui-grid-responsive .ui-grid-col-5,
	.ui-grid-responsive .ui-grid-col-6,
	.ui-grid-responsive .ui-grid-col-7,
	.ui-grid-responsive .ui-grid-col-8,
	.ui-grid-responsive .ui-grid-col-9 {
		width: 100%;
		float: none
	}
}

.ui-g {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box
}

.ui-g::after {
	clear: both;
	content: "";
	display: table;
	box-sizing: border-box
}

.ui-g-1,
.ui-g-10,
.ui-g-11,
.ui-g-12,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9 {
	float: left;
	box-sizing: border-box;
	padding: .5em
}

.ui-g-1 {
	width: 8.3333%
}

.ui-g-2 {
	width: 16.6667%
}

.ui-g-3 {
	width: 25%
}

.ui-g-4 {
	width: 33.3333%
}

.ui-g-5 {
	width: 41.6667%
}

.ui-g-6 {
	width: 50%
}

.ui-g-7 {
	width: 58.3333%
}

.ui-g-8 {
	width: 66.6667%
}

.ui-g-9 {
	width: 75%
}

.ui-g-10 {
	width: 83.3333%
}

.ui-g-11 {
	width: 91.6667%
}

.ui-g-12 {
	width: 100%
}

.ui-g-offset-12 {
	margin-left: 100%
}

.ui-g-offset-11 {
	margin-left: 91.66666667%
}

.ui-g-offset-10 {
	margin-left: 83.33333333%
}

.ui-g-offset-9 {
	margin-left: 75%
}

.ui-g-offset-8 {
	margin-left: 66.66666667%
}

.ui-g-offset-7 {
	margin-left: 58.33333333%
}

.ui-g-offset-6 {
	margin-left: 50%
}

.ui-g-offset-5 {
	margin-left: 41.66666667%
}

.ui-g-offset-4 {
	margin-left: 33.33333333%
}

.ui-g-offset-3 {
	margin-left: 25%
}

.ui-g-offset-2 {
	margin-left: 16.66666667%
}

.ui-g-offset-1 {
	margin-left: 8.33333333%
}

.ui-g-offset-0 {
	margin-left: 0
}

@media screen and (max-width:40em) {

	.ui-sm-1,
	.ui-sm-10,
	.ui-sm-11,
	.ui-sm-12,
	.ui-sm-2,
	.ui-sm-3,
	.ui-sm-4,
	.ui-sm-5,
	.ui-sm-6,
	.ui-sm-7,
	.ui-sm-8,
	.ui-sm-9 {
		padding: .5em
	}

	.ui-sm-1 {
		width: 8.3333%
	}

	.ui-sm-2 {
		width: 16.6667%
	}

	.ui-sm-3 {
		width: 25%
	}

	.ui-sm-4 {
		width: 33.3333%
	}

	.ui-sm-5 {
		width: 41.6667%
	}

	.ui-sm-6 {
		width: 50%
	}

	.ui-sm-7 {
		width: 58.3333%
	}

	.ui-sm-8 {
		width: 66.6667%
	}

	.ui-sm-9 {
		width: 75%
	}

	.ui-sm-10 {
		width: 83.3333%
	}

	.ui-sm-11 {
		width: 91.6667%
	}

	.ui-sm-12 {
		width: 100%
	}

	.ui-sm-offset-12 {
		margin-left: 100%
	}

	.ui-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.ui-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.ui-sm-offset-9 {
		margin-left: 75%
	}

	.ui-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.ui-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.ui-sm-offset-6 {
		margin-left: 50%
	}

	.ui-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.ui-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.ui-sm-offset-3 {
		margin-left: 25%
	}

	.ui-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.ui-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.ui-sm-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:40.063em) {

	.ui-md-1,
	.ui-md-10,
	.ui-md-11,
	.ui-md-12,
	.ui-md-2,
	.ui-md-3,
	.ui-md-4,
	.ui-md-5,
	.ui-md-6,
	.ui-md-7,
	.ui-md-8,
	.ui-md-9 {
		padding: .5em
	}

	.ui-md-1 {
		width: 8.3333%
	}

	.ui-md-2 {
		width: 16.6667%
	}

	.ui-md-3 {
		width: 25%
	}

	.ui-md-4 {
		width: 33.3333%
	}

	.ui-md-5 {
		width: 41.6667%
	}

	.ui-md-6 {
		width: 50%
	}

	.ui-md-7 {
		width: 58.3333%
	}

	.ui-md-8 {
		width: 66.6667%
	}

	.ui-md-9 {
		width: 75%
	}

	.ui-md-10 {
		width: 83.3333%
	}

	.ui-md-11 {
		width: 91.6667%
	}

	.ui-md-12 {
		width: 100%
	}

	.ui-md-offset-12 {
		margin-left: 100%
	}

	.ui-md-offset-11 {
		margin-left: 91.66666667%
	}

	.ui-md-offset-10 {
		margin-left: 83.33333333%
	}

	.ui-md-offset-9 {
		margin-left: 75%
	}

	.ui-md-offset-8 {
		margin-left: 66.66666667%
	}

	.ui-md-offset-7 {
		margin-left: 58.33333333%
	}

	.ui-md-offset-6 {
		margin-left: 50%
	}

	.ui-md-offset-5 {
		margin-left: 41.66666667%
	}

	.ui-md-offset-4 {
		margin-left: 33.33333333%
	}

	.ui-md-offset-3 {
		margin-left: 25%
	}

	.ui-md-offset-2 {
		margin-left: 16.66666667%
	}

	.ui-md-offset-1 {
		margin-left: 8.33333333%
	}

	.ui-md-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:64.063em) {

	.ui-lg-1,
	.ui-lg-10,
	.ui-lg-11,
	.ui-lg-12,
	.ui-lg-2,
	.ui-lg-3,
	.ui-lg-4,
	.ui-lg-5,
	.ui-lg-6,
	.ui-lg-7,
	.ui-lg-8,
	.ui-lg-9 {
		padding: .5em
	}

	.ui-lg-1 {
		width: 8.3333%
	}

	.ui-lg-2 {
		width: 16.6667%
	}

	.ui-lg-3 {
		width: 25%
	}

	.ui-lg-4 {
		width: 33.3333%
	}

	.ui-lg-5 {
		width: 41.6667%
	}

	.ui-lg-6 {
		width: 50%
	}

	.ui-lg-7 {
		width: 58.3333%
	}

	.ui-lg-8 {
		width: 66.6667%
	}

	.ui-lg-9 {
		width: 75%
	}

	.ui-lg-10 {
		width: 83.3333%
	}

	.ui-lg-11 {
		width: 91.6667%
	}

	.ui-lg-12 {
		width: 100%
	}

	.ui-lg-offset-12 {
		margin-left: 100%
	}

	.ui-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.ui-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.ui-lg-offset-9 {
		margin-left: 75%
	}

	.ui-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.ui-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.ui-lg-offset-6 {
		margin-left: 50%
	}

	.ui-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.ui-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.ui-lg-offset-3 {
		margin-left: 25%
	}

	.ui-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.ui-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.ui-lg-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:90.063em) {

	.ui-xl-1,
	.ui-xl-10,
	.ui-xl-11,
	.ui-xl-12,
	.ui-xl-2,
	.ui-xl-3,
	.ui-xl-4,
	.ui-xl-5,
	.ui-xl-6,
	.ui-xl-7,
	.ui-xl-8,
	.ui-xl-9 {
		padding: .5em
	}

	.ui-xl-1 {
		width: 8.3333%
	}

	.ui-xl-2 {
		width: 16.6667%
	}

	.ui-xl-3 {
		width: 25%
	}

	.ui-xl-4 {
		width: 33.3333%
	}

	.ui-xl-5 {
		width: 41.6667%
	}

	.ui-xl-6 {
		width: 50%
	}

	.ui-xl-7 {
		width: 58.3333%
	}

	.ui-xl-8 {
		width: 66.6667%
	}

	.ui-xl-9 {
		width: 75%
	}

	.ui-xl-10 {
		width: 83.3333%
	}

	.ui-xl-11 {
		width: 91.6667%
	}

	.ui-xl-12 {
		width: 100%
	}

	.ui-xl-offset-12 {
		margin-left: 100%
	}

	.ui-xl-offset-11 {
		margin-left: 91.66666667%
	}

	.ui-xl-offset-10 {
		margin-left: 83.33333333%
	}

	.ui-xl-offset-9 {
		margin-left: 75%
	}

	.ui-xl-offset-8 {
		margin-left: 66.66666667%
	}

	.ui-xl-offset-7 {
		margin-left: 58.33333333%
	}

	.ui-xl-offset-6 {
		margin-left: 50%
	}

	.ui-xl-offset-5 {
		margin-left: 41.66666667%
	}

	.ui-xl-offset-4 {
		margin-left: 33.33333333%
	}

	.ui-xl-offset-3 {
		margin-left: 25%
	}

	.ui-xl-offset-2 {
		margin-left: 16.66666667%
	}

	.ui-xl-offset-1 {
		margin-left: 8.33333333%
	}

	.ui-xl-offset-0 {
		margin-left: 0
	}
}

.ui-g-nopad {
	padding: 0
}

.ui-growl {
	position: fixed;
	right: 20px;
	width: 20em
}

.ui-growl-item-container {
	position: relative;
	margin: 0 0 10px;
	opacity: .95;
	filter: alpha(opacity=95)
}

.ui-growl-item {
	position: relative;
	display: block;
	padding: .5em 1em
}

.ui-growl-item p {
	padding: 0;
	margin: 0
}

.ui-growl-icon-close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer
}

.ui-growl-title {
	font-weight: 700;
	padding: 0 0 .5em;
	display: block
}

.ui-growl-image {
	position: absolute;
	display: inline-block;
	left: .5em;
	top: .25em;
	padding: 0;
	font-size: 2em
}

.ui-growl-message {
	padding: 0 0 .25em;
	margin-left: 2.5em
}

.ui-growl-message p {
	font-weight: 400
}

.ui-inplace .ui-inplace-display {
	display: inline;
	cursor: pointer;
	border: 0;
	padding: .25em;
	font-weight: 400
}

.ui-inplace .ui-inplace-content {
	display: inline
}

.ui-inputswitch {
	position: relative;
	display: inline-block;
	width: 3em;
	height: 1.75em
}

.ui-inputswitch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s;
	border-radius: 30px
}

.ui-inputswitch-slider:before {
	position: absolute;
	content: "";
	height: 1.25em;
	width: 1.25em;
	left: .25em;
	bottom: .25em;
	border-radius: 50%;
	transition: .3s
}

.ui-inputswitch-checked .ui-inputswitch-slider:before {
	-webkit-transform: translateX(1.25em);
	transform: translateX(1.25em)
}

.ui-inputtext {
	margin: 0;
	outline: 0;
	padding: .25em;
	font-weight: 400
}

.ui-widget-content .ui-inputtext,
.ui-widget-header .ui-inputtext {
	font-weight: 400
}

.ui-fluid .ui-inputtext {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.ui-inputgroup {
	display: flex
}

.ui-inputgroup .ui-inputgroup-addon {
	display: inline-block;
	text-align: center;
	min-width: 1.5em;
	padding: .25em;
	border-width: 1px;
	border-style: solid
}

.ui-inputgroup .ui-inputgroup-addon .ui-inputgroup-addon {
	border-left: 0
}

.ui-inputgroup .ui-inputtext {
	padding-left: .5em
}

.ui-inputgroup .ui-inputtext:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}

.ui-inputgroup .ui-inputtext:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}

.ui-inputgroup .ui-button {
	margin-right: 0;
	border-radius: 0
}

.ui-fluid .ui-inputgroup .ui-button {
	width: auto
}

.ui-fluid .ui-inputgroup .ui-inputtext {
	flex: 1 1 auto
}

.ui-inputgroup .ui-chkbox,
.ui-inputgroup .ui-radiobutton {
	margin-right: 0;
	vertical-align: bottom
}

.ui-float-label {
	display: block;
	position: relative
}

.ui-float-label>label {
	font-weight: 400;
	position: absolute;
	pointer-events: none;
	left: .25em;
	top: 50%;
	margin-top: -.5em;
	transition: .3s ease all;
	-moz-transition: .3s ease all;
	-webkit-transition: .3s ease all;
	color: #898989;
	line-height: 1
}

.ui-float-label>input:-webkit-autofill~label {
	top: -.75em;
	font-size: 12px
}

.ui-float-label>.ui-inputwrapper-filled~label,
.ui-float-label>.ui-inputwrapper-focus~label,
.ui-float-label>input.ui-state-filled~label,
.ui-float-label>input:focus~label {
	top: -.75em;
	font-size: 12px
}

.ui-inputtextarea-resizable {
	overflow: hidden;
	resize: none
}

.ui-fluid .ui-inputtextarea {
	width: 100%
}

.ui-float-label textarea.ui-state-filled~label,
.ui-float-label textarea:-webkit-autofill~label,
.ui-float-label textarea:focus~label {
	top: -.75em;
	font-size: 12px
}

.ui-lightbox {
	position: fixed;
	display: none
}

.ui-lightbox-content-wrapper {
	position: relative
}

.ui-lightbox-content {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #000
}

.ui-lightbox-nav-left,
.ui-lightbox-nav-right {
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: .5
}

.ui-lightbox-nav-left {
	left: 0
}

.ui-lightbox-nav-right {
	right: 0
}

.ui-lightbox-loading .ui-lightbox-content {
	background: url(data:image/gif;base64,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) center center no-repeat #000
}

.ui-lightbox-caption {
	padding: .2em .4em;
	display: none
}

.ui-lightbox-caption-text {
	margin: .3em 0 .1em;
	float: left
}

.ui-lightbox-close {
	float: right;
	margin: 0;
	padding: .125em
}

.ui-lightbox-close.ui-state-hover {
	padding: 0
}

.ui-lightbox-nav-left:hover,
.ui-lightbox-nav-right:hover {
	opacity: 1
}

.ui-listbox {
	padding: .25em;
	width: 10em
}

.ui-listbox .ui-listbox-list-wrapper {
	overflow: auto
}

.ui-listbox .ui-listbox-list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.ui-listbox .ui-listbox-item {
	padding: .25em;
	border: 0;
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 1px
}

.ui-listbox .ui-listbox-item>span {
	vertical-align: middle
}

.ui-listbox .ui-listbox-item:last-child {
	margin-bottom: 0
}

.ui-listbox.ui-state-disabled .ui-listbox-item {
	cursor: default
}

.ui-listbox-header {
	margin-bottom: .3em;
	padding: .125em .2em;
	position: relative
}

.ui-listbox-header .ui-chkbox {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.ui-listbox-header .ui-listbox-filter-container {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%
}

.ui-listbox-header.ui-listbox-header-w-checkbox .ui-listbox-filter-container {
	width: calc(100% - 2em)
}

.ui-listbox-header .ui-listbox-filter-container .ui-listbox-filter-icon {
	position: absolute;
	top: .25em;
	left: .25em
}

.ui-listbox-header .ui-inputtext {
	padding: .125em .125em .125em 1.25em;
	width: 100%
}

.ui-listbox-footer {
	padding: .125em .2em
}

.ui-menu {
	width: 12.5em;
	padding: .25em
}

.ui-menu.ui-menu-dynamic {
	position: absolute
}

.ui-menu .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ui-menu .ui-submenu-header {
	padding: .25em .5em;
	margin: .125em 0
}

.ui-menu .ui-menuitem {
	margin: .125em 0
}

.ui-menu .ui-menuitem-link {
	padding: .25em;
	display: block;
	text-decoration: none
}

.ui-menu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-menu .ui-menuitem-text {
	vertical-align: middle
}

.ui-megamenu {
	padding: .25em
}

.ui-megamenu-root-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.ui-megamenu-root-list>.ui-menuitem {
	position: relative
}

.ui-megamenu .ui-menuitem-link {
	padding: .25em;
	display: block;
	text-decoration: none
}

.ui-megamenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-megamenu .ui-menuitem-text {
	vertical-align: middle
}

.ui-megamenu-panel {
	display: none;
	position: absolute;
	width: auto
}

.ui-megamenu-root-list>.ui-menuitem-active>.ui-megamenu-panel {
	display: block
}

.ui-megamenu-panel .ui-menuitem {
	margin: .125em 0
}

.ui-megamenu-submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 12.5em
}

.ui-megamenu-submenu-header {
	padding: .25em
}

.ui-megamenu-horizontal .ui-megamenu-root-list>.ui-menuitem {
	display: inline-block
}

.ui-megamenu-horizontal .ui-megamenu-root-list>.ui-menuitem>.ui-menuitem-link>.ui-submenu-icon {
	vertical-align: middle;
	margin-left: .25em
}

.ui-megamenu-vertical {
	width: 12.5em
}

.ui-megamenu-vertical .ui-megamenu-root-list>.ui-menuitem {
	display: block
}

.ui-megamenu-vertical .ui-megamenu-root-list>.ui-menuitem>.ui-menuitem-link {
	position: relative
}

.ui-megamenu-vertical .ui-megamenu-root-list>.ui-menuitem>.ui-menuitem-link>.ui-submenu-icon {
	position: absolute;
	width: 1em;
	height: 1em;
	top: 50%;
	right: 0;
	margin-top: -.5em
}

.ui-megamenu .ui-g {
	flex-wrap: nowrap
}

.ui-menubar {
	padding: .25em
}

.ui-menubar .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-menubar:after {
	content: "";
	clear: both;
	display: table
}

.ui-menubar ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.ui-menubar .ui-menuitem-link {
	display: block;
	padding: .25em;
	position: relative;
	text-decoration: none
}

.ui-menubar .ui-menubar-root-list {
	display: inline-block
}

.ui-menubar .ui-menubar-root-list>.ui-menuitem {
	display: inline-block;
	position: relative
}

.ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link {
	padding: .5em
}

.ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link>.ui-submenu-icon {
	vertical-align: middle;
	margin-left: .25em
}

.ui-menubar .ui-menubar-root-list>li ul {
	display: none
}

.ui-menubar .ui-submenu-list {
	display: none;
	position: absolute;
	min-width: 12.5em;
	padding: .25em
}

.ui-menubar .ui-submenu-list .ui-menuitem {
	margin: .125em 0;
	position: relative
}

.ui-menubar .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-menubar .ui-menuitem-text {
	vertical-align: middle
}

.ui-menubar .ui-submenu-list .ui-menuitem-link .ui-submenu-icon {
	position: absolute;
	margin-top: -.5em;
	right: 0;
	top: 50%
}

.ui-menubar .ui-menuitem-active>.ui-submenu>.ui-submenu-list {
	display: block
}

.ui-menubar .ui-menubar-custom {
	float: right;
	padding: .25em
}

.ui-message {
	border: 1px solid;
	margin: 0 .25em;
	padding: .25em .5em;
	display: inline-block;
	vertical-align: top
}

.ui-message .ui-message-icon,
.ui-message .ui-message-text {
	vertical-align: middle
}

.ui-fluid .ui-message {
	display: block
}

.ui-messages {
	border: 1px solid;
	margin: .5em 0;
	padding: 1em 1em 1em .5em;
	position: relative
}

.ui-messages .ui-messages-icon {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	font-size: 2em
}

.ui-messages .ui-messages-summary {
	font-weight: 700;
	margin-left: .25em
}

.ui-messages .ui-messages-detail {
	margin-left: .25em
}

.ui-messages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle
}

.ui-messages ul>li {
	padding: .25em 0
}

.ui-messages.ui-messages-noicon ul {
	margin: 0 1.5em 0 0
}

.ui-messages .ui-messages-close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px
}

.ui-multiselect {
	display: inline-block;
	position: relative;
	width: auto;
	cursor: pointer
}

.ui-multiselect .ui-multiselect-trigger {
	border-right: none;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	width: 1.5em;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 .25em
}

.ui-multiselect .ui-multiselect-trigger .ui-multiselect-trigger-icon {
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	position: absolute
}

.ui-multiselect .ui-multiselect-label-container {
	overflow: hidden
}

.ui-multiselect .ui-multiselect-label {
	display: block;
	padding: .25em 2em .25em .25em;
	width: auto;
	border: none;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden
}

.ui-multiselect.ui-state-disabled .ui-multiselect-label,
.ui-multiselect.ui-state-disabled .ui-multiselect-trigger {
	cursor: auto
}

.ui-multiselect-panel {
	padding: .2em;
	position: absolute;
	min-width: 12em
}

.ui-multiselect .ui-multiselect-panel {
	min-width: 100%
}

.ui-multiselect-panel .ui-multiselect-items-wrapper {
	overflow: auto;
	position: relative;
	padding: .2em 0
}

.ui-multiselect-panel .ui-multiselect-list {
	border: 0
}

.ui-multiselect-panel .ui-multiselect-item {
	border: 0;
	cursor: pointer;
	font-weight: 400;
	margin: 1px 0;
	padding: .125em .25em;
	text-align: left;
	white-space: nowrap;
	display: block;
	position: relative
}

.ui-multiselect-panel .ui-multiselect-item .ui-chkbox,
.ui-multiselect-panel .ui-multiselect-item label {
	display: inline-block;
	vertical-align: middle
}

.ui-multiselect-header {
	margin-bottom: .3em;
	padding: .25em;
	position: relative;
	text-align: left;
	min-height: 2em
}

.ui-multiselect-header .ui-chkbox {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.ui-multiselect-header .ui-multiselect-filter-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 65%
}

.ui-multiselect-header.ui-multiselect-header-no-toggleall .ui-multiselect-filter-container {
	width: 85%
}

.ui-multiselect-header .ui-multiselect-filter-container .ui-multiselect-filter-icon {
	position: absolute;
	top: .25em;
	left: .125em
}

.ui-multiselect-header .ui-inputtext {
	padding: .125em .125em .125em 1.25em;
	width: 100%
}

.ui-multiselect-header .ui-multiselect-close {
	position: absolute;
	right: .375em;
	top: .375em;
	display: block;
	border: 0
}

.ui-multiselect-header a.ui-multiselect-all,
.ui-multiselect-header a.ui-multiselect-none {
	float: left;
	margin-right: 10px;
	display: block
}

.ui-multiselect-header .ui-multiselect-close.ui-state-hover {
	padding: 0
}

.ui-multiselect-footer {
	padding: .25em
}

.ui-fluid .ui-multiselect {
	width: 100%;
	box-sizing: border-box
}

.ui-orderlist {
	display: flex;
	flex-wrap: wrap
}

.ui-orderlist-controls-left {
	flex-direction: row
}

.ui-orderlist-controls-right {
	flex-direction: row-reverse
}

.ui-orderlist-controls,
.ui-orderlist-list-container {
	flex: 0 0 auto
}

.ui-orderlist-controls {
	padding: 0 .25em;
	width: 16.66666%;
	-ms-grid-row-align: center;
	align-self: center
}

.ui-orderlist-controls .ui-button.ui-button-icon-only {
	display: block;
	margin-bottom: .25em;
	width: 100%
}

.ui-orderlist-list-container {
	width: 83.33333%
}

.ui-orderlist-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 12.5em
}

.ui-orderlist-caption {
	text-align: center;
	padding: .5em .75em;
	border-bottom: 0
}

.ui-orderlist-item {
	margin: 1px;
	padding: .125em;
	cursor: pointer;
	border: 0;
	font-weight: inherit
}

.ui-orderlist-filter-container {
	position: relative;
	width: 100%;
	padding: .5em .6em;
	border-bottom: 0
}

.ui-orderlist-filter-container .ui-inputtext {
	text-indent: 1.1em;
	width: 100%
}

.ui-orderlist-filter-container .ui-orderlist-filter-icon {
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -.6em
}

.ui-orderlist.ui-state-disabled .ui-button,
.ui-orderlist.ui-state-disabled .ui-orderlist-item {
	cursor: default
}

.ui-orderlist.ui-state-disabled .ui-orderlist-list {
	overflow: hidden
}

.ui-orderlist .ui-orderlist-droppoint {
	height: 6px;
	list-style-type: none
}

@media (max-width:767px) {
	.ui-orderlist-controls {
		width: 100%;
		text-align: center
	}

	.ui-orderlist .ui-orderlist-list-container {
		width: 100%
	}

	.ui-orderlist .ui-orderlist-controls .ui-button.ui-button.ui-button-icon-only {
		display: inline-block;
		width: 20%;
		margin-right: .25em
	}
}

.ui-organizationchart .ui-organizationchart-table {
	border-spacing: 0;
	border-collapse: separate;
	margin: 0 auto
}

.ui-organizationchart .ui-organizationchart-table>tr>td {
	text-align: center;
	vertical-align: top;
	padding: 0 .75em
}

.ui-organizationchart .ui-organizationchart-node-content {
	padding: .5em .75em;
	display: inline-block;
	position: relative
}

.ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler {
	position: absolute;
	bottom: -9px;
	margin-left: -8px;
	z-index: 2;
	left: 50%
}

.ui-organizationchart .ui-organizationchart-line-down {
	margin: 0 auto;
	height: 20px;
	width: 1px;
	float: none
}

.ui-organizationchart .ui-organizationchart-line-left,
.ui-organizationchart .ui-organizationchart-line-right {
	float: none;
	border-radius: 0
}

.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node {
	cursor: pointer
}

.ui-overlaypanel {
	padding: 0;
	margin: 0;
	position: absolute
}

.ui-overlaypanel-content {
	padding: .5em 1em
}

.ui-overlaypanel-close {
	position: absolute;
	top: -1em;
	right: -1em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 100%
}

.ui-overlaypanel-close-icon {
	line-height: inherit
}

.ui-paginator {
	margin: 0;
	text-align: center;
	padding: .125em
}

.ui-paginator .ui-paginator-top {
	border-bottom: 0
}

.ui-paginator .ui-paginator-bottom {
	border-top: 0
}

.ui-paginator .ui-paginator-left-content {
	float: left
}

.ui-paginator .ui-paginator-right-content {
	float: right
}

.ui-paginator .ui-paginator-current,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-pages,
.ui-paginator .ui-paginator-prev {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	zoom: 1;
	margin-left: .063em;
	margin-right: .063em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.ui-paginator .ui-paginator-pages {
	width: auto;
	line-height: 1
}

.ui-paginator .ui-paginator-icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	margin-left: -.5em
}

.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-prev {
	cursor: pointer
}

.ui-paginator .ui-paginator-current,
.ui-paginator .ui-paginator-rpp-options {
	margin-left: 1em;
	margin-right: 1em;
	background-image: none
}

.ui-paginator .ui-paginator-jtp-select option,
.ui-paginator .ui-paginator-rpp-options option {
	background-image: none;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.ui-paginator a.ui-state-disabled {
	outline: 0
}

.ui-paginator .ui-dropdown {
	min-width: 4em;
	margin-left: .375em
}

.ui-fluid .ui-paginator .ui-dropdown {
	width: auto
}

.ui-panel {
	padding: .2em
}

.ui-panel .ui-panel-titlebar {
	padding: .5em .75em
}

.ui-panel .ui-panel-titlebar.ui-panel-titlebar-clickable {
	cursor: pointer
}

.ui-panel .ui-panel-titlebar-icon {
	float: right;
	cursor: pointer;
	margin-left: .2em;
	margin-top: -.1em
}

.ui-panel .ui-panel-content {
	border: 0;
	background: 0 0;
	padding: .5em .75em
}

.ui-panel .ui-panel-footer {
	border-width: 1px 0 0;
	padding: .25em .5em;
	text-align: left
}

.ui-panel-content-wrapper-overflown {
	overflow: hidden
}

.ui-panelmenu {
	width: auto
}

.ui-panelmenu .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-panelmenu .ui-panelmenu-content-wrapper {
	overflow: hidden
}

.ui-panelmenu .ui-panelmenu-header {
	margin: -1px 0 0;
	zoom: 1
}

.ui-panelmenu .ui-panelmenu-header-link {
	padding: .5em;
	display: block;
	text-decoration: none
}

.ui-panelmenu .ui-menuitem-text,
.ui-panelmenu .ui-panelmenu-icon {
	vertical-align: middle
}

.ui-panelmenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-panelmenu .ui-panelmenu-content {
	padding: .25em;
	border-top: 0;
	margin-bottom: 1px
}

.ui-panelmenu .ui-submenu-list {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style: none
}

.ui-panelmenu .ui-panelmenu-content>.ui-panelmenu-root-submenu>.ui-submenu-list {
	margin-left: 0
}

.ui-panelmenu .ui-menuitem {
	overflow: hidden;
	margin: .125em 0
}

.ui-panelmenu .ui-menuitem-link {
	padding: .25em;
	display: block;
	text-decoration: none
}

.ui-password-panel {
	padding: .25em .5em;
	position: absolute;
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
	opacity: 0;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.ui-password-panel .ui-password-meter {
	height: 10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAoAgMAAABhr+t0AAAADFBMVEXx8fHjHD39uB5KpWRhxht7AAAAJUlEQVR4AWMYDGAUhCKBgAFSNqpsFS5AR2Wjyv4TAz7QVNmoMgB5UksJhzldcwAAAABJRU5ErkJggg==) left top no-repeat;
	padding: 0;
	margin: 0
}

.ui-password-info {
	margin-top: .25em
}

.ui-password-panel-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.ui-password-panel-hidden {
	opacity: 0;
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
	transition: opacity .15s, -webkit-transform .3s;
	transition: transform .3s, opacity .15s;
	transition: transform .3s, opacity .15s, -webkit-transform .3s
}

.ui-picklist .ui-picklist-buttons {
	height: 12.5em;
	padding: 0 .25em;
	vertical-align: middle
}

.ui-picklist .ui-picklist-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 12.5em;
	width: 12.5em
}

.ui-picklist .ui-picklist-list li {
	margin: 1px;
	padding: .125em
}

.ui-picklist .ui-button {
	display: block;
	margin-bottom: .25em
}

.ui-picklist .ui-button-text-icon-left {
	width: 100%
}

.ui-picklist .ui-picklist-item {
	cursor: pointer;
	border: 0;
	font-weight: inherit
}

.ui-picklist .ui-picklist-caption {
	text-align: center;
	padding: .5em .75em;
	border-bottom: 0
}

.ui-picklist table {
	width: 100%;
	border-collapse: collapse
}

.ui-picklist .ui-picklist-filter-container {
	position: relative;
	width: 100%;
	padding: .5em .6em;
	border-bottom: 0
}

.ui-picklist .ui-picklist-filter-container .ui-picklist-filter {
	text-indent: 1.1em;
	width: 100%
}

.ui-picklist .ui-picklist-filter-container .ui-picklist-filter-icon {
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -.6em
}

.ui-picklist {
	display: table
}

.ui-picklist>div {
	float: none;
	display: table-cell;
	vertical-align: top
}

.ui-picklist.ui-picklist-vertical {
	display: table
}

.ui-picklist.ui-picklist-vertical>div {
	float: none;
	display: table-row;
	vertical-align: top
}

.ui-picklist.ui-picklist-vertical .ui-picklist-buttons {
	text-align: center;
	height: auto
}

.ui-picklist.ui-picklist-vertical .ui-picklist-buttons .ui-button {
	display: inline-block
}

.ui-picklist.ui-picklist-vertical .ui-button {
	margin-top: .25em
}

.ui-picklist-outline {
	outline: #000 dotted 1px;
	z-index: 1
}

.ui-picklist .ui-picklist-droppoint {
	height: 6px;
	list-style-type: none
}

.ui-picklist .ui-picklist-list .ui-picklist-droppoint-empty {
	height: 100%;
	list-style-type: none
}

.ui-picklist-list.ui-picklist-source,
.ui-picklist-list.ui-picklist-target {
	outline: 0
}

.ui-picklist.ui-picklist-responsive * {
	box-sizing: border-box
}

.ui-picklist.ui-picklist-responsive {
	width: 100%
}

.ui-picklist.ui-picklist-responsive .ui-picklist-listwrapper {
	width: 35%
}

.ui-picklist.ui-picklist-responsive .ui-picklist-listwrapper.ui-picklist-listwrapper-nocontrols {
	width: 45%
}

.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
	width: 10%
}

.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
	width: 100%
}

.ui-picklist.ui-picklist-responsive .ui-picklist-list {
	width: auto
}

@media (max-width:40em) {
	.ui-picklist.ui-picklist-responsive {
		display: block
	}

	.ui-picklist.ui-picklist-responsive>div {
		display: block;
		width: 100% !important
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
		text-align: center;
		height: auto;
		padding: .4em 0
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
		display: inline-block;
		width: 20%;
		margin-bottom: 0;
		margin-right: .25em
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-source-controls.ui-picklist-buttons {
		padding-bottom: .4em
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-target-controls.ui-picklist-buttons {
		padding-top: .4em
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-right::before {
		content: "\e930"
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-right::before {
		content: "\e92c"
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-left::before {
		content: "\e933"
	}

	.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-left::before {
		content: "\e92f"
	}
}

.ui-progressbar {
	height: 1.2em;
	text-align: left;
	position: relative;
	overflow: hidden
}

.ui-progressbar-determinate .ui-progressbar-value {
	height: 100%;
	width: 0%;
	position: absolute;
	display: none;
	border: 0
}

.ui-progressbar-determinate .ui-progressbar-value-animate {
	transition: width 1s ease-in-out
}

.ui-progressbar-determinate .ui-progressbar-label {
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	font-weight: 700
}

.ui-progressbar-indeterminate {
	height: .5em
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	border: 0
}

.ui-progressbar-indeterminate .ui-progressbar-value::before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: 2.1s cubic-bezier(.65, .815, .735, .395) infinite ui-progressbar-indeterminate-anim;
	animation: 2.1s cubic-bezier(.65, .815, .735, .395) infinite ui-progressbar-indeterminate-anim
}

.ui-progressbar-indeterminate .ui-progressbar-value::after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: 2.1s cubic-bezier(.165, .84, .44, 1) infinite ui-progressbar-indeterminate-anim-short;
	animation: 2.1s cubic-bezier(.165, .84, .44, 1) infinite ui-progressbar-indeterminate-anim-short;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}

@-webkit-keyframes ui-progressbar-indeterminate-anim {
	0% {
		left: -35%;
		right: 100%
	}

	100%,
	60% {
		left: 100%;
		right: -90%
	}
}

@keyframes ui-progressbar-indeterminate-anim {
	0% {
		left: -35%;
		right: 100%
	}

	100%,
	60% {
		left: 100%;
		right: -90%
	}
}

@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
	0% {
		left: -200%;
		right: 100%
	}

	100%,
	60% {
		left: 107%;
		right: -8%
	}
}

@keyframes ui-progressbar-indeterminate-anim-short {
	0% {
		left: -200%;
		right: 100%
	}

	100%,
	60% {
		left: 107%;
		right: -8%
	}
}

.ui-progress-spinner {
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: inline-block
}

.ui-progress-spinner::before {
	content: '';
	display: block;
	padding-top: 100%
}

.ui-progress-spinner-svg {
	-webkit-animation: 2s linear infinite ui-progress-spinner-rotate;
	animation: 2s linear infinite ui-progress-spinner-rotate;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.ui-progress-spinner-circle {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: 1.5s ease-in-out infinite ui-progress-spinner-dash, 6s ease-in-out infinite ui-progress-spinner-color;
	animation: 1.5s ease-in-out infinite ui-progress-spinner-dash, 6s ease-in-out infinite ui-progress-spinner-color;
	stroke-linecap: round
}

@-webkit-keyframes ui-progress-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ui-progress-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes ui-progress-spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes ui-progress-spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@-webkit-keyframes ui-progress-spinner-color {

	0%,
	100% {
		stroke: #d62d20
	}

	40% {
		stroke: #0057e7
	}

	66% {
		stroke: #008744
	}

	80%,
	90% {
		stroke: #ffa700
	}
}

@keyframes ui-progress-spinner-color {

	0%,
	100% {
		stroke: #d62d20
	}

	40% {
		stroke: #0057e7
	}

	66% {
		stroke: #008744
	}

	80%,
	90% {
		stroke: #ffa700
	}
}

.ui-radiobutton {
	display: inline-block;
	cursor: pointer;
	margin-right: .25em;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.ui-radiobutton-box {
	width: 1.125em;
	height: 1.125em;
	line-height: 1.125em;
	border-radius: 100%;
	text-align: center;
	position: relative
}

.ui-radiobutton-icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	margin-left: -.5em
}

.ui-radiobutton,
.ui-radiobutton-label {
	vertical-align: middle
}

.ui-rating {
	font-size: 1.25em
}

.ui-fluid .fc .ui-button {
	width: auto
}

.ui-scrollpanel-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left
}

.ui-scrollpanel-content {
	height: calc(100% + 18px);
	width: calc(100% + 18px);
	padding: 0 18px 18px 0;
	position: relative;
	overflow: auto;
	box-sizing: border-box
}

.ui-scrollpanel-bar {
	position: relative;
	background: #c1c1c1;
	border-radius: 3px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	transition: opacity .25s linear
}

.ui-scrollpanel-bar-y {
	width: 9px;
	top: 0
}

.ui-scrollpanel-bar-x {
	height: 9px;
	bottom: 0
}

.ui-scrollpanel-hidden {
	visibility: hidden
}

.ui-scrollpanel:active .ui-scrollpanel-bar,
.ui-scrollpanel:hover .ui-scrollpanel-bar {
	opacity: 1
}

.ui-scrollpanel-grabbed {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.ui-selectbutton {
	display: inline-block
}

.ui-selectbutton.ui-state-error {
	padding: 0
}

.ui-selectbutton .ui-button.ui-state-focus {
	outline: 0
}

.ui-sidebar {
	position: fixed;
	padding: .5em 1em;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.ui-sidebar-left {
	top: 0;
	left: 0;
	width: 20em;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.ui-sidebar-right {
	top: 0;
	right: 0;
	width: 20em;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.ui-sidebar-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 10em;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.ui-sidebar-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10em;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.ui-sidebar-full {
	width: 100%;
	height: 100%;
	left: 0;
	transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s
}

.ui-sidebar-left.ui-sidebar-active,
.ui-sidebar-right.ui-sidebar-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ui-sidebar-left.ui-sidebar-sm,
.ui-sidebar-right.ui-sidebar-sm {
	width: 20em
}

.ui-sidebar-left.ui-sidebar-md,
.ui-sidebar-right.ui-sidebar-md {
	width: 40em
}

.ui-sidebar-left.ui-sidebar-lg,
.ui-sidebar-right.ui-sidebar-lg {
	width: 60em
}

.ui-sidebar-bottom.ui-sidebar-active,
.ui-sidebar-top.ui-sidebar-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.ui-sidebar-bottom.ui-sidebar-sm,
.ui-sidebar-top.ui-sidebar-sm {
	height: 10em
}

.ui-sidebar-bottom.ui-sidebar-md,
.ui-sidebar-top.ui-sidebar-md {
	height: 20em
}

.ui-sidebar-bottom.ui-sidebar-lg,
.ui-sidebar-top.ui-sidebar-lg {
	height: 30em
}

.ui-sidebar-mask {
	position: fixed;
	width: 100%;
	height: 100%
}

.ui-sidebar-close {
	float: right
}

@media screen and (max-width:64em) {

	.ui-sidebar-left.ui-sidebar-lg,
	.ui-sidebar-left.ui-sidebar-md,
	.ui-sidebar-right.ui-sidebar-lg,
	.ui-sidebar-right.ui-sidebar-md {
		width: 20em
	}
}

.ui-slidemenu {
	width: 12.5em;
	padding: .25em
}

.ui-slidemenu.ui-slidemenu-dynamic {
	position: absolute
}

.ui-slidemenu .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-slidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ui-slidemenu .ui-slidemenu-rootlist {
	position: absolute;
	top: 0
}

.ui-slidemenu .ui-submenu-list {
	display: none;
	position: absolute;
	top: 0;
	width: 12.5em;
	padding: .25em
}

.ui-slidemenu .ui-menuitem-link {
	padding: .25em;
	display: block;
	position: relative;
	text-decoration: none
}

.ui-slidemenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-slidemenu .ui-menuitem-text {
	vertical-align: middle
}

.ui-slidemenu .ui-menuitem {
	position: relative;
	margin: .125em 0
}

.ui-slidemenu .ui-menuitem-link .ui-submenu-icon {
	position: absolute;
	margin-top: -.5em;
	right: 0;
	top: 50%
}

.ui-slidemenu .ui-slidemenu-wrapper {
	position: relative
}

.ui-slidemenu .ui-slidemenu-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative
}

.ui-slidemenu-backward {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: .25em;
	cursor: pointer;
	display: none
}

.ui-slidemenu-backward .ui-slidemenu-backward-icon,
.ui-slidemenu-backward span {
	vertical-align: middle
}

.ui-slidemenu .ui-menuitem-active {
	position: static
}

.ui-slidemenu .ui-menuitem-active>.ui-submenu>.ui-submenu-list {
	display: block
}

.ui-slidemenu .ui-active-submenu>.ui-menuitem-active>.ui-submenu>.ui-submenu-list,
.ui-slidemenu ul:not(.ui-active-submenu)>.ui-menuitem:not(.ui-menuitem-active) {
	display: none
}

.ui-slidemenu .ui-active-submenu>.ui-menuitem-active~.ui-menuitem {
	display: block
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
	z-index: 1
}

.ui-slider .ui-slider-handle.ui-slider-handle-active {
	z-index: 2
}

.ui-slider .ui-slider-range {
	position: absolute;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.25em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.25em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-slider-animate .ui-slider-handle {
	transition: left .3s
}

.ui-spinner {
	display: inline-block;
	overflow: visible;
	padding: 0;
	position: relative;
	vertical-align: middle
}

.ui-spinner-input {
	vertical-align: middle;
	padding-right: 1.5em
}

.ui-spinner-button {
	cursor: default;
	display: block;
	height: 50%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 1.5em
}

.ui-spinner .ui-spinner-button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	width: 1em
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-fluid .ui-spinner {
	width: 100%
}

.ui-fluid .ui-spinner .ui-spinner-input {
	padding-right: 2em;
	width: 100%
}

.ui-fluid .ui-spinner .ui-spinner-button {
	width: 1.5em
}

.ui-fluid .ui-spinner .ui-spinner-button .ui-spinner-button-icon {
	left: .7em
}

.ui-splitbutton {
	position: relative;
	display: inline-block;
	zoom: 1
}

.ui-splitbutton .ui-button.ui-splitbutton-menubutton {
	width: 2em;
	vertical-align: top
}

.ui-splitbutton.ui-state-disabled button {
	cursor: default
}

.ui-fluid .ui-splitbutton {
	width: 100%
}

.ui-fluid .ui-splitbutton .ui-button:first-child {
	width: calc(100% - 2em)
}

.ui-fluid .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
	width: 2em
}

.ui-steps ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.ui-steps .ui-steps-item {
	float: left;
	box-sizing: border-box;
	cursor: pointer
}

.ui-steps.ui-steps-readonly .ui-steps-item {
	cursor: auto
}

.ui-steps .ui-steps-item .ui-menuitem-link {
	text-decoration: none;
	display: block;
	padding: 1em;
	position: relative;
	text-align: center
}

.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link,
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link {
	cursor: default
}

.ui-steps .ui-steps-number {
	font-size: 2em;
	display: block
}

.ui-steps .ui-steps-title {
	display: block;
	white-space: nowrap
}

@media (max-width:40em) {
	.ui-steps .ui-steps-item .ui-menuitem-link {
		padding: .5em
	}

	.ui-steps .ui-steps-item .ui-steps-title {
		display: none
	}
}

.ui-tabmenu .ui-tabmenu-nav {
	margin: 0;
	padding: .25em .5em 0 .25em
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .2em 1px 0;
	padding: 0;
	white-space: nowrap;
	display: block;
	border-bottom: 0;
	top: 1px
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabmenu .ui-tabmenu-nav a {
	padding: .5em 1em
}

.ui-tabmenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-tabmenu .ui-menuitem-text {
	vertical-align: middle
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-disabled a {
	cursor: default
}

.ui-tabview {
	padding: .25em
}

.ui-tabview .ui-tabview-nav {
	margin: 0
}

.ui-tabview .ui-tabview-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .125em 1px 0;
	padding: 0;
	white-space: nowrap;
	display: block
}

.ui-tabview .ui-tabview-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabview .ui-tabview-nav li.ui-state-disabled a,
.ui-tabview .ui-tabview-nav li.ui-state-processing a,
.ui-tabview .ui-tabview-nav li.ui-tabview-selected a {
	cursor: text
}

.ui-tabview .ui-tabview-nav li a,
.ui-tabview.ui-tabview-collapsible .ui-tabview-nav li.ui-tabview-selected a {
	cursor: pointer
}

.ui-tabview .ui-tabview-panel {
	border-width: 0;
	padding: 1em;
	background: 0 0
}

.ui-tabview .ui-tabview-nav li .ui-tabview-left-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-tabview .ui-tabview-nav li .ui-tabview-right-icon {
	margin-left: .25em;
	vertical-align: middle
}

.ui-tabview .ui-tabview-title {
	vertical-align: middle
}

.ui-tabview .ui-tabview-nav li .ui-tabview-close {
	margin: .5em .3em 0 0;
	cursor: pointer
}

.ui-tabview.ui-tabview-top>.ui-tabview-nav li {
	border-bottom: 0;
	top: 1px
}

.ui-tabview.ui-tabview-top>.ui-tabview-nav {
	padding: .2em .2em 0
}

.ui-tabview.ui-tabview-bottom>.ui-tabview-nav {
	padding: 0 .2em .2em
}

.ui-tabview.ui-tabview-bottom>.ui-tabview-nav li {
	border-top: 0
}

.ui-tabview-left::after,
.ui-tabview-right::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

.ui-tabview-left>.ui-tabview-nav {
	float: left;
	width: 25%;
	background-image: none;
	padding-top: 1px
}

.ui-tabview-left>.ui-tabview-panels {
	float: right;
	width: 75%
}

.ui-tabview.ui-tabview-left>.ui-tabview-nav li,
.ui-tabview.ui-tabview-right>.ui-tabview-nav li {
	display: block;
	float: right;
	white-space: normal;
	width: 99%
}

.ui-tabview.ui-tabview-left>.ui-tabview-nav li {
	margin: 0 0 1px;
	border-right: 0
}

.ui-tabview.ui-tabview-right>.ui-tabview-nav {
	float: right;
	width: 25%;
	height: 300px;
	background-image: none;
	padding-top: 1px
}

.ui-tabview.ui-tabview-right>.ui-tabview-panels {
	float: left;
	width: 75%
}

.ui-tabview.ui-tabview-right>.ui-tabview-nav li {
	margin: 0 0 1px;
	border-left: 0
}

.ui-rtl .ui-tabview .ui-tabview-nav li {
	float: right
}

.ui-table {
	position: relative
}

.ui-table table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}

.ui-table .ui-table-tbody>tr>td,
.ui-table .ui-table-tfoot>tr>td,
.ui-table .ui-table-thead>tr>th {
	padding: .25em .5em
}

.ui-table .ui-sortable-column {
	cursor: pointer
}

.ui-table .ui-table-sort-icon {
	vertical-align: middle
}

.ui-table-auto-layout>.ui-table-wrapper {
	overflow-x: auto
}

.ui-table-auto-layout>.ui-table-wrapper>table {
	table-layout: auto
}

.ui-table-caption,
.ui-table-summary {
	padding: .25em .5em;
	text-align: center;
	font-weight: 700
}

.ui-table-caption {
	border-bottom: 0
}

.ui-table-summary {
	border-top: 0
}

.ui-table .ui-paginator-top {
	border-bottom: 0
}

.ui-table .ui-paginator-bottom {
	border-top: 0
}

.ui-table-scrollable-wrapper {
	position: relative
}

.ui-table-scrollable-footer,
.ui-table-scrollable-header {
	overflow: hidden;
	border: 0
}

.ui-table-scrollable-body {
	overflow: auto;
	position: relative
}

.ui-table-scrollable-body>table>.ui-table-tbody>tr:first-child>td {
	border-top: 0
}

.ui-table-virtual-table {
	position: absolute
}

.ui-table-frozen-view .ui-table-scrollable-body {
	overflow: hidden
}

.ui-table-frozen-view>.ui-table-scrollable-body>table>.ui-table-tbody>tr>td:last-child {
	border-right: 0
}

.ui-table-unfrozen-view {
	position: absolute;
	top: 0
}

.ui-table-resizable>.ui-table-wrapper {
	overflow-x: auto
}

.ui-table-resizable .ui-table-tbody>tr>td,
.ui-table-resizable .ui-table-tfoot>tr>td,
.ui-table-resizable .ui-table-thead>tr>th {
	overflow: hidden
}

.ui-table-resizable .ui-resizable-column {
	background-clip: padding-box;
	position: relative
}

.ui-table-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
	display: none
}

.ui-table .ui-column-resizer {
	display: block;
	position: absolute !important;
	top: 0;
	right: 0;
	margin: 0;
	width: .5em;
	height: 100%;
	padding: 0;
	cursor: col-resize;
	border: 1px solid transparent
}

.ui-table .ui-column-resizer-helper {
	width: 1px;
	position: absolute;
	z-index: 10;
	display: none
}

.ui-table .ui-table-tbody>tr>td.ui-editing-cell input {
	padding: 0;
	border: 0
}

.ui-table .ui-table-tbody>tr>td.ui-editing-cell p-celleditor>* {
	width: 100%
}

.ui-table-reorder-indicator-down,
.ui-table-reorder-indicator-up {
	position: absolute;
	display: none
}

.ui-table-responsive .ui-table-tbody>tr>td .ui-column-title {
	display: none
}

@media screen and (max-width:40em) {

	.ui-table-responsive .ui-table-tfoot>tr>td,
	.ui-table-responsive .ui-table-thead>tr>th {
		display: none !important
	}

	.ui-table-responsive .ui-table-tbody>tr>td {
		text-align: left;
		display: block;
		border: 0;
		width: 100% !important;
		box-sizing: border-box;
		float: left;
		clear: left
	}

	.ui-table-responsive .ui-table-tbody>tr>td .ui-column-title {
		padding: .4em;
		min-width: 30%;
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
		font-weight: 700
	}
}

.ui-table-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	z-index: 1
}

.ui-table-loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -1em;
	margin-left: -1em
}

.ui-table .ui-table-loading-icon {
	font-size: 2em
}

.ui-terminal {
	height: 18em;
	overflow: auto;
	padding: .25em
}

.ui-terminal-input {
	border: 0;
	background-color: transparent;
	color: inherit;
	padding: 0;
	margin: 0 0 0 .125em;
	width: 75%;
	outline: 0;
	vertical-align: baseline
}

.ui-terminal-command {
	margin-left: .125em;
	-moz-margin-start: .125em
}

.ui-terminal-input::-ms-clear {
	display: none
}

.ui-tieredmenu {
	width: 12.5em;
	padding: .25em
}

.ui-tieredmenu.ui-tieredmenu-dynamic {
	position: absolute
}

.ui-tieredmenu .ui-menu-separator {
	border-width: 1px 0 0
}

.ui-tieredmenu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ui-tieredmenu .ui-submenu-list {
	display: none;
	position: absolute;
	width: 12.5em;
	padding: .25em
}

.ui-tieredmenu .ui-menuitem-link {
	padding: .25em;
	display: block;
	position: relative;
	text-decoration: none
}

.ui-tieredmenu .ui-menuitem-icon {
	margin-right: .25em;
	vertical-align: middle
}

.ui-tieredmenu .ui-menuitem-text {
	vertical-align: middle
}

.ui-tieredmenu .ui-menuitem {
	position: relative;
	margin: .125em 0
}

.ui-tieredmenu .ui-menuitem-link .ui-submenu-icon {
	position: absolute;
	margin-top: -.5em;
	right: 0;
	top: 50%
}

.ui-tieredmenu .ui-menuitem-active>.ui-submenu>.ui-submenu-list {
	display: block
}

.ui-toast {
	position: fixed;
	width: 20em
}

.ui-toast .ui-toast-message {
	position: relative;
	display: block;
	margin-bottom: .75em;
	overflow: hidden
}

.ui-toast .ui-toast-message-content {
	padding: .5em 1em
}

.ui-toast .ui-toast-close-icon {
	position: absolute;
	top: .25em;
	right: .25em;
	cursor: pointer;
	display: inline-block
}

.ui-toast .ui-toast-summary {
	font-weight: 700;
	padding: 0 0 .5em;
	display: block
}

.ui-toast .ui-toast-icon {
	position: absolute;
	display: inline-block;
	left: .5em;
	top: .25em;
	padding: 0;
	font-size: 2em
}

.ui-toast .ui-toast-message-text-content {
	padding: 0 0 .25em;
	margin-left: 2.5em
}

.ui-toast-top-right {
	top: 20px;
	right: 20px
}

.ui-toast-top-left {
	top: 20px;
	left: 20px
}

.ui-toast-bottom-left,
.ui-toast-bottom-right {
	bottom: 20px;
	right: 20px
}

.ui-toast-top-center {
	top: 20px;
	left: 50%;
	margin-left: -10em
}

.ui-toast-bottom-center {
	bottom: 20px;
	left: 50%;
	margin-left: -10em
}

.ui-toast-center {
	left: 50%;
	top: 50%;
	min-width: 20vw;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ui-toolbar {
	padding: .25em .5em
}

.ui-toolbar-group-left {
	float: left
}

.ui-toolbar-group-right {
	float: right
}

.ui-tooltip {
	position: absolute;
	display: none;
	padding: .25em .5em;
	max-width: 12.5em
}

.ui-tooltip.ui-tooltip-left,
.ui-tooltip.ui-tooltip-right {
	padding: 0 .25em
}

.ui-tooltip.ui-tooltip-bottom,
.ui-tooltip.ui-tooltip-top {
	padding: .25em 0
}

.ui-tooltip .ui-tooltip-text {
	padding: .125em .5em;
	background-color: #4c4c4c;
	color: #fff;
	white-space: pre-line
}

.ui-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.ui-tooltip-right .ui-tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -.25em;
	border-width: .25em .25em .25em 0;
	border-right-color: #4c4c4c
}

.ui-tooltip-left .ui-tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -.25em;
	border-width: .25em 0 .25em .25em;
	border-left-color: #4c4c4c
}

.ui-tooltip.ui-tooltip-top {
	padding: .25em 0
}

.ui-tooltip-top .ui-tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -.25em;
	border-width: .25em .25em 0;
	border-top-color: #4c4c4c
}

.ui-tooltip-bottom .ui-tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -.25em;
	border-width: 0 .25em .25em;
	border-bottom-color: #4c4c4c
}

.ui-tree {
	width: 18em
}

.ui-tree .ui-treenode-selectable.ui-treenode-content {
	cursor: pointer
}

.ui-tree .ui-tree-container {
	height: 100%;
	margin: 0;
	overflow: auto;
	padding: .25em;
	white-space: nowrap
}

.ui-tree-empty-message {
	padding: .25em
}

.ui-tree .ui-treenode-children {
	margin: 0;
	padding: 0 0 0 1em
}

.ui-tree .ui-treenode {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat-y;
	list-style: none;
	margin: 0;
	padding: .125em 0 0
}

.ui-tree .ui-treenode-droppoint {
	height: 4px;
	list-style-type: none
}

.ui-tree .ui-treenode-droppoint-active {
	border: 0
}

.ui-tree .ui-tree-toggler {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle
}

.ui-tree .ui-treenode-icon {
	display: inline-block;
	vertical-align: middle
}

.ui-tree .ui-treenode-label {
	display: inline-block;
	padding: 0 .25em;
	vertical-align: middle
}

.ui-tree .ui-treenode-label.ui-state-highlight,
.ui-tree .ui-treenode-label.ui-state-hover {
	font-weight: 400;
	border: 0
}

.ui-tree .ui-treenode.ui-treenode-leaf>.ui-treenode-content>.ui-tree-toggler {
	visibility: hidden
}

.ui-tree .ui-chkbox-box {
	cursor: pointer
}

.ui-tree .ui-chkbox {
	display: inline-block;
	vertical-align: middle
}

.ui-tree .ui-chkbox .ui-chkbox-icon {
	margin-left: 1px
}

.ui-fluid .ui-tree {
	width: 100%
}

.ui-tree-horizontal {
	width: auto;
	padding: .5em 0;
	overflow: auto
}

.ui-tree.ui-tree-horizontal table,
.ui-tree.ui-tree-horizontal td,
.ui-tree.ui-tree-horizontal tr {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.ui-tree.ui-tree-horizontal .ui-tree-toggler {
	vertical-align: middle;
	margin: 0
}

.ui-tree-horizontal .ui-treenode-content {
	font-weight: 400;
	padding: .4em 1em .4em .2em
}

.ui-tree.ui-tree-horizontal .ui-tree-node-label {
	margin: 0
}

.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
	font-weight: 400;
	white-space: nowrap
}

.ui-tree.ui-tree-horizontal .ui-treenode {
	background: url(line.567f57385ea3dde2c9ae.gif) center center repeat-x;
	padding: .25em 2.5em
}

.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed,
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf {
	padding-right: 0
}

.ui-tree.ui-tree-horizontal .ui-treenode-children {
	padding: 0;
	margin: 0
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector {
	width: 1px
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
	height: 100%;
	width: 1px
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
	background: url(line.567f57385ea3dde2c9ae.gif) repeat-y;
	width: 1px
}

.ui-tree.ui-tree-horizontal table {
	height: 0
}

.ui-tree.ui-tree-horizontal .ui-chkbox {
	vertical-align: bottom;
	margin-right: .25em
}

.ui-tree.ui-tree-loading {
	position: relative;
	min-height: 4em
}

.ui-tree .ui-tree-loading-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	z-index: 1
}

.ui-tree .ui-tree-loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -1em;
	margin-left: -1em
}

.ui-tree .ui-tree-loading-content .ui-tree-loading-icon {
	font-size: 2em
}

.ui-treetable {
	position: relative
}

.ui-treetable table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}

.ui-treetable .ui-treetable-tbody>tr>td,
.ui-treetable .ui-treetable-tfoot>tr>td,
.ui-treetable .ui-treetable-thead>tr>th {
	padding: .25em .5em
}

.ui-treetable .ui-treetable-toggler {
	vertical-align: middle
}

.ui-treetable .ui-sortable-column {
	cursor: pointer
}

.ui-treetable .ui-treetable-sort-icon {
	vertical-align: middle
}

.ui-treetable-auto-layout>.ui-treetable-wrapper {
	overflow-x: auto
}

.ui-treetable-auto-layout>.ui-treetable-wrapper>table {
	table-layout: auto
}

.ui-treetable .ui-treetable-chkbox {
	margin: 0 .25em;
	vertical-align: middle
}

.ui-treetable-caption,
.ui-treetable-summary {
	padding: .25em .5em;
	text-align: center;
	font-weight: 700
}

.ui-treetable-caption {
	border-bottom: 0
}

.ui-treetable-summary {
	border-top: 0
}

.ui-treetable .ui-paginator-top {
	border-bottom: 0
}

.ui-treetable .ui-paginator-bottom {
	border-top: 0
}

.ui-treetable-scrollable-wrapper {
	position: relative
}

.ui-treetable-scrollable-footer,
.ui-treetable-scrollable-header {
	overflow: hidden;
	border: 0
}

.ui-treetable-scrollable-body {
	overflow: auto;
	position: relative
}

.ui-treetable-scrollable-body>table>.ui-treetable-tbody>tr:first-child>td {
	border-top: 0
}

.ui-treetable-virtual-table {
	position: absolute
}

.ui-treetable-frozen-view .ui-treetable-scrollable-body {
	overflow: hidden
}

.ui-treetable-frozen-view>.ui-treetable-scrollable-body>table>.ui-treetable-tbody>tr>td:last-child {
	border-right: 0
}

.ui-treetable-unfrozen-view {
	position: absolute;
	top: 0
}

.ui-treetable-resizable>.ui-treetable-wrapper {
	overflow-x: auto
}

.ui-treetable-resizable .ui-treetable-tbody>tr>td,
.ui-treetable-resizable .ui-treetable-tfoot>tr>td,
.ui-treetable-resizable .ui-treetable-thead>tr>th {
	overflow: hidden
}

.ui-treetable-resizable .ui-resizable-column {
	background-clip: padding-box;
	position: relative
}

.ui-treetable-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
	display: none
}

.ui-treetable .ui-column-resizer {
	display: block;
	position: absolute !important;
	top: 0;
	right: 0;
	margin: 0;
	width: .5em;
	height: 100%;
	padding: 0;
	cursor: col-resize;
	border: 1px solid transparent
}

.ui-treetable .ui-column-resizer-helper {
	width: 1px;
	position: absolute;
	z-index: 10;
	display: none
}

.ui-treetable .ui-treetable-tbody>tr>td.ui-editing-cell input {
	padding: 0;
	border: 0
}

.ui-treetable .ui-treetable-tbody>tr>td.ui-editing-cell p-treetablecelleditor>* {
	width: 100%
}

.ui-treetable-reorder-indicator-down,
.ui-treetable-reorder-indicator-up {
	position: absolute;
	display: none
}

.ui-treetable-responsive .ui-treetable-tbody>tr>td .ui-column-title {
	display: none
}

@media screen and (max-width:40em) {

	.ui-treetable-responsive .ui-treetable-tfoot>tr>td,
	.ui-treetable-responsive .ui-treetable-thead>tr>th {
		display: none !important
	}

	.ui-treetable-responsive .ui-treetable-tbody>tr>td {
		text-align: left;
		display: block;
		border: 0;
		width: 100% !important;
		box-sizing: border-box;
		float: left;
		clear: left
	}

	.ui-treetable-responsive .ui-treetable-tbody>tr>td .ui-column-title {
		padding: .4em;
		min-width: 30%;
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
		font-weight: 700
	}
}

.ui-treetable-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	z-index: 1
}

.ui-treetable-loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -1em;
	margin-left: -1em
}

.ui-treetable .ui-treetable-loading-icon {
	font-size: 2em
}

code[class*=language-],
pre[class*=language-] {
	color: #000;
	background: 0 0;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

pre[class*=language-] {
	position: relative;
	margin: .5em 0;
	box-shadow: -1px 0 0 0 #dae8ef, 0 0 0 1px #dfdfdf;
	border-left: 10px solid #dae8ef;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	overflow: visible;
	padding: 0
}

code[class*=language] {
	max-height: inherit;
	height: 100%;
	padding: 0 1em;
	display: block;
	overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
	background-color: #fdfdfd;
	box-sizing: border-box;
	margin-bottom: 1em
}

:not(pre)>code[class*=language-] {
	position: relative;
	padding: .2em;
	border-radius: .3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, .1);
	display: inline;
	white-space: normal
}

pre[class*=language-]::after,
pre[class*=language-]::before {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: .75em;
	left: .18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg)
}

:not(pre)>code[class*=language-]::after,
pre[class*=language-]::after {
	right: .75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg)
}

.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	color: #7d8b99
}

.token.punctuation {
	color: #5f6364
}

.token.boolean,
.token.constant,
.token.deleted,
.token.function-name,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #c92c2c
}

.token.attr-name,
.token.builtin,
.token.char,
.token.function,
.token.inserted,
.token.selector,
.token.string {
	color: #2f9c0a
}

.token.entity,
.token.operator,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, .5)
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.keyword {
	color: #1990b8
}

.token.important,
.token.regex {
	color: #e90
}

.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, .5)
}

.token.important {
	font-weight: 400
}

.token.bold {
	font-weight: 700
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

.namespace {
	opacity: .7
}

@media screen and (max-width:767px) {

	pre[class*=language-]::after,
	pre[class*=language-]::before {
		bottom: 14px;
		box-shadow: none
	}
}

.token.cr::before,
.token.lf::before,
.token.tab:not(:empty)::before {
	color: #e0d7d1
}

pre[class*=language-].line-numbers {
	padding-left: 0
}

pre[class*=language-].line-numbers code {
	padding-left: 3.8em
}

pre[class*=language-].line-numbers .line-numbers-rows {
	left: 0
}

pre[class*=language-][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0
}

pre[data-line] code {
	position: relative;
	padding-left: 4em
}

pre .line-highlight {
	margin-top: 0
}

html {
	height: 100%
}

body {
	margin: 0;
	min-height: 100%;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	letter-spacing: 0.3px;
	/* font-family: "Open Sans", "Helvetica Neue", sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333c40;
	-webkit-font-smoothing: antialiased;
	font-size: 14px
}

#layout-topbar {
	background-color: #20272a;
	box-sizing: border-box;
	display: block;
	padding: 0;
	height: 70px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9997;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

#layout-topbar .menu-button {
	display: none;
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	transition: .2s;
}

#layout-topbar .menu-button:hover {
	background-color: #4a4f52
}

#layout-topbar .menu-button i {
	line-height: inherit
}

#layout-topbar .logo {
	margin-left: 45px;
	margin-top: 15px;
	display: inline-block
}

#layout-topbar .logo img {
	height: 42px
}

.topbar-menu {
	display: inline-block;
	list-style-type: none;
	float: right;
	margin: 0 60px 0 0;
	padding: 0;
	height: 100%
}

.topbar-menu>li {
	display: inline-block;
	height: 100%
}

.topbar-menu>li>a {
	text-decoration: none;
	color: #fff;
	transition: background-color .2s;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	line-height: 70px;
	font-size: 16px
}

.topbar-menu>li>a:hover {
	background-color: #4a4f52
}

.topbar-menu>li>ul {
	display: none
}

.topbar-menu>li.topbar-menu-themes {
	position: relative
}

.topbar-menu>li.topbar-menu-themes>ul {
	position: absolute;
	top: 65px;
	left: -50px;
	width: 250px;
	max-height: 300px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	overflow: auto;
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	border-radius: 3px;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.topbar-menu>li.topbar-menu-themes>ul>li.topbar-submenu-header {
	padding: 6px 12px;
	font-weight: 700;
	text-align: left;
	background-image: linear-gradient(to left, #2bc0ec, #1b81d7);
	color: #fff
}

.topbar-menu>li.topbar-menu-themes>ul a {
	text-decoration: none;
	color: #404c51;
	padding: 6px 12px;
	display: block;
	transition: all .5s ease
}

.topbar-menu>li.topbar-menu-themes>ul a:hover {
	background-color: #eee
}

.topbar-menu>li.topbar-menu-themes>ul a img {
	width: 32px;
	vertical-align: middle
}

.topbar-menu>li.topbar-menu-themes>ul a .topbar-submenu-icon {
	font-size: 20px;
	width: 20px;
	vertical-align: middle;
	margin-right: 8px
}

.topbar-menu>li.topbar-menu-themes>ul a .ui-text {
	vertical-align: middle;
	margin-left: 8px
}

.topbar-menu>li.topbar-menu-themes:hover>ul {
	display: block
}

#layout-sidebar {
	position: fixed;
	left: 0;
	top: 70px;
	height: calc(100% - 70px);
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	width: 300px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

#layout-sidebar .layout-menu>a {
	width: 100%;
	height: 50px;
	display: block;
	padding: 15px 0 0 25px;
	cursor: pointer;
	border-top: 1px solid #e3e9ea;
	box-sizing: border-box
}

#layout-sidebar .layout-menu>a.active-menuitem {
	background-color: #fff !important;
	transition: all .5s ease
}

#layout-sidebar .layout-menu>a.active-menuitem>span {
	color: #1b82d7
}

#layout-sidebar .layout-menu>a.active-menuitem img.layout-menu-icon-active {
	display: inline
}

#layout-sidebar .layout-menu>a.active-menuitem img.layout-menu-icon-inactive {
	display: none
}

#layout-sidebar .layout-menu>a:hover {
	background-color: #eee;
	transition: all .5s ease
}

#layout-sidebar .layout-menu>a img {
	width: 20px;
	height: auto;
	float: left
}

#layout-sidebar .layout-menu>a img.layout-menu-icon-active {
	display: none
}

#layout-sidebar .layout-menu>a img.layout-menu-icon-inactive {
	display: inline
}

#layout-sidebar .layout-menu>a span {
	color: #34393a;
	font-size: 16px;
	margin: -2px 0 0 30px;
	display: block
}

#layout-sidebar .layout-menu>div {
	padding: 20px 15px;
	overflow: hidden;
	background-color: #fff
}

#layout-sidebar .layout-menu>div.submenuhide {
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

#layout-sidebar .layout-menu>div.submenushow {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	max-height: 500px
}

#layout-sidebar .layout-menu>div a {
	width: 50%;
	float: left;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	color: #6d7879
}

.menuitem-badge {
	background: #00b09b;
	background: linear-gradient(to bottom, #96c93d, #00b09b);
	padding: 2px 4px;
	vertical-align: middle;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	position: relative;
	top: -1px
}

.theme-badge {
	padding: 2px 4px;
	vertical-align: middle;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	position: relative;
	top: -1px
}

.theme-badge.material {
	background: #00b09b;
	background: linear-gradient(to bottom, #202124, #404147)
}

.theme-badge.bootstrap {
	background: #563d7c;
	background: linear-gradient(to bottom, #563d7c, #966bd8)
}

#layout-sidebar .layout-menu>div a:hover {
	background-color: #eee
}

#layout-sidebar .layout-menu {
	overflow-y: auto;
	width: 300px
}

#layout-content {
	margin-left: 300px;
	padding-top: 70px;
	background-color: #fff
}

.layout-mask {
	z-index: 9998;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0;
	display: none;
	background-color: #4c5254;
	opacity: .7
}

.content-section {
	display: block;
	padding: 30px;
	overflow: hidden;
	background-color: #f5f7f8
}

.content-section.introduction {
	background-image: linear-gradient(to left, #2bc0ec, #1b81d7);
	color: #fff
}

.content-section.introduction a {
	color: #fff;
	font-weight: 700
}

.content-section:first-of-type>div>span {
	line-height: 1.5em
}

.content-section:first-of-type>div>span:last-child {
	font-size: 16px
}

.content-section h2 {
	margin-top: 0
}

.feature-title {
	font-size: 30px;
	margin-bottom: 20px;
	display: block
}

.layout-footer {
	color: #000;
	font-weight: 700
}

.layout-footer .footer-links {
	float: right;
	font-size: 24px
}

.layout-footer .footer-links a {
	color: #000;
	margin-left: 16px
}

.implementation,
.implementation-charts {
	background-color: #fff;
	overflow: visible
}

.implementation>h3 {
	margin-top: 30px;
	color: #5c666a;
	font-weight: 700;
	font-size: 16px
}

.implementation h3.first {
	margin-top: 0 !important
}

.implementation h4 {
	color: #5c666a
}

.content-submenu {
	background-image: linear-gradient(to left, #20272a, #20272a);
	padding: 15px 30px;
	border-bottom: 1px solid #1b81d7
}

.content-submenu ul {
	margin: 0;
	padding: 0;
	width: 100%
}

.content-submenu ul li {
	list-style: none;
	width: 20%;
	display: inline-block;
	margin-top: 5px
}

.content-submenu ul li a {
	color: #cac6c6;
	display: block;
	width: 90%;
	border: 1px solid transparent;
	transition: border-color .1s;
	padding: 6px 12px;
	border-radius: 3px
}

.content-submenu ul li a:hover {
	border: 1px solid #fff;
	color: #fff
}

.documentation .ui-tabview-panel {
	color: #404c51 !important
}

.documentation .ui-tabview .ui-tabview-panels {
	border: 0
}

.documentation h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400
}

.documentation h4 {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400
}

.documentation p {
	line-height: 24px;
	margin: 10px 0 !important
}

.documentation .doc-tablewrapper {
	margin: 10px 0
}

.documentation a {
	color: #0273d4
}

.documentation .btn-viewsource {
	background-color: #444;
	padding: .5em;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	margin: 1em 0;
	display: inline-block;
	transition: background-color .2s
}

.documentation .btn-viewsource i {
	margin-right: .25em
}

.documentation .btn-viewsource:hover {
	background-color: #595959
}

.documentation .ui-tabview {
	background: 0 0;
	border: 0;
	color: #5c666a;
	border-radius: 4px !important
}

.documentation .ui-tabview .ui-tabview-nav {
	background: #1976d2 !important;
	margin-bottom: -1px;
	padding: 3px 3px 0 !important;
	border-top-right-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.documentation .ui-tabview .ui-tabview-nav li,
.documentation .ui-tabview .ui-tabview-nav li.ui-state-hover {
	border: 0 #3f94e9 !important;
	background: #3f94e9 !important;
	box-shadow: none !important;
	border-top-right-radius: 4px !important;
	border-top-left-radius: 4px !important
}

.documentation .ui-tabview .ui-tabview-nav li a {
	padding: .5em 1em !important
}

.documentation .ui-tabview .ui-tabview-nav li.tab-doc {
	margin-right: 0
}

.documentation .ui-tabview .ui-tabview-nav li.ui-state-default a {
	color: #fff !important;
	font-weight: 400 !important;
	text-shadow: none
}

.documentation .ui-tabview .ui-tabview-nav li.ui-state-active a {
	color: #5c666a !important;
	font-weight: 400 !important
}

.documentation .ui-tabview .ui-tabview-nav li.ui-state-hover {
	box-shadow: none !important
}

.documentation .ui-tabview .ui-tabview-nav li.ui-tabview-selected {
	background: #f5f6f7 !important
}

.documentation .ui-tabview .ui-tabview-panels {
	border-top: 1px solid #f5f6f7 !important;
	color: #5c666a !important;
	background: #f5f6f7
}

.documentation .ui-tabview.ui-tabview-top>.ui-tabview-nav li {
	top: 0 !important
}

.doc-table {
	border-collapse: collapse;
	width: 100%
}

.doc-table th {
	background-color: #dae8ef;
	color: #404c51;
	border: 1px solid #c1d5df;
	padding: 8px 14px;
	text-align: left
}

.doc-table tbody td {
	color: #404c51;
	padding: 8px 14px;
	border: 1px solid #e5ebf0;
	opacity: .9
}

.doc-table tbody tr:nth-child(even) {
	background-color: #fbfcfd
}

.doc-table tbody tr:nth-child(odd) {
	background-color: #f3f6f9
}

@media screen and (max-width:64em) {
	.layout-mask {
		display: block
	}

	#layout-topbar {
		text-align: center
	}

	#layout-topbar .menu-button {
		display: inline-block
	}

	#layout-topbar .logo {
		margin: 7px 0
	}

	.topbar-menu {
		background-color: #363c3f;
		float: none;
		width: 100%;
		height: 40px;
		margin: 0;
		text-align: center
	}

	.topbar-menu>li>a {
		padding-bottom: 0;
		line-height: 40px;
		min-width: 100px
	}

	.topbar-menu>li.topbar-menu-themes>ul {
		top: 40px;
		text-align: left
	}

	#layout-sidebar {
		top: 100px;
		left: -300px;
		transition: left .2s;
		z-index: 9999
	}

	#layout-sidebar.active {
		left: 0
	}

	#layout-content {
		margin-left: 0;
		padding-top: 100px
	}

	.home .features>div,
	.home .introduction>div,
	.home .templates>div,
	.home .whouses>div {
		width: 100%
	}

	.home .prosupport>div {
		width: 100%;
		text-align: center
	}

	.home .book>div {
		width: 100%
	}

	.home .book .ui-g-12:first-child,
	.home .book .ui-g-12:last-child {
		text-align: center !important
	}

	.home .testimonials>div {
		width: 100%
	}

	.support .support-image {
		text-align: center
	}

	.support .support-image .ui-md-6:last-child {
		text-align: center;
		padding-top: 2em
	}

	.content-submenu ul li {
		width: 50%
	}
}

@media (max-width:768px) {
	.doc-table tbody td {
		word-break: break-word
	}
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: Courier, 'New Courier', monospace;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1em;
	background-color: #cfd8dc;
	color: #404c51;
	margin: 10px 0
}

.ui-tabview-left>.ui-tabview-nav {
	height: 150px
}

.col-button {
	width: 10%;
	text-align: center
}

.col-icon {
	width: 38px;
	text-align: center
}

.whouses {
	background: #fff
}

.whouses img {
	width: 100%
}

.ui-growl {
	top: 100px
}

a {
	text-decoration: none;
	color: #1b82d7
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

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

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

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

.home p {
	line-height: 1.5;
	font-size: 16px
}

.home h3 {
	font-size: 20px
}

.home-button {
	font-weight: 700;
	background-color: #fbd17b;
	color: #b27800;
	padding: 8px 14px;
	border-radius: 3px;
	transition: background-color .2s;
	display: inline-block;
	min-width: 120px;
	text-align: center
}

.home-button:hover {
	background-color: #f9c55a;
	color: #b27800
}

.home .introduction {
	background: url(introduction.b75a897252b3a24c7a08.jpg) 0 0/cover no-repeat;
	color: #fff;
	padding: 80px 30px 80px 50px
}

.home .introduction>div {
	padding: 100px 100px 0;
	height: 200px
}

.home .introduction img {
	width: 480px;
	position: absolute;
	bottom: 0;
	right: 0
}

.home .introduction h1 {
	font-weight: 400;
	margin-bottom: 5px
}

.home .introduction h2 {
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0
}

.home .features {
	background-color: #f5f7f8;
	text-align: center;
	padding: 30px
}

.home .features h3 {
	margin-bottom: 10px
}

.home .features p {
	margin-bottom: 30px
}

.home .features p.features-tagline {
	margin-bottom: 0;
	margin-top: -5px
}

.home .features p.features-description {
	text-align: left
}

.home .features .feature-name {
	display: block;
	font-size: 18px;
	margin-top: 4px
}

.home .features .ui-g p {
	color: #535d62;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 10px
}

.home .features .ui-g>div {
	padding: .5em 2em
}

.home .features img {
	width: 57px
}

.home .whouses {
	background-color: #20272a;
	color: #fff;
	text-align: center;
	padding: 30px
}

.home .whouses h3 {
	margin-bottom: 10px
}

.home .whouses p {
	margin-bottom: 30px
}

.home .whouses .ui-g>div {
	padding: 1em 2em
}

.home .whouses img {
	height: 42px
}

.home .testimonials {
	border-top: 1px solid #4c5254;
	padding-top: 20px;
	margin-top: 30px
}

.home .testimonials .ui-g>div {
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #333d41
}

.home .testimonials .ui-g>div:nth-child(2n) {
	background-color: #283134
}

.home .testimonials p {
	font-size: 14px;
	line-height: 1.5;
	font-style: italic
}

.home .testimonials h3 {
	margin-bottom: 26px
}

.home .testimonials img {
	padding-top: 10px
}

.home .testimonials hr {
	width: 40px;
	color: #4c5254
}

.home .testimonials i {
	font-style: normal
}

.home .book {
	background-color: #1976d2;
	padding: 30px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	color: #fff
}

.home .book .ui-g-12:last-child {
	text-align: center
}

.home .book .ui-g-12:first-child {
	text-align: left
}

.home .book img {
	width: 200px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .5)
}

.templates {
	background-color: #f5f7f8;
	text-align: center;
	padding: 30px
}

.templates h3 {
	margin-bottom: 10px
}

.templates img {
	width: 100%
}

.templates .ui-g>div {
	padding: 1em
}

.templates .ui-g>div img {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	transition: all .5s
}

.templates .ui-g>div a:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.home .why-templates {
	background-color: #20272a;
	text-align: center;
	color: #fff;
	padding: 30px
}

.home .why-templates h3 {
	margin: 10px 0;
	display: block
}

.home .why-templates hr {
	border: 1px dotted solid;
	margin-bottom: 20px
}

.home .why-templates img {
	width: 100%;
	margin-bottom: 30px
}

.home .why-templates .ui-g>div {
	padding: .5em 1em
}

.home .why-templates ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style-type: none
}

.home .why-templates ul>li {
	padding-bottom: 10px;
	text-align: center
}

.home .primeng-designer {
	background-color: #fff;
	padding: 30px
}

.home .primeng-designer h3 {
	margin: 10px 0 20px;
	display: block;
	text-align: center
}

.home .primeng-designer img {
	width: 100%;
	margin-bottom: 30px
}

.home .prosupport,
.support-image {
	background-color: rgba(79, 41, 64, .8);
	padding: 30px;
	color: #fff
}

.support-image .ui-md-6:last-child {
	text-align: right
}

.support li {
	line-height: 1.5
}

.home .prosupport p {
	font-size: 16px;
	line-height: 1.5
}

.home .prosupport .ui-md-6:last-child {
	text-align: center
}

.home .prosupport .home-button {
	margin-top: 10px
}

.support p {
	line-height: 1.5
}

.notification-topbar {
	width: 100%;
	height: 150px;
	cursor: pointer;
	position: relative;
	display: block;
	background-image: url(prime-showcases-notification-topbar-bg.43840c6bcdd5abfe47b5.png);
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	webkit-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.notification-topbar .notification-topbar-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	float: left
}

.notification-topbar .notification-topbar-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff
}

.notification-topbar .notification-topbar-image-mobile {
	width: 100%;
	top: 45px;
	display: none;
	position: absolute;
	float: left
}

@media (max-width:450px) {
	.notification-topbar .notification-topbar-image {
		display: none
	}

	.notification-topbar .notification-topbar-image-mobile {
		display: block
	}
}


/* Custom css Abhishek added */
.heading_personalinfo {
	text-align: left;
	height: 21px;
	font: 500 18px/1.125 Roboto, "Helvetica Neue", sans-serif !important;
	margin-bottom: 20px;
}

.closebutt {
	position: absolute;
	top: 2px;
	right: 4px;
}

.step4form {
	border: 1px solid #594b9a;
	padding: 15px 17px 15px 17px !important;
	-webkit-box-shadow: 1px 5px 14px -2px rgba(64, 64, 64, 0.3);
	-moz-box-shadow: 1px 5px 14px -2px rgba(64, 64, 64, 0.3);
	box-shadow: 1px 5px 14px -2px rgba(64, 64, 64, 0.3);
	background-color: #ffffff;
	position: relative;
	border-radius: 4px;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
	/* background-color: #ff3366 !important; */
	background-color: #594b9a !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
	/* background-color: rgba(255, 51, 102, 0.6) !important; */
	background-color: rgba(63, 81, 181, .54) !important;
	/* background-color: rgba(255, 51, 102, 0.6) !important; */
}

.guardlistname {
	font: 500 16px/1.5 Roboto, "Helvetica Neue", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ab-hover:hover {
	background: #F2F6F7;
}

.upload-photo {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	/*	width: 36px;
	top: 17%;
	right: 94%;
	z-index: 9999;
	height: 34px;
	padding: 0;*/
	font-size: 11px;
}

.upload-photo:hover {
	opacity: 1;
	background: #02020285;
	padding: 0;
	top: auto;
	right: auto;
	overflow-wrap: break-word;
	width: 61px;
	text-align: center;
	border-radius: 50px;
	height: 60px;
	color: #fff;
	padding-top: 15px;
	padding-left: 1px;
	z-index: 9999;
}

.fit-content {
	max-width: fit-content !important;
	padding-right: 20px !important;
}

.licenceNumbers {
	font-weight: 400;
	color: #8B959E;
	font-size: 11px !important;
}

.guard-profile-image {
	border-radius: 50%;
	border: 2px solid;
	width: 68px;
	height: 68px;
	/* background: #0FC95B; */
	border-color: #0FC95B;
}

.guard-profile-image-placeholder {
	border-radius: 50%;
	border: 2px solid;
	width: 64px;
	height: 64px;
	/* background: #0FC95B; */
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	color: #fff;
}

.cursor-pointer {
	color: #323A45;
	font: 500 18px/1.125 Roboto, "Helvetica Neue", sans-serif;
}

.mat-tab-label-active .mat-tab-label-content {
	color: #594B9A !important;
	font-weight: 500 !important;

}

.mat-tab-label:focus:not(.mat-tab-disabled) {
	opacity: 1 !important;
	color: #323A45 !important;
}

.license_gaurd .mat-tab-label {
	min-width: auto !important;
	padding: 0px 20px !important;
	color: #9da1a5 !important;
	height: 38px !important;
}

.mat-tab-label.mat-tab-label-active:not(.mat-tab-disabled),
[_nghost-c26] .mat-tab-label.mat-tab-label-active.cdk-keyboard-focused:not(.mat-tab-disabled) {
	opacity: 1;
}

.mat-tab-label.mat-tab-label-active:not(.mat-tab-disabled),
[_nghost-c26] .mat-tab-label.mat-tab-label-active.cdk-mouse-focused:not(.mat-tab-disabled) {
	opacity: 1;
}

.mat-tab-header-pagination {
	display: none !important
}

.mat-tab-header-pagination {
	display: none !important;
	cursor: pointer !important;
}
/* .license_gaurd .mat-tab-header-pagination {
	display: flex !important;
} */

.smalltab.mat-tab-link.mat-tab-label-active {
	opacity: 1 !important;
	/* border-bottom: 2px solid #f36 !important; */
	border-bottom: 2px solid #594b9a !important;

}

a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):hover,
a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):active {

	opacity: 1 !important;
}

body a:active {
	color: #1F2532 !important;
}

body a:hover {
	color: #8b959e !important;
}

.mat-tab-nav-bar.mat-primary .mat-ink-bar {
	height: 2px !important;
	visibility: visible !important;
}

.color-tittle {
	color: #323A45 !important;
	;
}

.color-tittle2 {
	color: #323A45 !important;
	;
	margin-left: 7px;
}

.break-word {
	overflow-wrap: break-word;
}

.color-selected {
	color: #8B959E;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
	background-color: #594b9a !important;
}

img.guard-records.ng-star-inserted {
	width: 12px !important;
	min-width: 12px !important;
	height: 14px !important;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -3px;
}

img.guard-licences.ng-star-inserted {
	width: 14px !important;
	min-width: 14px !important;
	height: 14px !important;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -3px;
}

.no-active-guard {
	text-align: center;
	padding: 50px;
	margin-top: -20px;
	color: #c7c7c7;
	font-size: 14px !important;
	font-weight: 400;
}

.guard-img {
	margin-bottom: 10px;
}

img.no-guard-img {
	border: 1px solid #d6d6d6;
	border-radius: 50px;
	background: #f1f1f1;
}

.material-icons {
	cursor: pointer;
}

.mat-tab-link:focus:not(.mat-tab-disabled) {
	opacity: 1 !important;
}

.abhi-no-underline .mat-form-field-underline {
	height: 0px !important;
}

.badge-custom {
	right: 30%;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.badge-custom2 {
	right: 42%;
	top: 8px;
}

.badge-custom3 {
	right: 3px;
    top: -2px;
}

.badge-custom4 {
	right: 40%;
	top: 8px;
}

button.quick-panel-toggle-button.mat-icon-button {
	border-left: 1px solid #e8e8e8;
	border-radius: 0;
}

.mat-elevation-z2 {
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.02), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0.06) !important;
}

mat-form-field.mat-form-field.ng-tns-c29-16.mat-primary.mat-form-field-type-mat-input.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-hide-placeholder.ng-valid.mat-form-field-should-float.ng-touched.ng-dirty {
	max-width: 25% !important;
}

/*Search Bar Start*/
/*.search-container {
       min-width: 150px;
       height: 40px;
       border: 1px solid #adadad;
       background: #F2F6F7;
       padding-left: 5px;
       padding-right: 5px;
       width: 92% !important;
       margin: 0 auto;
}*/
[_nghost-c26] .mat-tab-label {
	min-width: auto;
	padding: 0px 15px;
	color: #8B959E;
	height: 38px;
}

.avatar-image {
	border-radius: 25px !important;
	border: 2px solid;
	background: #0FC95B;
	border-color: #0FC95B;
	width: 40px !important;
	height: 40px !important;
}

.tes123 {
	border-radius: 25px !important;
	border: 2px solid;
	background: #0FC95B;
	border-color: #0FC95B !important;
	width: 50px !important;
	height: 50px !important;
}

.searchfullinput {
	/* border: 1px solid #C6CCD0!important; */
	/* background: #f2f6f7!important; */
	height: 40px !important;
	width: 92% !important;
	/* padding-left: 5px!important; */
	/* padding-right: 5px!important; */
	border-radius: 4px !important;
	margin-bottom: 10px !important;
}

/*.searchfullinput .mat-form-field-underline {
	height: 0px !important;
}*/
.textareainput {
	/* border: 1px solid #C6CCD0!important; */
	/* background: #f2f6f7!important; */
	/* height: 60px!important; */
	/*width: 92%!important;*/
	/* padding-left: 5px!important; */
	/* padding-right: 5px!important; */
	/*border-radius: 4px!important;*/
	/*	margin-bottom: 10px!important;*/
}

.textareainput .mat-form-field-wrapper {
	padding-bottom: 12px !important;
}

/*.abhi-area .textareainput .mat-form-field-underline{
	height: 0px !important;
}*/
button.abhi-srch {
	margin-left: 15px;
}

.create-margin {
	margin-bottom: 10px;
	margin-top: 10px;
}

label.mat-form-field-label.ng-tns-c29-2.mat-empty.mat-form-field-empty.ng-star-inserted {
	margin-left: 5px;
	margin-top: -3px;
	font: 400 16px/1.125 Roboto, "Helvetica Neue", sans-serif !important;
	color: #CCCCCC;
}

/*span.mat-form-field-label-wrapper {
       margin-left: 5px;
       color: #bbbbbb;
       margin-top: -3px;
}*/
mat-icon.floating-left.mat-icon.material-icons {
	position: absolute;
	top: -15px;
	right: -5px;
}

/*Search Bar End*/

.mat-radio-button.mat-accent .mat-radio-inner-circle {
	background-color: #594b9a !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #594b9a !important;
}

.mat-stepper-horizontal-line {
	flex: auto !important;
	height: 0 !important;
	border: #8995A0 solid !important;
	border-width: 0 2px 2px 0 !important;
	display: inline-block !important;
	padding: 3px !important;
	transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg) !important;
	background: none !important;
	margin: 0 -8px !important;
	min-width: 0 !important;
}

.mat-raised-button.mat-accent[disabled] {
	color: #fff !important;
}

[_nghost-c29] .mat-tab-label-active .mat-tab-label-content {
	color: #000000 !important;
	font-weight: 500 !important;
}

.upload-profile-pic-placeholder {
	width: 58px;
	height: 58px;
	background-color: #8995a0;
	border-radius: 50%;
	text-align: center;
	line-height: 74px;
	color: #fff;
	cursor: pointer;
}

.upload-profile-pic-placeholder>i {
	color: #fff !important;
}

.icon-address {
	position: absolute;
	top: 7px;
	left: 5px;
	color: #cecece !important;
}

.gps-set {
	position: relative;
	top: 4px;
	color: #A7AFB6 !important;
	font-size: 17px;
}

span.mat-placeholder-required.mat-form-field-required-marker {
	color: #ff3366;
}

.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled],
.mat-raised-button.mat-primary[disabled],
.mat-raised-button.mat-accent[disabled],
.mat-raised-button.mat-warn[disabled],
.mat-raised-button[disabled][disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-accent[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[disabled][disabled],
.mat-mini-fab.mat-primary[disabled],
.mat-mini-fab.mat-accent[disabled],
.mat-mini-fab.mat-warn[disabled],
.mat-mini-fab[disabled][disabled] {
	color: rgb(255, 255, 255) !important;
	/*background-color: #ff7497 !important;*/
}

.mat-button.mat-primary[disabled],
.mat-button.mat-accent[disabled],
.mat-button.mat-warn[disabled],
.mat-button[disabled][disabled],
.mat-icon-button.mat-primary[disabled],
.mat-icon-button.mat-accent[disabled],
.mat-icon-button.mat-warn[disabled],
.mat-icon-button[disabled][disabled],
.mat-stroked-button.mat-primary[disabled],
.mat-stroked-button.mat-accent[disabled],
.mat-stroked-button.mat-warn[disabled],
.mat-stroked-button[disabled][disabled] {
	color: rgb(255, 255, 255) !important;
	/*background-color: #ff7497 !important;*/
}

i.material-icons.down-arrow {
	position: absolute;
	right: 20%;
	top: 1%;
	color: #323A45;
}

.guard_icons {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	cursor: pointer;
}

.mat-tab-nav-bar,
.mat-tab-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

mat-tab-group.license_gaurd.mat-tab-group.mat-primary {
	margin-top: 8px;
}

h4.mrg_b_0.font-weight-500.media1920 {
	font: 500 18px/1.125 Roboto, "Helvetica Neue", sans-serif;
}


.page-layout.blank.p-24 {
	margin: 25px auto;
	max-width: 84%;
	padding: 0 !important
}

/* Custom css Abhishek added END */
.button-hide button.mat-icon-button {
	display: none !important;
}

.button-hide img.icon_calendar1 {
	right: 0;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
	background: #ff3366 !important
}

.schedule-bar .mat-tab-body-wrapper {
	min-height: 250px !important
}

.schedule-bar1 .mat-tab-body-wrapper {
	min-height: 600px !important
}

.schedule-bar .card_form1 {
	padding: 25px 17px 17px 17px
}

.company_title {
	font-size: 16px;
	font-weight: 500 !important
}

.company_address {
	font-size: 13px
}

.guard-img-right {}

.guard-rightimg {}

.abhi-area {
	margin-bottom: 15px
}

.pad_20_15_15_15 {
	padding: 30px
}

.mat-radio-label {
	margin-right: 15px
}

.time-heading {
	color: #594b9a;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

.mat-horizontal-stepper-header-container {
	right: 0 !important;
	margin-top: -30px
}

.mat-dialog-actions {
	display: inline !important;
}




/************************ request popup ********************/

.block-bar {
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #f2f6f7;
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 0 0 00;
}

.block-bar-text {
	float: right;
	width: calc(100% - 80px);
	padding: 0 15px 0 0;
}

.block-bar-text h3 {
	font-size: 16px;
	margin: 3px 0 5px;
	line-height: 20px;
}

.block-bar-text p {
	line-height: 18px;
	margin: 9px 0 0;
	font-size: 14px !important;
	color: #323A45;
}

.block-bar-text span {
	color: #8B959E;
	font-size: 14px;
	line-height: 9px;
}

.block-bar-text button {
	background: none !important;
	color: #00C551;
	border: 1px solid #00C551;
	margin: 15px 0;
}

.margin-20-0 .mat-tab-labels {
	background: #f2f6f7;
	color: #89959F
}

.margin-20-0 {
	margin: -20px 0 0
}

.block-bar-text button.decline {
	margin: 15px 0 15px 5px;
	background: none !important;
	color: #FF4853;
	border: 1px solid #FF4853;
}

.mat-tab-body-content {
	background: #fff
}

.block-bar-img {
	width: 70px;
	float: left;
	position: relative;
	padding: 0 0 0 15px;
	overflow: hidden;
}

.block-bar-img img {
	width: 40px;
	height: 40px;
	border-radius: 60px;
	margin-left: 5px;
}

.guard-img {
	margin: 0;
	padding: 0;
}

.guard-img li {
	width: auto;
	margin: 0 2px;
	text-align: center;
	display: inline-block;
	line-height: 19px;
}

.guard-img li small {}

.guard-img li small.ne {
	color: #00A8FF
}

.guard-img li img {
	display: block;
	width: 30px;
}

.mat-dialog-container .block-date button {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 15px 0 0;
	min-width: auto;
	border: 0;
}

.block-date {
	position: absolute;
	right: 0;
	color: rgb(99, 106, 112);
	top: 0;
}

.block-bar .block-bar-img span {
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	right: 8px;
}

.block-bar .block-bar-img span img {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
}

.grard-info-block {
	float: right;
}

.all-drop {
	padding: 0;
	position: absolute;
	right: 12px;
	z-index: 999;
	top: 0;
	margin: 0;
	min-width: auto;
	background: none;
}

.block-half {
	position: relative
}

.all-drop button {
	margin: 0 !important;
	padding: 0;
}

/**** 1600 width screen ***/
@media (min-width:1401px) and (max-width:1600px) {
	.page-layout.blank.p-24 {
		margin: 25px auto;
		max-width: 1350px;
		padding: 0 !important
	}

	.width-1366 {
		max-width: 17% !important
	}
}

/**** 1400 width screen ***/
@media (min-width:1201px) and (max-width:1400px) {
	.guards_contact_info {
		font-size: 14px !important;
		width: 235px;
	}

	.guards_list mat-tab-body {
		margin-top: 2px !important;
	}

	.time-heading {
		font-size: 15px
	}

	.company_title,
	.mat-radio-label-content {
		font-size: 13px !important
	}

	.company_address {
		font-size: 12px
	}

	.page-layout.blank.p-24 {
		max-width: 84%;
	}

	.guard-profile-image-placeholder {
		line-height: 47px;
		font-size: 27px;
		width: 50px;
		height: 50px;
	}

	.time-heading {
		font-size: 16px
	}

	.mat-tab-label .mat-tab-label-content {
		font-size: 13px
	}
}


/**** 1200 width screen ***/
@media (min-width: 960px) and (max-width:1200px) {
	.time-heading {
		font-size: 14px
	}

	.mat-radio-label-content {
		font-size: 13px !important
	}

	.mat-elevation-z4 {
		width: 96%
	}

	.fuse-widget-front {
		width: 100%
	}

	.width-1366 {
		max-width: 19% !important
	}

	.guard-profile-image {
		height: 40px;
		width: 40px;
	}

	.page-layout.blank.p-24 {
		max-width: 960px;
	}

	.guard-profile-image-placeholder {
		line-height: 45px;
		font-size: 17px;
		width: 45px;
		height: 45px;
	}

	.mat-horizontal-content-container {
		margin: 27px 0 0 0;
	}

	.fuse-widget-front {
		max-width: 100% !important
	}

	.page-layout-font .company_logo img {
		margin-left: 0 !important;
	}
}



/**** 959 width screen ***/
@media (min-width: 768px) and (max-width:959px) {
	.margin-bottom-mobile {
		margin: -58px 0 30px 0;
	}

	.guard-profile-image-placeholder {
		line-height: 55px;
		font-size: 21px;
		width: 60px;
		height: 60px;
	}

	.image-placeholder-div {
		line-height: 36px !important;
		width: 40px !important;
		height: 40px !important;
		margin: 0 0 0 -4px;
	}

	.width-1366 {
		max-width: 7% !important
	}

	.guard-profile-image {
		height: 40px;
		width: 40px;
	}

	.rightcard {
		margin-left: 0
	}

	.page-layout.blank.p-24 {
		max-width: 740px;
	}

	.max-width {
		max-width: 7% !important;
	}

	.full-width-text {}

	.rightcard {
		margin-left: 0 !important;
		position: relative;
	}

	.full-width-text {
		max-width: 40% !important;
	}

	.upload-profile-pic-placeholder {
		position: relative;
	}

	.upload-profile-pic-placeholder>i {
		left: 13px !important;
		top: 14px !important;
	}

	img.icon_calendar {
		right: 0 !important
	}
}





/**** 768 width screen ***/
@media (min-width: 240px) and (max-width:767px) {
	.margin-bottom-mobile {
		margin: -58px 0 30px 0;
	}

	.guard-profile-image-placeholder {
		width: 50px;
		height: 50px;
		line-height: 45px;
		font-size: 20px;
	}

	.heading {
		font-size: 18px
	}

	.mat-horizontal-stepper-header-container {
		width: 169px;
		margin: 0 auto 13PX;
	}

	.rightcard,
	.fuse-widget-front {
		width: 100%
	}

	.mat-horizontal-stepper-header {
		margin: 0 15px
	}

	.cursor-pointer {
		font-size: 14px;
	}

	.mat-list-item-content .image-placeholder-div,
	.avatar-image {
		width: 40px !important;
		height: 40px !important;
		line-height: 37px;

		margin: 0 -5px 0
	}

	.fit-content {
		margin: 5px 0
	}

	.heading {
		font-size: 18px !important
	}
}


/**** media ****/

@media (min-width:240px) and (max-width:959px) {
	.mobile-margin {
		margin: -50px 0 0 61px
	}

	.mobile-margin div div {}

	.menu-br {
		margin: -50px 0 0 30px
	}

	.gray.set-fontab {
		margin: 5px;
		font-size: 14px !important
	}
}

@media (min-width: 580px) and (max-width:767px) {
	.page-layout.blank.p-24 {
		margin: 25px auto;
		max-width: 500px;
		padding: 0 !important
	}
}

@media (min-width:240px) and (max-width:579px) {
	.width-1366 {
		max-width: 14% !important
	}

	.page-layout.blank.p-24 {
		margin: 25px auto;
		max-width: 420px;
		padding: 0 15px !important
	}

}



/***************************************  08-07- 2019 CSS START*****************************************/

/**************************************** 08-07- 2019 CSS END ******************************************/

/**************************************30-09-2019 CSS START**********************************/

/* .timepicker-dial__container {
	margin-left: 35%;

} */
.timepicker__header {
	padding: 15px 45px !important;
}

.timepicker-dial__item_active {
	color: #fff !important;
}

.timepicker-dial__time > span{
	font-size: 50px !important;
}

/* .timepicker-dial__control {
	padding: 15px !important;
} */

.defaultmsg {
	text-align: center;
	margin-top: 25%;
}

span.ng-tns-c27-340.ng-star-inserted {
	font-size: 16px !important;
}


.tooltip {
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 18px;
}

[data-tooltip] {
	position: relative;
	z-index: 99;
}

[data-tooltip]::after {
	color: #fff;
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	margin: auto;
	top: 2.6rem;
	background-color: #594b9a;
	display: block;
	padding: 2px 5px;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	border-radius: 4px;
	opacity: 0;
	font-size: 10px;
	transform-origin: 50% 100%;
	transform: translate(-50%, 0px);
	transition-duration: 0.2s;
	pointer-events: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

[data-tooltip]::before {
	top: 90%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(99, 23, 213, 0);
	border-bottom-color: #594b9a;
	border-width: 5px;
	margin-left: -5px;
	opacity: 0;
	transition-duration: 0.2s;
	font-family: Arial, Helvetica, sans-serif;

}

[data-tooltip]:hover::after {
	opacity: 1;
	transform: translate(-50%) rotateX(0);
	pointer-events: all;
}

[data-tooltip]:hover::before {
	opacity: 1;

}

.mat-icon-button .mat-button-wrapper [data-tooltip]::before {
	top: 100%;
	left: 78%;
}

.mat-icon-button .mat-button-wrapper [data-tooltip]::after {
	left: 72%;
	margin: auto;
	top: 165%;
}

.listofDay .item .mat-icon-button .mat-button-wrapper [data-tooltip]::after {
	left: 14%;
	margin: auto;
	top: 165%;
}

.Schedule_tab_section .mat-tab-header [data-tooltip]::after {
	color: #fff;
	content: attr(data-tooltip);
	position: absolute;
	left: 120%;
	margin: auto;
	top: 20%;
}

.Schedule_tab_section .mat-tab-header [data-tooltip]::before {
	top: 30%;
	left: 100%;
	border-right-color: #594b9a;
	/* border-width: 5px; */
	margin-left: 0;
	border-bottom-color: transparent;
}

.top-header_11 .mat-icon-button .mat-button-wrapper [data-tooltip]::after {
	left: 13px;
	margin: auto;
	top: 34px;
	line-height: 16px;
}

.weekshedulehidden_section .top-header_11 .mat-icon-button .mat-button-wrapper [data-tooltip]::before {
	top: 100%;
	left: 12px;
}




/* Custom-css */
.text-voilet {
	color: #594b9a;
}

.btn-share {
	color: #fff !important;
	background-color: #594b9a !important;
	border-color: #594b9a !important;
	width: 96px;
	padding: 8px 0px !important;
	margin-right: 15px !important;
}

.nav-share-button {
	color: #fff !important;
	background-color: #594b9a !important;
	border-color: #594b9a !important;
	width: 96px;
	padding: 8px 0px !important;
	margin-right: 15px !important;
}

.nav-share-button:hover {
	color: #fff !important;
}

.btn-share:hover {
	color: #fff !important;
}

.nav-btn-cancel {
	color: #8b959e !important;
	background-color: #fff !important;
	border-color: #fff !important;
	width: 96px;
	padding: 15px 0px !important;
}

.font-14 {
	font-size: 14px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}

/* .shareDashboardMainContainer{
    height: 770px !important;
} */


.btn {
	display: inline-block;
	font-weight: 500;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
	border: 1px solid #594b9a !important;
	color: #594b9a !important;
	border-radius: 4px !important;
}

.colorGray {
	color: #8b959e !important;
}

input,
select,
textarea {
	color: #8b959e !important;
}

textarea.form-control {
	height: auto;
}

.small-text {
	font-size: 11px !important;
	margin: 0;
}

.align-center {
	display: flex;
	align-items: center;
}

.pointer {
	cursor: pointer;
}

.text-center {
	text-align: center;
}

input:checked~.checkmark {
	background-color: #000 !important;
}

.mb-5 {
	margin-bottom: 5px;
}

.astrik {
	color: #fd612c;
}

label {
	font-size: 14px !important;
	color: #8b959e;
}

.form-group {
	margin-bottom: 1rem;
}

.linkContainer p {
	margin: 0 !important;
}

label.field-label {
	display: block;
	margin-bottom: .5rem;
	font-size: 14px !important;
	color: #8b959e;
}

.form-sidebar,
.sidebar-form,
.linkContainer {
	padding: 0 18px !important;
}

.form-max-height {
	height: calc(100vh - 124px);
	overflow-y: scroll;
	padding-top: 14px !important;
}

.dropdown-width {
	min-width: 432px !important;
}

::placeholder {
	color: #8b959e;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8b959e;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #8b959e;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem .75rem !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	font-weight: 500;
	line-height: 1.5;
	color: #8b959e !important;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-radius: .25rem !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

/* .top-left-button {
    position: absolute;
    right: 15px;
    top: 30px;
} */
.top-left-button {
	margin-right: 10px;
}

span.link {
	background-color: #f4f5f5;
	font-size: 11px;
	padding: 5px 12px;
	border-radius: 4px;
	color: #8b959e;
	letter-spacing: 0.3px;
}

.card-footer {
	background-color: #f2f6f7;
	padding: 18px 18px;
}

.card-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.search-bar {
	position: relative;
}

.search-icon {
	position: absolute;
	right: 20px;
	top: 100px;
	color: #8b959e;
}

.manage-count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.drag-list {
	border-bottom: 1px solid #eee;
}

.footer-text {
	margin-top: 70px;
	margin-bottom: 110px;
}

.nav-share-title {
	background: #ffff;
	color: #323a45;
	padding: 5px 2px 5px 15px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 20px;
	display: block;
	font-size: 20px;
	padding: 20px 15px 20px 15px;
}


.dashboard-meta-menu .dashbboard-search-icon {
	position: absolute;
	right: 10px;
	top: 20px;
	color: #d3d3d3;
}

.new-dashboard {
	color: #8b959e;
	padding: 10px 48px;
	margin: 0px 10px;
	font-size: 14px;
}

.create-dashboard {
	color: #8083d4 !important;
	font-size: 13px;
	margin: 0px 10px;
	cursor: pointer;
}

.mat-menu-content .form-control {
	height: auto;
}

.create-menu-list {
	position: absolute !important;
	left: 120px;
	padding: 0px 10px;
}

.create-menu-container {
	position: absolute !important;
	left: 208px;
	padding: 0px 10px;
}

.create-menu-list .button,
.create-menu-container .button {
	font-weight: 600;
}

.create-dashboard-menu {
	padding: 0px 10px;
	right: 125px;
	top: 30px;
}

.add-report {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 0;
}

.add-report img {
	width: 8%;
}

.add-report h5 {
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	margin-top: 20px;
}

.add-report p {
	font-size: 16px;
	color: #8b959e;
	margin-top: 5px;
}

.btn-report {
	width: 10%;
}









@media (min-width: 1367px) and (max-width: 3000px) {
	.footer-text {
		margin-top: 70px;
		margin-bottom: 0px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 120px;
	}


	/* .sidebar-logs{
		position: absolute;
		bottom: 16px;
		left: 0;
		right: 0;
	} */
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.card-content {
		display: flex;
		width: 100%;
	}

	.search-icon {
		top: 100px;
	}

	.dropdown-width {
		min-width: 364px !important;
	}

	/* .card .pie-chart {
		transform: translate(220px, 100px) !important;
	} */

	.sidebar-opened .card .pie-chart {
		transform: translate(210px, 100px) !important;
	}

	.sidebar-opened .legend-wrap {
		display: none;
	}

	.card .pie-chart {
		transform: translate(350px, 100px) !important;
	}

	.headerText {
		width: 60% !important;
	}
}

@media (max-width: 767px) {
	.headerText {
		width: 100% !important;
	}
}

.validation-error {
	color: #f44336;
	margin: 10px 0px;
}



@media (min-width: 1700px) and (max-width: 3000px) {
	/* .card-footer {
		background-color: #f2f6f7;
		padding: 18px 18px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	} */
	/* .sidebar-body{
        min-height: 100vh;
    } */

}

.chart-legend .legend-labels {
	width: auto !important;
	background: none !important;
	position: absolute;
	left: -28px;
}

.charts-tooltip-header {
	background-color: #8083d4;
	color: #fff;
	padding: 5px 30px;
	font-size: 11px;
}

.type-tooltip {
	background-color: transparent !important;
}

.charts-tooltip-body {
	background-color: #fff;
	padding: 5px 30px;
	color: #323a45;
	font-size: 11px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.tooltip-caret {
	display: none !important
}

.charts-tooltip {
	background-color: transparent !important;
	fill: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.chart-legend {
	left: 40px !important;
	position: absolute !important;
}

.card .pie-chart {
	transform: translate(400px, 100px);
}

.ngx-charts {
	overflow: visible !important;
}

/* .sidebar-graph .pie-chart {
	transform: none !important;
} */


.ngx-charts .grid-panel.odd rect {
	fill: none !important;
}

:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected),
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected),
.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected) {
	background-color: rgba(0, 0, 0, 0.04);
}

:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-semi-selected,
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-semi-selected,
.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-semi-selected {
	background-color: #3f51b5;
	color: white;
}

.mat-calendar-body-begin-range:not(.mat-calendar-body-end-range) {
	border-radius: 100% 0 0 100%;
	background-color: #c5cae9;
}

.mat-calendar-body-end-range:not(.mat-calendar-body-begin-range) {
	border-radius: 0 100% 100% 0;
	background-color: #c5cae9;
}

.mat-calendar-body>tr .mat-calendar-cell-semi-selected~.mat-calendar-cell-semi-selected {
	border-radius: 0;
}

.mat-calendar-cell-semi-selected {
	background-color: #c5cae9;
}

.mat-calendar-cell-over>.mat-calendar-body-cell-content {
	border: #3f51b5 1px solid;
}

.textDataLabel {
	transform: rotate( 359deg );
    font-size: 12px !important;
    left: 5px;
    transform-origin: 15% 100%;
}

.card .bar-chart,
.card .line-chart,
.card .bar-chart {
	transform: translate(30px, 10px) !important;
}

.card .pie-chart-container {
	margin-top: 40px;
}

.tick {
	fill: darkgrey !important;
	font-weight: 450 !important;
}

.tick text {
	transform: none !important;
}

.DATE_RANGE_LAST_30_DAYS.FREQUENCY_DAILY .x.axis .tick:nth-child(odd), 
.DATE_RANGE_LAST_MONTH.FREQUENCY_DAILY .x.axis .tick:nth-child(odd),
.DATE_RANGE_THIS_MONTH.FREQUENCY_DAILY .x.axis .tick:nth-child(odd) {
	visibility: hidden !important;
}

.DATE_RANGE_CUSTOM.FREQUENCY_DAILY .x.axis .tick:nth-child(odd) {
	visibility: hidden !important;
}

.settings-page .mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
	background: #594b9a !important;
}
.schedule-filter-dialog .mat-dialog-container {
	padding: 0;
}

.weeklyRepeat .p-ripple:not(.p-disabled){
	color: #594b9a;
	/* background: rgba(89, 75, 154, 1); */
	font-weight: bold;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
	color: #000;
}
.weeklyRepeat .p-disabled{
	opacity: 1 !important;
}

.SDYZEU-keyboard-shortcuts-dialog-view {
	z-index: 999 !important;
}

.gmnoprint, .gm-style-cc {
	background-color: #fff;
}

/* .mat-form-field-flex {
    height: 40px;
	align-items: center !important;
  }
  .mat-form-field-flex:hover {
    outline: none !important;
  }
  .mat-form-field-appearance-outline .mat-form-field-outline {
    color: none !important;
  } */
.activity .mat-expansion-panel-content{
    font-family: 'Roboto', sans-serif !important;
font: 400 14px/20px Roboto, "Roboto", sans-serif;
  }
