.k-theme-test-class,
.k-common-test-class {
	opacity: 0
}

.k-reset {
	margin: 0;
	padding: 0;
	border-width: 0;
	outline: 0;
	text-decoration: none;
	font: inherit;
	list-style: none
}

kendo-sortable {
	display: block
}

.k-rtl {
	direction: rtl
}

.k-link,
.k-link:hover {
	color: inherit;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}

.k-content {
	outline: 0
}

.k-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-no-click {
	pointer-events: none
}

.k-pdf-export-shadow {
	position: absolute;
	overflow: hidden;
	left: -15000px;
	width: 14400px
}

.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
	display: none !important
}

script {
	display: none !important
}

.k-text-selection ::selection,
.k-block ::selection,
.k-panel ::selection,
.k-pane-wrapper ::selection,
.k-view ::selection,
.k-progressbar ::selection,
.k-numerictextbox ::selection,
.k-flatcolorpicker ::selection,
.k-combobox ::selection,
.k-datepicker ::selection,
.k-timepicker ::selection,
.k-datetimepicker ::selection,
.k-dateinput ::selection,
.k-dropdown ::selection,
.k-dropdowntree ::selection,
.k-multiselect ::selection,
.k-maskedtextbox ::selection,
.k-rating ::selection,
.k-window ::selection,
.k-drawer ::selection,
.k-notification ::selection,
.k-breadcrumb ::selection,
.k-pager-wrap ::selection,
.k-panelbar ::selection,
.k-card ::selection,
.k-splitter ::selection,
.k-spreadsheet ::selection,
.k-scheduler ::selection,
.k-chat ::selection,
.k-mediaplayer ::selection,
.k-pdf-viewer ::selection,
kendo-scrollview.k-scrollview-wrap ::selection,
kendo-scrollview.k-scrollview ::selection,
div.k-scrollview ::selection,
.k-chart ::selection,
.k-sparkline ::selection,
.k-stockchart ::selection {
	background-color: #f30a99;
	color: #fff
}

.k-block,
.k-panel {
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff;
	padding: 4px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box
}

.k-block>.k-header,
.k-panel>.k-header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	margin: -4px -8px 4px;
	padding: 8px 8px
}

.k-content {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-state-disabled,
.k-widget[disabled],
.k-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-widget[disabled] .k-link,
.k-widget[disabled] .k-button,
.k-disabled .k-link,
.k-disabled .k-button {
	cursor: default;
	outline: 0
}

.k-state-disabled [disabled],
.k-state-disabled .k-state-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-state-disabled,
.k-disabled [disabled],
.k-disabled .k-state-disabled {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.k-hr {
	margin: 1em auto;
	padding: 0;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.08);
	display: block;
	float: none;
	clear: both
}

.k-d-flex-row>.k-hr,
.k-hbox>.k-hr,
.k-columnset>.k-hr {
	margin: 0;
	width: 0;
	height: auto;
	border-width: 0 0 0 1px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-d-flex-col>.k-hr,
.k-vbox>.k-hr,
.k-rowset>.k-hr {
	margin: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-dirty {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-color: #d51923 #d51923 transparent transparent;
	position: absolute;
	top: 0;
	right: 0
}

[dir="rtl"] .k-dirty,
.k-rtl .k-dirty {
	border-color: transparent transparent #d51923 #d51923;
	right: auto;
	left: 0
}

.k-placeholder-line {
	width: 100%;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	display: inline-block
}

.k-drop-hint {
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-drop-hint-start,
.k-drop-hint-end {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-width: 4px;
	border-style: solid;
	border-color: transparent
}

.k-drop-hint-line {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #f30a99
}

.k-drop-hint-h .k-drop-hint-start {
	border-left-width: 6.9282032304px;
	border-left-color: #f30a99;
	border-right-width: 0
}

.k-drop-hint-h .k-drop-hint-line {
	width: 20px;
	height: 1px
}

.k-drop-hint-h .k-drop-hint-end {
	border-right-width: 6.9282032304px;
	border-right-color: #f30a99;
	border-left-width: 0
}

.k-drop-hint-v {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-drop-hint-v .k-drop-hint-start {
	border-top-width: 6.9282032304px;
	border-top-color: #f30a99;
	border-bottom-width: 0
}

.k-drop-hint-v .k-drop-hint-line {
	width: 1px;
	height: 20px
}

.k-drop-hint-v .k-drop-hint-end {
	border-bottom-width: 6.9282032304px;
	border-bottom-color: #f30a99;
	border-top-width: 0
}

.k-animation-container {
	position: absolute;
	overflow: hidden;
	z-index: 100
}

.k-animation-container-fixed {
	position: fixed
}

.k-animation-container-relative {
	position: relative;
	display: inline-block
}

.k-push-right-enter,
.k-push-right-appear {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

.k-push-right-enter-active,
.k-push-right-appear-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-right-exit {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.k-push-right-exit-active {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-left-enter,
.k-push-left-appear {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.k-push-left-enter-active,
.k-push-left-appear-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-left-exit {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.k-push-left-exit-active {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-down-enter,
.k-push-down-appear {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%)
}

.k-push-down-enter-active,
.k-push-down-appear-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-down-exit {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.k-push-down-exit-active {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-up-enter,
.k-push-up-appear {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.k-push-up-enter-active,
.k-push-up-appear-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-push-up-exit {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.k-push-up-exit-active {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-expand-vertical-enter,
.k-expand-vertical-appear {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.k-expand-vertical-enter-active,
.k-expand-vertical-appear-active {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-expand-vertical-exit {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.k-expand-vertical-exit-active {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-expand-horizontal-enter,
.k-expand-horizontal-appear {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

.k-expand-horizontal-enter-active,
.k-expand-horizontal-appear-active {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-expand-horizontal-exit {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.k-expand-horizontal-exit-active {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-fade-enter,
.k-fade-appear {
	opacity: 0
}

.k-fade-enter-active,
.k-fade-appear-active {
	opacity: 1;
	transition: opacity 500ms ease-in-out
}

.k-fade-exit {
	opacity: 1
}

.k-fade-exit-active {
	opacity: 0;
	transition: opacity 500ms ease-in-out
}

.k-fade-exit-active+.k-fade-exit-active,
.k-fade-enter-active+.k-fade-enter-active {
	display: none
}

.k-zoom-in-enter,
.k-zoom-in-appear {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.k-zoom-in-enter-active,
.k-zoom-in-appear-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity 300ms ease-in-out, -webkit-transform;
	transition: transform, opacity 300ms ease-in-out;
	transition: transform, opacity 300ms ease-in-out, -webkit-transform
}

.k-zoom-in-exit {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.k-zoom-in-exit-active {
	opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	transition: opacity 300ms ease-in-out, -webkit-transform;
	transition: transform, opacity 300ms ease-in-out;
	transition: transform, opacity 300ms ease-in-out, -webkit-transform
}

.k-zoom-out-enter,
.k-zoom-out-appear {
	opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.k-zoom-out-enter-active,
.k-zoom-out-appear-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity 300ms ease-in-out, -webkit-transform;
	transition: transform, opacity 300ms ease-in-out;
	transition: transform, opacity 300ms ease-in-out, -webkit-transform
}

.k-zoom-out-exit {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.k-zoom-out-exit-active {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: opacity 300ms ease-in-out, -webkit-transform;
	transition: transform, opacity 300ms ease-in-out;
	transition: transform, opacity 300ms ease-in-out, -webkit-transform
}

.k-slide-in-appear {
	opacity: .1;
	-webkit-transform: translate(0, -3em);
	-ms-transform: translate(0, -3em);
	transform: translate(0, -3em)
}

.k-slide-in-appear .k-centered {
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%)
}

.k-slide-in-appear-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
	transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1)
}

.k-slide-in-appear-active .k-centered {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-slide-down-enter,
.k-slide-down-appear {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.k-slide-down-enter-active,
.k-slide-down-appear-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-down-exit {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.k-slide-down-exit-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-up-enter,
.k-slide-up-appear {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.k-slide-up-enter-active,
.k-slide-up-appear-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-up-exit {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.k-slide-up-exit-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-right-enter,
.k-slide-right-appear {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-slide-right-enter-active,
.k-slide-right-appear-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-right-exit {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-slide-right-exit-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-left-enter,
.k-slide-left-appear {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-slide-left-enter-active,
.k-slide-left-appear-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-slide-left-exit {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-slide-left-exit-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.k-reveal-vertical-enter,
.k-reveal-vertical-appear {
	max-height: 0
}

.k-reveal-vertical-enter-active,
.k-reveal-vertical-appear-active {
	transition: max-height 300ms ease-in-out
}

.k-reveal-vertical-exit-active {
	max-height: 0 !important;
	transition: max-height 300ms ease-in-out
}

.k-reveal-horizontal-enter,
.k-reveal-horizontal-appear {
	max-width: 0
}

.k-reveal-horizontal-enter-active,
.k-reveal-horizontal-appear-active {
	transition: max-width 300ms ease-in-out
}

.k-reveal-horizontal-exit-active {
	max-width: 0 !important;
	transition: max-width 300ms ease-in-out
}

.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
	transition: all 350ms ease-out
}

.k-fx {
	position: relative
}

.k-fx .k-fx-current {
	z-index: 0
}

.k-fx .k-fx-next {
	z-index: 1
}

.k-fx-hidden,
.k-fx-hidden * {
	visibility: hidden !important
}

.k-fx-reverse .k-fx-current {
	z-index: 1
}

.k-fx-reverse .k-fx-next {
	z-index: 0
}

.k-fx-zoom.k-fx-start .k-fx-next {
	-webkit-transform: scale(0) !important;
	-ms-transform: scale(0) !important;
	transform: scale(0) !important
}

.k-fx-zoom.k-fx-end .k-fx-next {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
	-webkit-transform: scale(0) !important;
	-ms-transform: scale(0) !important;
	transform: scale(0) !important
}

.k-fx-fade.k-fx-start .k-fx-next {
	will-change: opacity;
	opacity: 0
}

.k-fx-fade.k-fx-end .k-fx-next {
	opacity: 1
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
	will-change: opacity;
	opacity: 1
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
	opacity: 0
}

.k-fx-slide.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
	transition: all 350ms ease-out
}

.k-fx-slide.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-start .k-fx-next .km-content {
	will-change: transform;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-slide.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
	will-change: opacity;
	opacity: 0
}

.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .km-content {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
	opacity: 1
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
	will-change: transform;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
	will-change: opacity;
	opacity: 1
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
	opacity: 1
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
	opacity: 0
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
	opacity: 1
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.k-fx-tile.k-fx-start .k-fx-next {
	will-change: transform;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-tile.k-fx-end .k-fx-current {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
	will-change: transform;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
	will-change: transform;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
	will-change: transform;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.k-drag-clue {
	border-radius: 3px;
	padding: 4px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4285714286;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 20000;
	cursor: move
}

.k-drag-status,
.k-drag-clue .k-drag-status {
	margin: 0;
	margin-right: .4ex
}

.k-drag-clue {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-reorder-cue {
	position: absolute
}

.k-reorder-cue::before,
.k-reorder-cue::after {
	content: "";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-reorder-cue::before {
	border-bottom-width: 0;
	border-top-color: currentColor;
	top: -4px
}

.k-reorder-cue::after {
	border-top-width: 0;
	border-bottom-color: currentColor;
	bottom: -4px
}

.k-loading {
	width: 64px;
	height: 64px;
	display: block
}

.k-loading .animate {
	-webkit-animation: loading 2s infinite linear;
	animation: loading 2s infinite linear
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.k-loading-mask {
	z-index: 100
}

.k-loading-mask.k-opaque .k-loading-color {
	opacity: 1
}

.k-loading-text {
	text-indent: -4000px;
	text-align: center;
	position: absolute
}

.k-loading-image {
	z-index: 2
}

.k-loading-color {
	background-color: #fff;
	opacity: .3
}

.k-i-loading {
	position: relative;
	background-color: transparent;
	box-sizing: border-box;
	color: currentColor
}

.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	box-sizing: inherit;
	border-radius: 50%;
	border-width: .05em;
	border-style: solid;
	border-color: currentColor;
	border-top-color: transparent;
	border-bottom-color: transparent;
	background-color: transparent
}

.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
	content: ""
}

.k-i-loading::before,
.k-loading-image::before {
	margin-top: -.5em;
	margin-left: -.5em;
	width: 1em;
	height: 1em;
	-webkit-animation: k-loading-animation .7s linear infinite;
	animation: k-loading-animation .7s linear infinite
}

.k-i-loading::after,
.k-loading-image::after {
	margin-top: -.25em;
	margin-left: -.25em;
	width: .5em;
	height: .5em;
	animation: k-loading-animation reverse 1.4s linear infinite
}

.k-loading-image::before,
.k-loading-image::after {
	content: "";
	border-width: 1px;
	border-width: max( 1px, .015em);
	font-size: 4em
}

@-webkit-keyframes loading {
	0% {
		stroke-dasharray: 0 251;
		stroke-dashoffset: 502
	}
	50% {
		stroke-dasharray: 250 1
	}
	100% {
		stroke-dasharray: 0 251;
		stroke-dashoffset: 0
	}
}

@keyframes loading {
	0% {
		stroke-dasharray: 0 251;
		stroke-dashoffset: 502
	}
	50% {
		stroke-dasharray: 250 1
	}
	100% {
		stroke-dasharray: 0 251;
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes k-loading-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes k-loading-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.k-resize-handle,
.k-resize-hint {
	position: absolute;
	border-color: inherit;
	z-index: 200
}

.k-resize-handle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-resize-handle::before {
	content: "";
	border: 0 solid;
	border-color: inherit
}

.k-resize-n {
	width: 100%;
	height: 6px;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0;
	top: -3px;
	cursor: n-resize
}

.k-resize-s {
	width: 100%;
	height: 6px;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0;
	bottom: -3px;
	cursor: s-resize
}

.k-resize-w {
	width: 6px;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	left: -3px;
	cursor: w-resize
}

.k-resize-e {
	width: 6px;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	right: -3px;
	cursor: e-resize
}

.k-resize-sw,
.k-resize-se,
.k-resize-nw,
.k-resize-ne {
	width: 5px;
	height: 5px
}

.k-resize-sw {
	cursor: sw-resize;
	bottom: 0;
	left: 0
}

.k-resize-se {
	cursor: se-resize;
	bottom: 0;
	right: 0
}

.k-resize-nw {
	cursor: nw-resize;
	top: 0;
	left: 0
}

.k-resize-ne {
	cursor: ne-resize;
	top: 0;
	right: 0
}

.k-vertical-resize {
	cursor: row-resize
}

.k-horizontal-resize {
	cursor: col-resize
}

.k-resize-hint {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.k-resize-hint .k-resize-hint-handle {
	width: auto;
	height: 20px;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-resize-hint .k-resize-hint-marker {
	width: 2px;
	height: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-resize-hint-vertical {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.k-resize-hint-vertical .k-resize-hint-handle {
	width: 20px;
	height: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-resize-hint-vertical .k-resize-hint-marker {
	width: auto;
	height: 2px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-scrollbar {
	position: absolute;
	overflow: scroll
}

.k-scrollbar-vertical {
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	overflow-x: hidden
}

.k-touch-scrollbar {
	display: none;
	position: absolute;
	z-index: 200000;
	height: 8px;
	width: 8px;
	border: 1px solid #8a8a8a;
	background-color: #858585
}

.k-marquee {
	position: absolute;
	z-index: 100000
}

.k-marquee-color,
.k-marquee-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.k-marquee-color {
	color: #fff;
	background-color: #f30a99;
	border-color: rgba(0, 0, 0, 0.1);
	opacity: .6
}

.k-marquee-text {
	color: #fff
}

.k-text-primary {
	color: #f30a99 !important
}

.k-text-info {
	color: #7759a0 !important
}

.k-text-success {
	color: #5ec232 !important
}

.k-text-warning {
	color: #fdce3e !important
}

.k-text-error {
	color: #d51923 !important
}

.k-text-base {
	color: #545454
}

.k-color-inherit {
	color: inherit
}

.k-text-primary,
.k-color-primary {
	color: #f30a99 !important
}

.k-text-secondary,
.k-color-secondary {
	color: #f6f6f6 !important
}

.k-text-tertiary,
.k-color-tertiary {
	color: #03a9f4 !important
}

.k-text-info,
.k-color-info {
	color: #7759a0 !important
}

.k-text-success,
.k-color-success {
	color: #5ec232 !important
}

.k-text-warning,
.k-color-warning {
	color: #fdce3e !important
}

.k-text-error,
.k-color-error {
	color: #d51923 !important
}

.k-text-dark,
.k-color-dark {
	color: #404040 !important
}

.k-text-light,
.k-color-light {
	color: #ebebeb !important
}

.k-text-inverse,
.k-color-inverse {
	color: #404040 !important
}

.k-bg-primary {
	background-color: #f30a99 !important
}

.k-bg-info {
	background-color: #7759a0 !important
}

.k-bg-success {
	background-color: #5ec232 !important
}

.k-bg-warning {
	background-color: #fdce3e !important
}

.k-bg-error {
	background-color: #d51923 !important
}

.k-state-primary {
	background-color: #fdceeb;
	color: #7e0550;
	border-color: #fcbae2
}

.k-state-info {
	background-color: #e4deec;
	color: #3e2e53;
	border-color: #d9d1e4
}

.k-state-success {
	background-color: #dff3d6;
	color: #31651a;
	border-color: #d2eec6
}

.k-state-warning {
	background-color: #fff5d8;
	color: #846b20;
	border-color: #fef1c9
}

.k-state-error {
	background-color: #f7d1d3;
	color: #6f0d12;
	border-color: #f3bfc1
}

.k-info-colored {
	color: #50607f;
	border-color: #d0d9df;
	background-color: #f0f9ff
}

.k-success-colored {
	color: #507f50;
	border-color: #d0dfd0;
	background-color: #f0fff0
}

.k-error-colored {
	color: #7f5050;
	border-color: #dfd0d0;
	background-color: #fff0f0
}

.k-inset {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03), inset 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-sr-only {
	position: absolute;
	left: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.k-border {
	border-width: 1px !important
}

.k-border-0 {
	border-width: 0 !important
}

.k-border-top {
	border-top-width: 1px !important
}

.k-border-top-0 {
	border-top-width: 0 !important
}

.k-border-right {
	border-right-width: 1px !important
}

.k-border-right-0 {
	border-right-width: 0 !important
}

.k-border-bottom {
	border-bottom-width: 1px !important
}

.k-border-bottom-0 {
	border-bottom-width: 0 !important
}

.k-border-left {
	border-left-width: 1px !important
}

.k-border-left-0 {
	border-left-width: 0 !important
}

.k-border-x {
	border-left-width: 1px !important;
	border-right-width: 1px !important
}

.k-border-x-0 {
	border-left-width: 0 !important;
	border-right-width: 0 !important
}

.k-border-y {
	border-top-width: 1px !important;
	border-bottom-width: 1px !important
}

.k-border-y-0 {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important
}

.k-border-solid {
	border-style: solid !important
}

.k-border-dashed {
	border-style: dashed !important
}

.k-border-dotted {
	border-style: dotted !important
}

.k-border-double {
	border-style: double !important
}

.k-border-none {
	border-style: none !important
}

.k-border-primary {
	border-color: #f30a99 !important
}

.k-border-secondary {
	border-color: #f6f6f6 !important
}

.k-border-tertiary {
	border-color: #03a9f4 !important
}

.k-border-info {
	border-color: #7759a0 !important
}

.k-border-success {
	border-color: #5ec232 !important
}

.k-border-warning {
	border-color: #fdce3e !important
}

.k-border-error {
	border-color: #d51923 !important
}

.k-border-dark {
	border-color: #404040 !important
}

.k-border-light {
	border-color: #ebebeb !important
}

.k-border-inverse {
	border-color: #404040 !important
}

.k-rounded {
	border-radius: 4px !important
}

.k-rounded-0 {
	border-radius: 0 !important
}

.k-rounded-top {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important
}

.k-rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.k-rounded-right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important
}

.k-rounded-right-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.k-rounded-bottom {
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important
}

.k-rounded-bottom-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.k-rounded-left {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important
}

.k-rounded-left-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.k-display-inline {
	display: inline !important
}

.k-display-block {
	display: block !important
}

.k-display-inline-block {
	display: inline-block !important
}

.k-display-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.k-display-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.k-display-table {
	display: table !important
}

.k-display-inline-table {
	display: inline-table !important
}

.k-display-none,
.k-hidden {
	display: none !important
}

.k-d-flex {
	display: -ms-flexbox;
	display: flex
}

.k-d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-d-flex-row,
.k-hbox,
.k-columnset {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-d-flex-col,
.k-vbox,
.k-rowset {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-flex-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-flex-col,
.k-flex-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-flex-col-reverse,
.k-flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.k-flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.k-flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.k-flex-initial {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-flex-1,
.k-flex {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.k-flex-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-flex-none,
.k-no-flex {
	-ms-flex: none;
	flex: none
}

.k-flex-grow {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.k-flex-grow-0,
.k-no-flex-grow {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.k-flex-shrink {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.k-flex-shrink-0,
.k-no-flex-shrink {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-flex-basis-auto {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.k-flex-basis-0 {
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%
}

.k-align-items-start {
	-ms-flex-align: start;
	align-items: flex-start
}

.k-align-items-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.k-align-items-center {
	-ms-flex-align: center;
	align-items: center
}

.k-align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline
}

.k-align-content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.k-align-content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.k-align-content-center {
	-ms-flex-line-pack: center;
	align-content: center
}

.k-align-content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.k-align-content-baseline {
	-ms-flex-line-pack: baseline;
	align-content: baseline
}

.k-align-self-start {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.k-align-self-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.k-align-self-center {
	-ms-flex-item-align: center;
	align-self: center
}

.k-align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-align-self-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.k-justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.k-justify-content-center {
	-ms-flex-pack: center;
	justify-content: center
}

.k-justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.k-justify-content-evenly {
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.k-column {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.k-float-left {
	float: left !important
}

.k-float-right {
	float: right !important
}

.k-float-none {
	float: none !important
}

.k-clear-left {
	clear: left !important
}

.k-clear-right {
	clear: right !important
}

.k-clear-both {
	clear: both !important
}

.k-clear-none {
	clear: none !important
}

.k-floatwrap::after {
	content: "";
	display: block;
	clear: both
}

.k-d-grid {
	display: grid
}

.k-grid-cols-none {
	grid-template-columns: none
}

.k-grid-rows-none {
	grid-template-rows: none
}

.k-grid-flow-col {
	grid-auto-flow: column
}

.k-grid-flow-col-dense {
	grid-auto-flow: column dense
}

.k-grid-flow-row {
	grid-auto-flow: row
}

.k-grid-flow-row-dense {
	grid-auto-flow: row dense
}

.k-grid-flow-unset {
	grid-auto-flow: unset
}

.k-colspan-all {
	grid-column: 1 / -1
}

.k-colspan-auto {
	grid-column: auto
}

.k-rowspan-all {
	grid-row: 1 / -1
}

.k-rowspan-auto {
	grid-row: auto
}

.k-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.k-colspan-1 {
	grid-column: span 1
}

.k-col-start-1 {
	grid-column-start: 1
}

.k-col-end-1 {
	grid-column-end: 1
}

.k-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.k-colspan-2 {
	grid-column: span 2
}

.k-col-start-2 {
	grid-column-start: 2
}

.k-col-end-2 {
	grid-column-end: 2
}

.k-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.k-colspan-3 {
	grid-column: span 3
}

.k-col-start-3 {
	grid-column-start: 3
}

.k-col-end-3 {
	grid-column-end: 3
}

.k-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.k-colspan-4 {
	grid-column: span 4
}

.k-col-start-4 {
	grid-column-start: 4
}

.k-col-end-4 {
	grid-column-end: 4
}

.k-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))
}

.k-colspan-5 {
	grid-column: span 5
}

.k-col-start-5 {
	grid-column-start: 5
}

.k-col-end-5 {
	grid-column-end: 5
}

.k-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))
}

.k-colspan-6 {
	grid-column: span 6
}

.k-col-start-6 {
	grid-column-start: 6
}

.k-col-end-6 {
	grid-column-end: 6
}

.k-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))
}

.k-colspan-7 {
	grid-column: span 7
}

.k-col-start-7 {
	grid-column-start: 7
}

.k-col-end-7 {
	grid-column-end: 7
}

.k-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))
}

.k-colspan-8 {
	grid-column: span 8
}

.k-col-start-8 {
	grid-column-start: 8
}

.k-col-end-8 {
	grid-column-end: 8
}

.k-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))
}

.k-colspan-9 {
	grid-column: span 9
}

.k-col-start-9 {
	grid-column-start: 9
}

.k-col-end-9 {
	grid-column-end: 9
}

.k-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))
}

.k-colspan-10 {
	grid-column: span 10
}

.k-col-start-10 {
	grid-column-start: 10
}

.k-col-end-10 {
	grid-column-end: 10
}

.k-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))
}

.k-colspan-11 {
	grid-column: span 11
}

.k-col-start-11 {
	grid-column-start: 11
}

.k-col-end-11 {
	grid-column-end: 11
}

.k-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))
}

.k-colspan-12 {
	grid-column: span 12
}

.k-col-start-12 {
	grid-column-start: 12
}

.k-col-end-12 {
	grid-column-end: 12
}

.k-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr))
}

.k-rowspan-1 {
	grid-row: span 1
}

.k-row-start-1 {
	grid-row-start: 1
}

.k-row-end-1 {
	grid-row-end: 1
}

.k-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr))
}

.k-rowspan-2 {
	grid-row: span 2
}

.k-row-start-2 {
	grid-row-start: 2
}

.k-row-end-2 {
	grid-row-end: 2
}

.k-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr))
}

.k-rowspan-3 {
	grid-row: span 3
}

.k-row-start-3 {
	grid-row-start: 3
}

.k-row-end-3 {
	grid-row-end: 3
}

.k-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr))
}

.k-rowspan-4 {
	grid-row: span 4
}

.k-row-start-4 {
	grid-row-start: 4
}

.k-row-end-4 {
	grid-row-end: 4
}

.k-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr))
}

.k-rowspan-5 {
	grid-row: span 5
}

.k-row-start-5 {
	grid-row-start: 5
}

.k-row-end-5 {
	grid-row-end: 5
}

.k-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr))
}

.k-rowspan-6 {
	grid-row: span 6
}

.k-row-start-6 {
	grid-row-start: 6
}

.k-row-end-6 {
	grid-row-end: 6
}

.k-grid-rows-7 {
	grid-template-rows: repeat(7, minmax(0, 1fr))
}

.k-rowspan-7 {
	grid-row: span 7
}

.k-row-start-7 {
	grid-row-start: 7
}

.k-row-end-7 {
	grid-row-end: 7
}

.k-grid-rows-8 {
	grid-template-rows: repeat(8, minmax(0, 1fr))
}

.k-rowspan-8 {
	grid-row: span 8
}

.k-row-start-8 {
	grid-row-start: 8
}

.k-row-end-8 {
	grid-row-end: 8
}

.k-grid-rows-9 {
	grid-template-rows: repeat(9, minmax(0, 1fr))
}

.k-rowspan-9 {
	grid-row: span 9
}

.k-row-start-9 {
	grid-row-start: 9
}

.k-row-end-9 {
	grid-row-end: 9
}

.k-grid-rows-10 {
	grid-template-rows: repeat(10, minmax(0, 1fr))
}

.k-rowspan-10 {
	grid-row: span 10
}

.k-row-start-10 {
	grid-row-start: 10
}

.k-row-end-10 {
	grid-row-end: 10
}

.k-order-first {
	-ms-flex-order: -9999 !important;
	order: -9999 !important
}

.k-order-last {
	-ms-flex-order: 9999 !important;
	order: 9999 !important
}

.k-order-none {
	-ms-flex-order: 0 !important;
	order: 0 !important
}

.k-order-1 {
	-ms-flex-order: 1 !important;
	order: 1 !important
}

.k-order-2 {
	-ms-flex-order: 2 !important;
	order: 2 !important
}

.k-order-3 {
	-ms-flex-order: 3 !important;
	order: 3 !important
}

.k-order-4 {
	-ms-flex-order: 4 !important;
	order: 4 !important
}

.k-order-5 {
	-ms-flex-order: 5 !important;
	order: 5 !important
}

.k-order-6 {
	-ms-flex-order: 6 !important;
	order: 6 !important
}

.k-order-7 {
	-ms-flex-order: 7 !important;
	order: 7 !important
}

.k-order-8 {
	-ms-flex-order: 8 !important;
	order: 8 !important
}

.k-order-9 {
	-ms-flex-order: 9 !important;
	order: 9 !important
}

.k-order-10 {
	-ms-flex-order: 10 !important;
	order: 10 !important
}

.k-order-11 {
	-ms-flex-order: 11 !important;
	order: 11 !important
}

.k-order-12 {
	-ms-flex-order: 12 !important;
	order: 12 !important
}

.k-overflow-auto {
	overflow: auto !important
}

.k-overflow-x-auto {
	overflow-x: auto !important
}

.k-overflow-y-auto {
	overflow-y: auto !important
}

.k-overflow-hidden {
	overflow: hidden !important
}

.k-overflow-x-hidden {
	overflow-x: hidden !important
}

.k-overflow-y-hidden {
	overflow-y: hidden !important
}

.k-overflow-visible {
	overflow: visible !important
}

.k-overflow-x-visible {
	overflow-x: visible !important
}

.k-overflow-y-visible {
	overflow-y: visible !important
}

.k-overflow-scroll {
	overflow: scroll !important
}

.k-overflow-x-scroll {
	overflow-x: scroll !important
}

.k-overflow-y-scroll {
	overflow-y: scroll !important
}

.k-overflow-clip {
	overflow: clip !important
}

.k-overflow-x-clip {
	overflow-x: clip !important
}

.k-overflow-y-clip {
	overflow-y: clip !important
}

.k-overflow-auto-hidden {
	overflow: auto hidden !important
}

.k-overflow-auto-visible {
	overflow: auto visible !important
}

.k-overflow-auto-scroll {
	overflow: auto scroll !important
}

.k-overflow-auto-clip {
	overflow: auto clip !important
}

.k-overflow-hidden-auto {
	overflow: hidden auto !important
}

.k-overflow-hidden-visible {
	overflow: hidden visible !important
}

.k-overflow-hidden-scroll {
	overflow: hidden scroll !important
}

.k-overflow-hidden-clip {
	overflow: hidden clip !important
}

.k-overflow-visible-auto {
	overflow: visible auto !important
}

.k-overflow-visible-hidden {
	overflow: visible hidden !important
}

.k-overflow-visible-scroll {
	overflow: visible scroll !important
}

.k-overflow-visible-clip {
	overflow: visible clip !important
}

.k-overflow-scroll-auto {
	overflow: scroll auto !important
}

.k-overflow-scroll-hidden {
	overflow: scroll hidden !important
}

.k-overflow-scroll-visible {
	overflow: scroll visible !important
}

.k-overflow-scroll-clip {
	overflow: scroll clip !important
}

.k-overflow-clip-auto {
	overflow: clip auto !important
}

.k-overflow-clip-hidden {
	overflow: clip hidden !important
}

.k-overflow-clip-visible {
	overflow: clip visible !important
}

.k-overflow-clip-scroll {
	overflow: clip scroll !important
}

.k-pointer-events-none {
	pointer-events: none !important
}

.k-pointer-events-auto {
	pointer-events: auto !important
}

.k-static,
.k-pos-static {
	position: static !important
}

.k-relative,
.k-pos-relative {
	position: relative !important
}

.k-absolute,
.k-pos-absolute {
	position: absolute !important
}

.k-fixed,
.k-pos-fixed {
	position: fixed !important
}

.k-sticky,
.k-pos-sticky {
	position: sticky !important
}

.k-top,
.k-pos-top {
	top: 0
}

.k-right,
.k-pos-right {
	right: 0
}

.k-bottom,
.k-pos-bottom {
	bottom: 0
}

.k-left,
.k-pos-left {
	left: 0
}

.k-top-start,
.k-pos-top-start {
	top: 0;
	left: 0
}

.k-rtl .k-top-start,
.k-top-start[dir="rtl"],
[dir="rtl"] .k-top-start,
.k-rtl .k-pos-top-start,
.k-pos-top-start[dir="rtl"],
[dir="rtl"] .k-pos-top-start {
	left: auto;
	right: 0
}

.k-top-center,
.k-pos-top-center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-top-end,
.k-pos-top-end {
	top: 0;
	right: 0
}

.k-rtl .k-top-end,
.k-top-end[dir="rtl"],
[dir="rtl"] .k-top-end,
.k-rtl .k-pos-top-end,
.k-pos-top-end[dir="rtl"],
[dir="rtl"] .k-pos-top-end {
	right: auto;
	left: 0
}

.k-middle-start,
.k-pos-middle-start {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-rtl .k-middle-start,
.k-middle-start[dir="rtl"],
[dir="rtl"] .k-middle-start,
.k-rtl .k-pos-middle-start,
.k-pos-middle-start[dir="rtl"],
[dir="rtl"] .k-pos-middle-start {
	left: auto;
	right: 0
}

.k-middle-center,
.k-pos-middle-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-middle-end,
.k-pos-middle-end {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-rtl .k-middle-end,
.k-middle-end[dir="rtl"],
[dir="rtl"] .k-middle-end,
.k-rtl .k-pos-middle-end,
.k-pos-middle-end[dir="rtl"],
[dir="rtl"] .k-pos-middle-end {
	right: auto;
	left: 0
}

.k-bottom-start,
.k-pos-bottom-start {
	bottom: 0;
	left: 0
}

.k-rtl .k-bottom-start,
.k-bottom-start[dir="rtl"],
[dir="rtl"] .k-bottom-start,
.k-rtl .k-pos-bottom-start,
.k-pos-bottom-start[dir="rtl"],
[dir="rtl"] .k-pos-bottom-start {
	left: auto;
	right: 0
}

.k-bottom-center,
.k-pos-bottom-center {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-bottom-end,
.k-pos-bottom-end {
	bottom: 0;
	right: 0
}

.k-rtl .k-bottom-end,
.k-bottom-end[dir="rtl"],
[dir="rtl"] .k-bottom-end,
.k-rtl .k-pos-bottom-end,
.k-pos-bottom-end[dir="rtl"],
[dir="rtl"] .k-pos-bottom-end {
	right: auto;
	left: 0
}

.k-resize-none {
	resize: none !important
}

.k-resize-both {
	resize: both !important
}

.k-resize-horizontal {
	resize: horizontal !important
}

.k-resize-vertical {
	resize: vertical !important
}

.k-m-0 {
	margin: 0 !important
}

.k-mt-0 {
	margin-top: 0 !important
}

.k-mr-0 {
	margin-right: 0 !important
}

.k-mb-0 {
	margin-bottom: 0 !important
}

.k-ml-0 {
	margin-left: 0 !important
}

.k-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.k-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.k-m-1 {
	margin: 4px !important
}

.k-mt-1 {
	margin-top: 4px !important
}

.k-mr-1 {
	margin-right: 4px !important
}

.k-mb-1 {
	margin-bottom: 4px !important
}

.k-ml-1 {
	margin-left: 4px !important
}

.k-mx-1 {
	margin-left: 4px !important;
	margin-right: 4px !important
}

.k-my-1 {
	margin-top: 4px !important;
	margin-bottom: 4px !important
}

.k-m-2 {
	margin: 8px !important
}

.k-mt-2 {
	margin-top: 8px !important
}

.k-mr-2 {
	margin-right: 8px !important
}

.k-mb-2 {
	margin-bottom: 8px !important
}

.k-ml-2 {
	margin-left: 8px !important
}

.k-mx-2 {
	margin-left: 8px !important;
	margin-right: 8px !important
}

.k-my-2 {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.k-m-3 {
	margin: 12px !important
}

.k-mt-3 {
	margin-top: 12px !important
}

.k-mr-3 {
	margin-right: 12px !important
}

.k-mb-3 {
	margin-bottom: 12px !important
}

.k-ml-3 {
	margin-left: 12px !important
}

.k-mx-3 {
	margin-left: 12px !important;
	margin-right: 12px !important
}

.k-my-3 {
	margin-top: 12px !important;
	margin-bottom: 12px !important
}

.k-m-4 {
	margin: 16px !important
}

.k-mt-4 {
	margin-top: 16px !important
}

.k-mr-4 {
	margin-right: 16px !important
}

.k-mb-4 {
	margin-bottom: 16px !important
}

.k-ml-4 {
	margin-left: 16px !important
}

.k-mx-4 {
	margin-left: 16px !important;
	margin-right: 16px !important
}

.k-my-4 {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.k-m-5 {
	margin: 20px !important
}

.k-mt-5 {
	margin-top: 20px !important
}

.k-mr-5 {
	margin-right: 20px !important
}

.k-mb-5 {
	margin-bottom: 20px !important
}

.k-ml-5 {
	margin-left: 20px !important
}

.k-mx-5 {
	margin-left: 20px !important;
	margin-right: 20px !important
}

.k-my-5 {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

.k-m-6 {
	margin: 24px !important
}

.k-mt-6 {
	margin-top: 24px !important
}

.k-mr-6 {
	margin-right: 24px !important
}

.k-mb-6 {
	margin-bottom: 24px !important
}

.k-ml-6 {
	margin-left: 24px !important
}

.k-mx-6 {
	margin-left: 24px !important;
	margin-right: 24px !important
}

.k-my-6 {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}

.k-m-7 {
	margin: 28px !important
}

.k-mt-7 {
	margin-top: 28px !important
}

.k-mr-7 {
	margin-right: 28px !important
}

.k-mb-7 {
	margin-bottom: 28px !important
}

.k-ml-7 {
	margin-left: 28px !important
}

.k-mx-7 {
	margin-left: 28px !important;
	margin-right: 28px !important
}

.k-my-7 {
	margin-top: 28px !important;
	margin-bottom: 28px !important
}

.k-m-8 {
	margin: 32px !important
}

.k-mt-8 {
	margin-top: 32px !important
}

.k-mr-8 {
	margin-right: 32px !important
}

.k-mb-8 {
	margin-bottom: 32px !important
}

.k-ml-8 {
	margin-left: 32px !important
}

.k-mx-8 {
	margin-left: 32px !important;
	margin-right: 32px !important
}

.k-my-8 {
	margin-top: 32px !important;
	margin-bottom: 32px !important
}

.k-m-9 {
	margin: 36px !important
}

.k-mt-9 {
	margin-top: 36px !important
}

.k-mr-9 {
	margin-right: 36px !important
}

.k-mb-9 {
	margin-bottom: 36px !important
}

.k-ml-9 {
	margin-left: 36px !important
}

.k-mx-9 {
	margin-left: 36px !important;
	margin-right: 36px !important
}

.k-my-9 {
	margin-top: 36px !important;
	margin-bottom: 36px !important
}

.k-m-10 {
	margin: 40px !important
}

.k-mt-10 {
	margin-top: 40px !important
}

.k-mr-10 {
	margin-right: 40px !important
}

.k-mb-10 {
	margin-bottom: 40px !important
}

.k-ml-10 {
	margin-left: 40px !important
}

.k-mx-10 {
	margin-left: 40px !important;
	margin-right: 40px !important
}

.k-my-10 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}

.k-m-11 {
	margin: 44px !important
}

.k-mt-11 {
	margin-top: 44px !important
}

.k-mr-11 {
	margin-right: 44px !important
}

.k-mb-11 {
	margin-bottom: 44px !important
}

.k-ml-11 {
	margin-left: 44px !important
}

.k-mx-11 {
	margin-left: 44px !important;
	margin-right: 44px !important
}

.k-my-11 {
	margin-top: 44px !important;
	margin-bottom: 44px !important
}

.k-m-12 {
	margin: 48px !important
}

.k-mt-12 {
	margin-top: 48px !important
}

.k-mr-12 {
	margin-right: 48px !important
}

.k-mb-12 {
	margin-bottom: 48px !important
}

.k-ml-12 {
	margin-left: 48px !important
}

.k-mx-12 {
	margin-left: 48px !important;
	margin-right: 48px !important
}

.k-my-12 {
	margin-top: 48px !important;
	margin-bottom: 48px !important
}

.k-m-13 {
	margin: 52px !important
}

.k-mt-13 {
	margin-top: 52px !important
}

.k-mr-13 {
	margin-right: 52px !important
}

.k-mb-13 {
	margin-bottom: 52px !important
}

.k-ml-13 {
	margin-left: 52px !important
}

.k-mx-13 {
	margin-left: 52px !important;
	margin-right: 52px !important
}

.k-my-13 {
	margin-top: 52px !important;
	margin-bottom: 52px !important
}

.k-m-14 {
	margin: 56px !important
}

.k-mt-14 {
	margin-top: 56px !important
}

.k-mr-14 {
	margin-right: 56px !important
}

.k-mb-14 {
	margin-bottom: 56px !important
}

.k-ml-14 {
	margin-left: 56px !important
}

.k-mx-14 {
	margin-left: 56px !important;
	margin-right: 56px !important
}

.k-my-14 {
	margin-top: 56px !important;
	margin-bottom: 56px !important
}

.k-m-15 {
	margin: 60px !important
}

.k-mt-15 {
	margin-top: 60px !important
}

.k-mr-15 {
	margin-right: 60px !important
}

.k-mb-15 {
	margin-bottom: 60px !important
}

.k-ml-15 {
	margin-left: 60px !important
}

.k-mx-15 {
	margin-left: 60px !important;
	margin-right: 60px !important
}

.k-my-15 {
	margin-top: 60px !important;
	margin-bottom: 60px !important
}

.k-m-16 {
	margin: 64px !important
}

.k-mt-16 {
	margin-top: 64px !important
}

.k-mr-16 {
	margin-right: 64px !important
}

.k-mb-16 {
	margin-bottom: 64px !important
}

.k-ml-16 {
	margin-left: 64px !important
}

.k-mx-16 {
	margin-left: 64px !important;
	margin-right: 64px !important
}

.k-my-16 {
	margin-top: 64px !important;
	margin-bottom: 64px !important
}

.k-m-17 {
	margin: 68px !important
}

.k-mt-17 {
	margin-top: 68px !important
}

.k-mr-17 {
	margin-right: 68px !important
}

.k-mb-17 {
	margin-bottom: 68px !important
}

.k-ml-17 {
	margin-left: 68px !important
}

.k-mx-17 {
	margin-left: 68px !important;
	margin-right: 68px !important
}

.k-my-17 {
	margin-top: 68px !important;
	margin-bottom: 68px !important
}

.k-m-18 {
	margin: 72px !important
}

.k-mt-18 {
	margin-top: 72px !important
}

.k-mr-18 {
	margin-right: 72px !important
}

.k-mb-18 {
	margin-bottom: 72px !important
}

.k-ml-18 {
	margin-left: 72px !important
}

.k-mx-18 {
	margin-left: 72px !important;
	margin-right: 72px !important
}

.k-my-18 {
	margin-top: 72px !important;
	margin-bottom: 72px !important
}

.k-m-19 {
	margin: 76px !important
}

.k-mt-19 {
	margin-top: 76px !important
}

.k-mr-19 {
	margin-right: 76px !important
}

.k-mb-19 {
	margin-bottom: 76px !important
}

.k-ml-19 {
	margin-left: 76px !important
}

.k-mx-19 {
	margin-left: 76px !important;
	margin-right: 76px !important
}

.k-my-19 {
	margin-top: 76px !important;
	margin-bottom: 76px !important
}

.k-m-20 {
	margin: 80px !important
}

.k-mt-20 {
	margin-top: 80px !important
}

.k-mr-20 {
	margin-right: 80px !important
}

.k-mb-20 {
	margin-bottom: 80px !important
}

.k-ml-20 {
	margin-left: 80px !important
}

.k-mx-20 {
	margin-left: 80px !important;
	margin-right: 80px !important
}

.k-my-20 {
	margin-top: 80px !important;
	margin-bottom: 80px !important
}

.k-m-21 {
	margin: 84px !important
}

.k-mt-21 {
	margin-top: 84px !important
}

.k-mr-21 {
	margin-right: 84px !important
}

.k-mb-21 {
	margin-bottom: 84px !important
}

.k-ml-21 {
	margin-left: 84px !important
}

.k-mx-21 {
	margin-left: 84px !important;
	margin-right: 84px !important
}

.k-my-21 {
	margin-top: 84px !important;
	margin-bottom: 84px !important
}

.k-m-22 {
	margin: 88px !important
}

.k-mt-22 {
	margin-top: 88px !important
}

.k-mr-22 {
	margin-right: 88px !important
}

.k-mb-22 {
	margin-bottom: 88px !important
}

.k-ml-22 {
	margin-left: 88px !important
}

.k-mx-22 {
	margin-left: 88px !important;
	margin-right: 88px !important
}

.k-my-22 {
	margin-top: 88px !important;
	margin-bottom: 88px !important
}

.k-m-23 {
	margin: 92px !important
}

.k-mt-23 {
	margin-top: 92px !important
}

.k-mr-23 {
	margin-right: 92px !important
}

.k-mb-23 {
	margin-bottom: 92px !important
}

.k-ml-23 {
	margin-left: 92px !important
}

.k-mx-23 {
	margin-left: 92px !important;
	margin-right: 92px !important
}

.k-my-23 {
	margin-top: 92px !important;
	margin-bottom: 92px !important
}

.k-m-24 {
	margin: 96px !important
}

.k-mt-24 {
	margin-top: 96px !important
}

.k-mr-24 {
	margin-right: 96px !important
}

.k-mb-24 {
	margin-bottom: 96px !important
}

.k-ml-24 {
	margin-left: 96px !important
}

.k-mx-24 {
	margin-left: 96px !important;
	margin-right: 96px !important
}

.k-my-24 {
	margin-top: 96px !important;
	margin-bottom: 96px !important
}

.k-m-xs {
	margin: 4px !important
}

.k-mt-xs {
	margin-top: 4px !important
}

.k-mr-xs {
	margin-right: 4px !important
}

.k-mb-xs {
	margin-bottom: 4px !important
}

.k-ml-xs {
	margin-left: 4px !important
}

.k-mx-xs {
	margin-left: 4px !important;
	margin-right: 4px !important
}

.k-my-xs {
	margin-top: 4px !important;
	margin-bottom: 4px !important
}

.k-m-sm {
	margin: 8px !important
}

.k-mt-sm {
	margin-top: 8px !important
}

.k-mr-sm {
	margin-right: 8px !important
}

.k-mb-sm {
	margin-bottom: 8px !important
}

.k-ml-sm {
	margin-left: 8px !important
}

.k-mx-sm {
	margin-left: 8px !important;
	margin-right: 8px !important
}

.k-my-sm {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.k-m-md {
	margin: 12px !important
}

.k-mt-md {
	margin-top: 12px !important
}

.k-mr-md {
	margin-right: 12px !important
}

.k-mb-md {
	margin-bottom: 12px !important
}

.k-ml-md {
	margin-left: 12px !important
}

.k-mx-md {
	margin-left: 12px !important;
	margin-right: 12px !important
}

.k-my-md {
	margin-top: 12px !important;
	margin-bottom: 12px !important
}

.k-m-lg {
	margin: 16px !important
}

.k-mt-lg {
	margin-top: 16px !important
}

.k-mr-lg {
	margin-right: 16px !important
}

.k-mb-lg {
	margin-bottom: 16px !important
}

.k-ml-lg {
	margin-left: 16px !important
}

.k-mx-lg {
	margin-left: 16px !important;
	margin-right: 16px !important
}

.k-my-lg {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.k-m-xl {
	margin: 24px !important
}

.k-mt-xl {
	margin-top: 24px !important
}

.k-mr-xl {
	margin-right: 24px !important
}

.k-mb-xl {
	margin-bottom: 24px !important
}

.k-ml-xl {
	margin-left: 24px !important
}

.k-mx-xl {
	margin-left: 24px !important;
	margin-right: 24px !important
}

.k-my-xl {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}

.k-m-thin {
	margin: 2px !important
}

.k-mt-thin {
	margin-top: 2px !important
}

.k-mr-thin {
	margin-right: 2px !important
}

.k-mb-thin {
	margin-bottom: 2px !important
}

.k-ml-thin {
	margin-left: 2px !important
}

.k-mx-thin {
	margin-left: 2px !important;
	margin-right: 2px !important
}

.k-my-thin {
	margin-top: 2px !important;
	margin-bottom: 2px !important
}

.k-m-hair {
	margin: 1px !important
}

.k-mt-hair {
	margin-top: 1px !important
}

.k-mr-hair {
	margin-right: 1px !important
}

.k-mb-hair {
	margin-bottom: 1px !important
}

.k-ml-hair {
	margin-left: 1px !important
}

.k-mx-hair {
	margin-left: 1px !important;
	margin-right: 1px !important
}

.k-my-hair {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.k-p-0 {
	padding: 0 !important
}

.k-pt-0 {
	padding-top: 0 !important
}

.k-pr-0 {
	padding-right: 0 !important
}

.k-pb-0 {
	padding-bottom: 0 !important
}

.k-pl-0 {
	padding-left: 0 !important
}

.k-px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.k-py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.k-p-1 {
	padding: 4px !important
}

.k-pt-1 {
	padding-top: 4px !important
}

.k-pr-1 {
	padding-right: 4px !important
}

.k-pb-1 {
	padding-bottom: 4px !important
}

.k-pl-1 {
	padding-left: 4px !important
}

.k-px-1 {
	padding-left: 4px !important;
	padding-right: 4px !important
}

.k-py-1 {
	padding-top: 4px !important;
	padding-bottom: 4px !important
}

.k-p-2 {
	padding: 8px !important
}

.k-pt-2 {
	padding-top: 8px !important
}

.k-pr-2 {
	padding-right: 8px !important
}

.k-pb-2 {
	padding-bottom: 8px !important
}

.k-pl-2 {
	padding-left: 8px !important
}

.k-px-2 {
	padding-left: 8px !important;
	padding-right: 8px !important
}

.k-py-2 {
	padding-top: 8px !important;
	padding-bottom: 8px !important
}

.k-p-3 {
	padding: 12px !important
}

.k-pt-3 {
	padding-top: 12px !important
}

.k-pr-3 {
	padding-right: 12px !important
}

.k-pb-3 {
	padding-bottom: 12px !important
}

.k-pl-3 {
	padding-left: 12px !important
}

.k-px-3 {
	padding-left: 12px !important;
	padding-right: 12px !important
}

.k-py-3 {
	padding-top: 12px !important;
	padding-bottom: 12px !important
}

.k-p-4 {
	padding: 16px !important
}

.k-pt-4 {
	padding-top: 16px !important
}

.k-pr-4 {
	padding-right: 16px !important
}

.k-pb-4 {
	padding-bottom: 16px !important
}

.k-pl-4 {
	padding-left: 16px !important
}

.k-px-4 {
	padding-left: 16px !important;
	padding-right: 16px !important
}

.k-py-4 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.k-p-5 {
	padding: 20px !important
}

.k-pt-5 {
	padding-top: 20px !important
}

.k-pr-5 {
	padding-right: 20px !important
}

.k-pb-5 {
	padding-bottom: 20px !important
}

.k-pl-5 {
	padding-left: 20px !important
}

.k-px-5 {
	padding-left: 20px !important;
	padding-right: 20px !important
}

.k-py-5 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.k-p-6 {
	padding: 24px !important
}

.k-pt-6 {
	padding-top: 24px !important
}

.k-pr-6 {
	padding-right: 24px !important
}

.k-pb-6 {
	padding-bottom: 24px !important
}

.k-pl-6 {
	padding-left: 24px !important
}

.k-px-6 {
	padding-left: 24px !important;
	padding-right: 24px !important
}

.k-py-6 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.k-p-7 {
	padding: 28px !important
}

.k-pt-7 {
	padding-top: 28px !important
}

.k-pr-7 {
	padding-right: 28px !important
}

.k-pb-7 {
	padding-bottom: 28px !important
}

.k-pl-7 {
	padding-left: 28px !important
}

.k-px-7 {
	padding-left: 28px !important;
	padding-right: 28px !important
}

.k-py-7 {
	padding-top: 28px !important;
	padding-bottom: 28px !important
}

.k-p-8 {
	padding: 32px !important
}

.k-pt-8 {
	padding-top: 32px !important
}

.k-pr-8 {
	padding-right: 32px !important
}

.k-pb-8 {
	padding-bottom: 32px !important
}

.k-pl-8 {
	padding-left: 32px !important
}

.k-px-8 {
	padding-left: 32px !important;
	padding-right: 32px !important
}

.k-py-8 {
	padding-top: 32px !important;
	padding-bottom: 32px !important
}

.k-p-9 {
	padding: 36px !important
}

.k-pt-9 {
	padding-top: 36px !important
}

.k-pr-9 {
	padding-right: 36px !important
}

.k-pb-9 {
	padding-bottom: 36px !important
}

.k-pl-9 {
	padding-left: 36px !important
}

.k-px-9 {
	padding-left: 36px !important;
	padding-right: 36px !important
}

.k-py-9 {
	padding-top: 36px !important;
	padding-bottom: 36px !important
}

.k-p-10 {
	padding: 40px !important
}

.k-pt-10 {
	padding-top: 40px !important
}

.k-pr-10 {
	padding-right: 40px !important
}

.k-pb-10 {
	padding-bottom: 40px !important
}

.k-pl-10 {
	padding-left: 40px !important
}

.k-px-10 {
	padding-left: 40px !important;
	padding-right: 40px !important
}

.k-py-10 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.k-p-11 {
	padding: 44px !important
}

.k-pt-11 {
	padding-top: 44px !important
}

.k-pr-11 {
	padding-right: 44px !important
}

.k-pb-11 {
	padding-bottom: 44px !important
}

.k-pl-11 {
	padding-left: 44px !important
}

.k-px-11 {
	padding-left: 44px !important;
	padding-right: 44px !important
}

.k-py-11 {
	padding-top: 44px !important;
	padding-bottom: 44px !important
}

.k-p-12 {
	padding: 48px !important
}

.k-pt-12 {
	padding-top: 48px !important
}

.k-pr-12 {
	padding-right: 48px !important
}

.k-pb-12 {
	padding-bottom: 48px !important
}

.k-pl-12 {
	padding-left: 48px !important
}

.k-px-12 {
	padding-left: 48px !important;
	padding-right: 48px !important
}

.k-py-12 {
	padding-top: 48px !important;
	padding-bottom: 48px !important
}

.k-p-13 {
	padding: 52px !important
}

.k-pt-13 {
	padding-top: 52px !important
}

.k-pr-13 {
	padding-right: 52px !important
}

.k-pb-13 {
	padding-bottom: 52px !important
}

.k-pl-13 {
	padding-left: 52px !important
}

.k-px-13 {
	padding-left: 52px !important;
	padding-right: 52px !important
}

.k-py-13 {
	padding-top: 52px !important;
	padding-bottom: 52px !important
}

.k-p-14 {
	padding: 56px !important
}

.k-pt-14 {
	padding-top: 56px !important
}

.k-pr-14 {
	padding-right: 56px !important
}

.k-pb-14 {
	padding-bottom: 56px !important
}

.k-pl-14 {
	padding-left: 56px !important
}

.k-px-14 {
	padding-left: 56px !important;
	padding-right: 56px !important
}

.k-py-14 {
	padding-top: 56px !important;
	padding-bottom: 56px !important
}

.k-p-15 {
	padding: 60px !important
}

.k-pt-15 {
	padding-top: 60px !important
}

.k-pr-15 {
	padding-right: 60px !important
}

.k-pb-15 {
	padding-bottom: 60px !important
}

.k-pl-15 {
	padding-left: 60px !important
}

.k-px-15 {
	padding-left: 60px !important;
	padding-right: 60px !important
}

.k-py-15 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.k-p-16 {
	padding: 64px !important
}

.k-pt-16 {
	padding-top: 64px !important
}

.k-pr-16 {
	padding-right: 64px !important
}

.k-pb-16 {
	padding-bottom: 64px !important
}

.k-pl-16 {
	padding-left: 64px !important
}

.k-px-16 {
	padding-left: 64px !important;
	padding-right: 64px !important
}

.k-py-16 {
	padding-top: 64px !important;
	padding-bottom: 64px !important
}

.k-p-17 {
	padding: 68px !important
}

.k-pt-17 {
	padding-top: 68px !important
}

.k-pr-17 {
	padding-right: 68px !important
}

.k-pb-17 {
	padding-bottom: 68px !important
}

.k-pl-17 {
	padding-left: 68px !important
}

.k-px-17 {
	padding-left: 68px !important;
	padding-right: 68px !important
}

.k-py-17 {
	padding-top: 68px !important;
	padding-bottom: 68px !important
}

.k-p-18 {
	padding: 72px !important
}

.k-pt-18 {
	padding-top: 72px !important
}

.k-pr-18 {
	padding-right: 72px !important
}

.k-pb-18 {
	padding-bottom: 72px !important
}

.k-pl-18 {
	padding-left: 72px !important
}

.k-px-18 {
	padding-left: 72px !important;
	padding-right: 72px !important
}

.k-py-18 {
	padding-top: 72px !important;
	padding-bottom: 72px !important
}

.k-p-19 {
	padding: 76px !important
}

.k-pt-19 {
	padding-top: 76px !important
}

.k-pr-19 {
	padding-right: 76px !important
}

.k-pb-19 {
	padding-bottom: 76px !important
}

.k-pl-19 {
	padding-left: 76px !important
}

.k-px-19 {
	padding-left: 76px !important;
	padding-right: 76px !important
}

.k-py-19 {
	padding-top: 76px !important;
	padding-bottom: 76px !important
}

.k-p-20 {
	padding: 80px !important
}

.k-pt-20 {
	padding-top: 80px !important
}

.k-pr-20 {
	padding-right: 80px !important
}

.k-pb-20 {
	padding-bottom: 80px !important
}

.k-pl-20 {
	padding-left: 80px !important
}

.k-px-20 {
	padding-left: 80px !important;
	padding-right: 80px !important
}

.k-py-20 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.k-p-21 {
	padding: 84px !important
}

.k-pt-21 {
	padding-top: 84px !important
}

.k-pr-21 {
	padding-right: 84px !important
}

.k-pb-21 {
	padding-bottom: 84px !important
}

.k-pl-21 {
	padding-left: 84px !important
}

.k-px-21 {
	padding-left: 84px !important;
	padding-right: 84px !important
}

.k-py-21 {
	padding-top: 84px !important;
	padding-bottom: 84px !important
}

.k-p-22 {
	padding: 88px !important
}

.k-pt-22 {
	padding-top: 88px !important
}

.k-pr-22 {
	padding-right: 88px !important
}

.k-pb-22 {
	padding-bottom: 88px !important
}

.k-pl-22 {
	padding-left: 88px !important
}

.k-px-22 {
	padding-left: 88px !important;
	padding-right: 88px !important
}

.k-py-22 {
	padding-top: 88px !important;
	padding-bottom: 88px !important
}

.k-p-23 {
	padding: 92px !important
}

.k-pt-23 {
	padding-top: 92px !important
}

.k-pr-23 {
	padding-right: 92px !important
}

.k-pb-23 {
	padding-bottom: 92px !important
}

.k-pl-23 {
	padding-left: 92px !important
}

.k-px-23 {
	padding-left: 92px !important;
	padding-right: 92px !important
}

.k-py-23 {
	padding-top: 92px !important;
	padding-bottom: 92px !important
}

.k-p-24 {
	padding: 96px !important
}

.k-pt-24 {
	padding-top: 96px !important
}

.k-pr-24 {
	padding-right: 96px !important
}

.k-pb-24 {
	padding-bottom: 96px !important
}

.k-pl-24 {
	padding-left: 96px !important
}

.k-px-24 {
	padding-left: 96px !important;
	padding-right: 96px !important
}

.k-py-24 {
	padding-top: 96px !important;
	padding-bottom: 96px !important
}

.k-p-xs {
	padding: 4px !important
}

.k-pt-xs {
	padding-top: 4px !important
}

.k-pr-xs {
	padding-right: 4px !important
}

.k-pb-xs {
	padding-bottom: 4px !important
}

.k-pl-xs {
	padding-left: 4px !important
}

.k-px-xs {
	padding-left: 4px !important;
	padding-right: 4px !important
}

.k-py-xs {
	padding-top: 4px !important;
	padding-bottom: 4px !important
}

.k-p-sm {
	padding: 8px !important
}

.k-pt-sm {
	padding-top: 8px !important
}

.k-pr-sm {
	padding-right: 8px !important
}

.k-pb-sm {
	padding-bottom: 8px !important
}

.k-pl-sm {
	padding-left: 8px !important
}

.k-px-sm {
	padding-left: 8px !important;
	padding-right: 8px !important
}

.k-py-sm {
	padding-top: 8px !important;
	padding-bottom: 8px !important
}

.k-p-md {
	padding: 12px !important
}

.k-pt-md {
	padding-top: 12px !important
}

.k-pr-md {
	padding-right: 12px !important
}

.k-pb-md {
	padding-bottom: 12px !important
}

.k-pl-md {
	padding-left: 12px !important
}

.k-px-md {
	padding-left: 12px !important;
	padding-right: 12px !important
}

.k-py-md {
	padding-top: 12px !important;
	padding-bottom: 12px !important
}

.k-p-lg {
	padding: 16px !important
}

.k-pt-lg {
	padding-top: 16px !important
}

.k-pr-lg {
	padding-right: 16px !important
}

.k-pb-lg {
	padding-bottom: 16px !important
}

.k-pl-lg {
	padding-left: 16px !important
}

.k-px-lg {
	padding-left: 16px !important;
	padding-right: 16px !important
}

.k-py-lg {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.k-p-xl {
	padding: 24px !important
}

.k-pt-xl {
	padding-top: 24px !important
}

.k-pr-xl {
	padding-right: 24px !important
}

.k-pb-xl {
	padding-bottom: 24px !important
}

.k-pl-xl {
	padding-left: 24px !important
}

.k-px-xl {
	padding-left: 24px !important;
	padding-right: 24px !important
}

.k-py-xl {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.k-p-thin {
	padding: 2px !important
}

.k-pt-thin {
	padding-top: 2px !important
}

.k-pr-thin {
	padding-right: 2px !important
}

.k-pb-thin {
	padding-bottom: 2px !important
}

.k-pl-thin {
	padding-left: 2px !important
}

.k-px-thin {
	padding-left: 2px !important;
	padding-right: 2px !important
}

.k-py-thin {
	padding-top: 2px !important;
	padding-bottom: 2px !important
}

.k-p-hair {
	padding: 1px !important
}

.k-pt-hair {
	padding-top: 1px !important
}

.k-pr-hair {
	padding-right: 1px !important
}

.k-pb-hair {
	padding-bottom: 1px !important
}

.k-pl-hair {
	padding-left: 1px !important
}

.k-px-hair {
	padding-left: 1px !important;
	padding-right: 1px !important
}

.k-py-hair {
	padding-top: 1px !important;
	padding-bottom: 1px !important
}

.k-spacer {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-spacer-sized {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.k-table-layout-fixed {
	table-layout: fixed
}

.k-table-layout-auto {
	table-layout: auto
}

.k-text-nowrap {
	white-space: nowrap !important
}

.k-text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-text-left {
	text-align: left !important
}

.k-text-right {
	text-align: right !important
}

.k-text-center {
	text-align: center !important
}

.k-text-justify {
	text-align: justify !important
}

.k-text-lowercase {
	text-transform: lowercase !important
}

.k-text-uppercase {
	text-transform: uppercase !important
}

.k-text-capitalize {
	text-transform: capitalize !important
}

.k-fs-xs {
	font-size: 10px !important
}

.k-fs-sm {
	font-size: 12px !important
}

.k-fs-md {
	font-size: 14px !important
}

.k-fs-lg {
	font-size: 18px !important
}

.k-fs-xl {
	font-size: 20px !important
}

.k-font-weight-light {
	font-weight: 300 !important
}

.k-font-weight-normal {
	font-weight: 400 !important
}

.k-font-weight-bold {
	font-weight: 700 !important
}

.k-touch-action-none {
	-ms-touch-action: none !important;
	touch-action: none !important
}

.k-touch-action-auto {
	-ms-touch-action: auto !important;
	touch-action: auto !important
}

.k-flip-h {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-flip-v {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.k-flip-h.k-flip-v {
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

.k-rotate-45 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.k-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.k-rotate-135 {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.k-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.k-rotate-225 {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.k-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.k-rotate-315 {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.k-scale-0 {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0)
}

.k-scale-1 {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.k-scale-2 {
	-webkit-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2)
}

.k-translate-0 {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.k-translate-0-50 {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.k-translate-0-100 {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.k-translate-50-0 {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0)
}

.k-translate-50-50 {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.k-translate-50-100 {
	-webkit-transform: translate(50%, 100%);
	-ms-transform: translate(50%, 100%);
	transform: translate(50%, 100%)
}

.k-translate-100-0 {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.k-translate-100-50 {
	-webkit-transform: translate(100%, 50%);
	-ms-transform: translate(100%, 50%);
	transform: translate(100%, 50%)
}

.k-translate-100-100 {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}

.k-user-select-none {
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.k-user-select-auto {
	-webkit-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.k-user-select-text {
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important
}

.k-user-select-all {
	-webkit-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.k-user-select-contain {
	-webkit-user-select: contain !important;
	-ms-user-select: element !important;
	user-select: contain !important
}

@font-face {
	font-family: "WebComponentsIcons";
	font-style: normal;
	font-weight: normal;
	src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQgZib3kAAADMAABCdk9TLzIPEgdLAABDRAAAAGBjbWFwZZeC2QAAQ6QAAAC8Z2FzcAAAABAAAERgAAAACGdseWYstOgCAABEaAABpIRoZWFkGsZGxgAB6OwAAAA2aGhlYQfABjIAAekkAAAAJGhtdHguA8koAAHpSAAACcRsb2NhW7DIBAAB8wwAAATkbWF4cAKwAy4AAffwAAAAIG5hbWX0BfU6AAH4EAAABOlwb3N0AAMAAAAB/PwAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADoAGgByCmIN2BMqFdgWYhw6HhIfsCIcJCIkiic8KXwp0CnkLhwuiDFkNko++j/UQMBBZkG8QjIAAQAaAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgACEAIgAkACUCcABIAJIAngC6ANAA6AEIASoBQAFkAXYBjAGkAb4B5gH8AhYCNgJUAnICigKgAsYC8gMcA0YDaAOQA7YD3AP0BBIELgRKBG4EkAS4BN4E/gUYBS4FTAVmBXQFfAWiBcYF2gX2BjYGega4BvoHJAdMB2QHfgeqB9QH7ggWCDwIUghuCJoIxAjeCQoJNAlOCX4JsgnUAMMABQAgAA8AFAAaAGkADQAfAB8ADAAOABMAGAAQABkAHwAEAAkACgBoAAoAHwAfAAwADgATABgAEAAZAB8ARgALAB0AHQAaACIAHgAEAB4AIgAMABsARAAPAB0AHQAaACIAHgAEAB0AEAAeABQAJQAUABkAEgA3ABAAHQAdABoAIgAeAAQAGQAaAAQADgATAAwAGQASABAANgAKAB0AHQAaACIAHgAEABYAGwAUAEUAEQAdAB0AGgAiAB4ABAAPABQAGAAQABkAHgAUABoAGQAeAD0ACAAdAB0AGgAiAAQAIAAbAEMACgAdAB0AGgAiAAQAHQAaABoAHwA+AAsAHQAdABoAIgAEAB0AFAASABMAHwBCAAwAHQAdABoAIgAEABsADAAdABAAGQAfADgAEwAdAB0AGgAiAAQAGgAhABAAHQARABcAGgAiAAQADwAaACIAGQBAAAoAHQAdABoAIgAEABcAEAARAB8ALgAMAB0AHQAaACIABAAQABkADwAEACAAGwAvAA8AHQAdABoAIgAEABAAGQAPAAQAHQAUABIAEwAfADEADgAdAB0AGgAiAAQAEAAZAA8ABAAXABAAEQAfADAADgAdAB0AGgAiAAQAEAAZAA8ABAAPABoAIgAZAEEACwAdAB0AGgAiAAQADwAdABQAFwAXAD8ACgAdAB0AGgAiAAQADwAaACIAGQAyABIAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQAIAAbADMAFQAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAdABQAEgATAB8ANQAUAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEABcAEAARAB8ANAAUAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEAA8AGgAiABkAOQAQAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQAIAAbADoAEwAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEAB0AFAASABMAHwA8ABIAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAXABAAEQAfADsAEgAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEAA8AGgAiABkAKgALAB0AHQAaACIABAALAAUABAAgABsAKwAOAB0AHQAaACIABAALAAUABAAdABQAEgATAB8ALQANAB0AHQAaACIABAALAAUABAAXABAAEQAfACwADQAdAB0AGgAiAAQACwAFAAQADwAaACIAGQAmABEAHQAdABoAIgAEAAkACgAEACAAGwAEAB0AFAASABMAHwApABAAHQAdABoAIgAEAAkACgAEACAAGwAEABcAEAARAB8AJwATAB0AHQAaACIABAAJAAoABAAPABoAIgAZAAQAHQAUABIAEwAfACgAEgAdAB0AGgAiAAQACQAKAAQADwAaACIAGQAEABcAEAARAB8CWQAPAB0AEAAMAAQAHgAfAAwADgAWABAADwAGAAUABQJYAAwAHQAQAAwABAAeAB8ADAAOABYAEAAPAloACgAdABAADAAEAB0ADAAZABIAEAJXAA4AHQAQAAwABAAOABcAIAAeAB8AEAAdABAADwGQAAwAGwAbABcAJAAEABEAGgAdABgADAAfAZ8ABgAZAA4AEwAaAB0BNgADABcAFwEbABIAFwAUABIAGQAEAB8AGgAbAAQAEAAXABAAGAAQABkAHwAeAPcAEQAXABQAEgAZAAQAHwAaABsABAAQABcAEAAYABAAGQAfAUQACQAXABQAEgAZAAQAHwAaABsBAgANABcAFAASABkABAAfABoABAASAB0AFAAPAR4AHwAXABQAEgAZAAQAHgAfAB0AEAAfAA4AEwAEABAAFwAQABgAEAAZAB8AHgAEACEAEAAdAB8AFAAOAAwAFwEZACEAFwAUABIAGQAEAB4AHwAdABAAHwAOABMABAAQABcAEAAYABAAGQAfAB4ABAATABoAHQAUACUAGgAZAB8ADAAXARUAHgAXABQAEgAZAAQAHgAfAB0AEAAfAA4AEwAEABAAFwAQABgAEAAZAB8ABAAhABAAHQAfABQADgAMABcBFAAgABcAFAASABkABAAeAB8AHQAQAB8ADgATAAQAEAAXABAAGAAQABkAHwAEABMAGgAdABQAJQAaABkAHwAMABcBGAAUABcAFAASABkABAAdABQAEgATAB8ABAAQABcAEAAYABAAGQAfAB4A9gATABcAFAASABkABAAdABQAEgATAB8ABAAQABcAEAAYABAAGQAfAUkACwAXABQAEgAZAAQAHQAUABIAEwAfAUsADAAXABQAEgAZAAQAHQAQABgAGgAhABABHAAVABcAFAASABkABAAYABQADwAPABcAEAAEABAAFwAQABgAEAAZAB8AHgD4ABQAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAEAAXABAAGAAQABkAHwFFAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQARYAEwAXABQAEgAZAAQAFwAQABEAHwAEABAAFwAQABgAEAAZAB8AHgD0ABIAFwAUABIAGQAEABcAEAARAB8ABAAQABcAEAAYABAAGQAfAUcACgAXABQAEgAZAAQAFwAQABEAHwFKAA0AFwAUABIAGQAEABUAIAAeAB8AFAARACQBFwAVABcAFAASABkABAAOABAAGQAfABAAHQAEABAAFwAQABgAEAAZAB8AHgD1ABQAFwAUABIAGQAEAA4AEAAZAB8AEAAdAAQAEAAXABAAGAAQABkAHwFIAAwAFwAUABIAGQAEAA4AEAAZAB8AEAAdAR0AFQAXABQAEgAZAAQADQAaAB8AHwAaABgABAAQABcAEAAYABAAGQAfAB4A+QAUABcAFAASABkABAANABoAHwAfABoAGAAEABAAFwAQABgAEAAZAB8BRgAMABcAFAASABkABAANABoAHwAfABoAGAEfABcAFwAUABIAGQAEAA0ADAAeABAAFwAUABkAEAAEACEAEAAdAB8AFAAOAAwAFwEaABkAFwAUABIAGQAEAA0ADAAeABAAFwAUABkAEAAEABMAGgAdABQAJQAaABkAHwAMABcCBAAQABIAEgAdABAAEgAMAB8AEAAEABEAFAAQABcADwAeAKoADQAOAA4AEAAeAB4AFAANABQAFwAUAB8AJAAgAEIAUABeAGoAkgC2ANYBBgE6AVgBcAGGAaABtAHMAegB8gH8AhQCJAI8AkwCbAKcArwCzALqAwIDFgMyAzoDXAFnAAYAIAAfAB8AGgAZAmgABgAgAA0ADQAXABAA4wAFAB0AIAAeABMA5wATAB0AFAASABMAHwAZABAAHgAeAAQADgAaABkAHwAdAAwAHgAfAWIAEQAaAB0ADwAQAB0AHgAEAB4AEwAaACIABAATABQADwAQAVkADwAaAB0ADwAQAB0AHgAEABoAIAAfAB4AFAAPABABXAAXABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAAhABAAHQAfABQADgAMABcBWwAZABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAATABoAHQAUACUAGgAZAB8ADAAXAVoADgAaAB0ADwAQAB0AHgAEABQAGQAeABQADwAQAVgACwAaAB0ADwAQAB0AHgAEAAwAFwAXAV0ACgAaAB0ADwAQAB0ABAAfABoAGwFgAAwAGgAdAA8AEAAdAAQAHQAUABIAEwAfAWEACQAaAB0ADwAQAB0ABAAZABoBXwALABoAHQAPABAAHQAEABcAEAARAB8BXgANABoAHQAPABAAHQAEAA0AGgAfAB8AGgAYASsABAAaABcADwDsAAQAFwAgAB0B1gALABcAGgASABIAEAAdAAQADQAaACMB1QAHABcAGgASABIAEAAdAfYACwAQABMADAAZAA4AEAAEAA0AGgAjAfUABwAQABMADAAZAA4AEACtAA8ADAAdAA4AGgAPABAABAAeAA4ADAAZABkAEAAdALEAFwAMAB0ADgAaAA8AEAAEABwAHQAEAA4AGgAPABAABAAeAA4ADAAZABkAEAAdAKsADwAMAB0ADgAaAA8AEAAEABoAIAAfABcAFAAZABAArAAHAAwAHQAOABoADwAQAlUADgAMAB0ABAAeAB8ADAAOABYAEAAPAAYABQAFAlQACwAMAB0ABAAeAB8ADAAOABYAEAAPAlYACQAMAB0ABAAdAAwAGQASABACUwANAAwAHQAEAA4AFwAgAB4AHwAQAB0AEAAPAmoAAwAMAB0A8wAQAAwADgAWACIADAAdAA8ABAAQABcAEAAYABAAGQAfAPEADAAMAA4AFgAEABAAFwAQABgAEAAZAB8ANQBsAHQAjACoALYAwADIANYA3ADuAPgBEAEaAT4BYgF2AZ4BvAHMAdwCAAIeAjgCVAJ2ApACnAK4AtIC3gLqAv4DDAMiA0QDVgNyA4wDmAO4A+YEGAQwBFwEjASiBKwExgTkBQAFDgUqBTwBiAADACAAHwF6AAsAIAAeAB8AGgAYAAQAFAAOABoAGQHAAA0AIAAeAB8AGgAYAAQAEQAaAB0AGAAMAB8AtAAGACAAHQAeABoAHQIVAAQAHgAeAAgCGAADAB4AHgIbAAYAHgAbAB0AGgAVAh0AAgAeAcYACAAdABoAHgAeAB8ADAANANwABAAdABoAGwGSAAsAGgAbACQABAARABoAHQAYAAwAHwGHAAQAGgAbACQBMQARABoAGQAhABAAHQAfAAQAIAAbABsAEAAdAA4ADAAeABABMAARABoAGQAhABAAHQAfAAQAFwAaACIAEAAdAA4ADAAeABAAnwAJABoAGQAZABAADgAfABoAHQGBABMAGgAYABgAEAAZAB8AHgAEAB0AEAAYABoAIQAQAAQADAAXABcBgAAOABoAGAAYABAAGQAfAAQAHQAQABgAGgAhABABfwAHABoAGAAYABAAGQAfAFMABwAaABcAIAAYABkAHgJRABEAGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwAGAAUABQJQAA4AGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwJSAAwAGgAXACAAGAAZAAQAHQAMABkAEgAQAbUADQAaABcAIAAYABkABAARAB0AEAAQACUAEAJPABAAGgAXACAAGAAZAAQADgAXACAAHgAfABAAHQAQAA8BZQAMABoADwAQAAQAHgAZABQAGwAbABAAHwIgAAUAFwAaACAADwB3AA0AFwAaAB4AEAAEABoAIAAfABcAFAAZABAAeAAMABcAGgAeABAABAAOABQAHQAOABcAEAB2AAUAFwAaAB4AEABiAAUAFwAaAA4AFgGRAAkAFwAQAAwAHQAEAA4AHgAeAM8ABgAUAB0ADgAXABACbwAKABMAGgAdABoAGwAXABAAHwATAMwAEAATABAADgAWAA0AGgAjAAQADgATABAADgAWABAADwDLAAgAEwAQAA4AFgANABoAIwB0AA0AEwAQAA4AFgAEABoAIAAfABcAFAAZABAAdQAMABMAEAAOABYABAAOABQAHQAOABcAEABzAAUAEwAQAA4AFgFyAA8AEwAMABkAEgAQAAQAGAAMABkAIAAMABcAFwAkAa8AFgAQABcAFwAeAAQAGAAQAB0AEgAQAAQAIQAQAB0AHwAUAA4ADAAXABcAJAGuABgAEAAXABcAHgAEABgAEAAdABIAEAAEABMAGgAdABQAJQAaABkAHwAMABcAFwAkAa0ACwAQABcAFwAeAAQAGAAQAB0AEgAQAbEAFQAQABcAFwAEAB4AGwAXABQAHwAEACEAEAAdAB8AFAAOAAwAFwAXACQBsAAXABAAFwAXAAQAHgAbABcAFAAfAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAXACQASAAKAAwAHwAQABIAGgAdABQAJQAQAJ4ABAAMAB0AHwJpAAwADAAZAA8AFwAQAAQAHgAfABQADgAWAHEADgAMABkADgAQABcABAAaACAAHwAXABQAGQAQAHIADQAMABkADgAQABcABAAOABQAHQAOABcAEABwAAYADAAZAA4AEAAXAWkADQAMABcAEAAZAA8ADAAdAAQADwAMAB8AEABjAAgADAAXABAAGQAPAAwAHQCdAAoADAAXAA4AIAAXAAwAHwAaAB0AGwA4AFIAZACAAJIApACyANQA4gDqAQABEgEcAToBWAF0AYgBlgHKAgICJAJGAlgCagJ+ApICpAH4AAwAHQAUAA0ADQANABcAEAAEAA0AGgAjAfcACAAdABQADQANAA0AFwAQAEcADQAdAAwAEgAEAAwAGQAPAAQADwAdABoAGwCNAAgAGgAiABkAFwAaAAwADwJiAAgAGgAgABIAEwAZACAAHwG+AAYAGgAXABcADAAdAXkAEAAaAA4AIAAYABAAGQAfAAQAGAAMABkADAASABAAHQCpAAYAFAAhABQADwAQATUAAwAUACEBEwAKABQAGAAQABkAHwAUABoAGQAeAdoACAAUABIAEgAEAA0AGgAjAdkABAAUABIAEgF7AA4AFAAOAB8AFAAaABkADAAdACQABAAMAA8ADwIqAA4AEAAfAAwAFAAXAAQAHgAQAA4AHwAUABoAGQHYAA0AEAAXABQADgAUABoAIAAeAAQADQAaACMB1wAJABAAFwAUAA4AFAAaACAAHgBnAAYAEAAXABAAHwAQAQ0AGQAQAA4AHQAQAAwAHgAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgEJABsAEAAOAB0AEAAMAB4AEAAEABMAGgAdABQAJQAaABkAHwAMABcABAAeABsADAAOABQAGQASAcEAEAAQAA4AFAAYAAwAFwAEABQAGQAOAB0AEAAMAB4AEAHCABAAEAAOABQAGAAMABcABAAPABAADgAdABAADAAeABACMQAIAAwAHwAMAAQAIgAQAA0CMAAIAAwAHwAMAAQAHgAcABcCRQAJAAwAHwAMAAQAHQAQAB4AHwIvAAkADAAfAAwABAAVAB4AGgAZAi4ACAAMAB8ADAAEAA4AHgAhAiMABAAMAB8ADAAIABIAKAA2AD4ASgBeAGoAgAEPAAoAJAAQAA8AHQAaABsAGwAQAB0CTQAGACMAGwAaAB0AHwIaAAMAIwAQAKUABQAcACAADAAXAdwACQAYAAwAFAAXAAQADQAaACMB2wAFABgADAAUABcBcAAKAA8AFAAfAAQAHwAaABoAFwAeAGYABAAPABQAHwA5AHQAlgCuAMoA6gD6ARABNAFOAVgBegGOAaYBugHSAeoCAAIOAioCSgJmAogCsALWAuoDBAMmA1IDYANqA4IDlAOoA74D3gPwBAIEJARIBFoEbAR+BJQEtATKBOAE9gUWBSoFPAVUBWYFfAWQBaIFrAXGAP8AEAAgABcAFwAEAB4ADgAdABAAEAAZAAQAEAAjABQAHwD+AAsAIAAXABcABAAeAA4AHQAQABAAGQDwAA0AHQAaABkAHwAEABAAFwAQABgAEAAZAB8A8gAPABoAHQAiAAwAHQAPAAQAEAAXABAAGAAQABkAHwC8AAcAGgAdACIADAAdAA8BuwAKABoAHQAYACAAFwAMAAQAEQAjAZgAEQAaAB0AGAAMAB8ABAAOABoADwAQAAQADQAXABoADgAWAWQADAAaAB0AGAAEABAAFwAQABgAEAAZAB8BYwAEABoAHQAYAS8AEAAaAB0AEAASAB0AGgAgABkADwAEAA4AGgAXABoAHQHDAAkAGgAZAB8ABAAeABQAJQAQAS4ACwAaABkAHwAEABEADAAYABQAFwAkAgIACQAaABcADwAQAB0ABAAgABsCAAALABoAFwAPABAAHQAEABoAGwAQABkCAwALABoAFwAPABAAHQAEABgAGgAdABACAQAKABoAFwAPABAAHQAEAAwADwAPAf8ABgAaABcADwAQAB0A3wANABcAFAAbAAQAIQAQAB0AHwAUAA4ADAAXAN4ADwAXABQAGwAEABMAGgAdABQAJQAaABkAHwAMABcBhQANABcADAAeABMABAAYAAwAGQAMABIAEAAdAYYAEAAUABkADwAEAAwAGQAPAAQAHQAQABsAFwAMAA4AEACIABMAFAAXAB8AEAAdAAQAHgAaAB0AHwAEAA8AEAAeAA4ABAAeABgAhwASABQAFwAfABAAHQAEAB4AGgAdAB8ABAAMAB4ADgAEAB4AGACGAAkAFAAXAB8AEAAdAAQAHgAYAIUADAAUABcAHwAQAB0ABAAOABcAEAAMAB0AigAQABQAFwAfABAAHQAEAAwADwAPAAQAEgAdABoAIAAbAIkAFQAUABcAHwAQAB0ABAAMAA8ADwAEABAAIwAbAB0AEAAeAB4AFAAaABkAhAAGABQAFwAfABAAHQIUAAQAFAAXABgCRAALABQAFwAQAB4ABAAQAB0AHQAaAB0CEwAIABQAFwAQAAQAJQAUABsCCgAJABQAFwAQAAQAIgAaAB0ADwI6AAoAFAAXABAABAAhABQADwAQABoCRgAPABQAFwAQAAQAHwAkABsAEAAeAA4AHQAUABsAHwIHAAgAFAAXABAABAAfACMAHwIOAAgAFAAXABAABAAbAB4ADwJAABAAFAAXABAABAAbAB0AGgASAB0ADAAYABgAFAAZABICPQARABQAFwAQAAQAGwAdABAAHgAQABkAHwAMAB8AFAAaABkCDAAIABQAFwAQAAQAGwAbAB8CDQAIABQAFwAQAAQAGwAPABECCwAIABQAFwAQAAQAGAAPAA0CPAAKABQAFwAQAAQAFAAYAAwAEgAQAiEADwAUABcAEAAEABMAGgAdABQAJQAaABkAHwAMABcCDwAKABQAFwAQAAQAEQAXAAwAHgATAgkACgAUABcAEAAEABAAIwAOABAAFwJDAAoAFAAXABAABAAQAB0AHQAaAB0CPwAPABQAFwAQAAQADwAUAB4ADgAEABQAGAAMABIAEAI+AAkAFAAXABAABAAPAAwAHwAMAggACAAUABcAEAAEAA4AHgAhAhAACwAUABcAEAAEAA4AGgAZABEAFAASAhIACAAUABcAEAAEAA0ADAAOAjsACgAUABcAEAAEAAwAIAAPABQAGgIRAAkAFAAXABAABAAMAB4ADgAjAgYACAAUABcAEAAEAAwADwAPAgUABAAUABcAEAHeAAwADAAOABAADQAaABoAFgAEAA0AGgAjAd0ACAAMAA4AEAANABoAGgAWABMAKABEAG4AmAC6AM4A2gDyAPwBEAEyAT4BXgF2AYwBmgG2AcIBzgIsAA0AHQAaACAAGwAEAB4AEAAOAB8AFAAaABkCJgAUAB0AGgAgABsABAATABAADAAPABAAHQAEAB4AEAAOAB8AFAAaABkCJwAUAB0AGgAgABsABAARABoAGgAfABAAHQAEAB4AEAAOAB8AFAAaABkCMgAQAB0AGgAgABsABAAOABoAFwAXABAADgAfABQAGgAZAWoACQAdABoAIAAbAAQADQAaACMASwAFAB0AGgAgABsASgALAB0AFAAPAAQAFwAMACQAGgAgAB8ASQAEAB0AFAAPAOsACQAdABAAJAAeAA4ADAAXABAAqAAQAB0AEAAMAB8AEAAdAAQAGgAdAAQAEAAcACAADAAXAk4ABQAdAAwAGwATAeIADwAaABoAEgAXABAABAAbABcAIAAeAAQADQAaACMB4QALABoAGgASABcAEAAEABsAFwAgAB4B4AAKABoAGgASABcAEAAEAA0AGgAjAd8ABgAaABoAEgAXABABzAANABcAGgANABAABAAaACAAHwAXABQAGQAQAc0ABQAXABoADQAQAJYABQAQAAwAHQAeAJUABAAQAAwAHQAUACoATgBsAJoAyADoAQgBFAEeASgBRAFQAVYBcAF6AYABhgGMAZIBmACQABEAJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQAEAB4AGACPAA4AJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQGbABYAJAAbABAAHQAXABQAGQAWAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBnQAWACQAGwAQAB0AFwAUABkAFgAEABIAFwAaAA0AEAAEAB0AEAAYABoAIQAQAZwADwAkABsAEAAdABcAFAAZABYABAASABcAGgANABABngAPACQAGwAQAB0AFwAUABkAFgAEABAAGAAMABQAFwIWAAUAHwAYABcACgIXAAQAHwAYABcAWgAEABoAGAAQAMcADQAQAAwAHQAfAAQAGgAgAB8AFwAUABkAEADIAAUAEAAMAB0AHwDAAAIADwBNAAwADAAZAA8AFwAQAB0ABAAPAB0ADAASALMABAAMABkADwE8AAIACwE7AAIACgE6AAIACQE5AAIACAE4AAIABwE3AAIABgAVACwAOgBWAGoAhgCeALIAygDqAQoBPgF2AYIBkAGeAbgB2gIAAhoCMAJgASwABgAfAAwAFwAUAA4A6QANABkAIQAQAB0AHwAEAA4AGgAXABoAHQAeAUEACQAZAB4AEAAdAB8ABAAgABsBQgANABkAHgAQAB0AHwAEABgAFAAPAA8AFwAQAUMACwAZAB4AEAAdAB8ABAAPABoAIgAZAjkACQAZABMAEAAdABQAHwAQAA8A0wALABkAEQAaAB0AGAAMAB8AFAAaABkBPwAPABkADwAQABkAHwAEABQAGQAOAB0AEAAMAB4AEAFAAA8AGQAPABAAGQAfAAQADwAQAA4AHQAQAAwAHgAQAQwAGQAZAA4AHQAQAAwAHgAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgEIABsAGQAOAB0AEAAMAB4AEAAEABMAGgAdABQAJQAaABkAHwAMABcABAAeABsADAAOABQAGQASAdQABQAZAA0AGgAjAkwABgAYABsAGgAdAB8BAQAGABgADAASABAAHgDbAAwAGAAMABIAEAAEAB0AEAAeABQAJQAQAX4AEAAYAAwAEgAQAAQAGAAMABsABAAQAA8AFAAfABoAHQF8ABIAGAAMABIAEAAEABcAFAASABMAHwAEAA8AFAAMABcAGgASANgADAAYAAwAEgAQAAQAEAAjABsAGgAdAB8BfQAKABgADAASABAABAAQAA8AFAAfAcQAFwAYAAwAEgAQAAQADAANAB4AGgAXACAAHwAQAAQAGwAaAB4AFAAfABQAGgAZANcABQAYAAwAEgAQAAsAGABGAHgAogDQAQABNAFmAZwBzAIAASUAFgAgAB4AHwAUABEAJAAEAB4AHwAMAB0AHwAEACEAEAAdAB8AFAAOAAwAFwEgABgAIAAeAB8AFAARACQABAAeAB8ADAAdAB8ABAATABoAHQAUACUAGgAZAB8ADAAXAScAFAAgAB4AHwAUABEAJAAEABAAGQAPAAQAIQAQAB0AHwAUAA4ADAAXASIAFgAgAB4AHwAUABEAJAAEABAAGQAPAAQAEwAaAB0AFAAlABoAGQAfAAwAFwEmABcAIAAeAB8AFAARACQABAAOABAAGQAfABAAHQAEACEAEAAdAB8AFAAOAAwAFwEhABkAIAAeAB8AFAARACQABAAOABAAGQAfABAAHQAEABMAGgAdABQAJQAaABkAHwAMABcBKAAYACAAHgAfABQAEQAkAAQADQAQAB8AIgAQABAAGQAEACEAEAAdAB8AFAAOAAwAFwEjABoAIAAeAB8AFAARACQABAANABAAHwAiABAAEAAZAAQAEwAaAB0AFAAlABoAGQAfAAwAFwEpABcAIAAeAB8AFAARACQABAAMAB0AGgAgABkADwAEACEAEAAdAB8AFAAOAAwAFwEkABkAIAAeAB8AFAARACQABAAMAB0AGgAgABkADwAEABMAGgAdABQAJQAaABkAHwAMABcCGQACAB4AAwAIACgASACkAA8AGwAUAAQAHgAfAAwAHwAgAB4ABAAaABsAEAAZAKMADwAbABQABAAeAB8ADAAfACAAHgAEABMAGgAXAA8AogAPABsAFAAEAB4AHwAMAB8AIAAeAAQADwAQABkAJAAZADQAQgBOAFgAdgCYALYA0ADqAPwBGAE4AUQBdAGUAb4B2AHyAfwCGAI2Al4CegKWAqQAjAAGABoAEgAaACAAHwCLAAUAGgASABQAGQBuAAQAGgAOABYBPgAOABQAHgAfAAQAIAAZABoAHQAPABAAHQAQAA8CSwAQABQAHgAfAAQAHQAaABgADAAZAAQAHgAYAAwAFwAXAkoADgAUAB4AHwAEAB0AGgAYAAwAGQAEAA0AFAASAT0ADAAUAB4AHwAEABoAHQAPABAAHQAQAA8B5AAMABQAGQAWABAADwAUABkABAANABoAIwHjAAgAFAAZABYAEAAPABQAGQBsAA0AFAAZABYABAAhABAAHQAfABQADgAMABcAagAPABQAGQAWAAQAEwAaAB0AFAAlABoAGQAfAAwAFwJbAAUAFAAZABAABgJgABcAFAAZABAABAAeAB8ADAAOABYAEAAPAAYABQAFAAQAGAAMAB0AFgAQAB0AHgJdAA8AFAAZABAABAAeAB8ADAAOABYAEAAPAAYABQAFAl8AFAAUABkAEAAEAB4AHwAMAA4AFgAQAA8ABAAYAAwAHQAWABAAHQAeAlwADAAUABkAEAAEAB4AHwAMAA4AFgAQAA8CXgAMABQAGQAQAAQAGAAMAB0AFgAQAB0AHgDmAAQAFAAZABAApwANABAAHgAeAAQAGgAdAAQAEAAcACAADAAXAFIADgAMACQAGgAgAB8ABAAeAB8ADAAOABYAEAAPAFEAEwAMACQAGgAgAB8ABAAeABQADwAQAAQADQAkAAQAHgAUAA8AEABQAA0ADAAkABoAIAAfAAQABwAEAA0AJAAEAAcATwANAAwAJAAaACAAHwAEAAYABAANACQABAAJAE4ABgAMACQAGgAgAB8AkQAGAAwAIAAZAA4AEwATACgAQABQAGwAjACqALgAygDmAQABDAEWATIBVgFsAaQBxAHiAgQB5gALACQAHgAbAAwADgAQAAQADQAaACMB5QAHACQAHgAbAAwADgAQAFcADQAaAB0AEAAEACEAEAAdAB8AFAAOAAwAFwBYAA8AGgAdABAABAATABoAHQAUACUAGgAZAB8ADAAXAZoADgAaAA8AIAAXABAABAAYAAwAGQAMABIAEAAdAN0ABgAUAB0AHQAaAB0AoQAIABQAGQAgAB4ABAAeABgAfQANABQAGQAgAB4ABAAaACAAHwAXABQAGQAQAH4ADAAUABkAIAAeAAQADgAUAB0ADgAXABAAfAAFABQAGQAgAB4AVgAEABAAGQAgAYMADQAQAA8AFAAMAAQAGAAMABkADAASABAAHQHPABEADAAdABYAEAAdAAQAGwAUABkABAAfAAwAHQASABAAHwHOAAoADAAdABYAEAAdAAQAGwAUABkBCwAbAAwAFgAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgAEABAAHAAgAAwAFwEFAA8ADAAWABAABAAeAAwAGAAQAAQAIgAUAA8AHwATAQQADgAMABYAEAAEAB4ADAAYABAABAAeABQAJQAQAQYAEAAMABYAEAAEAB4ADAAYABAABAATABAAFAASABMAHwEHAB0ADAAWABAABAATABoAHQAUACUAGgAZAB8ADAAXAAQAHgAbAAwADgAUABkAEgAEABAAHAAgAAwAFwADAAgAIgA2ANIADAAaAB8AFAARABQADgAMAB8AFAAaABkApgAJABoAHwAEABAAHAAgAAwAFwBfAA4AGgAZAAQAHQAQAA4AIAAdAB0AEAAZAA4AEAABAAQAWQAHACEAEAAdABcADAAbACkAVABgAHAAgACaALIAvADOAN4A6AEEARgBIAEoAUIBUgFkAXABkgGwAcYB/AIcAjgCRAJWAnwCqAK+AuADBAMkA0wDcAOMA6QDrAO8A8gD6AQQAGUABQAdABQAGQAfAJgABwAdABAAIQAUABAAIgCgAAcAFwAgAB4ABAAeABgAegAMABcAIAAeAAQAGgAgAB8AFwAUABkAEAB7AAsAFwAgAB4ABAAOABQAHQAOABcAEAB5AAQAFwAgAB4AwgAIABcADAAkABcAFAAeAB8AxAAHABcADAAkAAQAHgAYALgABAAXAAwAJAHoAA0AFAAZAB8AEAAdABAAHgAfAAQADQAaACMB5wAJABQAGQAfABAAHQAQAB4AHwHQAAMAFAAZAmEAAwAUABAA1gAMABMAGgAfABoABAAOAAwAGAAQAB0ADAG/AAcAEAAdAA4AEAAZAB8AxQAIAAwAIAAeABAABAAeABgAuQAFAAwAIAAeABABjwAQAAwAHgAfABAABAAbABcADAAUABkABAAfABAAIwAfAY4ADgAMAB4AHwAQAAQAGAAMAB0AFgAPABoAIgAZAY0ACgAMAB4AHwAQAAQAEwAfABgAFwGMABoADAAeAB8AEAAEABEAHQAaABgABAAiABoAHQAPAAQAHgAfAB0AFAAbAAQAEQAUABcAEAGLAA8ADAAeAB8AEAAEABEAHQAaABgABAAiABoAHQAPAYoADQAMAB4AHwAQAAQADAAeAAQAEwAfABgAFwGJAAUADAAeAB8AEAFuAAgADAAeAB4AIgAaAB0ADwJCABIADAAdAAwAGAAQAB8AEAAdAB4ABAAgABkAFgAZABoAIgAZAkEAFQAMAB0ADAAYABAAHwAQAB0AHgAEAA0AJAAfABAABAAMAB0AHQAMACQCLQAKAAwAHQAMABgAEAAfABAAHQAeAjcAEAAMAB0ADAAYABAAHwAQAB0ABAAeAB8AHQAUABkAEgI2ABEADAAdAAwAGAAQAB8AEAAdAAQAFAAZAB8AEAASABAAHQI1AA8ADAAdAAwAGAAQAB8AEAAdAAQAEQAXABoADAAfAjQAEwAMAB0ADAAYABAAHwAQAB0ABAAPAAwAHwAQAAQAHwAUABgAEAIzABEADAAdAAwAGAAQAB8AEAAdAAQADQAaABoAFwAQAAwAGQFvAA0ADAAdAAwAEgAdAAwAGwATAAQADAAPAA8BswALAAwAGQAQAAQAEQAdABAAEAAlABAAnAADAAwAGQDkAAcADAAXABAAHwAfABAA5QAFAAwAFAAZAB8BKgAPAAwAEgAQAAQAGwAdABoAGwAQAB0AHwAUABAAHgIoABMADAASABAABAATABAADAAPABAAHQAEAB4AEAAOAB8AFAAaABkCKQATAAwAEgAQAAQAEQAaABoAHwAQAB0ABAAeABAADgAfABQAGgAZAAQACgAcADwAXADUAAgAIAAQAB4AHwAUABoAGQCwAA8AHQAEAA4AGgAPABAABAAeAA4ADAAZABkAEAAdAK4ADwAdAAQADgAaAA8AEAAEABoAIAAfABcAFAAZABAArwAHAB0ABAAOABoADwAQAB0APABcAGwAdAB+AJQAsADKAOIA8AD6AQgBGgEyAT4BagGWAaYB1gIKAh4CLAI2AkwCWgKCApoCtgLQAU0ADwAgABcAEAAEABMAGgAdABQAJQAaABkAHwAMABcB+gAHAB4AHgAEAA0AGgAjAfkAAwAeAB4AVAAEABoAIgAeAbQACgAaACIABAARAB0AEAAQACUAEADvAA0AGgAgABkADwAEAA4AGgAdABkAEAAdAB4A4QAMABoAHwAMAB8AEAAEAB0AFAASABMAHwDiAAsAGgAfAAwAHwAQAAQAFwAQABEAHwDgAAYAGgAfAAwAHwAQAm4ABAAaAB4AEAC7AAYAEAAiABQAGQAPAGAACAAQAB4AEAAfAAQAHgAYAQAACwAQAB4AEAAfAAQADgAaABcAGgAdAF0ABQAQAB4AEAAfAiQAFQAQABsAGgAdAB8ABAATABAADAAPABAAHQAEAB4AEAAOAB8AFAAaABkCJQAVABAAGwAaAB0AHwAEABEAGgAaAB8AEAAdAAQAHgAQAA4AHwAUABoAGQBVAAcAEAAaAB0ADwAQAB0BDgAXABAAGAAaACEAEAAEACEAEAAdAB8AFAAOAAwAFwAEAB4AGwAMAA4AFAAZABIBCgAZABAAGAAaACEAEAAEABMAGgAdABQAJQAaABkAHwAMABcABAAeABsADAAOABQAGQASAGEACQAQABcAGgAMAA8ABAAeABgAXgAGABAAFwAaAAwADwBcAAQAEAAPABoB6gAKABAADwAPABQAHwAEAA0AGgAjAekABgAQAA8ADwAUAB8A0QATAAwADwAUABoADQAgAB8AHwAaABkABAAOABMAEAAOABYAEAAPANAACwAMAA8AFAAaAA0AIAAfAB8AGgAZAmwADQAMAA8ADAAdAAQAGAAMAB0AFgAQAB0AHgJtAAwADAAPAAwAHQAEABEAFAAXABcAEAAPAmsABQAMAA8ADAAdAC0AXABqAIAAiACcALAAxgDiAQQBHgFKAXIBmgG8AeYCAgISAhwCKAJCAkwCaAKCApYCrgLAAuQDCAMcAyQDPgNWA2oDegOGA5IDugPQA+YEJARSBIwEtgTGBNABvQAGACQAGAANABoAFwE0AAoAIAAbAAQAHgAOAB0AFAAbAB8BvAADACAAGADBAAkAIAANAB8AFAAfABcAEAAeAiIACQAgAA0AHQAQABsAGgAdAB8BMwAKACAADQAEAB4ADgAdABQAGwAfAZkADQAfACQAFwAQAAQADQAgABQAFwAPABAAHQHsABAAHwAgABgADQAXABAABAAgABsAGgAZAAQADQAaACMB6wAMAB8AIAAYAA0AFwAQAAQAIAAbABoAGQGXABUAHwAdABQAGwAEACIAGgAdAA8ABAARABoAHQAYAAwAHwAfABQAGQASAZYAEwAfAB0AFAAbAAQAHgAbAAwAGQAEABAAFwAQABgAEAAZAB8AHgGVABMAHwAdABQAGwAEABEAGgAZAB8ABAAQABcAEAAYABAAGQAfAB4BlAAQAB8AHQAUABsABAAOAB4AHgAEABEAGgAdABgADAAfAZMAFAAfAB0AFAAbAAQADAAXABcABAARABoAHQAYAAwAHwAfABQAGQASATIADQAfAB0AFAAWABAAHwATAB0AGgAgABIAEwDGAAcAHwAaABsABAAeABgAugAEAB8AGgAbALUABQAfABQADgAWAMkADAAfAAwAHQAEABoAIAAfABcAFAAZABAAygAEAB8ADAAdAbcADQAbABAAFwAXAAQADgATABAADgAWABAAHQCDAAwAGgAdAB8ABAAPABAAHgAOAAQAHgAYAIAACQAaAB0AHwAEAA8AEAAeAA4AggALABoAHQAfAAQADAAeAA4ABAAeABgAfwAIABoAHQAfAAQADAAeAA4BEgARABkADAAbAAQAHwAaAAQAHgAZAAwAGwAXABQAGQAQAB4BEQARABkADAAbAAQAHwAaAAQAEgAdABQADwAXABQAGQAQAB4BEAAJABkADAAbAAQAEgAdABQADwIfAAMAFwAZAQMADAAUACUAEAAEAB8AGgAEABIAHQAUAA8BggALABQAFwAhABAAHQAXABQAEgATAB8AsgAJABQAEgAZAAwAHwAgAB0AEADtAAcAEwAMAB0AGwAQABkB0gAFABMADAAdABAA7gAFABMADAAbABAAtwATABAAHwAEAA4AGgAXACAAGAAZAAQAGwAaAB4AFAAfABQAGgAZAWgACgAQABcAEAAOAB8ABAANABoAIwFmAAoAEAAXABAADgAfAAQADAAXABcCZgAeAA4ADAAfAB8AEAAdAAQAHgAfAB0ADAAUABIAEwAfAAQAFwAUABkAEAAeAAQAGAAMAB0AFgAQAB0AHgJnABYADgAMAB8AHwAQAB0ABAAeAB8AHQAMABQAEgATAB8ABAAXABQAGQAQAB4CZAAcAA4ADAAfAB8AEAAdAAQAHgAYABoAGgAfABMABAAXABQAGQAQAB4ABAAYAAwAHQAWABAAHQAeAmUAFAAOAAwAHwAfABAAHQAEAB4AGAAaABoAHwATAAQAFwAUABkAEAAeAmMABwAOAAwAHwAfABAAHQBkAAQADAAhABAA6AAKAAwAHwAgAB0ADAAfABQAGgAZADsAeACQAKAAtgDEAOIBEgEsAV4BiAGyAeQCDgIqAkYCdgKaArICzgLwAxADMANOA14DcAOEA6YDygPmBAIEMAReBIAEogTEBO4FFgVCBWgFggWcBdAGAgYqBlIGfgaiBrgGzgb6ByQHUgd4B6oH2ggOCEAIcAikAfIACwAiABQAHwAfABAAHQAEAA0AGgAjAfEABwAiABQAHwAfABAAHQHwAAoAIAAYAA0AFwAdAAQADQAaACMB7wAGACAAGAANABcAHQDOAA4AHQAUAAQAHgAfAAwAHwAQAAQAGQAgABcAFwDNABcAHQAUAAQAHgAfAAwAHwAQAAQAFAAZAA8AEAAfABAAHQAYABQAGQAMAB8AEADqAAwAHQAMABkAHgAbABAAHQAMABkADgAkAXgAGAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAB0AEAAVABAADgAfAAQADAAXABcBdwAUAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAHQAQABUAEAAOAB8BdAAUAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAEAAZAAwADQAXABABdgAYAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQADAAOAA4AEAAbAB8ABAAMABcAFwF1ABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAMAA4ADgAQABsAHwFzAA0AHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4BtgANABoAGgAXAA0ADAAdAAQAEQAXABoADAAfAboAFwAaABIAEgAXABAABAARACAAFwAXAAQAHgAOAB0AEAAQABkABAAYABoADwAQAjgAEQAaAA4ABAAeABAADgAfABQAGgAZAAQAFwAQACEAEAAXAisACwAaAA4ABAAeABAADgAfABQAGgAZAPoADQATACAAGAANABkADAAUABcAHgAEACAAGwD7ABAAEwAgABgADQAZAAwAFAAXAB4ABAAdABQAEgATAB8A/QAPABMAIAAYAA0AGQAMABQAFwAeAAQAFwAQABEAHwD8AA8AEwAgABgADQAZAAwAFAAXAB4ABAAPABoAIgAZAW0ADgAQACMAHwANABoAIwAEABMAFAAPAA8AEAAZAWwABwAQACMAHwANABoAIwFrAAgAEAAjAB8ADAAdABAADAFMAAkAEAAjAB8ABAAiAB0ADAAbAXEAEAAQABgAGwAXAAwAHwAQAAQAGAAMABkADAASABAAHQHuABEAEAAXABcABAAMAAQAEQAdABQAEAAZAA8ABAANABoAIwHtAA0AEAAXABcABAAMAAQAEQAdABQAEAAZAA8BsgANAAwADQAXABAABAAgABkAGAAQAB0AEgAQAagAFgAMAA0AFwAQAAQAHQAaACIABAAUABkAHgAQAB0AHwAEAA0AEAAXABoAIgGnABYADAANABcAEAAEAB0AGgAiAAQAFAAZAB4AEAAdAB8ABAAMAA0AGgAhABABywAQAAwADQAXABAABAAdABoAIgAEABIAHQAaACAAGwAeAaoAEAAMAA0AFwAQAAQAHQAaACIABAAPABAAFwAQAB8AEAGiABAADAANABcAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4CSQAUAAwADQAXABAABAAbABoAHgAUAB8AFAAaABkABAAdABQAEgATAB8CRwATAAwADQAXABAABAAbABoAHgAUAB8AFAAaABkABAAXABAAEQAfAkgAFQAMAA0AFwAQAAQAGwAaAB4AFAAfABQAGgAZAAQADgAQABkAHwAQAB0BoAASAAwADQAXABAABAAXABQAEgATAB8ABAAPABQADAAXABoAEgGsAAwADAANABcAEAAEAA8AEAAXABAAHwAQAcoADAAMAA0AFwAQAAQADgAaAB0AGQAQAB0BpgAZAAwADQAXABAABAAOABoAFwAgABgAGQAEABQAGQAeABAAHQAfAAQAHQAUABIAEwAfAaUAGAAMAA0AFwAQAAQADgAaABcAIAAYABkABAAUABkAHgAQAB0AHwAEABcAEAARAB8ByQATAAwADQAXABAABAAOABoAFwAgABgAGQAEABIAHQAaACAAGwAeAakAEwAMAA0AFwAQAAQADgAaABcAIAAYABkABAAPABAAFwAQAB8AEAGkABUADAANABcAEAAEAA4AEAAXABcABAAbAB0AGgAbABAAHQAfABQAEAAeAasAEQAMAA0AFwAQAAQADgAQABcAFwAEAA8AEAAXABAAHwAQAaMACgAMAA0AFwAQAAQADgAQABcAFwHIAAoADAANABcAEAAEAA0AGgAPACQBUAAVAAwADQAXABAABAAMABcAFAASABkABAAfABoAGwAEAB0AFAASABMAHwFOABQADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQAFwAQABEAHwFPABYADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQADgAQABkAHwAQAB0BVwASAAwADQAXABAABAAMABcAFAASABkABAAdABAAGAAaACEAEAFTABgADAANABcAEAAEAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAHQAUABIAEwAfAVEAFwAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAXABAAEQAfAVIAGQAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAOABAAGQAfABAAHQFWABgADAANABcAEAAEAAwAFwAUABIAGQAEAA0AGgAfAB8AGgAYAAQAHQAUABIAEwAfAVQAFwAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAXABAAEQAfAVUAGQAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAOABAAGQAfABAAHQGhAAUADAANABcAEAALABgAIgAwAEAATgBaAGgAiACsALwAxgHTAAQAHgAQAB0AjgAGABsAFwAaAAwADwC2AAcAGQAeAB8AFAAOABYAgQAGABkAHgAaAB0AHwHRAAUAGQAbABQAGQBvAAYAGQAXABoADgAWAG0ADwAZABcAFAAZABYABAAhABAAHQAfABQADgAMABcAawARABkAFwAUABkAFgAEABMAGgAdABQAJQAaABkAHwAMABcATAAHABkAEgAdABoAIAAbAFsABAAZAA8AGgEtAAkAGQAPABAAHQAXABQAGQAQAAoAFgAqAEAAWABsAHgAlgCkAKoAzAC+AAkAGgAXACAAGAAQAAQAIAAbAL8ACgAaABcAIAAYABAABAAaABEAEQC9AAsAGgAXACAAGAAQAAQADwAaACIAGQH8AAkAFAAYABAAGgAEAA0AGgAjAfsABQAUABgAEAAaAYQADgAUAA8AEAAaAAQAEAAjAB8AEAAdABkADAAXAhwABgANABsAHQAaABUCHgACAA0BuAAQAAwAFwAUAA8ADAAfABQAGgAZAAQAIwATAB8AGAAXAbkADwAMABcAFAAPAAwAHwAUABoAGQAEAA8ADAAfAAwABwAQAB4AOABYAGgAiACWAJcABgAdABAAGQAOABMBxQAMABQAJQAMAB0ADwAEAB8ADAANABcAEAHHAA8AFAAlAAwAHQAPAAQADgAdABoAHgAeAB8ADAANAJMABwAUABkADwAaACIAHgCUAA8AFAAZAA8AGgAiAAQAGAAUABkAFAAYABQAJQAQAJIABgAUABkADwAaACIA1QAHAAwAHQAZABQAGQASAAQACgAiADIASAH+AAsAGgAgAB8AIAANABAABAANABoAIwH9AAcAGgAgAB8AIAANABAB9AAKAAwAGAAYABAAHQAEAA0AGgAjAfMABgAMABgAGAAQAB0ABQAMAB4ALgBK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ESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/AAFAAQD/AP7AAQD/AAEA/wABQAEA/wABQAEA/wABAP8A/sABAP8AAUABAP8AA4D/AP2AAQD/AAEAQAEA/wABAAFA/wABAP3AAQBAAQD8gAEAAAAGAEAAQAPAA4AAAwAHAAsADwATABcAABMzFSMlFSE1ATM1IwUhNSEBMzUjBSE1IUDAwAEAAoD8gMDAAQACgP2A/wDAwAEAAoD9gAOAwMDAwP4AwMDA/gDAwMAAAAQAQABAA4ADgAADAAcACwAPAAATIREhESERIQEhESEZASERQAGA/oABgP6AAcABgP6AAYABwP6AAcABgPzAAYABwP6AAYAAAAQAQABAA4ADgAADAAcACwAPAAATIREhEyERIQEhESEDESERQAGA/oBAAQD/AAHAAQD/AEABgAHA/oACAAEA/UABAAIA/oABgAAAAAACAUAAQAKAA0AAAwAHAAABMxEjExEzEQFAgIDAgANA/QADAP0AAwAABgBAAAADgAPAAAMABwALAA8AEwAXAAAlIRUhNSE1IQEhESEFITUhESE1IQEVITUBgAIA/gACAP4A/sABAP8AAUACAP4AAgD+AP7AA0CAgMCA/sACwICA/sCAAcDAwAAABQBAAAADgAPAAAMABwALAA8AEwAAEyERIQEVITUBITUhESE1IREhNSFAAYD+gAHAAYD+gAGA/oABgP6AAYD+gAPA/EADwMDA/kDA/kDA/kDAAAAABABAAAADgAPAAAMABwALAA8AABMhESEBIREhASERIQEhESFAAYD+gAHAAYD+gP5AAYD+gAHAAYD+gAIAAcD+QAHA/EABwP5AAcAAAAQAQAAAA4ADwAADAAcACwAPAAA3IRUhESE1ITUhNSERFSE1QANA/MADQPzAA0D8wANAwMABAMBAwAEAwMAAAAAFAEAAAAOAA8AAAwAHAAsADwATAAATIRUhESE1ISUhNSEBESERASE1IUABgP6AAYD+gAHAAYD+gP5AA0D+gAGA/oABwMD/AMBAwAIA/kABwPxAwAADAIAAAANAA4AAAwAHAAsAABMzESMhMxEjIREzEYDAwAEAwMABAMADgPyAA4D8gAOAAAAAAwBAAIADwANAAAMABwALAAABFSE1ERUhNREhFSEDwPyAA4D8gAOAA0DAwP8AwMD/AMAA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gECAQAIA/gBAgIABoEBAKDg4KEBAQl5eQmBAQEBAQALAQICAgIBA/gBAgICAgEACAP6AQDgoKDhAXkJCXgFAQP8AQAAABgAA/8AEAAPAAAYACgASABoAIgAqAAABIREhESERBTMVIxMjFTMVIxEzESMVMxUjETMlNSMVIzUhFSEjNSMVIzUhAoD9gAEAAwD8QICAgEBAgIBAQICAAQBAgAFAAYCAQIABQAPA/AADAAEAQID9wECAAUABAECAAUBAQECAgEBAgAAABQA/AAADvwOAAAQACAANABIAFgAAEyERIREDMxEjEyERIREXITUhFQERMxG/AoD9gIBAQIACgP2AQAIA/gACgEADAP8AAQD9AAOA/gD/AAEAwICAAsD8gAOAAAAFAD8AAAO/A4AAAwAIAAwAEAAVAAABESERAyE1IRUBESERFyMRMwEVITUhAb//AIADgPyAAwD/AMCAgP1AA4D8gAMA/YACgP0AQEADAP2AAoBA/gACwEBAAAAAAAMAPwAAA38DgAADAAcADAAAASERIQEzESMTESERIQJ//kABwP3AQECAAsD9QAIAAQD9AAOA/gD/AAEAAAEAfwAAAz8DgAATAAAlIRUjNSERITUjETM1MxUzESMVIQM//sBA/sABQMDAQMDAAUCAgIABAIABAICA/wCAAAADAIEAAAPBA4AABAAIAA0AAAEhESERJREzEQEhESERAYEBwP5AAgBA/MACwP1AAwD/AAEAgPyAA4D9AAEA/wAABAA/AAADvwOAAAMABwALABAAAAEhESEBMxEjIREzEQEhESERAz/9gAKA/QBAQANAQP0CAoD9gAIAAQD9AAOA/IADgP0AAQD/AAAAAAMAPwCAA78DQAATABcAGwAAAREhESM1IRUjFTMVITUzESERMzUFIzUzASMRMwM//wCA/wCAgAEAgAEAgP3AgIABgICAAgABQP7AwMBAwMD+wAFAQMCA/wABAAAAAwBAAEADwAOAAAMABwALAAATIREhAxUhNQEhESHAAQD/AIADgP6AAQD/AAMA/kACQEBA/MACwAABAD8AgAO/A0AAEwAAASMRIREjFSE1IzUzNSEVMxEhETMDv4D/AID/AICAAQCAAQCAAcD+wAFAwMBAwMABQP7AAAAAAAMAP//+A78DPgADAAgADAAAJSERIQEVITUhASERIQG//wABAP6AA4D8gAMA/wABAH4BwP4AQEADAP1AAAQAPwAAA78DgAADAAgADQARAAABESERAyE1IRURFSE1IQURIREBv/8AgAOA/IADgPyAAgABAAMA/YACgP0AQEADgEBAfv2AAoAAAAADAH8AAAM/A4AAFAAYABwAAAE1MxEjNSMVIxEzFSERIRUzNSERIQchNSERIzUzAf/AwEDAwP7AAUBAAUD+wED/AAEAgIABgIABAICA/wCA/wCAgAEAwIABAIAAAAMAPwAAAv8DgAADAAcADAAAEyERIQczESMFESERIb8BAP8AgEBAAcABAP8AAwD9gIADgH79gAKAAAAAAAMAfwAAAz8DgAAEAAgADAAAEyERIREBMxEjFxEhEX8BAP8AAUBAQIABAAMA/YACgP0AA4B+/YACgAAAAAMBAQAAA8EDgAAEAAgADAAAASERIRElETMRASERIQEBAQD/AAKAQP6AAQD/AAMA/YACgID8gAOA/QICgAAAAAAE//8AAAP/A4AABAAIAAwAEQAAEyERIRElETMRASERIQEzESMRfwEA/wADQED+gAEA/wD9gEBAAwD9gAKAgPyAA4D9AgKA/P4DgPyAAAAAAAT//wAAA/8DgAADAAcACwAQAAATIREhAREzEQEhESEBMxEjEb8BAP8AAwBA/kABAP8A/cBAQAMA/YADAPyAA4D9AgKA/P4DgPyAAAADAD8AwAO/A4AAAwAIAA0AAAEhESElFSE1IRMhESERAz/9gAKA/QADgPyAggKA/YACAAEAgEBA/UABAP8AAAAAAwA/AIADvwNAAAMACAANAAABIREhARUhNSETIREhEQM//YACgP0AA4D8gIICgP2AAkABAP7AQED+gAEA/wAAAAMAP//+A78CvgADAAgADQAAASERIQEVITUhNyERIREDP/2AAoD9AAOA/ICCAoD9gAG+AQD9gEBAQAEA/wAAAAAEAD//wAO/A8AABAAJAA4AEwAAEyERIREDITUhFTchESERAxUhNSG/AoD9gIADgPyAggKA/YCCA4D8gANA/wABAPyAQECAAQD/AAOAQEAAAAQAP//AA78DwAAEAAkADgATAAATIREhEQMhNSEVNyERIREDFSE1Ib8CgP2AgAOA/ICCAoD9gIIDgPyAAwD/AAEA/MBAQMABAP8AA0BAQAAAAwCA/9MDrQOAACwANABHAAAlBwYiLwEOASMiJy4BJyY1NDY3FxYyPwE2NC8BPgEzMhceARcWFRQGBxcWFAcvAQ4BBxc3MQEhFTMRMxEnISIGFREUFjMhNSEDrS0TNRK6EiYULikpPRESBwZiEjYSLhISYhEmFC4pKT0REgcGuhMTLa0JFw2tLf1AAcDAQMD+ABslJRsBQP7AAC0TE7oGBxIRPSkpLhQmEWISEi4SNRNiBgcSET0pKS4UJhG6EzUTLa0NFwmtLQMTwP8AAUDAJRv9ABslQAAAAwEAAIADAAMAACcAPQBSAAABMzIWFx4BFx4BFx4BFRQGBw4BBx4BFx4BFRQGBw4BBw4BBw4BByMRFxUzMjY3PgE3PgE1NCYnLgEnLgErAR0BMzI2Nz4BNz4BNTQmJy4BJy4BIwEA6CY4ExIiDw4ZCgoJDAwMIRUeLQ8QEAoLChsSEisaEE4+wYA+Ji4KEBoKCQoICQgYEAo3LjNhIywJDxcJCggHBwcUDQ05LQMAAwMEDQoKGxARJRUWKhITHAoIHRUUMRsWKhUVIQwMEAICAgECgGuUAgECCwoJGRAOGQkJCwIBAf6rAgICDQoKGxIOGQoKDgUEBQABAQAAgAMAAwAACwAAATchBzMDIwchNyMTAvIO/o4Odmx8DgFyDnZsAsBAQP4AQEACAAAAAgEAAEADAANAAAMAIwAAJSEVIQERFAYHDgEjIiYnLgE1ESMRFBceARcWMzI3PgE3NjURAQACAP4AAYAKCxE4IiI4EQsKgBYWSC4uMDAuLkgWFoBAAwD+QBERBwsMDAsHEREBwP5ANSQlLgoKCgouJSQ1AcAAAAAAAQEAAIADAAMAAAcAACURIychFSMRAcC+AgIAwIACAICA/gAAAgDAAIADQAMAAAgADAAAASMDMzchFzMDAxsBIwJXrumALwEiL4DpumNjxgMA/YCAgAKA/oABEP7wAAAABABAAIADwAMAAB8ANAA8AEAAACUjNSMOASMiJicuATU0Nj8BNCYjIgYHNT4BMzIWFRExJwcOAQcOARUUFhceATMyNjc+AT0BBTMDIwMzNzMnNxcjA8BYARU9KB0uERERQkF2KCkjQR0gSSlMTFdUFB0KCgoJCQkZDxUiDQ4O/ndg0GDQYDTYuU1NmoBIJCQQEBAqGzhCChEqKxkYTxMSSkv+884MAwkHBxgSDBUICAgODw4lFiPOAoD9gKBg7OwABABAAIADwAMAAB8ANAA8AEAAACUjNSMOASMiJicuATU0Nj8BNCYjIgYHNT4BMzIWFREzJwcOAQcOARUUFhceATMyNjc+AT0BBTMDIwMzNzMnNxcjAZFYAhQ9KB4uERARQUF3KSgkQB0gSSlMSwFYVBMeCgoKCQoJGA8VIg4NDgInYNBg0GA02LlNTZqASCQkEBAQKhs4QgoRKisZGE8TEkpL/vPODAMJBwcYEgwVCAgIDg8OJRYjzgKA/YCgYOzsAAAAAAUAAACABAACgACcALAAwQDOANsAAAE0Njc+ATMyFhceARc3LgEnLgEjIgYHDgEHDgEVIzwBNTQmJy4BJy4BJy4BIyIGBzUjESM1NCYnLgEnLgEnLgEjIgYHDgEHDgEHFz4BNz4BMzIWFx4BFRwBFQ4BBw4BBw4BByMVMw4BFRQWFx4BMzI2Nz4BNzMeARczLgEnLgE1MxUzNR4BMzI2Nz4BNzMeARceATMyNjc+ATczNSMFDgEHDgEjIiYnLgE1NDY3Mw4BBzc0Njc+ATMyFhceARUjMjQxFw4BIyImJy4BJzMOAQUOASMiJicuASczDgEDFA0ODSQVDxgKCw4ENwUWEhEtHBYoExIcCQkJMwUGBQ4JCRcODh4PHS4SOVoBAgIJBwYUDg0jFhYnEBEZCQkMBDgFDgoJHhQWIQsICBEzIxEZCQoSCS0CAQEPDw8rHBEfDw8eEAEBBQU8BQgCAQJaNREvHh40FgwSBj8FEg4VOCMbLxMSFwYB7P3OBhMNDB4REBoICQkCAqgBBALTDQ4OIBMTIA0NDbcBmw4gExclDgMFAqkECgFVCx0RFSINBgoEqwMOAUAkNBEREAkJChsTChsrDw8PCwsLIRYWMh0BAgEUJRESHQ0MEwcGBxgZtP7ANBQdCAwVCQgOBQYFBgYHEgwMHxQIExsICAcKCwcbEwEJBgYLBAMEAwMIBkAGCwcWJg8PDgYGBhUODR8JCh4MCSYdgDYbGxoZDycXGCgPGRgSEREvHUBVDhUICAgJCAgVDAYLBQYLBFYiMxESERERETQjAWsREhgYBQ8JDBUWCwsQEQgWDhIcAAAAAgCAAAADgAJAAAsAVgAAARcHJwcnNyc3FzcXEzMVIzU0Njc+ATc+ATc+ATc+ATc+ATc+ATc+ATU0JicuASMiBgc1PgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHDgEHDgEHDgEHDgEHAY2zLbOzLbOzLbOzLZ2i/wUFBQ0HCBAJCREICA8GBgsFBAYDAgIHBwcVDxkvFxk5Hw8aDAsUCAgMBQQEBAQECwcHDwkJEgoGDAYGCwQFCwQBYLMts7Mts7Mts7Mt/i1AGAwWCQoRCAcOBgULBQUJBQQJBAUJBAUKBQoPBQUGEBA9DQ0DAwMJBgYOCAgTCgsTCQgQBgcNBgYLBQQHBAQHAwQLBgAAAAIAgACAA4ADQAALAFUAAAEXBycHJzcnNxc3FzczFSM1NDY3PgE3PgE3PgE3PgE3PgE3PgE3PgE1NCYnLgEjIgYHNT4BMzIWFx4BFx4BFx4BFRQGBw4BBw4BBw4BBw4BBw4BBw4BAY2zLbOzLbOzLbOzLZ2i/wUFBQ0HCBAJCREICA8GBgsFBAYDAgIHBwcVDxkvFxk5Hw8aDAsUCAgMBQQEBAQECwcHDwkJEgoGDAYGCwQFCwFgsy2zsy2zsy2zsy0tQBgMFgkKEQgHDgYFCwUFCQUECQQFCQQFCgUKDwUFBhAQPA4NAwMDCQYGDggIEwoLEwkIEAcGDQYGCwUEBwQEBwMECwAAAAUAAACABAADAAAiADYAYQCRAJUAADc1MzI2Nz4BNRE0JicuASsBNTMyFhceARceARUUBgcOASsBNx4BMzI2Nz4BNTQmJy4BIyIGBxEFFSM1MzI2Nz4BNRE0JicuAScuASsBNTMVIyIGBw4BFREUFhceARceATsBARUOAQcOAQcDIwMuAScuAScuASc1MxUOAQcOARUUFhcTNz4BNTQmJy4BJyImIzUzNSEVIQAODBIFAwMEBAYQCw6bK0EWFiQODQ4YGBtTOKptEh4MIDYWFRYWFRY3IgwdEAHmpg4MEQYDAwECAgYEBg0HDqYODBEGAwQCAgEGBQYNBw4BrQoOBQcNBX8KiAUHAgQIBQUNCJQMEQMEBAYGXVUGBwQEBA0JAQICcPwABACADAkJBhgTASIVGgUIBwwLDAsmGxo+Iy5PHyMjIAQFGxsbSS4uShobGwUF/oMUDAwICAYZFAEiERYGBAcDBAQMDAgIBhkU/t4RFgYEBwMEBAG0DAIHBggYEP6LAXoOEgMFCAMDAwEMDAEGAwQKBQgaEf7//hMaBwUJBAQGAgEMwEAAAAAABQAAAIAEAAMAACoALQBhAJUAmQAAEyMHDgEVFBYXHgEXFSM1PgE3PgE3EzMTHgEXHgEXFSM1PgE3PgE1NCYvAS8BBwUXByE1MzI2Nz4BNRE0JicuASsBNTMVIgYHDgEHDgEVERQWFx4BFx4BOwEyNjc+ATc+ATchFwchNTMyNjc+ATURNCYnLgErATUzFSIGBw4BBw4BFREUFhceARceATsBMjY3PgE3PgE3EyEVIfGKGAQEAwQEEQ1wCw4EBg8IfQl7CA0GBhELjAsOBAQDBQUVCDw9AkEIHv7uDQsQBQMDBAQFDwoNoA4UBQYIAgICAgICBAQDFBEaFRwICQ8HBg4HAUYJHv7tDgsQBQMCAwQFDwoOoQ4UBgUIAgICAgIBBQMEFBEaFB0ICA8HBw4GCfwABAABE0UNEwcFCAQEBQEMDAIHBAcgGAFo/pQWHQYHBwEMDAEEBAMJBgcWED8YsbEvAnoMCQoFGBQBMhUJBQgHDAwDBAMJBQYHFP7VDhMFBAUBAgIEBAQNCgoeFQJ6DAkKBRgUATIVCQUIBwwMAwQDCQUGBxT+1Q4TBQQFAQICBAQEDQoKHhUCBEAAAwAAAIAEAAMAAF4AhQCJAAABMzU0JicuAScuASsBNTMVIyIGBw4BBw4BFREUFhceARceATsBFSM1MzI2Nz4BPQEjFRQWFx4BFx4BOwEVIzUzMjY3PgE1ETQmJy4BJy4BKwE1MxUjIgYHDgEHDgEdASU3MxEUFhceARceATMVIzUyNjc+ATc+AT0BNCYnLgEnLgEjIgYHJyUhFSEBAb8CAgIHBQcQBxDAEAcPBwUHAgICAgICBwUHDwcQwBANFQYEBL8CAgIGBgcOCBDAEA0VBgQEAgICBgUIEAcQwBAIDgcFBwICAgF/fgICAQIGBQUcD8AQGwUEBwECAgIBAQQDAwgEBhEKBQGA/AAEAAGAchEWBQQHAwQEDAwEAwMIBQUZG/7cBhMFBAcDBAQMDAgIBRkUkpIRFgUEBwMEBAwMCAgFFgkBJBsaBQQHAwQEDAwEAwMIBQUWEHKMNP6NEhcFBAcDAgMMDAMCAwYEBBgT7RgfBwUIAgIDBQUK9EAAAAAAAwAAAIAEAAMAAF4AlQCZAAABMzU0JicuAScuASsBNTMVIyIGBw4BBw4BFREUFhceARceATsBFSM1MzI2Nz4BPQEjFRQWFx4BFx4BOwEVIzUzMjY3PgE1ETQmJy4BJy4BKwE1MxUjIgYHDgEHDgEdAQUHITU+ATc+ATU0JicuASMiBgcOAQcjPgE3PgEzMhYXHgEVFAYHDgEHDgEHMzI2Nz4BNz4BNzMTIRUhAQG/AgICBwUHEAcQwBAHDwcFBwICAgICAgcFBw8HEMAQDRUGBAS/AgICBgYHDggQwBANFQYEBAICAgYFCBAHEMAQCA4HBQcCAgICoR/+/TlRFxcXDA0NHhIQHQ0NEwYMBBQRESoZGywSEhIICAwnGikyCnMRGQcHDAYGCgQMXvwABAABgHIRFgUEBwMEBAwMBAMDCAUFGRv+3AYTBQQHAwQEDAwICAUZFJKSERYFBAcDBAQMDAgIBRYJASQbGgUEBwMEBAwMBAMDCAUFFhByrFQMNFUhIT0bFSIODQ0JCQocEh4uEBAQERERKRcRIREaOB0sNQkBAQIFBAQLBwIsQAADAAAAgAQAAwAAXgC5AL0AAAEzNTQmJy4BJy4BKwE1MxUjIgYHDgEHDgEVERQWFx4BFx4BOwEVIzUzMjY3PgE9ASMVFBYXHgEXHgE7ARUjNTMyNjc+ATURNCYnLgEnLgErATUzFSMiBgcOAQcOAR0BJT4BNz4BMzIWFx4BFRQGBx4BFx4BFRQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BFx4BFx4BMzI2Nz4BNTQmJy4BJy4BJy4BKwE1PgE3PgE3PgE1NCYnLgEjIgYHJwEhFSEBAb8CAgIHBQcQBxDAEAcPBwUHAgICAgICBwUHDwcQwBANFQYEBL8CAgIGBgcOCBDAEA0VBgQEAgICBgUIEAcQwBAIDgcFBwICAgGGChgPDiUWGykPCwsfHxUfCwoLExIYRy4WHwkICAQEBAkGBAgEAw0KCg4EBg0HER0NDA0GBgQKBQcTDQwaDQoNGg0OEwYGBgsLChsQGisRCwF5/AAEAAGAchEWBQQHAwQEDAwEAwMIBQUZG/7cBhMFBAcDBAQMDAgIBRkUkpIRFgUEBwMEBAwMCAgFFgkBJBsaBQQHAwQEDAwEAwMIBQUWEHJlFiEMDAwREQwbDhgxGQgWDg8iFBwwFRobBQYFDAYFCAMEAwEBAQYFBQYBAgEMDQweEQ0YDAkOBAcLBQYFCQIJBwgSCgsXDRAaCwoKGxoFARtAAAAEAAAAgAQAAwAAXgBqAG0AcQAAATM1NCYnLgEnLgErATUzFSMiBgcOAQcOARURFBYXHgEXHgE7ARUjNTMyNjc+AT0BIxUUFhceARceATsBFSM1MzI2Nz4BNRE0JicuAScuASsBNTMVIyIGBw4BBw4BHQEFFSMVIzUjNRMzETMjNQcBIRUhAQG/AgICBwUHEAcQwBAHDwcFBwICAgICAgcFBw8HEMAQDRUGBAS/AgICBgYHDggQwBANFQYEBAICAgYFCBAHEMAQCA4HBQcCAgICqTs1uswjO3CaAWD8AAQAAYByERYFBAcDBAQMDAQDAwgFBRkb/twGEwUEBwMEBAwMCAgFGRSSkhEWBQQHAwQEDAwICAUWCQEkGxoFBAcDBAQMDAQDAwgFBRYQcl4udHQpASP+4traAd5AAAAAAwAAAIAEAAMAAF4AmgCeAAABMzU0JicuAScuASsBNTMVIyIGBw4BBw4BFREUFhceARceATsBFSM1MzI2Nz4BPQEjFRQWFx4BFx4BOwEVIzUzMjY3PgE1ETQmJy4BJy4BKwE1MxUjIgYHDgEHDgEdASUHIwceARceARUUBgcOAQcOAQcOASMiJicuATU0Njc+ATMyFhceARceATMyNjc+ATU0JicuAScuASc3MzchFSEBAb8CAgIHBQcQBxDAEAcPBwUHAgICAgICBwUHDwcQwBANFQYEBL8CAgIGBgcOCBDAEA0VBgQEAgICBgUIEAcQwBAIDgcFBwICAgJ/GYQdK0QZFRYHBwcSCwoYDRMmFBMdCQkJBAMECgUECAMDCwcNGA0TIQ4ODw0NDSMWEjAeVJ2A/AAEAAGAchEWBQQHAwQEDAwEAwMIBQUZG/7cBhMFBAcDBAQMDAgIBRkUkpIRFgUEBwMEBAwMCAgFFgkBJBsaBQQHAwQEDAwEAwMIBQUWEHLANzsHIBkWNB4RIQ4PGQsKEQYJCQcGBw8IBQgDBAMBAQIGBggJDw4PIxQUJRIRGwkHCQGrwEAAAAAABAAAAIAEAAMAAF4AjgCsALAAAAEzNTQmJy4BJy4BKwE1MxUjIgYHDgEHDgEVERQWFx4BFx4BOwEVIzUzMjY3PgE9ASMVFBYXHgEXHgE7ARUjNTMyNjc+ATURNCYnLgEnLgErATUzFSMiBgcOAQcOAR0BJRUOAQcOAQcOAQcOAQc+ATMyFhceARUUBgcOASMiJicuATU0Njc+ATc+ATc+ATsBBw4BFRQWFx4BFx4BMzI2Nz4BNTQmJy4BIyIGBw4BASEVIQEBvwICAgcFBxAHEMAQBw8HBQcCAgICAgIHBQcPBxDAEA0VBgQEvwICAgYGBw4IEMAQDRUGBAQCAgIGBQgQBxDAEAgOBwUHAgICAncUIAwNGQwMFAgIDQYWKxYUJBAPDw8QEjEfFSMOHRwLCwsfFBQnExIjEBG6AwIFBQYPCwcTCw0XCgsKCgoLHBMGDAYHEwE1/AAEAAGAchEWBQQHAwQEDAwEAwMIBQUZG/7cBhMFBAcDBAQMDAgIBRkUkpIRFgUEBwMEBAwMCAgFFgkBJBsaBQQHAwQEDAwEAwMIBQUWEHLADAIIBgcTDQ0cEBAmFQ8QEhIRLhwbMhYbGw8OHUotHTcaGi4VFBsHBwffFSMNDyIREh0KCAcNDQ0lGBwvFBMUAgMCCwGWQAAAAAYAQAAAA8ADgAADAAcACwAZAGYAoAAAASEVIREhFSERIRUhAxEjNQ4BBzU+ATc+ATcDMxUjNTQ2Nz4BNz4BNz4BNz4BNz4BNz4BNz4BNTQmJy4BIyIGBzU+ATMyFhceARceARceARUUBgcOAQcOAQcOAQcOAQcOAQcOAQcOAQM1HgEzMjY3PgE1NCYnLgErATUzMjY1NCYjIgYHNT4BMzIWFx4BFRQGBxUeARceARUUBgcOASMiJicBgAJA/cACQP3AAkD9wMBAAh8LCxQJChEIGnvABAMECQYGDAcGDQYGCwUFCAMEBAICAQUFBRALEyMREyoYCxMJCA8GBgkEAwMDAwMIBQUMBwYOBwUJBQQIBAMGAgICRQ8jFQwUBwcHCAkJGA8cGR4dFhcPHg4QJRUXJA0NDR4eEBkKCQkPEA8rGxcmDwMAQP8AQP8AQANA/wDAAg8DLgQIBAULBv3uLhMKEQgHDgYGCwUECQQEBwQEBwMEBwQDCAQJDAQEBA0NMQsKAgMCCAQFCwcGDwgJEAYHDAYGCgQFCQQDBgMDBgIDBgMCBv6cMAkJBAUEDQgIDQQFBCoQEA8PCAgtBwYICQgXDRgfBgEBCggIEwwRGwoKCwYGAAYAQAAAA8ADQAADAAcACwAXACMALwAAASEVIREhFSERIRUhAyIGFRQWMzI2NTQmAyIGFRQWMzI2NTQmAyIGFRQWMzI2NTQmAYACQP3AAkD9wAJA/cDgKDg4KCg4OCgoODgoKDg4KCg4OCgoODgDAED/AED/AEADADgoKDg4KCg4/sA4KCg4OCgoOP7AOCgoODgoKDgAAAAACABAAEADwAOAAAMABwALAA8AEwAXABsAHgAAASE1IRUhFSEVIRUhFSEVIRUhFSEVIRUhFSEVIQElEQPA/IADgP4AAgD+AAIA/gACAP4AAgD+AAIA/IADgP2A/wADQECAQEBAQEBAQEBAQEABoOD+QAAAAAAIAEAAQAPAA4AAAwAHAAsADwATABcAGwAeAAABITUhFSEVIRUhFSEVIRUhFSEVIRUhFSEVIRUhJREFA8D8gAOA/gACAP4AAgD+AAIA/gACAP4AAgD8gAOA/YD/AANAQIBAQEBAQEBAQEBAQMABwOAABABAAQADwANAAAMABwALAA4AAAEhFSERITUhBSEVIQERNwGAAYD+gAJA/cABgP6AAYD9QMABQEABQEDAQAHA/kDgAAAEAEABAAPAAsAAAwAHAAsADgAAASEVIRUhNSEFIRUhARE3AYABgP6AAkD9wAGA/oABgP1AwALAQMBAwEABwP5A4AAAAAQAQABAA8ACgAADAAcACwAOAAABIRUhFSE1IQEhFSEFETcBgAGA/oACQP3AAYD+gAGA/UDAAgBAwEABQEBA/kDgAAAAAwBAAkADwAOAAAMABwALAAABITUhByEVIRchFSEDwPyAA4CA/YACgID8gAOAA0BAgEBAQAAAAAADAEABQAPAAoAAAwAHAAsAAAEhNSEHIRUhFyEVIQPA/IADgID9gAKAgPyAA4ACQECAQEBAAAAAAAMAQAAAA8ABQAADAAcACwAAASE1IQchFSEXIRUhA8D8gAOAgP2AAoCA/IADgAEAQIBAQEAAAAAABgCAAIADgANAAAMABwALAA8AEwAXAAABITUhByEVIRchFSEHIRUhFyEVIQchFSEDgP0AAwDA/cACQMD9AAMAwP3AAkDA/QADAMD9wAJAAwBAgEBAQEBAQEBAQAAGAIAAgAOAA0AAAwAHAAsADwATABcAAAEhNSEHITUhFyE1IQchNSEXITUhByE1IQOA/QADAID+AAIAgP0AAwCA/gACAID9AAMAgP4AAgADAEDAQMBAwEDAQMBAAAYAgACAA4ADQAADAAcACwAPABMAFwAAEyEVIQE1IRUXITUhAxUhNSUhNSERFSE1gAMA/QADAP0AwAJA/cDAAwD9wAJA/cACQAJAQAEAQECAQP6AQEBAQP8AQEAABgCAAIADgANAAAMABwALAA8AEwAXAAABITUhNSEVIQEhNSE1ITUhNSE1IREhNSEDgP0AAwD9AAMA/QADAP0AAwD9AAMA/QADAP0AAoBAgED+AEBAQEBA/kBAAAAFAEAAAAPAA4AAAwAHAAsAEAAsAAATFyM1FTMnIxUhJyEdASEnIQU3JzM1IyczNSMnITUhJyE1ISchNSEnITUhJweeQF7eQJ4BXkD+4gHeQP5iAxMtUxNTQJPTQAET/q1AAZP+LUACE/2tQAKT/S1ALQJAQEDAQMBAgEBAwC1TQEBAQEBAQEBAQEBALQAAAAAGAEAAAAPAA4AAAwAHAAsADwATABsAAAEVITUBESERBSERIQMhFSEVNSEVAyE1IREhNSEDwP0AAgD9gAJA/gACAED+gAGA/oBAAkD9gAKA/cADAEBA/sD+QAHAQP7AAQBAgEBAAsBA/sBAAAAFAEAAQAPAA0AAAwAHAAsADwATAAABITUhFyEVIRchFSEFIRUhFyEVIQKA/cACQMD9AAMAgPyAA4D+wP3AAkDA/QADAAMAQIBAgICAQEBAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERBSE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0CAQMBAwEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREHIRUhFyEVIQchFSFAA4D8wAMAwP6AAYCA/YACgID+gAGAAAPA/EADgPzAA0BAQEBAQEAAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREHIRUhFSEVIRUhFSFAA4D8wAMAQP6AAYD9gAKA/oABgAADwPxAA4D8wANAQEBAQEBAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQEhNSEVITUhFSE1IUADgPzAAwD9QAGA/oACgP2AAYD+gAADwPxAA4D8wANA/sBAwEDAQAAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQMhFSEXIRUhByEVIUADgPzAAwDA/oABgID9gAKAgP6AAYAAA8D8QAOA/MADQP8AQEBAQEAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQMhFSEVIRUhFSEVIUADgPzAAwBA/oABgP2AAoD+gAGAAAPA/EADgPzAA0D/AEBAQEBAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERASE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0D+AEDAQMBAAAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRchFSEHIRUhQAOA/MADAMD+gAGAgP2AAoCA/oABgAADwPxAA4D8wANA/kBAQEBAQAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRUhFSEVIRUhQAOA/MADAED+gAGA/YACgP6AAYAAA8D8QAOA/MADQP5AQEBAQEAABgBAAAADwAPAAAMABwALAA8AEwAnAAATESERAyERIQEXIzUVMxcjHwEhNQM3FyEVIRchFSEXMxUjFzMVIxcHQAOAQP0AAwD9hzxDfzy79jz+zkAtMgHh/ls8AWn+0jzytjt7P38tA8D8QAPA/IADQP6AQECAQEBAQAIILTVAQEBAQEBAiC0AAAUAQABAA4ADgAADAAcACwAPABMAABMRIREFIREhGQEhESkBESE1IREhQANA/QABQP7AAUABgP7AAUD+wAFAA4D8wANAQP7A/oABQP7AAUBAAUAAAAsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsAAAEjNTMzIxUzNyMVMzUjFTM1IxUzESMVMzUjFTM3IxUzNyMVMxMRIREFIREhAQBAQIBAQIBAQEBAQEBAQEBAgEBAgEBAgPzAAwD9QALAAcBAQEBAwEDAQP5AQMBAwEBAQAHA/MADQED9QAAAFQBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBbAAATIzUzFSMVMxUjFTMVIxUzFSMVMwEjFTMVIxUzFSMVMxUjFTMBIxUzNyMVMwEjFTM3IxUzNyMVMyUjFTM3IxUzNyMVMwEjFTM3IxUzNyMVMxEhESMRIRUhETMRIYBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQED/AEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQED+gED+gAGAQAGAA0BAgEBAQMBAQEACQEBAQMBAQEACwEBAQP1AQEBAQEBAQEBAQEADQEBAQEBA/sABgP6AQP6AAYAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAAAEVITUTIxUzFSM1MxUjNTMRIzUzFSM1MwEjNTMVIzUzESM1MxUjNTMBIzUzFyM1MxcjNTMVIzUzFSM1MxEjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzFyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAIAQEABgECAQMBA/sBAwEABwEDAQP7AQMBAAkBAQEBAQMBAwED+wEDAQMBAQEBAQEBAQEADAEBAQEAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJSMRMwU1IxUjNTMVIzUzFSE1MxUjNTMVATUzFSM1MxUhNTMVIzUzFQE1MxUHNTMVBzUzFSM1MxUjNTMVITUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUHNTMVAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQEADQEBAQEBAQEBAQEBA/QBAQEBAQEBAQAKAQECAQECAQEBAQEBAQEBAQEBAAYBAQIBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAABFSE1FyMVMxUjNTMVIzUzFSM1MxUjNTMBIzUzFSM1MxUjNTMVIzUzJSM1MxcjNTM3IzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MzcjNTMDgPzAQEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEADgEBAgECAQMBAwEDAQAFAQMBAwEDAQMBAQEDAQMBAwEDAQMBAwEBAQEBAQEBAQAGAQEDAQAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAANzUhFSUjFTM1IzUzNSM1MzUjNTM1IzUzASM1MzUjNTM1IzUzNSM1MwEjNTMXIzUzEyM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMTIzUzQANA/QBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAQEBAwECAQEBAQEBAQP5AQEBAQEBAQP7AQEBA/sBAQEBAQEBAQEBAQEBAQEBAQEBA/oBAQP7AQAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAABMzESMTNSMVMzUzFTM1MxUzNTMVMzUzFQE1MxUzNTMVMzUzFTM1MxUBNTMVBzUzFQU1MxUzNTMVMzUzFTM1MxUzNTMVMzUzFRE1IxUVNTMVBzUzFRE1IxUVNTMVBzUzFQE1IxUVNTMVBTUzFUBAQMBAgEBAQEBAQED+QEBAQEBAQED+wEBAQP7AQEBAQEBAQEBAQEBAQEBAQEBAQP6AQED+wEADgPzAAwBAQEBAQEBAQEBA/QBAQEBAQEBAQAKAQECAQECAQEBAQEBAQEBAQEBAAYBAQIBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBAAAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJSMRMwc1IxUjNTMVIzUzFSM1MxUjNTMVATUzFSM1MxUjNTMVIzUzFRM1MxUHNTMVFzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUXNTMVA4BAQIBAgEDAQMBAwEABQEDAQMBAwEDAQEBAwEDAQMBAwEDAQMBAQEBAQEBAQEABgEBAwEBAA0BAQEBAQEBAQEBAQP0AQEBAQEBAQEACgEBAgEBAgEBAQEBAQEBAQEBAQAGAQECAQECAQED/AEBAgEBAgEBAAQBAQIBAQIBAQAAAAAAhAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAbwBzAHcAewB/AIMAAAE1IxUjNTMVIzUzFSM1MxUjNTMVATUzFSM1MxUjNTMVIzUzFRM1MxUHNTMVFzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUzFRE1IxUVNTMVBzUzFRE1IxUVNTMVBzUzFQE1IxUVNTMVFzUzFQMAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAsBAQEBAQEBAQED+gEBAwEADQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAGAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAcAQAAAA8ADgAAJAA8AEwAXABsAHwAlAAA3IRUhESERIzUhASMVMzUjJTUjFSEzNSMFNSMVAyMVMxEBNxcBF4ABAP7AA4BA/QADAIDAQP3AgAEAgIABQECAgID/AFqmASZaQEADgP8AwP0AQMDAgICAQEBAAUCA/YABAFqmASZaAAAAAAYAAAAAA8ADwABjAGcAawBvAHMAdwAAATUjFSM1IxUjNSMVIzUjFSM1IxUjNSMVIxUjFTMVIxUzFSMVMxUjFTMVIxUzFSMVMxUzFTM1MxUzNTMVMzUzFTM1MxUzNTMVMzUzNTM1IzUzNSM1MzUjNTM1IzUzNSM1MzUjNQMhESETNTMVESM1MwEzFSMTFSM1A0BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP1AAsBAQEBA/EBAQEBAA4BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP0AAsD8wEBAA4BA/IBAA8BAQAAOAAAAAAPAA8AAYwBnAGsAbwBzAHcAewB/AIMAhwCLAI8AkwCXAAABNSMVIzUjFSM1IxUjNSMVIzUjFSM1IxUjFSMVMxUjFTMVIxUzFSMVMxUjFTMVIxUzFTMVMzUzFTM1MxUzNTMVMzUzFTM1MxUzNTM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzNSM1AyERIRM1MxURIzUzATMVIxMVIzUBIxUzJSEVIRUhFSEVIRUhFSEVISUjFTM1IxUzNSMVMwNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED9QALAQEBAQPxAQEBAQAGAwMABgP7AAUD+wAFA/sABQP7AAUD+gMDAwMDAwAOAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED9AALA/MBAQAOAQPyAQAPAQED/AEBAQEBAQEBAQEBAwEDAQAAACAAAAAADwAPAAGMAaABsAHAAdwB9AIEAhQAAATUjFSM1IxUjNSMVIzUjFSM1IxUjNSMVIxUjFTMVIxUzFSMVMxUjFTMVIxUzFSMVMxUzFTM1MxUzNTMVMzUzFTM1MxUzNTMVMzUzNTM1IzUzNSM1MzUjNTM1IzUzNSM1MzUjNQMRIREhJRUjNREzFSMBBxcHJzcXNxcHJzcnASM1MwM1MxUDQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/UACwP0AQEBAAY1yci2goC3ToKAtc3MBjUBAQEADgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/gD/AALAgEBA/IBAAlNzcy2goC0toKAtc3MBLUD8QEBAAB0AAAAAA8ADwAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAIcAACUzFSMRMxUjATMVIxEzFSMBMxUjNTMVIzUzFSM1MxUjNTMVIzUzFSMBMxUjNTMVIzUzFSM1MxUjNTMVIzUzFSMBMxUjJzMVIyUzFSM3MxUjNzMVIzczFSMBMxUjNzMVIzczFSM3MxUjNzMVIzczFSMHFwcnNyERNxcHJxEhJzcXByERByc3FxEDgEBAQED8gEBAQEADgEBAQEBAQEBAQEBAQPyAQEBAQEBAQEBAQEBAAQBAQIBAQAEAQECAQECAQECAQED9gEBAgEBAgEBAgEBAgEBAgEBAwGvLy2v/AGvLy2sBAGvLy2sBAGvLy2tAQAPAQPzAQAPAQP1AQMBAwEDAQMBAwED9wEDAQMBAwEDAQMBA/UBAQEBAQEBAQEBAQAPAQEBAQEBAQEBAQEBAa8vLa/8Aa8vLa/8Aa8vLawEAa8vLawEAAAIAQAAAA8ADgAASABoAAAEXIyImNRE0NjMhMhYVERQGKwEXJRM3FzcnNwEESMwaJiYaAwAaJiYalNT9tOIt4lvi4gK8vCYaAQAaJiYa/wAaJpbi/bTi4lviLQAABgBAAAADwAOAAAMABwALACMAJgAqAAABITUhFSEVIREhFSETERQGIxEUBiMhIiY1ESImNRE0NjMhMhYFFzcRIREhAwD+AAIA/gACAP4AAgDAJholG/2AGyUaJiYaAwAaJv8AQED9gAKAAQBAgEABQEABwP8AGib+QBslJRsBwCYaAQAaJiZagID/AP5AAAAABQBAAAADwAPAABcAHgAwAD0AiwAAASM1IxUhNSMVIyIGFREUFjMhMjY1ETQmAyE4ATERITUhNTgBMTMVMzUhFTM1MzgBMQEwBiM8ATUyNjEzESMpATU0Njc+ATc+ATc+ATc+ATc+ATc+ATc+ATU0JicuASMiBgc1PgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHDgEHDgEHDgEHDgEHDgEVMxUDgICA/wCAgBomJhoDABslJRv9AAMA/QCAgAEAgID+ADctLUcwQAGA/wAFBQUMBwgQCQgRCAgPBgYLBAQHAgICBwcHFQ4YLxYZNx8PGQwLEwgIDAQEBQQEBAsHBg8JCRIJBg0GBQsEBQcDAgOlA4BAQEBAJhr9ABslJRsDABom/MACAEDAQEBAQP5jIxcNHED+gBwPGgsMFQkJEAcHDQYFDAUGCgYFCwUGCwcMEgYHBhQTSRAQBAQDCwcHEQoKFgwNGAoKEggJDwcHDQcECQQFCAUECQQEDARAAAAMAEAAAAPAA4AAMgBKAG0AgADkAOgA7ADwAPQA+AD8AQoAAAEuASMiBgczPgEzMhYXHgEXHgEXHgEVHAEVIyIGFRQWFx4BFx4BFx4BMzI2NxUzNTQmJwcOAQcOAQcOAQcOASMiJicuATU0NjsBFSUuAScuAScuASMiBgc1IxEzNR4BMzI2Nz4BNz4BNz4BNTQmBw4BIyImJzU+ATMyFhceARUUBiUeARUzLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3PgE3PgE3IxQGBw4BBw4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFx4BFzEBIRUhFSEVIRUhFSEpATUhNSE1IRUhNSE3MxEUBiMhIiY1ETMRIQEgECwcPUACNAEkIxAZCAMHAgIDAQECGVlZAwQECgcHEAkJFAsfNBQ1EBAUBAgFBQsFBgwHBg0GDxYICQg5OSQBbAQMCAcTCwsaDhkpETU0ESgXDhgLDBMJCA0FBAUERQobERYmERIoFREaCgkJCQFDAwM2AQcFBQ0HCBIKCxYMDxwNDBYJCQ4FBQUFBQQOCgkVDQ0cEAwWCgoSCAgMBQUHATYDAwMHBAQKBgYMBgoRBwgOBQYIAwMDAwMDCQUGDQgIEAoGDAYGCgQEBwP9fAIA/gACAP4AAgD+AAIA/gACAP4AAgD+AAIAQEAlG/2AGyVAAoADHQsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFAwcDAwQCAQIGBgYRDB8eQYUOFwoKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRH4YODhISihkZDg4OKRsdKpAFCwYLEwkIDwUGCQMDAwUFBQ4KCRgNDiAREiAODhcJCg4FBQUDAwMJBgUPCAkTDAcLBQUIAwMFAgIBAwQDCwcGEQsKFw4NGAsKEQcHCgMDBAIBAgUDBAgF/txAQEBAQEDAQMBAgP6AGyUlGwGA/oAAAAAIAMAAQAOAA4AAAwBnAJoAsgDVAOgBCwEfAAAlIxEzBR4BFTMuAScuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATc+ATc+ATcjFAYHDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXHgEXMRMuASMiBgczPgEzMhYXHgEXHgEXHgEVHAEVIyIGFRQWFx4BFx4BFx4BMzI2NxUzNTQmJwcOAQcOAQcOAQcOASMiJicuATU0NjsBFSUuAScuAScuASMiBgc1IxEzNR4BMzI2Nz4BNz4BNz4BNTQmBw4BIyImJzU+ATMyFhceARUUBgMUFhceARceARceATMyNjcVMxEjFS4BIyIGBw4BBw4BBw4BFzQ2Nz4BMzIWFxUOASMiJicuATUDgEBA/gQDAzYBBwUFDQcIEgoLFgwPHA0MFgkJDgUFBQUFBA4KCRUNDRwQDBYKChIICAwFBQcBNgMDAggEBAoGBgwGChEHCA4FBggDAwMDAwMJBQYNCAgQCgYMBgYKBAQHAxwQLBw9QAI0ASQjEBkIAwcCAgMBAQIZWVkDBAQKBwcQCQkUCx80FDUQEBQECAUFCwUGDAcGDQYPFggJCDk5JAFsBAwIBxMLCxoOGSkRNTQRKBcOGAsMEwkIDQUEBQRFChsRFiYREigVERoKCQkJwQUEBQ0ICRMMCxgOFygRNDQSKRkOGgsLEwcIDAQEBDYJCQkaEhUoERAnFREbCgoJQAGAnAULBgsTCQkOBQYJAwMDBQUFDgoJGA0OIBESIA4OFwkKDgUFBQMDAwkGBQ8ICRMMBwsFBQgDAwUCAgEDBAMLBwYRCwoXDg0YCwoRBwcKAwMEAgECBQMECAUB+QsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFAwcDAwQCAQIGBgYRDB8eQYUOFwoKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRH4YODhISihkZDg4OKRsdKv6HEiAODxgKChAFBgUPDx4BgHgUFQUGBQ8KChcODh8RGykODg4ZGYoSEg4ODisdAAAABQDAAEADgANAADIASgBuAIEAhQAAAS4BIyIGBzM+ATMyFhceARceARceARUcARUjIgYVFBYXHgEXHgEXHgEzMjY3FTM1NCYnBw4BBw4BBw4BBw4BIyImJy4BNTQ2OwEVJS4BJy4BIyIGBzUjETM1HgEzMjY3PgE3PgE3PgE1NCYnLgEnBw4BIyImJzU+ATMyFhceARUUBhMRIxEBoBAsHD1AAjQBJCMQGQgDBwICAwEBAhlZWQMEBAoHBxAJCRQLHzQUNRAQFAQIBQULBQYMBwYNBg8WCAkIOTkkAVQHEwsLGg4ZKRE1NBEoFw4YCwwTCQgNBQQFBAQEDAgpChsRFiYREigVERoKCQkJv0ACHQsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFBAYDAwQCAQIGBgYRDB8eQbQKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRHw4OFwrDDg4SEooZGQ4ODikbHSsB7f0AAwAAGQAA/8AEAAPAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBzAIcAugDSANYAABMzFSM1MzUjETM1IwEzNSMHMzUjASMVMycjFTMBMzUjASMVMyUjFTMnIxUzAzM1IwEzNSM1MzUjNTM1IzUzNSM1FTM1AzM1IwUzNSMXMzUjAw4BIyImJxUjETMVPgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHNzQmJy4BIyIGBxUeATMyNjc+ATUlFSM1DgEjIiYnLgEnLgEnLgE1NDY7ATwBNS4BJy4BJy4BJy4BIyIGByM+ATMyFhceARUHIyIGFRQWFx4BMzI2Nz4BNz4BNz4BNzUBIxEzAEBAQEBAQAFAgIDAgIACQICAwICA/gBAQAOAgID9wICAwICAgEBAA8BAQEBAQEBAQECAgID+gICAwICACwsYDhcoETQ0EikZDhoLCxMHCAwEBAQFBAUNCAkTDBUJCQkaEhUoERAnFREbCgoJ/vY0FDQgCxMKCRAHBgsDBARZWRoBAQEBAwMCBgQIGBEjJAE0Az89HSsQEBA0JDk5CAkIFg8GDQYHDAYFCwUFCAQB9EBAAoCAwID9QID+wEBAQAPAQEBA/ECAA4BAQEBAQP3AgP6AgECAQIBAgMCAgPwAQEBAQEABCwYFDw8eAYB4FBUFBgUPCgkYDg4fERIgDg8YCgoPBpAbKQ4ODhkZihISDg4OKx0qxCQSEwMDAwkGBQ4IBxEKMzQIDgUGCQQEBgMDBQIFBRkZLS0LCwssITAeHwsSBgYGAgECBAMDBwMECQVBAav9AAAAAAADAEAAQAPAA0AAAwAcADQAAAERIxEBJwc1IxUnBxcjFTMHFzcVMzUXNyczNSM3IScHNSMVJwcXIxUzBxc3FTM1FzcnMzUjA8BA/dwWRkBGFkVpaUUWRkBGFkVpaUUBwBZGQEYWRWlpRRZGQEYWRWlpA0D9AAMA/sYWRWlpRRZGQEYWRWlpRRZGQEYWRWlpRRZGQEYWRWlpRRZGQAACAEAAQAPAA0AADwAcAAABIxEjESMRIxEiJjU0NjMhEzE1IxUjFTMVMzUzNQKAgECAQE9xcFABgMBAgIBAgAMA/UACwP1AAYBwUE9x/cCAgECAgEAAAAAABQAAAAAD7QOAAAgADAASABYAIQAAARc3AyMBMz8BNyMbAQMVMwEnARcnARc3Byc3NjIfARYUBwIJF3Gp0P7omjgl78xmZiaFAVSI/q9vLgEQLa8tiC0TNRMtExMBgD9xAc79AJpmYAEZ/uf+pYUBUYj+rEQuAQ8tVC2ILRMTLRM1EwAACQCAAAADgAOAAFcAbACbAJ4ArACyALYAugC+AAABDgExIjAjMCY1NCY9ATQmJy4BJy4BIyIGBw4BFRQWFx4BMzI2Nz4BPQE0Njc+ATMyFhceAR0BDgEHDgEHDgEVFBYXHgEzMjY3PgE3HgEXHgEzMjY/ATUHIw4BKwEiJicuATU0Njc+ATc+ATcVBy4BLwEjBw4BBxQGDwEVMzUjLgE1LgE1NDY/ATMXHgEVFAYHDgEHIxUzNSMuAScnNxcBISIGFREUFjMhMjY1EQMhESEVMwEjNTMXIzUzFyM1MwLyCQYBAQEBAgMDCwgJFw4SHQoLCwQDBAoFBgoDBAMDAgMIBQcKAwMFGCELCxEFAwQIBwgTDAcOBwMOCgEEAgQMBwwaDQIORw0QBAEEBwMEAwMCBAoIAw8KwwIIBlEPUgYJAwYIBlYHCgcBAgIEClUJBAIBAQEGBwdoBgYJA48dHQEt/gAbJSUbAoAbJUD9gAHAwP5AgIDAgIDAgIABeAkFAgECDRE/DxMFCAwDBQUJCAgUCgYKBAQEBAQDCgcLAwUDAgIDBAMPDwIJDgYGDwcGDggMFQcICAMDAQkIBQcCBQUREQIhDQoHBAMECgUFCAQECQQCBgQ3GAIPE/z6ExIDAQMCARcYAQMBAQMCAgsKIBwMDQMCAwEBAgEYGAEDBGRZWQG8JRv9ABslJRsCgP2AAwDA/gCAgICAgAAGAEAAAAPtA4AACwARABYAIQBAAFUAACU3ESERIRUjNSERISUVMwEnARcnARcBAScmIg8BFzc2NCcBIzUjDgEjIiYnLgE1NDY/ATQmIyIGBzU+ATMyFh0BJwcOAQcOARUUFhceATMyNjc+AT0BA0BA/MADQED9QALA/oCFAVSI/q9vLgEQLf7xAb4tEzUTLYgtExP9kzIBDCIXERoKCQolJkMXFxQlERIqGCsrMjALEAYGBQUFBQ4JDBMICAf+QP7CA4CAQP0AxYUBUYj+rEQuAQ8t/vABvy0TEy2ILRM1E/4ALBYWCgoJGhAjKAYKGhsPDzALDC4tpX4HAgYEBA8LCAwFBQUJCQgXDRYADAAA/8AD7QOAAAoAEgAWABoAHgAiACYAMQA5AD0AUABUAAABNzYyHwEWFA8BJwcBBxUzNwEnAycBFwMhFSEXIRUhByEVIQcjFTMBNzYyHwEWFA8BJwcBBxUzNwEnAycBFwURIRUzFTM1JyEiBhURFBY7ATUFITUhAzguEjUTLRMTLYgn/uU2hTkBG4jiLgEQLf7/AAEAgP6AAYCA/wABAICAgAF4LhI1Ey0TEy2IJ/7lNoU5ARuI4i4BEC39ggHAwEDA/gAbJSUbwP6AAYD+gAHALRMTLRM1Ey2IJ/7lOYU2ARuI/mguAQ8tAW9AQEBAQEBAAQAtExMtEzUTLYgn/uU5hTYBG4j+aC4BDy2RAsDAQIDAJRv9QBslQMBAAAAACACAAAAD7QOAAAoAEgAXABsAHwAjACcAPAAAAQcnNzYyHwEWFAcnFwEHIzU3ARcnARcBBTM1IzUzNSMlIRUhATM1IwUhESEVNychIgYVERQWMyEyNjURBwPtLYguEjUTLRMT3Ij+5TmFNgEbLS3+8C4BD/4CQEDAwAEA/wABAP8AQEACAP2AAcCgYP4AGyUlGwKAGyVAAmUtiC0TEy0TNRM0iP7lNoU5ARuILf7xLgEQ0UBAQIBA/oBAwAMAwKBgJRv9ABslJRsBXkAABwAAAAAD7QOAAAoAEgAXACUAMAA2ADoAAAEjNTQ2MyEXIzUhEwcVMzcBJwEXJwEXASU3ERQGIyEiJj0BMxUhEwcnNzYyHwEWFAclASc3FwEDIzUzAQBAJRsBwIDA/oD2NoU5ARuI/uU5LgEQLf7xARFAJRv9wBslQAJArS2ILhI1Ey0TE/5T/qDgWoYBBmZAQALAgBslgED9/jmFNgEbiP7lfS4BDy3+8F1A/uIbJSUbwMAB5S2ILRMTLRM1E3v+oOBahgEG/YZAAAAACQAA/8AD7QPAAAoAEgAWACQALwAzADwAQwBJAAABIzU0NjMhFyM1IQUXAQcjNTcBFycBFwUhNSMVFBYzITI2NREHEycmIg8BFzc2NCcBMzUjAyEnISIGFREzESMVFBYzMQkBJwcXAQEAQCUbAcCAwP6AAhGI/uU5hTYBGy0t/vAuARH9wEAlGwJAGyVArS0TNRIuiC0TE/1TQEDAAgBA/kAbJUBAJRsBZv76hlrgAWACgIAbJYBA54j+5TaFOQEbiC3+8S6BwMAbJSUbAR5AAWItExMtiC0TNRP+AEADAEAlG/8A/kBAGyUCev76hlrgAWAAAAcAAAAAA+0DgAAMABAAGwAmAC4AMwBBAAATFwcnByc3JzcXNxcHFzUjFQEnJiIPARc3NjQnJSEVNychIgYdATMlFwEHIzU3ARcnARcBEyE1IxUUFjMhMjY1EQfNcy1zcy1zcy1zcy1zs0ACrS0TNRIuiC0TE/zTAcCgYP4AGyVAAlGI/uU5hTYBGy0t/vAuAQ8C/YBAJRsCgBslQAGgcy1zcy1zcy1zcy1z4EBAAgAtExMtiC0TNROAwKBgJRvAGYj+5TaFOQEbiC3+8S4BEP4vgIAbJSUbAV5AAAAJAAD/wAPtA8AADAAXAB8AIwAxADwAQABJAFAAABMXBycHJzcnNxc3FwcTIRUzJyEiBh0BMwUXAQcjNTcBFycBFwUhNSMVFBYzITI2NREHEycmIg8BFzc2NCcBMzUjAyEnISIGFREzESMVFBYzMc1zLXNzLXNzLXNzLXMzAYDAgP5AGyVAAhGI/uU5hTYBGy0t/vAuARH9wEAlGwJAGyVArS0TNRIuiC0TE/1TQEDAAgBA/kAbJUBAJRsBoHMtc3Mtc3Mtc3MtcwFgQIAlG4BniP7lNoU5ARuILf7xLoHAwBslJRsBHkABYi0TEy2ILRM1E/4AQAMAQCUb/wD+QEAbJQAAAAYAAP/ABAADwAADAAcAPQBGAEkAXAAANyEVISUhFSETIgcOAQcGMREwFjMyNjERMCYjIgYxETM1NDYzMhYVETAGIyImMREwNjMyFjERMxEwJy4BJyYBByMTMxMjJyM3MycBIREhNSEiBhURFBYzITI2NREjgAHA/kABwP5AAcDgVC0uKgMEKHh4KBhISBhACRcXCRhISBgoeHgoQAMEKi0u/WEVQIBAgEAVlhZqNQFg/cABwP5AGyUlGwJAGyVAgEDAQAMAHh5IHh7+wICAAUBAQP8A2BAYFxH+6EBAAUCAgP8AAQAeHkgeHv3AQAGA/oBAQKD9oAMAQCUb/QAbJSUbAQAABACAAAADgAOAAB0AKwA5AD8AAAEhHgEXHgEXFgYjIiYnLgE1NDY3PgEzMhYXHgEdASc0JicuASMiBgcOAQczARE0JiMhIgYVERQWMyETIxUhESECwP7JARQTEzQhBw8RLkIbGhsdHR1JKytDGBcYSA8PDigaGSoSERYE7gEIJRv9gBslJRsCAIDA/kACgAHPJDcUExIBATkdHR1SNTJRIB8gGxwbSzAkOh4uEBEQERESLRz+twKAGyUlG/0AGyUBAMADAAAAAAAFAIAAAAOAA4AAFwAbAB8AIwAnAAAlESMRISImNTQ2MyERISIGFREUFhceATMRIREhASE1IREhNSEnITUhA4BA/cAaJiYaAgD+ADVLIx0OIREBwP5AAYD+wAFA/sABQED/AAEAAAMA/UAmGhomAsBLNf2AIzsRCAkDQP3AAcBA/sBAQEAAAAAAAwAA/8AEAANAAAsAKAA1AAABMhYVFAYjIiY1NDYXBwEHETgBMSE4ATERMxE0JiMhIgYVERQWMyE1MwUjNSMVIxUzFTM1MzUCICg4OCgoODjIoP8A4AMAQCYa/QAaJiYaAgCAAQBAQICAQIACgDgoKDg4KCg44KABAOAB4P6AAYAaJiYa/YAaJoBAgIBAgIBAAAAAAAcAQAAAA+0DQAALACYAKwAvADIAOgBFAAABMhYVFAYjIiY1NDYDJwcROAExITgBMRUzNTQmIyEiBhURFBYzITUlASM1ARcnARclOQEHMTI2PQEHMxMnJiIPARc3NjQnAmAoODgoKDg4Gb/gAwBAJhr9ABomJhoBAAIZ/qyFAVEtLf7wLgGRQBom3p5tLRM1Ey2ILRMTAoA4KCg4OCgoOP7Bv+AB4ICAGiYmGv2AGiZfsv6vhQFUiC3+8S7d3iYant4BwC0TEy2ILRM1EwAAAAAJAEAAQAPAA0AADwATABcAGwAfACMAOABEAEgAAAEhIgYVERQWMyEyNjURNCYBIzUzFyM1MxcjNTMXIzUzFyM1MzUnBwEHETM1IzU4ATEzFTM1ITgBMQcUBiMiJjU0NjMyFiUzFSMDgP0AGiYmGgMAGiYm/SZAQMCAgMCAgMCAgIBAQICg/wDgQECAQAJAwDgoKDg4KCg4/kBAQANAJhr9gBomJhoCgBom/YBAQEBAQEBAQEAggKABAOABIECAQEDgKDg4KCg4ODhAAAACAEAAAAPAA4AADQAbAAABISIGFRE3ITI2NRE0JgM4ATEhBxE4ATEhOAExA4D9ABomwAKAGiYmGv1lZQMAA4AmGvzAwCYaAkAaJv2AZQKlAAIAQAAAA8ADgAAXACMAABMHETgBMSE4ATERMxE0JiMhIgYVETchNSUnBycHFwcXNxc3J+VlAwBAJhr9ABomwAEAAcAtc3Mtc3Mtc3MtcwEAZQKl/oABgBomJhr8wMBAEy1zcy1zcy1zcy1zAAUAQAAAA8ADgAAWABoAHgAkAD0AAAE0JiMhIgYdATM1OAExITgBMRE4ATEzAxcHJzcnNxcfAQcnNxcFBxE4ATEhOAExFTM1NCYjISIGFRE3ITUhA8AmGv3AGiZAAkBAzS1zLXNzLXMtcy2goC39LW0CQEAmGv3AGibAAQD+7QNAGiYmGkBA/oD+4C1zLXNzLXMtcy2goC1TSAIIwMAaJiYa/YCAQAAAAAMAAP/ABAADwAADACwAMgAACQMFIiYnNR4BMzI2NTQmLwEuATU0NjMyFhcVLgEjIgYVFBYfAR4BFRQGIzcRMxEzFQIA/gACAAIA/WggNhEVNRwYIRMSLyQrQjAdMBQVLxsWHRIRMygmRjS/QZgDwP4A/gACAIcQC0IQFBESEA8HEAwpKC0vDQxBDxIPEA8PBRINLiQwLwcBQP8AQAAAAAAFAAD/wAQAA8AAAgASACIAMwBDAAAlEQEBNQYHDgEHBgczNjc+ATc2ExU2Nz4BNzY3IwYHDgEHBgEjFhceARcWFzUmJy4BJyYnJTMmJy4BJyYnFRYXHgEXFgGAAYD+wFdNTHgmJwuBCxwcVTU2vFdNTHgmJwuBCxwcVTU2/gWBCycmeExNVzw2NVUcHAsC/oELJyZ4TE1XPDY1VRwcwAIA/wABf4ELJyZ4TE1XPDY1VRwc/Q2BCycmeExNVzw2NVUcHAE0V01MeCYnC4ELHBxVNTY8gFdNTHgmJwuBCxwcVTU2AAACAAD/wAQAA8AAGwAeAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAxEBAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXeoBgAPAKCiLXl1qal1eiygoKCiLXl1qal1eiygo/QACAP8AAAACAAD/wAQAA8AAHAA/AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIwEiBgc6ATEVIzAHDgEHBicmNjU2Nz4BNzY3Njc+ARcWMTAUAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWoBAC1EMRZMgBQUUDw8UAEBNSQlMREQDCQyMlwgIAPAKCiLXl1qal1eiygoKCiLXl1qal1eiygo/sAZZ4AoKWAoKAEVTR4IHh5MKSgdcTY3KQECawAAAAAFAEAAAAPAA4AAOQA+AEMASABMAAABFRQGKwEiJj0BIRUUBisBIiY9ATQ2MzU0NjM1NDY7ATAWFRwBMRUzNTA0NTQ2MTMyFh0BMhYdATIWATM1IxUhMzUjFQEjFSE1BSE1IQPAJRvAGyX/ACUbwBslJRslGyUbgECAQIAbJRslGyX94CDAAeAgwP4gIAFAAQABQP7AAYDAGyUlG4CAGyUlG8AbJYAbJUAbJRAwMBDAwBAwMBAlG0AlG4AlAaVAQEBA/QBAQEBAAAMAQAAAA8ADgAANABMAIQAAASEiBhURFBYzITI2NREDIREhFTMBMxUjIiY1ETQ2MyEXIQMA/oAbJSUbAgAbJUD+AAFAwP0AgIAbJSUbAYBA/kADACUb/YAbJSUbAgD+AAKAwP7AQCUbAoAbJUAAAAAFAEAAAAPAA4AAMABIAGAAbABxAAABIwEuASMiBhUUFhceARceATMyNjU0Jic3Fw4BFRQWMzI2Nz4BNz4BNTQmIyIGBycBARQGIyoBIy4BJzwBNTQ2MzoBMx4BFxwBJToBMzIWFRwBFQ4BByoBIyImNTwBNT4BJTQ2MzIWFRQGIyImJwE1MwEDwFv9tQ0eD0JeBgUMMB8NHg9CXgYFi4sFBl5CDx4NHzAMBQZeQg8eDYsBZf2AOCgBAwElNAI4KAEDASU0AgHbAQMBKDgCNCUBAwEoOAI0/uoTDQ0TEw0NE5X+9VsBCwOA/bUFBl5CDx4NHzAMBQZeQg8eDYuLDR4PQl4GBQwwHw0eD0JeBgWLAWX9eyg4AjQlAQMBKDgCNCUBA184KAEDASU0AjgoAQMBJTTCDRMTDQ0TE2gBClv+9QAAAAADAIAAAAOAA8AAFgAdACUAAAEjLgEjIgYHIyIGFREUFjMhMjY1ETQmITIWFSM0NgEhETMVITUzA0DRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAA4AdIyMdJRv9ABslJRsDABslJRsbJfzAAwCAgAAAAAAFAIAAAAOAA8AABgAdACQALAAyAAAlByc3FwcXAREUBiMhIiY1ETQ2OwE+ATMyFhczMhYFMzQmIyIGBSMVITUjESEDFwcXNycBrS2goC1ycgHTJRv9gBslJRvRETokJDoR0Rsl/kCAJRsbJQGAgP6AgAKA7XNzLaCg7S2goC1zcwJT/QAbJSUbAwAbJR0jIx0lGxslJRuAgP0AAZNzcy2goAAAAAUAgAAAA4ADwAAPACYALQA1ADkAAAETMzcXMxMjFTMHJyMHJyMBIy4BIyIGByMiBhURFBYzITI2NRE0JiEyFhUjNDYBIREzFSE1MwMhNSEBAGFdQjtWb5ImLDlbQzFgAkDRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAQP4AAgACgP6A4+MBgEWq7+/vAQAdIyMdJRv9ABslJRsDABslJRsbJfzAAwCAgP1AQAAAAAQAgAAAA4ADwAAPACYALQA1AAABEzM3FzMTIxUzBycjBycjASMuASMiBgcjIgYVERQWMyEyNjURNCYhMhYVIzQ2ASERMxUhNTMBAGFdQjtWb5ImLDlbQzFgAkDRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAAoD+gOPjAYBFqu/v7wEAHSMjHSUb/QAbJSUbAwAbJSUbGyX8wAMAgIAABgCAAAADgAPAAAYAHQAkACwAMAA2AAAlByc3FwcXAREUBiMhIiY1ETQ2OwE+ATMyFhczMhYFMzQmIyIGBSMVITUjESEBAxcTBxcHFzcnAa0toKAtcnIB0yUb/YAbJSUb0RE6JCQ6EdEbJf5AgCUbGyUBgID+gIACgP7eej17CXNzLaCg7S2goC1zcwJT/QAbJSUbAwAbJR0jIx0lGxslJRuAgP0AAhD+MBEB0W1zcy2goAAABQCAAAADgAPAAAsAEgApADAAOAAAATMRIzUHJxUjETMXBTMHJzM1MxMjLgEjIgYHIyIGFREUFjMhMjY1ETQmITIWFSM0NgEhETMVITUzAcQ8QEBAQEBAAUBAYGBAQIDRETokJDoR0RomJhoCgBomJv6mGyWAJQFb/YCAAYCAAgD/AJJcXJIBAFwkgICAAYAdIyMdJhr9ABomJhoDABomJRsbJfzAAwCAgAAAAAcAgAAAA4ADwAAWAB0AJQApAC0AMQA1AAABIy4BIyIGByMiBhURFBYzITI2NRE0JiEyFhUjNDYBIREzFSE1MwMhNSEVITUhFSE1IRUhNSEDQNEROiQkOhHRGyUlGwKAGyUl/qUbJYAlAVv9gIABgIBA/gACAP4AAgD+AAIA/gACAAOAHSMjHSUb/QAbJSUbAwAbJSUbGyX8wAMAgID+wEDAQMBAwEAAAAIAAAATA60DbQAQACQAAAEWFA8BBiInARY2MTc2MhcBEycmIg8BJyYiDwEBNzY0LwE3NjQC+hMT5RM1Ev5FHDXkEzUTAWqzWhM1E4cuEjYSLQFqLRISLYcTAU0TNRPfExMBuxwm3xIS/pYBxloTE4ctEhIt/pYtEjYSLocTNQAAAgAAAAADwAOAABMAKgAACQE3NjIfATc2Mh8BFhQPARcWFAcHASYiBycHFwcwBicBFjI/ARc3JzYmJwMm/pYtEjYSLocTNRNaExOHLRISWf6WEzQTyS3ItzUcAbsSNRO4xi3FEgESAXwBai0SEi2HExNaEzUThy4SNhJcAWoSEsktyLMmHP5FExOzxi3GEjUTAAAAAAUAAP/AA+0DrQAOABIAFgAuAEIAADchFSE1IzEjETMRMzUzETczNSM1FTM1JQEmIg8BOAExOAE5AQ4BJzEBFjI/ATY0EycmIg8BJyYiDwEBNzY0LwE3NjTAAUD+gEBAQEBAQMDAQAH4/sQTNROMETETAZITNRKME6ItEzUSiC0TNRMtAT0tEhIthxMAQIABQP8AgP8AQECAQEC5AT0TE4wRAw/+bhMTjBI2AdktExOHLRISLf7DLRM1Ey2IEjUAAAYAAP/AA+0DrQAHAAwAEAAUACwAQAAANyEVITUxETMTITUhFTcjFTMnIxUzJQEmIg8BOAExOAE5AQ4BJzEBFjI/ATY0EycmIg8BJyYiDwEBNzY0LwE3NjRAAcD+AEA/AT/+wcPDw4NAQAJ5/sQTNROMETETAZITNRKME6ItEzUSiC0TNRMtAT0tEhIthxMAQEABwP6AQEDBQL9AeQE9ExOMEQMP/m4TE4wSNgHZLRMThy0SEi3+wy0TNRMtiBI1AAYAAP/AA+0DrQADACoApQEgATUBQAAAExEhEQUuASMiBgcOARUUFhceATMyNjcVDgEjIiYnLgE1NDY3PgEzMhYXFRcOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyImIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBzMOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyImIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBxMnJiIPAScmIg8BATc2NC8BNzY0JwUmIg8BBiInFyEBAANA/eEOIRMUIQ0MDQwMDB8UEyMQECkZIjQTExMVFhU4IhUkDugEDQgHEwoLFgsMFwoLEwgJEwoLFQoGCwQFCAMDBAIBAgIDAgcEBAoGBQ0HERkICAkFBAUMCAgSCgsVDAsUCQgRBwQIBAQJBAUJBAUIBAYKBQQIAwMFAgECAgICBQQDCQUFCwcIEAcHDAQFCAMCAwUF7gUMCAgSCwoWDAsXCwsSCAkTCgoVCwYKBQUHAwMFAgECAwIDBgQFCgUGDAcRGQgJCAQFBA0IBxILChYLDBQICRAIBAgEBQgFBAkFBAkEBQoFBAgDBAQCAgEBAgIGAwQIBQYLBgkPBwcMBQUIAgMCBQT2LRM1E4cuEjUTLQE8LhISLogTE/4TEzUTnxM1E5UB9P7MAYD+QAHAhAkKDg4NJRgWJA0ODQoKQAgIFRUVNyMlPBgXFwYGQ8AJDgYFCAIDAgICAgcERQgLBAQEAQEBBAICBQMDBgMFCAMEBwMDBgIDBgMHEwsLGg8MFQkJDgUGCAMDAgECAQUDQAIFAgIDAgECAQEBAQEDAwIFAgMHAwQHAwMGAwIGAwIGAwMJBAUJBgYMBwcRCQ0WCAkOBgUIAgMCAgICBwRFCAsEBAQBAQEEAgIFAwMGAwUIAwQHAwMGAgMGAwcTCwsaDwwVCQkOBQYIAwMCAQIBBQNAAgUCAgMCAQIBAQEBAQMDAgUCAwcDBAcDAwYDAgYDAgYDAwkEBQkGBgwHBxEJDRYIA0QtExOHLRISLf7DLRM1Ey2IEjUTjBMTnxMTlQE0AAUAAP/AA+0DrQATAB4AIgAmAC4AAAEnJiIPAScmIg8BATc2NC8BNzY0BSYiDwEGIicXIQEDFyM3JREhEQEnIwcjEzMTA+0tEzUSiC0TNRMtAT0tEhIthxP+ABM1E58TNROVAfT+zKAxYjH+oALA/wAXkhdAdFh0A4AtExOHLRISLf7DLRM1Ey2IEjV5ExOfExOVATT+FIiIeP5AAcD+gEBAAUD+wAAAAAQAAP/AA+0DrQAEAH8AkwCeAAATBxchEQMOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyYiIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBwEnJiIPAScmIg8BATc2NC8BNzY0BSYiDwEGIicXIQHAwMACAKwGEAoKGA0OHA8PHg0OGAoLGA4NGw0IDgYGCgQEBgICAgQDAwgGBQ0HCBAIFiELCgsGBgYPCwoXDQ4cDg8aCwsVCgUKBgUMBgUMBgYLBQcNBgYKBAQGAgIDAwIDBwQFCwcGDwgLFAkJDwcGCgMEAwYGAdktEzUSiC0TNRMtAT0tEhIthxP+ABM1E58TNROVAfT+zAGA4OABwP6xCQ4GBQgCAwICAgIHBEUICwQEBAEBAQQCAgUDAwYDBQgDBAYDAwYDAwYDBxMKCxsPDBUJCA8FBggDAgMBAgEFA0ACBQICBAEBAgEBAQEBAwICBQMDBwMEBwMDBgMCBgIDBgIECAUECgYFDQcHEAoNFQkDTy0TE4ctEhIt/sMtEzUTLYgSNXkTE58TE5UBNAAAAAAEAAD/wAPtA60AAwASACYAMAAAExEhEQMjJwcjAzMXNzMXNyM1MwEHFxYUDwEBNzYyHwE3NjIfARYUAyEnFjI/ATYyFwACwOFMMzlSVVQrOlAyJiGAAa2HLRISLf7DLRM1Ey2IEjUTLRPM/gyVEzUTnxM1EwGA/kABwP6Avb0BQMfHx445AeaILRM1Ey0BPS0SEi2HExMtEzX+iJUTE58TEwAAAAUAAP/ABAADwAADAAkADwAbACkAAAERIREFByc3FwcFJzcnNxcBETQmKwEiBhURByEVIREzETMRMxEzETMRMwHAAkD+jS1gYC0yAQUtMzMtYP3AJhpAGibAAkD9wIBAQEBAwAEA/sABQNMtYGAtM2AtMzMtYAIgAQAaJiYa/wDAQP6AAUD+wAFA/sABQAAAAAMAAABABAADQAAZACcANQAAATERMzU0NjsBMhYdATM1NDY7ATIWHQEzESEHNTQmKwEiBh0BIxEhESE1NCYrASIGHQEhESERAQBAEw1ADROAEw1ADRNA/gBAEw1ADRNAAcACABMNQA0T/wABwAGAAUBgDRMTDWBgDRMTDWD+wEBgDRMTDWD/AAEAYA0TEw1g/wABAAABAEAAAAPAA4ADKwAAATgBMRwBFTAUMRwBBxQwMRwBFTAGMRwBFSIUMRQGFTAUMQYUBxQwFRQGBzgBMRQGBzAUFQ4BFSIwFRQGFRQiFRQGFTAiFRQGBzAUMQ4BBzAGMQ4BBzAGMRQGIxQwBw4BFTgBMSIGBwYwIxQGIzAGMQ4BBzAGMQ4BBzAiMQ4BIyIUMSIGIyIUIyIGIyIwFSIGByoBMQ4BIzgBMQ4BIyIwIwYiBzAiMSIGIzAiFSoBIzAGMSoBIzgBIwYiIzAiMSoBIyoBIyoBMSImIyoBMSImIzAiMSImIyoBJyoBJyoBMSYiJzAiIy4BIyImMSImIzgBMS4BJzgBMS4BJzgBIy4BJzAiMS4BJzQiMS4BJzQwMS4BJzgBMS4BKwEiBh0BIyImPQE0Njc+ATU0JiMiBhUUFhceAR0BFAYrAREzMjY9ATQmJzgBMS4BJzAiMS4BJzA0Iy4BJzA0MS4BJzQwMS4BJzgBMS4BJzgBMTQmNTAmNTQmJzwBMSY0JzA0NSY0NSY0NTQmNTA0MTQmNTA0NTQmNTA0NTwBNTwBNTA0MTwBNzQwMTwBNTA2MTwBNTI0MTQ2NTA0MTY0NzQwNTQ2NzgBMTQ2NzA0NT4BNTAyNTQ2NTQyNTQ2NTAyNTQ2NzA0MT4BNzA2MT4BNzA2MTQ2MzQwNz4BMTQwMTI2NzYwMzQ2MzA2MT4BNzA2MT4BNzAyMT4BMzI0MTI2MzI0MzI2MzIwNTI2NzoBMT4BMzgBMT4BMzIwMzYyNzAyMTI2MzAyNToBMzA2MToBMzgBMzYyMzAyMToBMzgBMToBMzAyMTIWMzgBMR4BFzAUFRYUFTAUFTAUFRwBFRwBFTAUFTAUBxwBFRwBFRQGFRwBMRQGMRwBIxwBMQYUFRQGMRQGFRQGFRQGMRQGFSIUFQ4BFRQiFRQGBzgBMQ4BBzgBMQ4BHQEUFjsBFRQWOwEyNjc4ATE+ATc4ATE+ATMyNDMyNjc6ATUyNjMwNjMyNjMyNjMwNjM6ATcwMjM0MjMwNjMwMjMyNjM6ATM6ATM2MjE6ATE6ATM6ATM6ATE6ATE6ARc6ATEeARc4ATEUFhUwFDEcARUDwAEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAwECAwIBAQEDAQEBAgIBAgECAQEBAQECAQEBAgIBAQEBAgEBAQEDAgUIBQEDAQEBAgEBAQIBAQECAQICAQgUCwMWHswWHgkJFRlLNTVLGRQJCh4WjIwWHgkJAgIBAQECAQEBAgEBAgEBAgEDBQMCAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAgIBAwIBAgICLUEEAQEBAQEBAQEBAQEBAQEBAQEGDgkJCh4WzB4WAwsVBwgSCgECAQEBAQEBAQEBAgEBAQEBAQEBAQIBAQEBAgECAQIBAgEBAQEBAQEBAQEBAgECAQIBAQEBAQIBAgECAQEBLUEEAQEAAgICAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAwUDAQIBAQIBAQIBAQECAQEBAgIJCR4WjB4WAwsUCBEzHjVLSzUdMxIHFQsDFh4CQB4WAwsUCAECAgECAQEBAgEBAQIBAQEDAQUIBQIDAQEBAQIBAQEBAgIBAQECAQEBAQECAQIBAgIBAQEDAQEBAgMCAQMCAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEEQS0BAQECAQIBAgEBAQEBAgECAQIBAQEBAQEBAQEBAQIBAgECAQIBAQEBAgEBAQEBAQEBAQIBAQEBAQEBAQECAQoSCAcVCwMWHswWHgoJCQ4GAQEBAQEBAQEBAQEBAQEBAQEEQS0CAgIBAgMBAAAABQAA/8AEAALAAA0AHAA5AE8AVAAAJTE1IxUjFTMVMzUzNSMBNDYzITIWFRQGIyEiJjUjFBY7AQ4BIyInLgEnJjU0Nz4BNzYzMhYXIyIGFQU+ATU0Jy4B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NDYzOAExMxUjESERIzUzMhYVOAExERQGIzgBMQE3IxEjESPAGyUlG8HAAn7AwRslJRv+v8GBgIEAJRsCABslPv3+AgI+JRv+ABslAUS8AYD+gAAAAAIAgAAAA4ADgAAvADYAADciJicuAScuAScuATURNDY3PgE3PgE3PgE7ARUjESERIzUzMhYVOAExERQGIzgBMQERMycHMxHABg0GBgoEBQcCAwICAwIHBQQKBgYNBsHAAn7AwRslJRv/AIHBwYEAAgMCBwUECgYGDQYCAAYNBgYKBAUHAgMCQP4AAgBAJRv+ABslAUABhLy8/nwAAAMAQAAAA8ADgAAFAAsAFgAANyEVIREzAQcVIREBARcFJwcVNxcBFzWAA0D8gEABAMADAP6AAQAc/uTAwMDAAV0jQEADgP5AwIACAP7AAgAc5IDAgMCAASMjgAAAAgBAAAADwAOAAAsADwAAAREjESERIxEjESERASMRMwKAQP7AgEADgP5AwMADAP1AAUD+wANA/IADAP1AAQAAAAMAQAAAA8ADgAALAA8AEwAAAREjESERIxEjESERAREzETM1MxUCgED+wIBAA4D9gMDAwAJA/gACwP1AA0D8gAJA/gABgP6AwMAAAAADAEAAAAPAA4AACwAPABMAAAERIxEhESMRIxEhEQERMxEzETMRAoBA/sCAQAOA/YDAwMADgPzAA0D8wANA/IADgPzAAgD+AAFA/sAABABAAAADwAOAAAUACQANABEAACUVIREzEQEjETMTESERJSERIQPA/IBAAYDAwED+wALA/sABQEBAA4D8wAKA/kACAP3AAkCA/kAAAAIAQAAAA8ADgAALAA8AADc1IREhNSERIREhNQEVITWAAUD+wALA/QADgP3A/wBAgAFAQAFA/IBAAYDAwAAAAAADAEAAAAPAA4AACwAPABMAADc1IREhNSERIREhNQEzFSMFFSE1gALA/UACAP3AA4D8wMDAAYD+gECAAUBAAUD8gEADAMDAwMAAAAAAAwBAAAADwAOAAAsADwATAAABESERITUhNSERITUFFSE1ESEVIQPA/IADgPzAA0D8wAIA/gABQP7AAkABQPyAQIABQECAwMABgMAAAAQAQAAAA8ADgAAFAAkADQARAAAlFSERMxEBIRUhExEhEQEhESEDwPyAQAKA/kABwED9wALA/kABwEBA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BAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAMAEAADABAAAwAQAAFAEAABQBAAAQAQAAEAEAACABAAAgAQAAIAEAACABAABAAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAQAQAAAAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAADAQAAMAEAABABAAAQAQAAEAEAABABAAAgAQAAAAEAAEABAABAAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAD8EAAB/BAAAgQQAAD8EAAA/BAAAPwQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAAA/BAAAgAQAAAAEAP/+BAAAAAQAAEAEAAAABAAAAAQAAEAEAAAABAAAPwQAAD8EAAA/BAAAfwQAAIEEAAA/BAAAPwQAAEAEAAA/BAAAPwQAAD8EAAB/BAAAPwQAAH8EAAEBBAD//wQA//8EAAA/BAAAPwQAAD8EAAA/BAAAPwQAAIAEAAEABAABAAQAAQAEAAEABAAAwAQAAEAEAABABAAAAAQAAIAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAwAQAAMAEAAAABAAAQAQAAEAEAAAABAAAgAQAAEAEAAAABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAgAQAAIAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAAAEAABABAAAAAQAAEAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAUwQAAAAEAAAABAAAAAQAAEAEAABABAAAwAQAAEAEAAEABAAAgAQAAEAEAACABAAAgAQAAEAEAAAABAAAAAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAoAQAAKAEAADABAAAgAQAAEAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAEAEAADABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAIAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAEAEAABABAAAQAQAAEIEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAEAEAABABAAAgAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABCBAAAQAQAAEAEAABAAAAAAAAAAAAACgAUAB4AKAAyADwARgBQAFoAZABuAHgAggCMAJYAoACqALQAvgDIANIA3ADmAPAA+gEEAQ4BGAEiASwBNgFAAUoBVAFeAWgBcgGAAY4BnAGqAbgBxgHUAeIB+AIOAiQCOgJQAmYCfAKSAqoCwALUAugC/gMUAygDOgNMA2IDdAOMA6IDvgPiBAIEIAQ0BGQEsATeBQIFKAU8BWwFlgW8BdwGBgYgBjoGVAZuBqQG2gb0B0gHbAeSB+IINAigCPAJQgmiCegKHApyCp4K5AsyC5IL+gySDPoNkg3WDhgOeA7wD24Pgg/mECIQPBCmEOgRABFmEaQRshIQEkYSYBJ6EqAStBLIEt4TAhMWEzQTUhOIE8gT4hP8FBYUMBRUFHYUmBSuFM4U3BVmFnIWxBc+F54YDBh0GJgYyhkKGTgZThlcGWwZehmqGb4Z4Bn6GhYaJhpSGpwa4BtcHFgdth5uHvIfWB/+IBIgWiC6IPohCCEeISwhQCFUIX4h2iIAIn4jHiNQI4AjjiOiI7AkFCROJH4kmCSuJM4k7CUuJV4ltiYeJl4mxidGJ6goAihAKIYo3CkuKVgphimwKcop5CqWKrwq4itMLBYsgCyQLUwtni3MLfAu3i8MLyIv2jAOMDQwZDCAMKAwxDDuMRQxODFgMYIxojHEMeQyBDIuMlgzFjN2M6AzyjQkNF40mjS6NO41IjVqNYo1vjXyNjg2pjbwN0Q3lDfWOAQ4MjhQOHA4kDi2OOQ5ADkiOUA5ZjmUObI50DnwOhg6PjpeOn46njrGOu47WjvWO/A8LDw+PFw8vD0ePlQ+2j9eQDRBEkHSQqhDsERORSxGJEcOR1pHlEfMR+5IEEgySE5IakiGSLRI4kkQST5Jhkm8SeRKDEo2Sl5KiEqyStpLBEsuS1ZLmkvETApMkk0sTcZOXk72T5BQKFDgUSJRrlJqUw5T1FQCVEpVCFaIWCJY4loYWmZaklrUW+BcZlz2XVxdwl48XqpfLF+uYBJgVmCgYQhhbmGWYcxiIGJwYuJjGGN4Y9xkFGS2ZPJlRGWeZfBmSmagZvRnNGd+Z95oPmoSamZrWGuqa/JsPG+Gb/xw3nGuck5yonLscyxzgnO+dBx0VHSKdMJ0+nVWdbB17HY2dm52pnbcdyZ3cHeyd/p4QniIeOJ6JntSe9x8In1UfXR91n7Af0CAFICagSCBToG4gniCvIN+g8KECIRMhJCFQoXGhhyGgoaohs6HGodOh3aH2IhOiGSIjojOiSqJbInEieiKIouAjPSOYI/kkCCQbpDMkUCRxJJSlRSX7JhYmNqZWJngmiyajpr4m3CcCpy2nXaeSp8an/SgRKCgoQahfKHeolaigKK8ovajKqOCo9Sj+KQmpGSlRqV+pbyl9KZQpzaoHqhmqQypSql2qdaqMqpiqpaqwKuarAisXK0oreSuWK7GruyvIq9Gr7CwRLB+sLiw4LEIsUKxerHAsfyyJLKitDq2ArfwuPi5Mrl2udK6SLrWu5S71Lv2vKa89L1KvcK+FL6yvwS/ar+gv97AMMHUwhrCVsKQwsrDPMQGxDzEisS4xNjE/sUkxUrFasWQxbbF3sYExirGRMZixpjGyMbwyDzJksrYy4TMaM0Azf7Ods8ezz7Pts/q0BrQYtFY0X7R0tI40kIAAQAAAnEDLAA+AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABoBPgABAAAAAAAAABsBEQABAAAAAAABABIAAAABAAAAAAACAAcDYAABAAAAAAADABIC9AABAAAAAAAEABIDdQABAAAAAAAFAAsC0wABAAAAAAAGABIDKgABAAAAAAAJABsBYgABAAAAAAAKADMAeAABAAAAAAALABYANgABAAAAAAAMABYBswABAAAAAAANABsB9QABAAAAAAAOAC8CRgADAAEECQAAADYBLAADAAEECQABACQAEgADAAEECQACAA4DZwADAAEECQADACQDBgADAAEECQAEACQDhwADAAEECQAFABYC3gADAAEECQAGACQDPAADAAEECQAJADYBfQADAAEECQAKAGYAqwADAAEECQALACwATAADAAEECQAMACwByQADAAEECQANADYCEAADAAEECQAOAF4CdVdlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac2h0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbVdlYiBDb21wb25lbnRzIEljb24gRm9udApGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBXAGUAYgAgAEMAbwBtAHAAbwBuAGUAbgB0AHMAIABJAGMAbwBuACAARgBvAG4AdAAKAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeVRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeWh0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbUFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMC5odG1sAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAHAAYQBjAGgAZQAuAG8AcgBnAC8AbABpAGMAZQBuAHMAZQBzAC8ATABJAEMARQBOAFMARQAtADIALgAwAC4AaAB0AG0AbFZlcnNpb24gMS42AFYAZQByAHMAaQBvAG4AIAAxAC4ANldlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcldlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4AcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype")
}

.k-icon {
	width: 1em;
	height: 1em;
	outline: 0;
	font-size: 16px;
	font-family: "WebComponentsIcons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	text-decoration: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.k-icon:hover,
.k-icon:focus {
	text-decoration: none
}

.k-no-flexbox {
	display: inline-block
}

.k-svg-icon {
	width: 1em;
	height: 1em;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: relative
}

.k-svg-icon>svg {
	fill: currentColor;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-svg-icon.k-flip-h,
.k-svg-icon.k-flip-v,
.k-svg-icon.k-flip-h.k-flip-v {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.k-svg-icon.k-flip-h>svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-svg-icon.k-flip-v>svg {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.k-svg-icon.k-flip-h.k-flip-v>svg {
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

.k-icon-with-modifier {
	position: relative;
	margin: .25em
}

.k-icon-modifier {
	position: absolute;
	font-size: .5em;
	bottom: 0;
	right: 0;
	margin: 0 -.5em -.5em 0
}

.k-i-none::before {
	content: "";
	display: none
}

.k-widget .k-icon.k-i-expand,
.k-widget .k-icon.k-i-collapse {
	cursor: pointer
}

.k-icon-xs {
	font-size: 8px
}

.k-icon-sm {
	font-size: 12px
}

.k-icon-md {
	font-size: 32px
}

.k-icon-lg {
	font-size: 48px
}

.k-icon-xl {
	font-size: 64px
}

.k-i-caret-tr::before {
	content: "\e000"
}

.k-i-arrow-45-up-right::before {
	content: "\e000"
}

.k-i-collapse-ne::before {
	content: "\e000"
}

.k-i-resize-ne::before {
	content: "\e000"
}

.k-i-caret-br::before {
	content: "\e001"
}

.k-i-arrow-45-down-right::before {
	content: "\e001"
}

.k-i-collapse-se::before {
	content: "\e001"
}

.k-i-resize-se::before {
	content: "\e001"
}

.k-i-caret-bl::before {
	content: "\e002"
}

.k-i-arrow-45-down-left::before {
	content: "\e002"
}

.k-i-collapse-sw::before {
	content: "\e002"
}

.k-i-resize-sw::before {
	content: "\e002"
}

.k-i-caret-tl::before {
	content: "\e003"
}

.k-i-arrow-45-up-left::before {
	content: "\e003"
}

.k-i-collapse-nw::before {
	content: "\e003"
}

.k-i-resize-nw::before {
	content: "\e003"
}

.k-i-caret-alt-up::before {
	content: "\e004"
}

.k-i-arrow-60-up::before {
	content: "\e004"
}

.k-i-arrow-n::before {
	content: "\e004"
}

.k-i-kpi-trend-increase::before {
	content: "\e004"
}

.k-i-expand-n::before {
	content: "\e004"
}

.k-i-sarrow-n::before {
	content: "\e004"
}

.k-i-caret-alt-right::before {
	content: "\e005"
}

.k-i-arrow-60-right::before {
	content: "\e005"
}

.k-i-arrow-e::before {
	content: "\e005"
}

.k-i-expand::before {
	content: "\e005"
}

.k-i-expand-e::before {
	content: "\e005"
}

.k-i-sarrow-e::before {
	content: "\e005"
}

.k-i-caret-alt-down::before {
	content: "\e006"
}

.k-i-arrow-60-down::before {
	content: "\e006"
}

.k-i-arrow-s::before {
	content: "\e006"
}

.k-i-kpi-trend-decrease::before {
	content: "\e006"
}

.k-i-expand-s::before {
	content: "\e006"
}

.k-i-collapse::before {
	content: "\e006"
}

.k-i-sarrow-s::before {
	content: "\e006"
}

.k-i-caret-alt-left::before {
	content: "\e007"
}

.k-i-arrow-60-left::before {
	content: "\e007"
}

.k-i-arrow-w::before {
	content: "\e007"
}

.k-i-expand-w::before {
	content: "\e007"
}

.k-i-sarrow-w::before {
	content: "\e007"
}

.k-i-caret-alt-to-top::before {
	content: "\e008"
}

.k-i-arrow-end-up::before {
	content: "\e008"
}

.k-i-seek-n::before {
	content: "\e008"
}

.k-i-caret-alt-to-right::before {
	content: "\e009"
}

.k-i-arrow-end-right::before {
	content: "\e009"
}

.k-i-seek-e::before {
	content: "\e009"
}

.k-i-caret-alt-to-bottom::before {
	content: "\e00a"
}

.k-i-arrow-end-down::before {
	content: "\e00a"
}

.k-i-seek-s::before {
	content: "\e00a"
}

.k-i-caret-alt-to-left::before {
	content: "\e00b"
}

.k-i-arrow-end-left::before {
	content: "\e00b"
}

.k-i-seek-w::before {
	content: "\e00b"
}

.k-i-caret-double-alt-up::before {
	content: "\e00c"
}

.k-i-arrow-double-60-up::before {
	content: "\e00c"
}

.k-i-arrow-seek-up::before {
	content: "\e00c"
}

.k-i-caret-double-alt-right::before {
	content: "\e00d"
}

.k-i-arrow-double-60-right::before {
	content: "\e00d"
}

.k-i-arrow-seek-right::before {
	content: "\e00d"
}

.k-i-forward-sm::before {
	content: "\e00d"
}

.k-i-caret-double-alt-down::before {
	content: "\e00e"
}

.k-i-arrow-double-60-down::before {
	content: "\e00e"
}

.k-i-arrow-seek-down::before {
	content: "\e00e"
}

.k-i-caret-double-alt-left::before {
	content: "\e00f"
}

.k-i-arrow-double-60-left::before {
	content: "\e00f"
}

.k-i-arrow-seek-left::before {
	content: "\e00f"
}

.k-i-rewind-sm::before {
	content: "\e00f"
}

.k-i-caret-alt-expand::before {
	content: "\e010"
}

.k-i-arrows-kpi::before {
	content: "\e010"
}

.k-i-kpi::before {
	content: "\e010"
}

.k-i-caret-alt-sort::before {
	content: "\e010"
}

.k-i-arrows-no-change::before {
	content: "\e011"
}

.k-i-arrow-overflow-down::before {
	content: "\e012"
}

.k-i-chevron-up::before {
	content: "\e013"
}

.k-i-arrow-chevron-up::before {
	content: "\e013"
}

.k-i-arrowhead-n::before {
	content: "\e013"
}

.k-i-chevron-right::before {
	content: "\e014"
}

.k-i-arrow-chevron-right::before {
	content: "\e014"
}

.k-i-arrowhead-e::before {
	content: "\e014"
}

.k-i-chevron-down::before {
	content: "\e015"
}

.k-i-arrow-chevron-down::before {
	content: "\e015"
}

.k-i-arrowhead-s::before {
	content: "\e015"
}

.k-i-chevron-left::before {
	content: "\e016"
}

.k-i-arrow-chevron-left::before {
	content: "\e016"
}

.k-i-arrowhead-w::before {
	content: "\e016"
}

.k-i-arrow-up::before {
	content: "\e017"
}

.k-i-arrow-right::before {
	content: "\e018"
}

.k-i-arrow-down::before {
	content: "\e019"
}

.k-i-arrow-left::before {
	content: "\e01a"
}

.k-i-level-down::before {
	content: "\e01b"
}

.k-i-arrow-drill::before {
	content: "\e01b"
}

.k-i-level-up::before {
	content: "\e01c"
}

.k-i-arrow-parent::before {
	content: "\e01c"
}

.k-i-level-to-top::before {
	content: "\e01d"
}

.k-i-arrow-root::before {
	content: "\e01d"
}

.k-i-level-root::before {
	content: "\e01d"
}

.k-i-col-resize::before {
	content: "\e01e"
}

.k-i-arrows-resizing::before {
	content: "\e01e"
}

.k-i-arrows-axes::before {
	content: "\e01f"
}

.k-i-arrows-dimensions::before {
	content: "\e01f"
}

.k-i-dimension::before {
	content: "\e01f"
}

.k-i-arrows-swap::before {
	content: "\e020"
}

.k-i-drag-and-drop::before {
	content: "\e021"
}

.k-i-categorize::before {
	content: "\e022"
}

.k-i-grid::before {
	content: "\e023"
}

.k-i-grid-layout::before {
	content: "\e024"
}

.k-i-group::before {
	content: "\e025"
}

.k-i-ungroup::before {
	content: "\e026"
}

.k-i-handler-drag::before {
	content: "\e027"
}

.k-i-layout::before {
	content: "\e028"
}

.k-i-layout-1-by-4::before {
	content: "\e029"
}

.k-i-layout-2-by-2::before {
	content: "\e02a"
}

.k-i-page-layout::before {
	content: "\e02a"
}

.k-i-layout-side-by-side::before {
	content: "\e02b"
}

.k-i-layout-stacked::before {
	content: "\e02c"
}

.k-i-columns::before {
	content: "\e02d"
}

.k-i-rows::before {
	content: "\e02e"
}

.k-i-reorder::before {
	content: "\e02f"
}

.k-i-menu::before {
	content: "\e030"
}

.k-i-hamburger::before {
	content: "\e030"
}

.k-i-more-vertical::before {
	content: "\e031"
}

.k-i-more-v::before {
	content: "\e031"
}

.k-i-vbars::before {
	content: "\e031"
}

.k-i-more-horizontal::before {
	content: "\e032"
}

.k-i-more-h::before {
	content: "\e032"
}

.k-i-hbars::before {
	content: "\e032"
}

.k-i-overlap::before {
	content: "\e033"
}

.k-i-home::before {
	content: "\e034"
}

.k-i-root::before {
	content: "\e034"
}

.k-i-undo::before {
	content: "\e100"
}

.k-i-undo-large::before {
	content: "\e100"
}

.k-i-redo::before {
	content: "\e101"
}

.k-i-redo-large::before {
	content: "\e101"
}

.k-i-arrow-rotate-ccw::before {
	content: "\e102"
}

.k-i-reset::before {
	content: "\e102"
}

.k-i-arrow-rotate-cw::before {
	content: "\e103"
}

.k-i-reload::before {
	content: "\e103"
}

.k-i-refresh::before {
	content: "\e103"
}

.k-i-recurrence::before {
	content: "\e103"
}

.k-i-arrows-repeat::before {
	content: "\e103"
}

.k-i-arrows-no-repeat::before {
	content: "\e104"
}

.k-i-non-recurrence::before {
	content: "\e104"
}

.k-i-refresh-clear::before {
	content: "\e104"
}

.k-i-arrow-rotate-ccw-small::before {
	content: "\e105"
}

.k-i-reset-sm::before {
	content: "\e105"
}

.k-i-arrow-rotate-cw-small::before {
	content: "\e106"
}

.k-i-reload-sm::before {
	content: "\e106"
}

.k-i-refresh-sm::before {
	content: "\e106"
}

.k-i-recurrence-sm::before {
	content: "\e106"
}

.k-i-arrows-repeat-sm::before {
	content: "\e106"
}

.k-i-clock::before {
	content: "\e107"
}

.k-i-calendar::before {
	content: "\e108"
}

.k-i-save::before {
	content: "\e109"
}

.k-i-floppy::before {
	content: "\e109"
}

.k-i-print::before {
	content: "\e10a"
}

.k-i-printer::before {
	content: "\e10a"
}

.k-i-pencil::before {
	content: "\e10b"
}

.k-i-edit::before {
	content: "\e10b"
}

.k-i-trash::before {
	content: "\e10c"
}

.k-i-delete::before {
	content: "\e10c"
}

.k-i-paperclip::before {
	content: "\e10d"
}

.k-i-attachment::before {
	content: "\e10d"
}

.k-i-clip::before {
	content: "\e10d"
}

.k-i-paperclip-alt::before {
	content: "\e10e"
}

.k-i-attachment-45::before {
	content: "\e10e"
}

.k-i-clip-45::before {
	content: "\e10e"
}

.k-i-link::before {
	content: "\e10f"
}

.k-i-link-horizontal::before {
	content: "\e10f"
}

.k-i-hyperlink::before {
	content: "\e10f"
}

.k-i-link-h::before {
	content: "\e10f"
}

.k-i-unlink::before {
	content: "\e110"
}

.k-i-unlink-horizontal::before {
	content: "\e110"
}

.k-i-hyperlink-remove::before {
	content: "\e110"
}

.k-i-unlink-h::before {
	content: "\e110"
}

.k-i-link-vertical::before {
	content: "\e111"
}

.k-i-link-v::before {
	content: "\e111"
}

.k-i-unlink-vertical::before {
	content: "\e112"
}

.k-i-unlink-v::before {
	content: "\e112"
}

.k-i-lock::before {
	content: "\e113"
}

.k-i-unlock::before {
	content: "\e114"
}

.k-i-cancel::before {
	content: "\e115"
}

.k-i-cancel-outline::before {
	content: "\e116"
}

.k-i-deny::before {
	content: "\e116"
}

.k-i-cancel-circle::before {
	content: "\e117"
}

.k-i-check::before {
	content: "\e118"
}

.k-i-checkmark::before {
	content: "\e118"
}

.k-i-tick::before {
	content: "\e118"
}

.k-i-check-outline::before {
	content: "\e119"
}

.k-i-checkmark-outline::before {
	content: "\e119"
}

.k-i-success::before {
	content: "\e119"
}

.k-i-check-circle::before {
	content: "\e11a"
}

.k-i-checkmark-circle::before {
	content: "\e11a"
}

.k-i-x::before {
	content: "\e11b"
}

.k-i-close::before {
	content: "\e11b"
}

.k-i-clear::before {
	content: "\e11b"
}

.k-i-times::before {
	content: "\e11b"
}

.k-i-group-delete::before {
	content: "\e11b"
}

.k-i-x-outline::before {
	content: "\e11c"
}

.k-i-close-outline::before {
	content: "\e11c"
}

.k-i-clear-outline::before {
	content: "\e11c"
}

.k-i-times-outline::before {
	content: "\e11c"
}

.k-i-error::before {
	content: "\e11c"
}

.k-i-x-circle::before {
	content: "\e11d"
}

.k-i-close-circle::before {
	content: "\e11d"
}

.k-i-clear-circle::before {
	content: "\e11d"
}

.k-i-times-circle::before {
	content: "\e11d"
}

.k-i-plus::before,
.k-plus::before {
	content: "\e11e"
}

.k-i-add::before {
	content: "\e11e"
}

.k-i-plus-outline::before {
	content: "\e11f"
}

.k-i-add-outline::before {
	content: "\e11f"
}

.k-i-plus-circle::before {
	content: "\e120"
}

.k-i-add-circle::before {
	content: "\e120"
}

.k-i-minus::before,
.k-minus::before {
	content: "\e121"
}

.k-i-kpi-trend-equal::before {
	content: "\e121"
}

.k-i-minus-outline::before {
	content: "\e122"
}

.k-i-minus-circle::before {
	content: "\e123"
}

.k-i-sort-asc::before {
	content: "\e124"
}

.k-i-sort-desc::before {
	content: "\e125"
}

.k-i-sort-clear::before {
	content: "\e126"
}

.k-i-unsort::before {
	content: "\e126"
}

.k-i-sort-asc-small::before {
	content: "\e127"
}

.k-i-sort-asc-sm::before {
	content: "\e127"
}

.k-i-sort-desc-small::before {
	content: "\e128"
}

.k-i-sort-desc-sm::before {
	content: "\e128"
}

.k-i-filter::before {
	content: "\e129"
}

.k-i-filter-clear::before {
	content: "\e12a"
}

.k-i-filter-small::before {
	content: "\e12b"
}

.k-i-filter-sm::before {
	content: "\e12b"
}

.k-i-filter-sort-asc-small::before {
	content: "\e12c"
}

.k-i-filter-sort-asc-sm::before {
	content: "\e12c"
}

.k-i-filter-sort-desc-small::before {
	content: "\e12d"
}

.k-i-filter-sort-desc-sm::before {
	content: "\e12d"
}

.k-i-filter-add-expression::before {
	content: "\e12e"
}

.k-i-filter-add-group::before {
	content: "\e12f"
}

.k-i-login::before {
	content: "\e130"
}

.k-i-sign-in::before {
	content: "\e130"
}

.k-i-logout::before {
	content: "\e131"
}

.k-i-sign-out::before {
	content: "\e131"
}

.k-i-download::before {
	content: "\e132"
}

.k-i-upload::before {
	content: "\e133"
}

.k-i-hyperlink-open::before {
	content: "\e134"
}

.k-i-hyperlink-open-sm::before {
	content: "\e135"
}

.k-i-launch::before {
	content: "\e136"
}

.k-i-window::before {
	content: "\e137"
}

.k-i-window-maximize::before {
	content: "\e137"
}

.k-i-maximize::before {
	content: "\e137"
}

.k-i-window-restore::before {
	content: "\e138"
}

.k-i-windows::before {
	content: "\e138"
}

.k-i-tiles::before {
	content: "\e138"
}

.k-i-restore::before {
	content: "\e138"
}

.k-i-window-minimize::before {
	content: "\e139"
}

.k-i-minimize::before {
	content: "\e139"
}

.k-i-gear::before {
	content: "\e13a"
}

.k-i-cog::before {
	content: "\e13a"
}

.k-i-custom::before {
	content: "\e13a"
}

.k-i-gears::before {
	content: "\e13b"
}

.k-i-cogs::before {
	content: "\e13b"
}

.k-i-wrench::before {
	content: "\e13c"
}

.k-i-settings::before {
	content: "\e13c"
}

.k-i-eye::before {
	content: "\e13d"
}

.k-i-preview::before {
	content: "\e13d"
}

.k-i-search::before {
	content: "\e13e"
}

.k-i-zoom::before {
	content: "\e13e"
}

.k-i-zoom-in::before {
	content: "\e13f"
}

.k-i-zoom-out::before {
	content: "\e140"
}

.k-i-arrows-move::before {
	content: "\e141"
}

.k-i-pan::before {
	content: "\e141"
}

.k-i-move::before {
	content: "\e141"
}

.k-i-calculator::before {
	content: "\e142"
}

.k-i-cart::before {
	content: "\e143"
}

.k-i-shopping-cart::before {
	content: "\e143"
}

.k-i-connector::before {
	content: "\e144"
}

.k-i-plus-sm::before {
	content: "\e145"
}

.k-i-splus::before {
	content: "\e145"
}

.k-i-minus-sm::before {
	content: "\e146"
}

.k-i-sminus::before {
	content: "\e146"
}

.k-i-kpi-status-deny::before {
	content: "\e147"
}

.k-i-kpi-status-hold::before {
	content: "\e148"
}

.k-i-kpi-status-open::before {
	content: "\e149"
}

.k-i-equal::before {
	content: "\e14a"
}

.k-i-not-equal::before {
	content: "\e14b"
}

.k-i-less-or-equal::before {
	content: "\e14c"
}

.k-i-greater-or-equal::before {
	content: "\e14d"
}

.k-i-divide::before {
	content: "\e14e"
}

.k-i-accessibility::before {
	content: "\e14f"
}

.k-i-barcode-outline::before {
	content: "\e150"
}

.k-i-barcode::before {
	content: "\e151"
}

.k-i-barcode-scanner::before {
	content: "\e152"
}

.k-i-qr-code-outline::before {
	content: "\e153"
}

.k-i-qr-code::before {
	content: "\e154"
}

.k-i-qr-code-scanner::before {
	content: "\e155"
}

.k-i-barcode-qr-code-scanner::before {
	content: "\e156"
}

.k-i-signature::before {
	content: "\e157"
}

.k-i-hand::before {
	content: "\e158"
}

.k-i-pointer::before {
	content: "\e159"
}

.k-i-cursor::before {
	content: "\e159"
}

.k-i-stick::before {
	content: "\e15a"
}

.k-i-unstick::before {
	content: "\e15b"
}

.k-i-set-column-position::before {
	content: "\e15c"
}

.k-i-play::before {
	content: "\e200"
}

.k-i-pause::before {
	content: "\e201"
}

.k-i-stop::before {
	content: "\e202"
}

.k-i-rewind::before {
	content: "\e203"
}

.k-i-forward::before {
	content: "\e204"
}

.k-i-volume-down::before {
	content: "\e205"
}

.k-i-volume-low::before {
	content: "\e205"
}

.k-i-volume-up::before {
	content: "\e206"
}

.k-i-volume-high::before {
	content: "\e206"
}

.k-i-volume-mute::before {
	content: "\e207"
}

.k-i-volume-off::before {
	content: "\e207"
}

.k-i-hd::before {
	content: "\e208"
}

.k-i-closed-captions::before {
	content: "\e209"
}

.k-i-subtitles::before {
	content: "\e209"
}

.k-i-playlist::before {
	content: "\e20a"
}

.k-i-music-notes::before {
	content: "\e20b"
}

.k-i-audio::before {
	content: "\e20b"
}

.k-i-play-sm::before {
	content: "\e20c"
}

.k-i-pause-sm::before {
	content: "\e20d"
}

.k-i-stop-sm::before {
	content: "\e20e"
}

.k-i-heart-outline::before {
	content: "\e300"
}

.k-i-fav-outline::before {
	content: "\e300"
}

.k-i-favorite-outline::before {
	content: "\e300"
}

.k-i-heart::before {
	content: "\e301"
}

.k-i-fav::before {
	content: "\e301"
}

.k-i-favorite::before {
	content: "\e301"
}

.k-i-star-outline::before {
	content: "\e302"
}

.k-i-bookmark-outline::before {
	content: "\e302"
}

.k-i-star::before {
	content: "\e303"
}

.k-i-bookmark::before {
	content: "\e303"
}

.k-i-checkbox::before {
	content: "\e304"
}

.k-i-shape-rect::before {
	content: "\e304"
}

.k-i-checkbox-checked::before {
	content: "\e305"
}

.k-i-checkbox-indeterminate::before {
	content: "\e306"
}

.k-i-tri-state-indeterminate::before {
	content: "\e306"
}

.k-i-checkbox-null::before {
	content: "\e307"
}

.k-i-tri-state-null::before {
	content: "\e307"
}

.k-i-circle::before {
	content: "\e308"
}

.k-i-radiobutton::before {
	content: "\e309"
}

.k-i-shape-circle::before {
	content: "\e309"
}

.k-i-radiobutton-checked::before {
	content: "\e30a"
}

.k-i-bell::before {
	content: "\e400"
}

.k-i-notification::before {
	content: "\e400"
}

.k-i-info-circle::before {
	content: "\e401"
}

.k-i-information::before {
	content: "\e401"
}

.k-i-info::before {
	content: "\e401"
}

.k-i-note::before {
	content: "\e401"
}

.k-i-question-circle::before {
	content: "\e402"
}

.k-i-question::before {
	content: "\e402"
}

.k-i-help::before {
	content: "\e402"
}

.k-i-exclamation-circle::before {
	content: "\e403"
}

.k-i-warning::before {
	content: "\e403"
}

.k-i-exception::before {
	content: "\e403"
}

.k-i-camera::before {
	content: "\e500"
}

.k-i-photo-camera::before {
	content: "\e500"
}

.k-i-image::before {
	content: "\e501"
}

.k-i-photo::before {
	content: "\e501"
}

.k-i-image-export::before {
	content: "\e502"
}

.k-i-photo-export::before {
	content: "\e502"
}

.k-i-zoom-actual-size::before {
	content: "\e503"
}

.k-i-zoom-best-fit::before {
	content: "\e504"
}

.k-i-image-resize::before {
	content: "\e505"
}

.k-i-crop::before {
	content: "\e506"
}

.k-i-mirror::before {
	content: "\e507"
}

.k-i-flip-horizontal::before {
	content: "\e508"
}

.k-i-flip-h::before {
	content: "\e508"
}

.k-i-flip-vertical::before {
	content: "\e509"
}

.k-i-flip-v::before {
	content: "\e509"
}

.k-i-rotate::before {
	content: "\e50a"
}

.k-i-rotate-right::before {
	content: "\e50b"
}

.k-i-rotate-cw::before {
	content: "\e50b"
}

.k-i-rotate-left::before {
	content: "\e50c"
}

.k-i-rotate-ccw::before {
	content: "\e50c"
}

.k-i-brush::before {
	content: "\e50d"
}

.k-i-palette::before {
	content: "\e50e"
}

.k-i-droplet::before {
	content: "\e50f"
}

.k-i-paint::before {
	content: "\e50f"
}

.k-i-background::before {
	content: "\e50f"
}

.k-i-shape-line::before {
	content: "\e510"
}

.k-i-line::before {
	content: "\e510"
}

.k-i-brightness-contrast::before {
	content: "\e511"
}

.k-i-sliders::before {
	content: "\e512"
}

.k-i-saturation::before {
	content: "\e512"
}

.k-i-invert-colors::before {
	content: "\e513"
}

.k-i-transparency::before {
	content: "\e514"
}

.k-i-opacity::before {
	content: "\e514"
}

.k-i-grayscale::before {
	content: "\e515"
}

.k-i-blur::before {
	content: "\e516"
}

.k-i-sharpen::before {
	content: "\e517"
}

.k-i-shapes::before {
	content: "\e518"
}

.k-i-shape::before {
	content: "\e518"
}

.k-i-round-corners::before {
	content: "\e519"
}

.k-i-bring-to-front::before {
	content: "\e51a"
}

.k-i-front-element::before {
	content: "\e51a"
}

.k-i-bring-to-back::before {
	content: "\e51b"
}

.k-i-back-element::before {
	content: "\e51b"
}

.k-i-bring-forward::before {
	content: "\e51c"
}

.k-i-forward-element::before {
	content: "\e51c"
}

.k-i-bring-backward::before {
	content: "\e51d"
}

.k-i-backward-element::before {
	content: "\e51d"
}

.k-i-align-self-start::before {
	content: "\e51e"
}

.k-i-align-left-element::before {
	content: "\e51e"
}

.k-i-align-self-center::before {
	content: "\e51f"
}

.k-i-align-center-element::before {
	content: "\e51f"
}

.k-i-align-self-end::before {
	content: "\e520"
}

.k-i-align-right-element::before {
	content: "\e520"
}

.k-i-align-self-start-alt::before {
	content: "\e521"
}

.k-i-align-top-element::before {
	content: "\e521"
}

.k-i-align-self-center-alt::before {
	content: "\e522"
}

.k-i-align-middle-element::before {
	content: "\e522"
}

.k-i-align-self-end-alt::before {
	content: "\e523"
}

.k-i-align-bottom-element::before {
	content: "\e523"
}

.k-i-thumbnails-up::before {
	content: "\e524"
}

.k-i-thumbnails-right::before {
	content: "\e525"
}

.k-i-thumbnails-down::before {
	content: "\e526"
}

.k-i-thumbnails-left::before {
	content: "\e527"
}

.k-i-fullscreen::before {
	content: "\e528"
}

.k-i-full-screen::before {
	content: "\e528"
}

.k-i-fullscreen-enter::before {
	content: "\e528"
}

.k-i-fullscreen-exit::before {
	content: "\e529"
}

.k-i-full-screen-exit::before {
	content: "\e529"
}

.k-i-droplet-slash::before {
	content: "\e52a"
}

.k-i-reset-color::before {
	content: "\e52a"
}

.k-i-paint-remove::before {
	content: "\e52a"
}

.k-i-background-remove::before {
	content: "\e52a"
}

.k-i-photos::before {
	content: "\e52b"
}

.k-i-images::before {
	content: "\e52b"
}

.k-i-gallery::before {
	content: "\e52b"
}

.k-i-align-to-grid::before {
	content: "\e52c"
}

.k-i-size-to-grid::before {
	content: "\e52d"
}

.k-i-make-same-size::before {
	content: "\e52e"
}

.k-i-make-same-width::before {
	content: "\e52f"
}

.k-i-make-same-height::before {
	content: "\e530"
}

.k-i-make-horizontal-spacing-equal::before {
	content: "\e531"
}

.k-i-increase-horizontal-spacing::before {
	content: "\e532"
}

.k-i-decrease-horizontal-spacing::before {
	content: "\e533"
}

.k-i-remove-horizontal-spacing::before {
	content: "\e534"
}

.k-i-make-vertical-spacing-equal::before {
	content: "\e535"
}

.k-i-increase-vertical-spacing::before {
	content: "\e536"
}

.k-i-decrease-vertical-spacing::before {
	content: "\e537"
}

.k-i-remove-vertical-spacing::before {
	content: "\e538"
}

.k-i-eyedropper::before {
	content: "\e539"
}

.k-i-snap-grid::before {
	content: "\e53a"
}

.k-i-snap-to-gridlines::before {
	content: "\e53b"
}

.k-i-snap-to-snaplines::before {
	content: "\e53c"
}

.k-i-dimentions::before {
	content: "\e53d"
}

.k-i-align-self-stretch::before {
	content: "\e53e"
}

.k-i-align-stretch-element-horizontal::before {
	content: "\e53e"
}

.k-i-align-self-stretch-alt::before {
	content: "\e53f"
}

.k-i-align-stretch-element-vertical::before {
	content: "\e53f"
}

.k-i-align-items-start::before {
	content: "\e540"
}

.k-i-align-left-elements::before {
	content: "\e540"
}

.k-i-align-items-center::before {
	content: "\e541"
}

.k-i-align-center-elements::before {
	content: "\e541"
}

.k-i-align-items-end::before {
	content: "\e542"
}

.k-i-align-right-elements::before {
	content: "\e542"
}

.k-i-align-items-stretch::before {
	content: "\e543"
}

.k-i-align-stretch-elements-horizontal::before {
	content: "\e543"
}

.k-i-align-items-baseline::before {
	content: "\e544"
}

.k-i-align-baseline-horizontal::before {
	content: "\e544"
}

.k-i-align-items-start-alt::before {
	content: "\e545"
}

.k-i-align-top-elements::before {
	content: "\e545"
}

.k-i-align-items-center-alt::before {
	content: "\e546"
}

.k-i-align-middle-elements::before {
	content: "\e546"
}

.k-i-align-items-end-alt::before {
	content: "\e547"
}

.k-i-align-bottom-elements::before {
	content: "\e547"
}

.k-i-align-items-stretch-alt::before {
	content: "\e548"
}

.k-i-align-stretch-elements-vertical::before {
	content: "\e548"
}

.k-i-align-items-baseline-alt::before {
	content: "\e549"
}

.k-i-align-baseline-vertical::before {
	content: "\e549"
}

.k-i-justify-content-start::before {
	content: "\e54a"
}

.k-i-justify-start-horizontal::before {
	content: "\e54a"
}

.k-i-justify-content-center::before {
	content: "\e54b"
}

.k-i-justify-center-horizontal::before {
	content: "\e54b"
}

.k-i-justify-content-end::before {
	content: "\e54c"
}

.k-i-justify-end-horizontal::before {
	content: "\e54c"
}

.k-i-justify-content-between::before {
	content: "\e54d"
}

.k-i-justify-between-horizontal::before {
	content: "\e54d"
}

.k-i-justify-content-around::before {
	content: "\e54e"
}

.k-i-justify-around-horizontal::before {
	content: "\e54e"
}

.k-i-justify-content-start-alt::before {
	content: "\e54f"
}

.k-i-justify-start-vertical::before {
	content: "\e54f"
}

.k-i-justify-content-center-alt::before {
	content: "\e550"
}

.k-i-justify-center-vertical::before {
	content: "\e550"
}

.k-i-justify-content-end-alt::before {
	content: "\e551"
}

.k-i-justify-end-vertical::before {
	content: "\e551"
}

.k-i-justify-content-between-alt::before {
	content: "\e552"
}

.k-i-justify-between-vertical::before {
	content: "\e552"
}

.k-i-justify-content-around-alt::before {
	content: "\e553"
}

.k-i-justify-around-vertical::before {
	content: "\e553"
}

.k-i-file-wrench::before {
	content: "\e600"
}

.k-i-page-properties::before {
	content: "\e600"
}

.k-i-bold::before {
	content: "\e601"
}

.k-i-italic::before {
	content: "\e602"
}

.k-i-underline::before {
	content: "\e603"
}

.k-i-font-family::before {
	content: "\e604"
}

.k-i-foreground-color::before {
	content: "\e605"
}

.k-i-text::before {
	content: "\e605"
}

.k-i-convert-lowercase::before {
	content: "\e606"
}

.k-i-convert-uppercase::before {
	content: "\e607"
}

.k-i-strikethrough::before {
	content: "\e608"
}

.k-i-strike-through::before {
	content: "\e608"
}

.k-i-subscript::before {
	content: "\e609"
}

.k-i-sub-script::before {
	content: "\e609"
}

.k-i-supscript::before {
	content: "\e60a"
}

.k-i-sup-script::before {
	content: "\e60a"
}

.k-i-superscript::before {
	content: "\e60a"
}

.k-i-div::before {
	content: "\e60b"
}

.k-i-all::before {
	content: "\e60c"
}

.k-i-h1::before {
	content: "\e60d"
}

.k-i-h2::before {
	content: "\e60e"
}

.k-i-h3::before {
	content: "\e60f"
}

.k-i-h4::before {
	content: "\e610"
}

.k-i-h5::before {
	content: "\e611"
}

.k-i-h6::before {
	content: "\e612"
}

.k-i-list-ordered::before {
	content: "\e613"
}

.k-i-list-numbered::before {
	content: "\e613"
}

.k-i-insert-ordered-list::before {
	content: "\e613"
}

.k-i-list-unordered::before {
	content: "\e614"
}

.k-i-list-bulleted::before {
	content: "\e614"
}

.k-i-insert-unordered-list::before {
	content: "\e614"
}

.k-i-indent::before {
	content: "\e615"
}

.k-i-indent-increase::before {
	content: "\e615"
}

.k-i-outdent::before {
	content: "\e616"
}

.k-i-indent-decrease::before {
	content: "\e616"
}

.k-i-insert-top::before {
	content: "\e617"
}

.k-i-insert-up::before {
	content: "\e617"
}

.k-i-insert-n::before {
	content: "\e617"
}

.k-i-insert-middle::before {
	content: "\e618"
}

.k-i-insert-m::before {
	content: "\e618"
}

.k-i-insert-bottom::before {
	content: "\e619"
}

.k-i-insert-down::before {
	content: "\e619"
}

.k-i-insert-s::before {
	content: "\e619"
}

.k-i-align-top::before {
	content: "\e61a"
}

.k-i-align-middle::before {
	content: "\e61b"
}

.k-i-align-bottom::before {
	content: "\e61c"
}

.k-i-align-left::before {
	content: "\e61d"
}

.k-i-justify-left::before {
	content: "\e61d"
}

.k-i-align-center::before {
	content: "\e61e"
}

.k-i-justify-center::before {
	content: "\e61e"
}

.k-i-align-right::before {
	content: "\e61f"
}

.k-i-justify-left::before {
	content: "\e61f"
}

.k-i-align-justify::before {
	content: "\e620"
}

.k-i-justify-full::before {
	content: "\e620"
}

.k-i-align-remove::before {
	content: "\e621"
}

.k-i-justify-clear::before {
	content: "\e621"
}

.k-i-text-wrap::before {
	content: "\e622"
}

.k-i-horizontal-rule::before {
	content: "\e623"
}

.k-i-rule-horizontal::before {
	content: "\e623"
}

.k-i-hr::before {
	content: "\e623"
}

.k-i-table-align-top-left::before {
	content: "\e624"
}

.k-i-table-align-top-center::before {
	content: "\e625"
}

.k-i-table-align-top-right::before {
	content: "\e626"
}

.k-i-table-align-middle-left::before {
	content: "\e627"
}

.k-i-table-align-middle-center::before {
	content: "\e628"
}

.k-i-table-align-middle-right::before {
	content: "\e629"
}

.k-i-table-align-bottom-left::before {
	content: "\e62a"
}

.k-i-table-align-bottom-center::before {
	content: "\e62b"
}

.k-i-table-align-bottom-right::before {
	content: "\e62c"
}

.k-i-table-align-remove::before {
	content: "\e62d"
}

.k-i-borders-all::before {
	content: "\e62e"
}

.k-i-all-borders::before {
	content: "\e62e"
}

.k-i-borders-outside::before {
	content: "\e62f"
}

.k-i-outside-borders::before {
	content: "\e62f"
}

.k-i-borders-inside::before {
	content: "\e630"
}

.k-i-inside-borders::before {
	content: "\e630"
}

.k-i-borders-inside-horizontal::before {
	content: "\e631"
}

.k-i-border-inside-h::before {
	content: "\e631"
}

.k-i-inside-horizontal-borders::before {
	content: "\e631"
}

.k-i-borders-inside-vertical::before {
	content: "\e632"
}

.k-i-borders-inside-v::before {
	content: "\e632"
}

.k-i-inside-vertical-borders::before {
	content: "\e632"
}

.k-i-border-top::before {
	content: "\e633"
}

.k-i-top-border::before {
	content: "\e633"
}

.k-i-border-bottom::before {
	content: "\e634"
}

.k-i-bottom-border::before {
	content: "\e634"
}

.k-i-border-left::before {
	content: "\e635"
}

.k-i-left-border::before {
	content: "\e635"
}

.k-i-border-right::before {
	content: "\e636"
}

.k-i-right-border::before {
	content: "\e636"
}

.k-i-borders-none::before {
	content: "\e637"
}

.k-i-border-no::before {
	content: "\e637"
}

.k-i-no-borders::before {
	content: "\e637"
}

.k-i-borders-show-hide::before {
	content: "\e638"
}

.k-i-form::before {
	content: "\e639"
}

.k-i-border::before {
	content: "\e639"
}

.k-i-form-element::before {
	content: "\e63a"
}

.k-i-code-snippet::before {
	content: "\e63b"
}

.k-i-select-all::before {
	content: "\e63c"
}

.k-i-button::before {
	content: "\e63d"
}

.k-i-select-box::before {
	content: "\e63e"
}

.k-i-calendar-date::before {
	content: "\e63f"
}

.k-i-group-box::before {
	content: "\e640"
}

.k-i-textarea::before {
	content: "\e641"
}

.k-i-textbox::before {
	content: "\e642"
}

.k-i-textbox-hidden::before {
	content: "\e643"
}

.k-i-password::before {
	content: "\e644"
}

.k-i-paragraph-add::before {
	content: "\e645"
}

.k-i-edit-tools::before {
	content: "\e646"
}

.k-i-template-manager::before {
	content: "\e647"
}

.k-i-change-manually::before {
	content: "\e648"
}

.k-i-track-changes::before {
	content: "\e649"
}

.k-i-track-changes-enable::before {
	content: "\e64a"
}

.k-i-track-changes-accept::before {
	content: "\e64b"
}

.k-i-track-changes-accept-all::before {
	content: "\e64c"
}

.k-i-track-changes-reject::before {
	content: "\e64d"
}

.k-i-track-changes-reject-all::before {
	content: "\e64e"
}

.k-i-document-manager::before {
	content: "\e64f"
}

.k-i-custom-icon::before {
	content: "\e650"
}

.k-i-book::before {
	content: "\e651"
}

.k-i-dictionary-add::before {
	content: "\e651"
}

.k-i-image-add::before {
	content: "\e652"
}

.k-i-image-light-dialog::before {
	content: "\e652"
}

.k-i-image-insert::before {
	content: "\e652"
}

.k-i-insert-image::before {
	content: "\e652"
}

.k-i-image-edit::before {
	content: "\e653"
}

.k-i-image-map-editor::before {
	content: "\e654"
}

.k-i-comment::before {
	content: "\e655"
}

.k-i-comment-remove::before {
	content: "\e656"
}

.k-i-comments-remove::before {
	content: "\e657"
}

.k-i-comments-remove-all::before {
	content: "\e657"
}

.k-i-silverlight::before {
	content: "\e658"
}

.k-i-media-manager::before {
	content: "\e659"
}

.k-i-video-external::before {
	content: "\e65a"
}

.k-i-flash-manager::before {
	content: "\e65b"
}

.k-i-binoculars::before {
	content: "\e65c"
}

.k-i-find-and-replace::before {
	content: "\e65c"
}

.k-i-find::before {
	content: "\e65c"
}

.k-i-copy::before {
	content: "\e65d"
}

.k-i-files::before {
	content: "\e65d"
}

.k-i-cut::before {
	content: "\e65e"
}

.k-i-clipboard::before {
	content: "\e65f"
}

.k-i-paste::before {
	content: "\e65f"
}

.k-i-clipboard-code::before {
	content: "\e660"
}

.k-i-paste-as-html::before {
	content: "\e660"
}

.k-i-clipboard-word::before {
	content: "\e661"
}

.k-i-paste-from-word::before {
	content: "\e661"
}

.k-i-clipboard-word-alt::before {
	content: "\e662"
}

.k-i-paste-from-word-strip-file::before {
	content: "\e662"
}

.k-i-clipboard-html::before {
	content: "\e663"
}

.k-i-paste-html::before {
	content: "\e663"
}

.k-i-clipboard-markdown::before {
	content: "\e664"
}

.k-i-paste-markdown::before {
	content: "\e664"
}

.k-i-clipboard-text::before {
	content: "\e665"
}

.k-i-paste-plain-text::before {
	content: "\e665"
}

.k-i-apply-format::before {
	content: "\e666"
}

.k-i-clear-css::before {
	content: "\e667"
}

.k-i-clearformat::before {
	content: "\e667"
}

.k-i-copy-format::before {
	content: "\e668"
}

.k-i-strip-all-formatting::before {
	content: "\e669"
}

.k-i-strip-css-format::before {
	content: "\e66a"
}

.k-i-strip-font-elements::before {
	content: "\e66b"
}

.k-i-strip-span-elements::before {
	content: "\e66c"
}

.k-i-strip-word-formatting::before {
	content: "\e66d"
}

.k-i-format-code-block::before {
	content: "\e66e"
}

.k-i-building-blocks::before {
	content: "\e66f"
}

.k-i-style-builder::before {
	content: "\e66f"
}

.k-i-puzzle-piece::before {
	content: "\e670"
}

.k-i-module-manager::before {
	content: "\e670"
}

.k-i-puzzle::before {
	content: "\e670"
}

.k-i-link-add::before {
	content: "\e671"
}

.k-i-hyperlink-light-dialog::before {
	content: "\e671"
}

.k-i-hyperlink-insert::before {
	content: "\e671"
}

.k-i-globe-link::before {
	content: "\e672"
}

.k-i-hyperlink-globe::before {
	content: "\e672"
}

.k-i-globe-unlink::before {
	content: "\e673"
}

.k-i-hyperlink-globe-remove::before {
	content: "\e673"
}

.k-i-envelop-link::before {
	content: "\e674"
}

.k-i-hyperlink-email::before {
	content: "\e674"
}

.k-i-anchor::before {
	content: "\e675"
}

.k-i-table-add::before {
	content: "\e676"
}

.k-i-table-light-dialog::before {
	content: "\e676"
}

.k-i-table-insert::before {
	content: "\e676"
}

.k-i-create-table::before {
	content: "\e676"
}

.k-i-table::before {
	content: "\e677"
}

.k-i-table-properties::before {
	content: "\e678"
}

.k-i-table-cell::before {
	content: "\e679"
}

.k-i-table-cell-properties::before {
	content: "\e67a"
}

.k-i-table-column-insert-left::before {
	content: "\e67b"
}

.k-i-add-column-left::before {
	content: "\e67b"
}

.k-i-table-column-insert-right::before {
	content: "\e67c"
}

.k-i-add-column-right::before {
	content: "\e67c"
}

.k-i-table-row-insert-above::before {
	content: "\e67d"
}

.k-i-add-row-above::before {
	content: "\e67d"
}

.k-i-table-row-insert-below::before {
	content: "\e67e"
}

.k-i-add-row-below::before {
	content: "\e67e"
}

.k-i-table-column-delete::before {
	content: "\e67f"
}

.k-i-delete-column::before {
	content: "\e67f"
}

.k-i-table-row-delete::before {
	content: "\e680"
}

.k-i-delete-row::before {
	content: "\e680"
}

.k-i-table-cell-delete::before {
	content: "\e681"
}

.k-i-table-delete::before {
	content: "\e682"
}

.k-i-cells-merge::before {
	content: "\e683"
}

.k-i-merge-cells::before {
	content: "\e683"
}

.k-i-cells-merge-horizontally::before {
	content: "\e684"
}

.k-i-cells-merge-h::before {
	content: "\e684"
}

.k-i-merge-horizontally::before {
	content: "\e684"
}

.k-i-cells-merge-vertically::before {
	content: "\e685"
}

.k-i-cells-merge-v::before {
	content: "\e685"
}

.k-i-merge-vertically::before {
	content: "\e685"
}

.k-i-cell-split-horizontally::before {
	content: "\e686"
}

.k-i-cells-split-h::before {
	content: "\e686"
}

.k-i-cell-split-vertically::before {
	content: "\e687"
}

.k-i-cells-split-v::before {
	content: "\e687"
}

.k-i-table-unmerge::before {
	content: "\e688"
}

.k-i-normal-layout::before {
	content: "\e688"
}

.k-i-pane-freeze::before {
	content: "\e689"
}

.k-i-freeze-pane::before {
	content: "\e689"
}

.k-i-row-freeze::before {
	content: "\e68a"
}

.k-i-freeze-row::before {
	content: "\e68a"
}

.k-i-column-freeze::before {
	content: "\e68b"
}

.k-i-col-freeze::before {
	content: "\e68b"
}

.k-i-freeze-col::before {
	content: "\e68b"
}

.k-i-toolbar-float::before {
	content: "\e68c"
}

.k-i-spell-checker::before {
	content: "\e68d"
}

.k-i-validation-xhtml::before {
	content: "\e68e"
}

.k-i-validation-data::before {
	content: "\e68f"
}

.k-i-toggle-full-screen-mode::before {
	content: "\e690"
}

.k-i-formula-fx::before,
.k-spreadsheet-formula-bar::before {
	content: "\e691"
}

.k-i-fx::before {
	content: "\e691"
}

.k-i-sum::before {
	content: "\e692"
}

.k-i-symbol::before {
	content: "\e693"
}

.k-i-dollar::before {
	content: "\e694"
}

.k-i-currency::before {
	content: "\e694"
}

.k-i-percent::before {
	content: "\e695"
}

.k-i-custom-format::before {
	content: "\e696"
}

.k-i-format-number::before {
	content: "\e696"
}

.k-i-decimal-increase::before {
	content: "\e697"
}

.k-i-increace-decimal::before {
	content: "\e697"
}

.k-i-decimal-decrease::before {
	content: "\e698"
}

.k-i-decrease-decimal::before {
	content: "\e698"
}

.k-i-font-size::before {
	content: "\e699"
}

.k-i-image-absolute-position::before {
	content: "\e69a"
}

.k-i-table-wizard::before {
	content: "\e69b"
}

.k-i-crosstab::before {
	content: "\e69c"
}

.k-i-crosstab-wizard::before {
	content: "\e69d"
}

.k-i-table-body::before {
	content: "\e69e"
}

.k-i-table-column-groups::before {
	content: "\e69f"
}

.k-i-table-corner::before {
	content: "\e6a0"
}

.k-i-table-row-groups::before {
	content: "\e6a1"
}

.k-i-globe-outline::before {
	content: "\e700"
}

.k-i-globe::before {
	content: "\e701"
}

.k-i-map-marker::before {
	content: "\e702"
}

.k-i-marker-pin::before {
	content: "\e702"
}

.k-i-map-marker-target::before {
	content: "\e703"
}

.k-i-marker-pin-target::before {
	content: "\e703"
}

.k-i-pin::before {
	content: "\e704"
}

.k-i-unpin::before {
	content: "\e705"
}

.k-i-share::before {
	content: "\e800"
}

.k-i-user::before {
	content: "\e801"
}

.k-i-inbox::before {
	content: "\e802"
}

.k-i-blogger::before {
	content: "\e803"
}

.k-i-blogger-box::before {
	content: "\e804"
}

.k-i-delicious::before {
	content: "\e805"
}

.k-i-delicious-box::before {
	content: "\e806"
}

.k-i-digg::before {
	content: "\e807"
}

.k-i-digg-box::before {
	content: "\e808"
}

.k-i-envelop::before {
	content: "\e809"
}

.k-i-email::before {
	content: "\e809"
}

.k-i-letter::before {
	content: "\e809"
}

.k-i-envelop-box::before {
	content: "\e80a"
}

.k-i-email-box::before {
	content: "\e80a"
}

.k-i-letter-box::before {
	content: "\e80a"
}

.k-i-facebook::before {
	content: "\e80b"
}

.k-i-facebook-box::before {
	content: "\e80c"
}

.k-i-google::before {
	content: "\e80d"
}

.k-i-google-box::before {
	content: "\e80e"
}

.k-i-google-plus::before {
	content: "\e80f"
}

.k-i-google-plus-box::before {
	content: "\e810"
}

.k-i-linkedin::before {
	content: "\e811"
}

.k-i-linkedin-box::before {
	content: "\e812"
}

.k-i-myspace::before {
	content: "\e813"
}

.k-i-myspace-box::before {
	content: "\e814"
}

.k-i-pinterest::before {
	content: "\e815"
}

.k-i-pinterest-box::before {
	content: "\e816"
}

.k-i-reddit::before {
	content: "\e817"
}

.k-i-reddit-box::before {
	content: "\e818"
}

.k-i-stumble-upon::before {
	content: "\e819"
}

.k-i-stumble-upon-box::before {
	content: "\e81a"
}

.k-i-tell-a-friend::before {
	content: "\e81b"
}

.k-i-tell-a-friend-box::before {
	content: "\e81c"
}

.k-i-tumblr::before {
	content: "\e81d"
}

.k-i-tumblr-box::before {
	content: "\e81e"
}

.k-i-twitter::before {
	content: "\e81f"
}

.k-i-twitter-box::before {
	content: "\e820"
}

.k-i-yammer::before {
	content: "\e821"
}

.k-i-yammer-box::before {
	content: "\e822"
}

.k-i-behance::before {
	content: "\e823"
}

.k-i-behance-box::before {
	content: "\e824"
}

.k-i-dribbble::before {
	content: "\e825"
}

.k-i-dribbble-box::before {
	content: "\e826"
}

.k-i-rss::before {
	content: "\e827"
}

.k-i-rss-box::before {
	content: "\e828"
}

.k-i-vimeo::before {
	content: "\e829"
}

.k-i-vimeo-box::before {
	content: "\e82a"
}

.k-i-youtube::before {
	content: "\e82b"
}

.k-i-youtube-box::before {
	content: "\e82c"
}

.k-i-folder::before {
	content: "\e900"
}

.k-i-folder-open::before {
	content: "\e901"
}

.k-i-folder-add::before {
	content: "\e902"
}

.k-i-folder-up::before {
	content: "\e903"
}

.k-i-folder-more::before {
	content: "\e904"
}

.k-i-fields-more::before {
	content: "\e904"
}

.k-i-aggregate-fields::before {
	content: "\e905"
}

.k-i-file::before {
	content: "\e906"
}

.k-i-file-vertical::before {
	content: "\e906"
}

.k-i-page-portrait::before {
	content: "\e906"
}

.k-i-file-v::before {
	content: "\e906"
}

.k-i-file-add::before {
	content: "\e907"
}

.k-i-insert-file::before {
	content: "\e907"
}

.k-i-file-txt::before {
	content: "\e908"
}

.k-i-txt::before {
	content: "\e908"
}

.k-i-file-csv::before {
	content: "\e909"
}

.k-i-csv::before {
	content: "\e909"
}

.k-i-file-excel::before {
	content: "\e90a"
}

.k-i-file-xls::before {
	content: "\e90a"
}

.k-i-excel::before {
	content: "\e90a"
}

.k-i-xls::before {
	content: "\e90a"
}

.k-i-xlsa::before {
	content: "\e90a"
}

.k-i-file-word::before {
	content: "\e90b"
}

.k-i-file-doc::before {
	content: "\e90b"
}

.k-i-word::before {
	content: "\e90b"
}

.k-i-doc::before {
	content: "\e90b"
}

.k-i-file-mdb::before {
	content: "\e90c"
}

.k-i-mdb::before {
	content: "\e90c"
}

.k-i-file-ppt::before {
	content: "\e90d"
}

.k-i-ppt::before {
	content: "\e90d"
}

.k-i-file-pdf::before {
	content: "\e90e"
}

.k-i-pdf::before {
	content: "\e90e"
}

.k-i-pdfa::before {
	content: "\e90e"
}

.k-i-file-psd::before {
	content: "\e90f"
}

.k-i-psd::before {
	content: "\e90f"
}

.k-i-file-flash::before {
	content: "\e910"
}

.k-i-flash::before {
	content: "\e910"
}

.k-i-file-config::before {
	content: "\e911"
}

.k-i-config::before {
	content: "\e911"
}

.k-i-file-ascx::before {
	content: "\e912"
}

.k-i-ascx::before {
	content: "\e912"
}

.k-i-file-bac::before {
	content: "\e913"
}

.k-i-bac::before {
	content: "\e913"
}

.k-i-file-zip::before {
	content: "\e914"
}

.k-i-zip::before {
	content: "\e914"
}

.k-i-film::before {
	content: "\e915"
}

.k-i-css3::before {
	content: "\e916"
}

.k-i-html5::before {
	content: "\e917"
}

.k-i-code::before {
	content: "\e918"
}

.k-i-html::before {
	content: "\e918"
}

.k-i-source-code::before {
	content: "\e918"
}

.k-i-view-source::before {
	content: "\e918"
}

.k-i-css::before {
	content: "\e919"
}

.k-i-js::before {
	content: "\e91a"
}

.k-i-exe::before {
	content: "\e91b"
}

.k-i-csproj::before {
	content: "\e91c"
}

.k-i-vbproj::before {
	content: "\e91d"
}

.k-i-cs::before {
	content: "\e91e"
}

.k-i-vb::before {
	content: "\e91f"
}

.k-i-sln::before {
	content: "\e920"
}

.k-i-cloud::before {
	content: "\e921"
}

.k-i-file-horizontal::before {
	content: "\e922"
}

.k-i-page-landscape::before {
	content: "\e922"
}

.k-i-file-h::before {
	content: "\e922"
}

.k-i-subreport::before {
	content: "\e923"
}

.k-i-data::before {
	content: "\e924"
}

.k-i-report-header-section::before {
	content: "\e925"
}

.k-i-report-footer-section::before {
	content: "\e926"
}

.k-i-group-header-section::before {
	content: "\e927"
}

.k-i-group-footer-section::before {
	content: "\e928"
}

.k-i-page-header-section::before {
	content: "\e929"
}

.k-i-page-footer-section::before {
	content: "\e92a"
}

.k-i-detail-section::before {
	content: "\e92b"
}

.k-i-toc-section::before {
	content: "\e92c"
}

.k-i-group-section::before {
	content: "\e92d"
}

.k-i-parameters::before {
	content: "\e92e"
}

.k-i-data-csv::before {
	content: "\e92f"
}

.k-i-data-json::before {
	content: "\e930"
}

.k-i-data-sql::before {
	content: "\e931"
}

.k-i-data-web::before {
	content: "\e932"
}

.k-i-group-collection::before {
	content: "\e933"
}

.k-i-parameter-boolean::before {
	content: "\e934"
}

.k-i-parameter-date-time::before {
	content: "\e935"
}

.k-i-parameter-float::before {
	content: "\e936"
}

.k-i-parameter-integer::before {
	content: "\e937"
}

.k-i-parameter-string::before {
	content: "\e938"
}

.k-i-toc-section-level::before {
	content: "\e939"
}

.k-i-inherited::before {
	content: "\e93a"
}

.k-i-file-video::before {
	content: "\e93b"
}

.k-i-file-audio::before {
	content: "\e93c"
}

.k-i-file-image::before {
	content: "\e93d"
}

.k-i-file-presentation::before {
	content: "\e93e"
}

.k-i-file-data::before {
	content: "\e93f"
}

.k-i-file-disc-image::before {
	content: "\e940"
}

.k-i-file-programming::before {
	content: "\e941"
}

.k-i-parameters-byte-array::before {
	content: "\e942"
}

.k-i-parameters-unknown::before {
	content: "\e943"
}

.k-i-file-error::before {
	content: "\e944"
}

.k-i-file-validation::before {
	content: "\e944"
}

.k-i-files-error::before {
	content: "\e945"
}

.k-i-files-validation::before {
	content: "\e945"
}

.k-i-data-rest::before {
	content: "\e946"
}

.k-i-file-typescript::before {
	content: "\e947"
}

.k-i-table-position-start::before {
	content: "\e948"
}

.k-i-table-position-left::before {
	content: "\e948"
}

.k-i-table-position-center::before {
	content: "\e949"
}

.k-i-table-position-end::before {
	content: "\e94a"
}

.k-i-table-position-right::before {
	content: "\e94a"
}

.k-i-list-roman-upper::before {
	content: "\e94b"
}

.k-i-list-roman-lower::before {
	content: "\e94c"
}

.k-i-import::before {
	content: "\e94d"
}

.k-i-export::before {
	content: "\e94e"
}

.k-i-graph::before {
	content: "\ea00"
}

.k-i-chart-column-clustered::before {
	content: "\ea01"
}

.k-i-chart-column-stacked::before {
	content: "\ea02"
}

.k-i-chart-column-stacked100::before {
	content: "\ea03"
}

.k-i-chart-column-range::before {
	content: "\ea04"
}

.k-i-chart-bar-clustered::before {
	content: "\ea05"
}

.k-i-chart-bar-stacked::before {
	content: "\ea06"
}

.k-i-chart-bar-stacked100::before {
	content: "\ea07"
}

.k-i-chart-bar-range::before {
	content: "\ea08"
}

.k-i-chart-area-clustered::before {
	content: "\ea09"
}

.k-i-chart-area-stacked::before {
	content: "\ea0a"
}

.k-i-chart-area-stacked100::before {
	content: "\ea0b"
}

.k-i-chart-area-range::before {
	content: "\ea0c"
}

.k-i-chart-line::before {
	content: "\ea0d"
}

.k-i-chart-line-stacked::before {
	content: "\ea0e"
}

.k-i-chart-line-stacked100::before {
	content: "\ea0f"
}

.k-i-chart-line-markers::before {
	content: "\ea10"
}

.k-i-chart-line-stacked-markers::before {
	content: "\ea11"
}

.k-i-chart-line-stacked100-markers::before {
	content: "\ea12"
}

.k-i-chart-pie::before {
	content: "\ea13"
}

.k-i-chart-doughnut::before {
	content: "\ea14"
}

.k-i-chart-scatter::before {
	content: "\ea15"
}

.k-i-chart-scatter-smooth-lines-markers::before {
	content: "\ea16"
}

.k-i-chart-scatter-smooth-lines::before {
	content: "\ea17"
}

.k-i-chart-scatter-straight-lines-markers::before {
	content: "\ea18"
}

.k-i-chart-scatter-straight-lines::before {
	content: "\ea19"
}

.k-i-chart-bubble::before {
	content: "\ea1a"
}

.k-i-chart-candlestick::before {
	content: "\ea1b"
}

.k-i-chart-ohlc::before {
	content: "\ea1c"
}

.k-i-chart-radar::before {
	content: "\ea1d"
}

.k-i-chart-radar-markers::before {
	content: "\ea1e"
}

.k-i-chart-radar-filled::before {
	content: "\ea1f"
}

.k-i-chart-rose::before {
	content: "\ea20"
}

.k-i-chart-choropleth::before {
	content: "\ea21"
}

.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse,
[dir="rtl"] .k-i-expand,
[dir="rtl"] .k-i-collapse {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-sprite {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-ms-high-contrast-adjust: none
}

.k-image {
	display: inline-block
}

.k-typography {
	font-size: 14px;
	line-height: 1.4285714286;
	font-weight: 400
}

.k-typography p {
	margin: 0 0 14px
}

.k-h1 {
	font-family: inherit;
	font-size: 28px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 14px
}

.k-h2 {
	font-family: inherit;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 14px
}

.k-h3 {
	font-family: inherit;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 14px
}

.k-h4 {
	font-family: inherit;
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 14px
}

.k-h5 {
	font-family: inherit;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 14px
}

.k-h6 {
	font-family: inherit;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 14px
}

.k-display-1 {
	font-family: inherit;
	font-size: 84px;
	line-height: 1.2;
	font-weight: 300
}

.k-display-2 {
	font-family: inherit;
	font-size: 70px;
	line-height: 1.2;
	font-weight: 300
}

.k-display-3 {
	font-family: inherit;
	font-size: 56px;
	line-height: 1.2;
	font-weight: 300
}

.k-display-4 {
	font-family: inherit;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 300
}

.k-avatar {
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	overflow: hidden
}

.k-avatar-text,
.k-avatar-initials {
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286
}

.k-avatar-image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.k-avatar-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.k-avatar-sm {
	width: 16px;
	height: 16px;
	-ms-flex-preferred-size: 16px;
	flex-basis: 16px
}

.k-avatar-md {
	width: 32px;
	height: 32px;
	-ms-flex-preferred-size: 32px;
	flex-basis: 32px
}

.k-avatar-lg {
	width: 64px;
	height: 64px;
	-ms-flex-preferred-size: 64px;
	flex-basis: 64px
}

.k-avatar-rounded {
	border-radius: 4px
}

.k-avatar-circle {
	border-radius: 50%
}

.k-avatar-bordered {
	border-width: 1px
}

.k-avatar-solid.k-avatar-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-avatar-solid.k-avatar-secondary {
	border-color: #f6f6f6;
	color: #000;
	background-color: #f6f6f6
}

.k-avatar-solid.k-avatar-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}

.k-avatar-solid.k-avatar-info {
	border-color: #7759a0;
	color: #fff;
	background-color: #7759a0
}

.k-avatar-solid.k-avatar-success {
	border-color: #5ec232;
	color: #fff;
	background-color: #5ec232
}

.k-avatar-solid.k-avatar-warning {
	border-color: #fdce3e;
	color: #000;
	background-color: #fdce3e
}

.k-avatar-solid.k-avatar-error {
	border-color: #d51923;
	color: #fff;
	background-color: #d51923
}

.k-avatar-solid.k-avatar-dark {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-avatar-solid.k-avatar-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}

.k-avatar-solid.k-avatar-inverse {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-avatar-outline {
	border-color: currentColor
}

.k-avatar-outline.k-avatar-primary {
	color: #f30a99
}

.k-avatar-outline.k-avatar-secondary {
	color: #f6f6f6
}

.k-avatar-outline.k-avatar-tertiary {
	color: #03a9f4
}

.k-avatar-outline.k-avatar-info {
	color: #7759a0
}

.k-avatar-outline.k-avatar-success {
	color: #5ec232
}

.k-avatar-outline.k-avatar-warning {
	color: #fdce3e
}

.k-avatar-outline.k-avatar-error {
	color: #d51923
}

.k-avatar-outline.k-avatar-dark {
	color: #404040
}

.k-avatar-outline.k-avatar-light {
	color: #ebebeb
}

.k-avatar-outline.k-avatar-inverse {
	color: #404040
}

.k-badge {
	padding: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
	font: inherit;
	text-align: center;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-badge>* {
	color: inherit
}

a.k-badge,
.k-badge>a {
	text-decoration: none
}

a.k-badge:hover,
.k-badge>a:hover {
	text-decoration: underline
}

.k-badge-icon {
	max-width: 1em;
	max-height: 1em;
	font-size: inherit
}

.k-badge-icon.k-svg-icon svg {
	fill: currentColor
}

.k-badge-sm {
	padding: 2px 2px;
	border-width: 1px;
	font-size: 10px;
	line-height: 1
}

.k-badge-sm:empty {
	padding: 2px
}

.k-badge-md {
	padding: 4px 4px;
	border-width: 1px;
	font-size: 10px;
	line-height: 1
}

.k-badge-md:empty {
	padding: 4px
}

.k-badge-lg {
	padding: 6px 6px;
	border-width: 1px;
	font-size: 12px;
	line-height: 1
}

.k-badge-lg:empty {
	padding: 6px
}

.k-badge-rounded.k-badge-sm {
	border-radius: 1.5px
}

.k-badge-rounded.k-badge-md {
	border-radius: 3px
}

.k-badge-rounded.k-badge-lg {
	border-radius: 6px
}

.k-badge-pill {
	border-radius: 5rem
}

.k-badge-circle {
	padding: 0 !important;
	border-radius: 100%
}

.k-badge-circle.k-badge-sm {
	width: calc(1em + 6px);
	height: calc(1em + 6px)
}

.k-badge-circle.k-badge-md {
	width: calc(1em + 10px);
	height: calc(1em + 10px)
}

.k-badge-circle.k-badge-lg {
	width: calc(1em + 14px);
	height: calc(1em + 14px)
}

.k-badge-dot {
	padding: 0 !important;
	border-radius: 100%;
	font-size: 0
}

.k-badge-dot.k-badge-sm {
	width: 6px;
	height: 6px
}

.k-badge-dot.k-badge-md {
	width: 10px;
	height: 10px
}

.k-badge-dot.k-badge-lg {
	width: 12px;
	height: 12px
}

kendo-badge-container {
	display: inline-block
}

.k-badge-container {
	position: relative;
	overflow: visible
}

.k-badge-inside {
	position: absolute;
	z-index: 9999
}

.k-badge-edge {
	position: absolute;
	z-index: 9999
}

.k-badge-edge.k-top-start {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-badge-edge.k-top-end {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.k-badge-edge.k-bottom-start {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.k-badge-edge.k-bottom-end {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.k-rtl .k-badge-edge.k-top-start,
[dir="rtl"].k-badge-edge.k-top-start,
[dir="rtl"] .k-badge-edge.k-top-start {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.k-rtl .k-badge-edge.k-top-end,
[dir="rtl"].k-badge-edge.k-top-end,
[dir="rtl"] .k-badge-edge.k-top-end {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-rtl .k-badge-edge.k-bottom-start,
[dir="rtl"].k-badge-edge.k-bottom-start,
[dir="rtl"] .k-badge-edge.k-bottom-start {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.k-rtl .k-badge-edge.k-bottom-end,
[dir="rtl"].k-badge-edge.k-bottom-end,
[dir="rtl"] .k-badge-edge.k-bottom-end {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.k-badge-outside {
	position: absolute;
	z-index: 9999
}

.k-badge-outside.k-top-start {
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%)
}

.k-badge-outside.k-top-end {
	-webkit-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	transform: translate(100%, -100%)
}

.k-badge-outside.k-bottom-start {
	-webkit-transform: translate(-100%, 100%);
	-ms-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%)
}

.k-badge-outside.k-bottom-end {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}

.k-rtl .k-badge-outside.k-top-start,
[dir="rtl"].k-badge-outside.k-top-start,
[dir="rtl"] .k-badge-outside.k-top-start {
	-webkit-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	transform: translate(100%, -100%)
}

.k-rtl .k-badge-outside.k-top-end,
[dir="rtl"].k-badge-outside.k-top-end,
[dir="rtl"] .k-badge-outside.k-top-end {
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%)
}

.k-rtl .k-badge-outside.k-bottom-start,
[dir="rtl"].k-badge-outside.k-bottom-start,
[dir="rtl"] .k-badge-outside.k-bottom-start {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}

.k-rtl .k-badge-outside.k-bottom-end,
[dir="rtl"].k-badge-outside.k-bottom-end,
[dir="rtl"] .k-badge-outside.k-bottom-end {
	-webkit-transform: translate(-100%, 100%);
	-ms-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%)
}

.k-badge-border-cutout {
	box-shadow: 0 0 0 2px #fff
}

.k-badge-solid.k-badge-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-badge-solid.k-badge-secondary {
	border-color: #f6f6f6;
	color: #000;
	background-color: #f6f6f6
}

.k-badge-solid.k-badge-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}

.k-badge-solid.k-badge-info {
	border-color: #7759a0;
	color: #fff;
	background-color: #7759a0
}

.k-badge-solid.k-badge-success {
	border-color: #5ec232;
	color: #fff;
	background-color: #5ec232
}

.k-badge-solid.k-badge-warning {
	border-color: #fdce3e;
	color: #000;
	background-color: #fdce3e
}

.k-badge-solid.k-badge-error {
	border-color: #d51923;
	color: #fff;
	background-color: #d51923
}

.k-badge-solid.k-badge-dark {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-badge-solid.k-badge-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}

.k-badge-solid.k-badge-inverse {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-badge-outline {
	border-color: currentColor;
	background-color: #fff
}

.k-badge-outline.k-badge-primary {
	color: #f30a99
}

.k-badge-outline.k-badge-secondary {
	color: #f6f6f6
}

.k-badge-outline.k-badge-tertiary {
	color: #03a9f4
}

.k-badge-outline.k-badge-info {
	color: #7759a0
}

.k-badge-outline.k-badge-success {
	color: #5ec232
}

.k-badge-outline.k-badge-warning {
	color: #fdce3e
}

.k-badge-outline.k-badge-error {
	color: #d51923
}

.k-badge-outline.k-badge-dark {
	color: #404040
}

.k-badge-outline.k-badge-light {
	color: #ebebeb
}

.k-badge-outline.k-badge-inverse {
	color: #404040
}

.k-overlay {
	width: 100%;
	height: 100%;
	opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001
}

.k-overlay {
	background-color: #000
}

.k-overlay-primary {
	background-color: #f30a99
}

.k-overlay-secondary {
	background-color: #f6f6f6
}

.k-overlay-tertiary {
	background-color: #03a9f4
}

.k-overlay-info {
	background-color: #7759a0
}

.k-overlay-success {
	background-color: #5ec232
}

.k-overlay-warning {
	background-color: #fdce3e
}

.k-overlay-error {
	background-color: #d51923
}

.k-overlay-dark {
	background-color: #404040
}

.k-overlay-light {
	background-color: #ebebeb
}

.k-overlay-inverse {
	background-color: #404040
}

.k-loader {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 0
}

.k-loader-canvas {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.k-loader-segment {
	border-radius: 50%;
	background-color: currentColor;
	position: absolute
}

.k-loader-sm {
	padding: 2px
}

.k-loader-sm .k-loader-segment {
	width: 4px;
	height: 4px
}

.k-loader-md {
	padding: 4px
}

.k-loader-md .k-loader-segment {
	width: 8px;
	height: 8px
}

.k-loader-lg {
	padding: 8px
}

.k-loader-lg .k-loader-segment {
	width: 16px;
	height: 16px
}

@-webkit-keyframes pulsing-2-segment {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulsing-2-segment {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.k-loader-pulsing-2 .k-loader-canvas {
	-ms-flex-align: center;
	align-items: center
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(1) {
	left: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: pulsing-2-segment 1s ease infinite;
	animation: pulsing-2-segment 1s ease infinite;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(2) {
	right: 0;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: pulsing-2-segment 1s ease infinite;
	animation: pulsing-2-segment 1s ease infinite
}

.k-loader-pulsing-2.k-loader-sm .k-loader-canvas {
	width: 12px;
	height: 6px
}

.k-loader-pulsing-2.k-loader-md .k-loader-canvas {
	width: 24px;
	height: 12px
}

.k-loader-pulsing-2.k-loader-lg .k-loader-canvas {
	width: 48px;
	height: 24px
}

@-webkit-keyframes spinner-3-segment {
	0% {
		top: 0;
		left: 50%
	}
	33.3333% {
		top: 100%;
		left: 0
	}
	66.6666% {
		top: 100%;
		left: 100%
	}
	100% {
		top: 0;
		left: 50%
	}
}

@keyframes spinner-3-segment {
	0% {
		top: 0;
		left: 50%
	}
	33.3333% {
		top: 100%;
		left: 0
	}
	66.6666% {
		top: 100%;
		left: 100%
	}
	100% {
		top: 0;
		left: 50%
	}
}

.k-loader-spinner-3 .k-loader-segment {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-loader-spinner-3 .k-loader-segment:nth-child(1) {
	top: 0;
	left: 50%;
	-webkit-animation: spinner-3-segment 2s ease infinite;
	animation: spinner-3-segment 2s ease infinite
}

.k-loader-spinner-3 .k-loader-segment:nth-child(2) {
	top: 100%;
	left: 0;
	-webkit-animation: spinner-3-segment 2s ease infinite;
	animation: spinner-3-segment 2s ease infinite;
	-webkit-animation-delay: -0.6666666667s;
	animation-delay: -0.6666666667s
}

.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
	top: 100%;
	left: 100%;
	-webkit-animation: spinner-3-segment 2s ease infinite;
	animation: spinner-3-segment 2s ease infinite;
	-webkit-animation-delay: -1.3333333333s;
	animation-delay: -1.3333333333s
}

.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
	margin: 2px;
	width: 12px;
	height: 9.8564064608px
}

.k-loader-spinner-3.k-loader-md .k-loader-canvas {
	margin: 4px;
	width: 24px;
	height: 19.7128129216px
}

.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
	margin: 8px;
	width: 48px;
	height: 39.4256258432px
}

@-webkit-keyframes spinner-4-segment-1 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 0;
		left: 0;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
	66.6% {
		top: 0;
		left: 0;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes spinner-4-segment-1 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 0;
		left: 0;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
	66.6% {
		top: 0;
		left: 0;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes spinner-4-segment-2 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 0;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0)
	}
	66.6% {
		top: 0;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes spinner-4-segment-2 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 0;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0)
	}
	66.6% {
		top: 0;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes spinner-4-segment-3 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 100%;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(-100%);
		transform: translateX(-100%) translateY(-100%)
	}
	66.6% {
		top: 100%;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(-100%);
		transform: translateX(-100%) translateY(-100%)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes spinner-4-segment-3 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 100%;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(-100%);
		transform: translateX(-100%) translateY(-100%)
	}
	66.6% {
		top: 100%;
		left: 100%;
		-webkit-transform: translateX(-100%) translateY(-100%);
		transform: translateX(-100%) translateY(-100%)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes spinner-4-segment-4 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 100%;
		left: 0;
		-webkit-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%)
	}
	66.6% {
		top: 100%;
		left: 0;
		-webkit-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes spinner-4-segment-4 {
	0% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	33.3% {
		top: 100%;
		left: 0;
		-webkit-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%)
	}
	66.6% {
		top: 100%;
		left: 0;
		-webkit-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%)
	}
	100% {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes spinner-4 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	33.3% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	66.6% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes spinner-4 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	33.3% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	66.6% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.k-loader-spinner-4 .k-loader-canvas {
	-webkit-animation: spinner-4 1.833s ease infinite;
	animation: spinner-4 1.833s ease infinite
}

.k-loader-spinner-4 .k-loader-segment {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.k-loader-spinner-4 .k-loader-segment:nth-child(1) {
	-webkit-animation: spinner-4-segment-1 1.833s ease infinite;
	animation: spinner-4-segment-1 1.833s ease infinite
}

.k-loader-spinner-4 .k-loader-segment:nth-child(2) {
	-webkit-animation: spinner-4-segment-2 1.833s ease infinite;
	animation: spinner-4-segment-2 1.833s ease infinite
}

.k-loader-spinner-4 .k-loader-segment:nth-child(3) {
	-webkit-animation: spinner-4-segment-3 1.833s ease infinite;
	animation: spinner-4-segment-3 1.833s ease infinite
}

.k-loader-spinner-4 .k-loader-segment:nth-child(4) {
	-webkit-animation: spinner-4-segment-4 1.833s ease infinite;
	animation: spinner-4-segment-4 1.833s ease infinite
}

.k-loader-spinner-4.k-loader-sm .k-loader-canvas {
	width: 16px;
	height: 16px
}

.k-loader-spinner-4.k-loader-md .k-loader-canvas {
	width: 32px;
	height: 32px
}

.k-loader-spinner-4.k-loader-lg .k-loader-canvas {
	width: 64px;
	height: 64px
}

.k-loader-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2001
}

.k-loader-container .k-loader {
	padding: 0
}

.k-loader-container,
.k-loader-container-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.k-loader-container-overlay {
	opacity: .5
}

.k-loader-container-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

.k-loader-container-panel {
	border-width: 1px;
	border-style: solid;
	border-radius: 3px
}

.k-loader-container-sm .k-loader-container-inner {
	padding: 16px;
	gap: 4px
}

.k-loader-container-sm .k-loader-container-label {
	font-size: 12px
}

.k-loader-container-md .k-loader-container-inner {
	padding: 20px;
	gap: 8px
}

.k-loader-container-md .k-loader-container-label {
	font-size: 14px
}

.k-loader-container-lg .k-loader-container-inner {
	padding: 24px;
	gap: 12px
}

.k-loader-container-lg .k-loader-container-label {
	font-size: 18px
}

.k-loader-top .k-loader-container-inner {
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.k-loader-end .k-loader-container-label {
	-ms-flex-order: -1;
	order: -1
}

.k-loader-primary {
	color: #f30a99
}

.k-loader-secondary {
	color: #656565
}

.k-loader-tertiary {
	color: #03a9f4
}

.k-loader-info {
	color: #7759a0
}

.k-loader-success {
	color: #5ec232
}

.k-loader-warning {
	color: #fdce3e
}

.k-loader-error {
	color: #d51923
}

.k-loader-dark {
	color: #404040
}

.k-loader-light {
	color: #ebebeb
}

.k-loader-inverse {
	color: #404040
}

.k-loader-container-panel {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.08)
}

.k-loader-container-inner .k-text-secondary {
	color: #656565 !important
}

.k-chip-list {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-chip-list>* {
	margin-right: 8px
}

.k-chip-list>*:last-child {
	margin-right: 0
}

.k-selection-single .k-selected-icon-wrapper {
	display: none
}

.k-selection-multiple .k-selected-icon-wrapper {
	width: 0;
	height: 16px;
	position: relative;
	left: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	visibility: hidden;
	z-index: 1
}

.k-selection-multiple .k-selected-icon {
	font-size: 14px
}

.k-selection-multiple .k-chip-selected .k-selected-icon-wrapper {
	width: 16px;
	visibility: visible
}

.k-selection-multiple>.k-chip-has-icon .k-selected-icon-wrapper {
	border-radius: 50%;
	position: absolute
}

.k-selection-multiple :not(.k-chip-has-icon) .k-selected-icon-wrapper {
	left: 4px;
	opacity: 0;
	transition: width .2s, opacity .2s
}

.k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
	opacity: 1
}

.k-chip {
	overflow: hidden;
	padding: 4px 0px;
	height: 24px;
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-chip:focus,
.k-chip.k-chip-focus {
	outline: 0
}

.k-chip.k-chip-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-chip-content {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-chip-icon,
.k-remove-icon {
	width: 16px;
	height: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-chip-icon {
	margin-left: 4px
}

.k-remove-icon {
	margin-right: 8px;
	font-size: 14px
}

.k-chip-avatar {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-size: cover;
	background-position: center
}

.k-chip-list[dir="rtl"]>*,
.k-rtl .k-chip-list>* {
	margin-right: 0;
	margin-left: 8px
}

.k-chip-list[dir="rtl"]>*:last-child,
.k-rtl .k-chip-list>*:last-child {
	margin-left: 0
}

.k-chip[dir="rtl"] .k-chip-icon,
.k-rtl .k-chip .k-chip-icon {
	margin-left: 0;
	margin-right: 4px
}

.k-chip[dir="rtl"] .k-remove-icon,
.k-rtl .k-chip .k-remove-icon {
	margin-right: 0;
	margin-left: 8px
}

.k-selection-multiple .k-chip[dir="rtl"] .k-selected-icon-wrapper,
.k-selection-multiple .k-rtl .k-chip .k-selected-icon-wrapper {
	left: 0;
	right: 4px
}

.k-selection-multiple .k-chip[dir="rtl"]:not(.k-chip-has-icon) .k-selected-icon-wrapper,
.k-selection-multiple .k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper {
	left: 0;
	right: 4px
}

.k-selection-single .k-chip-selected.k-chip-filled {
	border-color: rgba(243, 10, 153, 0.2);
	color: #f30a99;
	background-color: rgba(243, 10, 153, 0.08)
}

.k-selection-single .k-chip-selected.k-chip-outline {
	border-color: rgba(243, 10, 153, 0.2);
	color: #f30a99;
	background-color: rgba(0, 0, 0, 0)
}

.k-selection-multiple>.k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.36)
}

.k-chip-filled {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #ebebeb
}

.k-chip-filled:hover,
.k-chip-filled.k-chip-hover {
	background-color: #e0e0e0;
	border-color: rgba(0, 0, 0, 0.2)
}

.k-chip-filled:focus,
.k-chip-filled.k-chip-focused {
	background-color: #ebebeb;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-chip-filled.k-chip-selected {
	background-color: #d6d6d6;
	border-color: rgba(0, 0, 0, 0.3)
}

.k-chip-filled.k-chip-success {
	border-color: rgba(94, 194, 50, 0.3);
	color: #5ec232;
	background-color: rgba(94, 194, 50, 0.12)
}

.k-chip-filled.k-chip-warning {
	border-color: rgba(253, 206, 62, 0.3);
	color: #fdce3e;
	background-color: rgba(253, 206, 62, 0.12)
}

.k-chip-filled.k-chip-error {
	border-color: rgba(213, 25, 35, 0.3);
	color: #d51923;
	background-color: rgba(213, 25, 35, 0.12)
}

.k-chip-filled.k-chip-info {
	border-color: rgba(119, 89, 160, 0.3);
	color: #7759a0;
	background-color: rgba(119, 89, 160, 0.12)
}

.k-chip-outline {
	border-color: #545454;
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0)
}

.k-chip-outline:hover,
.k-chip-outline.k-chip-hover {
	border-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	background-color: #545454
}

.k-chip-outline:focus,
.k-chip-outline.k-chip-focused {
	border-color: #545454;
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4)
}

.k-chip-outline.k-chip-selected {
	color: #fff;
	background-color: #545454
}

.k-chip-outline.k-chip-success {
	border-color: rgba(94, 194, 50, 0.54);
	color: #5ec232;
	background-color: rgba(0, 0, 0, 0)
}

.k-chip-outline.k-chip-warning {
	border-color: rgba(253, 206, 62, 0.54);
	color: #fdce3e;
	background-color: rgba(0, 0, 0, 0)
}

.k-chip-outline.k-chip-error {
	border-color: rgba(213, 25, 35, 0.54);
	color: #d51923;
	background-color: rgba(0, 0, 0, 0)
}

.k-chip-outline.k-chip-info {
	border-color: rgba(119, 89, 160, 0.54);
	color: #7759a0;
	background-color: rgba(0, 0, 0, 0)
}

.k-cursor-auto {
	cursor: auto
}

.k-cursor-default {
	cursor: default
}

.k-cursor-none {
	cursor: none
}

.k-cursor-context-menu {
	cursor: context-menu
}

.k-cursor-help {
	cursor: help
}

.k-cursor-pointer {
	cursor: pointer
}

.k-cursor-progress {
	cursor: progress
}

.k-cursor-wait {
	cursor: wait
}

.k-cursor-cell {
	cursor: cell
}

.k-cursor-crosshair {
	cursor: crosshair
}

.k-cursor-text {
	cursor: text
}

.k-cursor-vertical-text {
	cursor: vertical-text
}

.k-cursor-alias {
	cursor: alias
}

.k-cursor-copy {
	cursor: copy
}

.k-cursor-move {
	cursor: move
}

.k-cursor-no-drop {
	cursor: no-drop
}

.k-cursor-not-allowed {
	cursor: not-allowed
}

.k-cursor-e-resize {
	cursor: e-resize
}

.k-cursor-n-resize {
	cursor: n-resize
}

.k-cursor-ne-resize {
	cursor: ne-resize
}

.k-cursor-nw-resize {
	cursor: nw-resize
}

.k-cursor-s-resize {
	cursor: s-resize
}

.k-cursor-se-resize {
	cursor: se-resize
}

.k-cursor-sw-resize {
	cursor: sw-resize
}

.k-cursor-w-resize {
	cursor: w-resize
}

.k-cursor-ew-resize {
	cursor: ew-resize
}

.k-cursor-ns-resize {
	cursor: ns-resize
}

.k-cursor-nesw-resize {
	cursor: nesw-resize
}

.k-cursor-nwse-resize {
	cursor: nwse-resize
}

.k-cursor-col-resize {
	cursor: col-resize
}

.k-cursor-row-resize {
	cursor: row-resize
}

.k-cursor-all-scroll {
	cursor: all-scroll
}

.k-cursor-zoom-in {
	cursor: zoom-in
}

.k-cursor-zoom-out {
	cursor: zoom-out
}

.k-cursor-grab {
	cursor: grab
}

.k-cursor-grabbing {
	cursor: grabbing
}

.k-button {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 4px 8px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	position: relative
}

.k-button .k-ie11 {
	background-clip: border-box
}

.k-button:disabled,
.k-button.k-state-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-button::-moz-focus-inner {
	padding: 0;
	border: 0;
	outline: 0
}

.k-button:hover,
.k-button:focus {
	text-decoration: none;
	outline: 0
}

.k-button .k-icon,
.k-button .k-image,
.k-button .k-sprite {
	color: inherit;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative
}

.k-button-icontext {
	overflow: visible
}

.k-button-icontext .k-icon,
.k-button-icontext .k-image,
.k-button-icontext .k-sprite {
	margin: 0 4px 0 -4px
}

.k-button-icontext.k-rtl .k-icon,
.k-button-icontext.k-rtl .k-image,
.k-button-icontext.k-rtl .k-sprite,
.k-rtl .k-button-icontext .k-icon,
.k-rtl .k-button-icontext .k-image,
.k-rtl .k-button-icontext .k-sprite,
.k-button-icontext[dir="rtl"] .k-icon,
.k-button-icontext[dir="rtl"] .k-image,
.k-button-icontext[dir="rtl"] .k-sprite,
[dir="rtl"] .k-button-icontext .k-icon,
[dir="rtl"] .k-button-icontext .k-image,
[dir="rtl"] .k-button-icontext .k-sprite {
	margin: 0 -4px 0 4px
}

.k-text-button>.k-icon,
.k-text-button>.k-button-icon {
	display: none
}

.k-icon-button,
.k-button.k-button-icon {
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px);
	padding: 4px
}

.k-icon-button .k-text,
.k-icon-button .k-button-text,
.k-button.k-button-icon .k-text,
.k-button.k-button-icon .k-button-text {
	display: none
}

.k-dropdown-button {
	outline: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	vertical-align: middle
}

.k-button-group {
	margin: 0;
	padding: 0;
	border-width: 0;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
	list-style: none;
	outline: 0;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-button-group .k-button {
	border-radius: 0
}

.k-button-group .k-button~.k-button {
	-webkit-margin-start: -1px;
	margin-inline-start: -1px
}

.k-button-group .k-button:hover,
.k-button-group .k-button.k-state-hover,
.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active {
	z-index: 2
}

.k-button-group .k-group-start,
.k-button-group .k-button:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.k-button-group .k-group-end,
.k-button-group .k-button:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.k-button-group .k-group-start.k-group-end,
.k-button-group .k-button:first-child:last-child {
	border-radius: 3px
}

.k-button-group>input[type="radio"],
.k-button-group>input[type="checkbox"],
.k-button-group label input[type="radio"],
.k-button-group label input[type="checkbox"] {
	margin: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	position: absolute;
	pointer-events: none
}

.k-button-group-stretched {
	display: -ms-flexbox;
	display: flex
}

.k-button-group-stretched .k-button {
	display: inline-block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-button-group-stretched .k-button>.k-icon {
	vertical-align: text-bottom
}

.k-split-button {
	border-width: 0;
	border-radius: 0;
	outline: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	vertical-align: middle
}

.k-split-button .k-button {
	border-radius: 0
}

.k-split-button>.k-button:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.k-split-button>.k-split-button-arrow,
.k-split-button>.k-button:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-margin-start: -1px;
	margin-inline-start: -1px;
	padding: 4px;
	width: auto;
	-ms-flex: none;
	flex: none
}

.k-split-button[dir="rtl"]>.k-button:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.k-split-button[dir="rtl"]>.k-button:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.k-button-flat,
.k-button.k-flat,
.k-button.k-bare,
.k-calendar-header .k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	border-color: transparent !important;
	color: inherit;
	background: none !important;
	box-shadow: none !important;
	transition: color .2s ease-in-out
}

.k-button-flat:hover,
.k-button.k-flat:hover,
.k-button.k-bare:hover,
.k-calendar-header .k-button:hover,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:hover,
.k-button-flat.k-state-hover,
.k-state-hover.k-button.k-flat,
.k-state-hover.k-button.k-bare,
.k-calendar-header .k-state-hover.k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-hover.k-button,
.k-button-flat:active,
.k-button.k-flat:active,
.k-button.k-bare:active,
.k-calendar-header .k-button:active,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:active,
.k-button-flat.k-state-active,
.k-state-active.k-button.k-flat,
.k-state-active.k-button.k-bare,
.k-calendar-header .k-state-active.k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-active.k-button,
.k-button-flat:hover:active,
.k-button.k-flat:hover:active,
.k-button.k-bare:hover:active,
.k-calendar-header .k-button:hover:active,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:hover:active,
.k-button-flat:hover.k-state-active,
.k-button.k-flat:hover.k-state-active,
.k-button.k-bare:hover.k-state-active,
.k-calendar-header .k-button:hover.k-state-active,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:hover.k-state-active {
	color: inherit
}

.k-button-flat::before,
.k-button.k-flat::before,
.k-button.k-bare::before,
.k-calendar-header .k-button::before,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button::before {
	display: block
}

.k-button-outline,
.k-button.k-outline {
	box-shadow: none;
	color: inherit;
	background: none
}

.k-rtl .k-button-group .k-button {
	border-radius: 0
}

.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
	border-radius: 3px
}

.k-rtl .k-split-button .k-button {
	border-radius: 0
}

.k-rtl .k-split-button>.k-button:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.k-rtl .k-split-button>.k-split-button-arrow,
.k-rtl .k-split-button>.k-button:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.k-button-overlay,
.k-button::before {
	border-radius: inherit;
	content: "";
	background: currentColor;
	opacity: 0;
	display: none;
	pointer-events: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 0;
	transition: opacity .2s ease-in-out
}

.k-button:hover::before,
.k-button.k-state-hover::before {
	opacity: .08
}

.k-button.k-no-focus:not(:hover)::before,
.k-button.k-no-focus:not(.k-state-hover)::before {
	opacity: 0
}

.k-button:active::before,
.k-button.k-state-active::before {
	opacity: .16
}

.k-button.k-state-selected::before {
	opacity: .2
}

.k-button.k-button-clear::before {
	display: none
}

.k-button::after {
	border-radius: 3px;
	content: "";
	opacity: 0;
	display: none;
	pointer-events: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 0;
	transition: opacity .2s ease-in-out
}

.k-ie9 .k-button[disabled]:hover,
.k-ie9 .k-button[disabled]:focus,
.k-ie9 .k-button.k-state-disabled:hover,
.k-ie9 .k-button.k-state-disabled:focus,
.k-ie10 .k-button[disabled]:hover,
.k-ie10 .k-button[disabled]:focus,
.k-ie10 .k-button.k-state-disabled:hover,
.k-ie10 .k-button.k-state-disabled:focus {
	outline: none;
	cursor: default;
	opacity: .6;
	box-shadow: none
}

.k-ie .k-button,
.k-ie .k-button-group {
	display: inline-block
}

.k-button {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-button:hover,
.k-button.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-button:focus,
.k-button.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-button:active,
.k-button.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none;
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-button.k-state-selected {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-button.k-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0), rgba(243, 10, 99, 0.2))
}

.k-button.k-primary:hover,
.k-button.k-primary.k-state-hover {
	border-color: #f30a8d;
	color: #fff;
	background-color: #f30a8d;
	background-image: linear-gradient(rgba(243, 10, 87, 0), rgba(243, 10, 87, 0.2))
}

.k-button.k-primary:focus,
.k-button.k-primary.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(243, 10, 153, 0.4)
}

.k-button.k-primary:active,
.k-button.k-primary.k-state-active {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-button.k-primary.k-state-selected {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-dropdown-button:active>.k-button:not(:disabled),
.k-dropdown-button.k-state-active>.k-button:not(:disabled) {
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-dropdown-button:focus>.k-button,
.k-dropdown-button.k-state-focused>.k-button {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-toggle-button:focus,
.k-toggle-button.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-toggle-button:active,
.k-toggle-button.k-state-active {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-toggle-button:active:focus,
.k-toggle-button:active.k-state-focused,
.k-toggle-button.k-state-active:focus,
.k-toggle-button.k-state-active.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active,
.k-button-group .k-button.k-state-selected,
.k-button-group>input[type="radio"]:checked+.k-button,
.k-button-group>input[type="checkbox"]:checked+.k-button {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focused,
.k-button-group>input[type="radio"]:focus+.k-button,
.k-button-group>input[type="checkbox"]:focus+.k-button {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-split-button:focus,
.k-split-button.k-state-focused {
	outline: none;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-split-button.k-button-group .k-button:active,
.k-split-button.k-button-group .k-button.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none;
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-button.k-outline {
	border-color: currentColor;
	color: #545454;
	background: none;
	box-shadow: none
}

.k-button.k-outline:hover,
.k-button.k-outline.k-state-hover {
	border-color: #545454;
	color: #fff;
	background-color: #545454;
	background-image: none
}

.k-button.k-outline:focus,
.k-button.k-outline.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-button.k-outline:active,
.k-button.k-outline.k-state-active {
	border-color: #545454;
	color: #fff;
	background-color: #545454;
	background-image: none
}

.k-button.k-outline.k-state-selected {
	border-color: #545454;
	color: #fff;
	background-color: #545454;
	background-image: none
}

.k-button.k-primary.k-outline {
	border-color: currentColor;
	color: #f30a99;
	background: none;
	box-shadow: none
}

.k-button.k-primary.k-outline:hover,
.k-button.k-primary.k-outline.k-state-hover {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: none
}

.k-button.k-primary.k-outline:focus,
.k-button.k-primary.k-outline.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(243, 10, 153, 0.4)
}

.k-button.k-primary.k-outline:active,
.k-button.k-primary.k-outline.k-state-active {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: none;
	box-shadow: none
}

.k-button.k-primary.k-outline.k-state-selected {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: none;
	box-shadow: none
}

.k-button-flat,
.k-button.k-flat,
.k-button.k-bare,
.k-calendar-header .k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button,
.k-button-group .k-button-flat,
.k-button-group .k-button.k-flat,
.k-button-group .k-button.k-bare,
.k-button-group .k-calendar-header .k-button,
.k-calendar-header .k-button-group .k-button,
.k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	color: inherit;
	background: none
}

.k-button-flat::after,
.k-button.k-flat::after,
.k-button.k-bare::after,
.k-calendar-header .k-button::after,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button::after {
	display: block
}

.k-button-flat:focus::after,
.k-button.k-flat:focus::after,
.k-button.k-bare:focus::after,
.k-calendar-header .k-button:focus::after,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:focus::after,
.k-button-flat.k-state-focused::after,
.k-state-focused.k-button.k-flat::after,
.k-state-focused.k-button.k-bare::after,
.k-calendar-header .k-state-focused.k-button::after,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-focused.k-button::after,
.k-button-flat.k-state-focus::after,
.k-state-focus.k-button.k-flat::after,
.k-state-focus.k-button.k-bare::after,
.k-calendar-header .k-state-focus.k-button::after,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-focus.k-button::after {
	box-shadow: inset 0 0 0 2px currentColor;
	opacity: .12
}

.k-button-flat.k-primary,
.k-primary.k-button.k-flat,
.k-primary.k-button.k-bare,
.k-calendar-header .k-primary.k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-button,
.k-button-flat.k-primary:hover,
.k-primary.k-button.k-flat:hover,
.k-primary.k-button.k-bare:hover,
.k-calendar-header .k-primary.k-button:hover,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-button:hover,
.k-button-flat.k-primary.k-state-hover,
.k-primary.k-state-hover.k-button.k-flat,
.k-primary.k-state-hover.k-button.k-bare,
.k-calendar-header .k-primary.k-state-hover.k-button,
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-state-hover.k-button,
.k-button-group .k-button-flat.k-primary,
.k-button-group .k-primary.k-button.k-flat,
.k-button-group .k-primary.k-button.k-bare,
.k-button-group .k-calendar-header .k-primary.k-button,
.k-calendar-header .k-button-group .k-primary.k-button,
.k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-button {
	color: #f30a99;
	background: none
}

.k-button.k-button-clear {
	border-color: transparent !important;
	color: #545454;
	background: none !important;
	box-shadow: none !important
}

.k-button.k-button-clear::after {
	display: block
}

.k-button.k-button-clear:hover,
.k-button.k-button-clear.k-state-hover,
.k-button.k-button-clear:active,
.k-button.k-button-clear.k-state-active,
.k-button.k-button-clear:focus,
.k-button.k-button-clear.k-state-focused {
	color: #4d4d4d
}

.k-button.k-button-clear:active::after,
.k-button.k-button-clear.k-state-active::after {
	background: transparent
}

.k-button.k-button-clear.k-state-focused::after,
.k-button.k-button-clear.k-state-focused:active::after {
	background-color: #545454;
	opacity: .1
}

.k-input {
	margin: 0;
	padding: 4px 8px;
	width: 100%;
	min-width: 0;
	height: calc(1.4285714286em + 8px);
	border: 0;
	outline: 0;
	box-sizing: border-box;
	box-shadow: none;
	color: inherit;
	background: none;
	font: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-appearance: none
}

.k-input::-ms-clear {
	display: none
}

.k-input::-webkit-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	user-select: none
}

.k-input:-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-input::-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-input::placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-input:-ms-input-placeholder {
	color: #7d7d7d
}

.k-input:invalid {
	box-shadow: none
}

.k-space-left>input,
.k-space-right>input {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.k-space-left>.k-icon,
.k-space-right>.k-icon {
	left: 3px;
	margin: 3px 6px
}

.k-textbox.k-space-left {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-input-prefix,
.k-input-suffix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: calc(1.4285714286em + 8px)
}

.k-input-prefix>*,
.k-input-suffix>* {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-input-prefix>.k-icon,
.k-input-suffix>.k-icon {
	width: 28px;
	height: 28px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-input-prefix>.k-clear-value,
.k-input-suffix>.k-clear-value {
	width: 28px;
	height: 28px;
	position: relative
}

.k-input-prefix>.k-clear-value::after,
.k-input-suffix>.k-clear-value::after {
	content: "";
	opacity: 0;
	display: none;
	pointer-events: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px
}

.k-input-prefix>.k-clear-value.k-state-focused::after,
.k-input-prefix>.k-clear-value:focus::after,
.k-input-suffix>.k-clear-value.k-state-focused::after,
.k-input-suffix>.k-clear-value:focus::after {
	display: block
}

.k-input-separator {
	margin: 0;
	width: 0;
	height: 16px;
	border-width: 0 0 0 1px;
	border-style: solid
}

.k-input-icon {
	width: 24px;
	height: 28px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-ie9 .k-input-icon {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0
}

.k-ie9 .k-rtl .k-input-icon,
.k-ie9 [dir="rtl"] .k-input-icon {
	left: 0;
	right: auto
}

.k-clear-value {
	width: 24px;
	height: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	cursor: pointer;
	opacity: .5
}

.k-clear-value:hover,
.k-clear-value.k-state-hover {
	opacity: 1
}

.k-searchbar {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-text-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

@-webkit-keyframes autoFillStart {
	from {}
	to {}
}

@keyframes autoFillStart {
	from {}
	to {}
}

@-webkit-keyframes autoFillEnd {
	from {}
	to {}
}

@keyframes autoFillEnd {
	from {}
	to {}
}

.k-autofill:-webkit-autofill {
	-webkit-animation-name: autoFillStart;
	animation-name: autoFillStart
}

.k-autofill:not(:-webkit-autofill) {
	-webkit-animation-name: autoFillEnd;
	animation-name: autoFillEnd
}

.k-textbox:-webkit-autofill {
	-webkit-animation-name: autoFillStart;
	animation-name: autoFillStart
}

.k-textbox:not(:-webkit-autofill) {
	-webkit-animation-name: autoFillEnd;
	animation-name: autoFillEnd
}

.k-input-prefix>.k-icon,
.k-input-suffix>.k-icon {
	color: #7d7d7d
}

.k-input-prefix .k-clear-value,
.k-input-suffix .k-clear-value {
	color: #545454
}

.k-input-prefix>.k-clear-value.k-state-focused::after,
.k-input-prefix>.k-clear-value:focus::after,
.k-input-suffix>.k-clear-value.k-state-focused::after,
.k-input-suffix>.k-clear-value:focus::after {
	background-color: #545454;
	opacity: .2
}

.k-input-separator {
	border-color: #545454;
	opacity: .5
}

.k-popup {
	background-clip: padding-box;
	margin: 0;
	padding: 0px 0px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-popup .k-ie11 {
	background-clip: border-box
}

.k-popup>.k-widget {
	border-width: 0
}

.k-popup.k-colorpicker-popup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-popup .k-item {
	outline: none
}

.k-popup .k-rtl .k-list-optionlabel,
[dir="rtl"] .k-popup .k-list-optionlabel {
	text-align: right
}

.k-animation-container {
	border-radius: 0 0 3px 3px
}

.k-animation-container-shown {
	overflow: visible
}

.k-popup>kendo-list>.k-first {
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.k-popup .k-item.k-first {
	position: relative
}

.k-popup>.k-group-header,
.k-popup>.k-virtual-wrap>.k-group-header {
	padding: 4px 8px;
	min-height: 1.4285714286em;
	white-space: normal;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.k-popup>.k-group-header {
	margin-top: 0px
}

.k-popup .k-outer-group-header {
	padding: 4px 8px;
	min-height: 1.4285714286em;
	white-space: normal
}

.k-popup .k-outer-group-header.k-virtual-item {
	white-space: nowrap;
	text-overflow: ellipsis
}

.k-popup>.k-colorpalette {
	padding: 8px 8px
}

.k-popup .k-list .k-item>.k-group {
	padding: 0 .5em;
	font-size: 9.996px;
	line-height: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0
}

.k-popup .k-list .k-item>.k-group::before {
	content: "";
	width: 14px;
	height: 14px;
	border-width: 7px;
	border-style: solid;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -14px;
	bottom: 0
}

.k-rtl.k-popup .k-list .k-item>.k-group,
[dir="rtl"] .k-popup .k-list .k-item>.k-group {
	right: auto;
	left: 0
}

.k-rtl.k-popup .k-list .k-item>.k-group::before,
[dir="rtl"] .k-popup .k-list .k-item>.k-group::before {
	right: -14px;
	left: auto
}

.k-group-header+div>.k-list>.k-item.k-first::before {
	content: " ";
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0
}

.k-popup .k-list>.k-outer-group-header {
	border-top-width: 1px;
	border-top-style: solid
}

.k-popup.k-popup-transparent {
	border-width: 0;
	background-color: transparent
}

.k-popup.k-popup-flush {
	padding: 0
}

.k-list-scroller {
	position: relative;
	overflow: auto
}

.k-list {
	height: auto
}

.k-list>.k-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	cursor: pointer
}

.k-list>.k-item>.k-icon {
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 8px
}

.k-list>.k-custom-item {
	font-style: italic
}

.k-list>.k-custom-item>.k-i-plus,
.k-list>.k-custom-item>.k-plus {
	margin-left: auto;
	margin-right: 0
}

[dir="rtl"] .k-list>.k-item>.k-icon {
	margin-right: 0;
	margin-left: 8px
}

.k-list .k-item,
.k-list-optionlabel {
	padding: 4px 8px;
	min-height: 1.4285714286em;
	line-height: 1.4285714286em;
	white-space: normal;
	transition-property: color, background-color, outline-color, box-shadow;
	transition-duration: 200ms;
	transition-timing-function: ease
}

.k-list-optionlabel {
	cursor: pointer;
	outline: none
}

.k-list-filter {
	display: block;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-list-filter>.k-textbox {
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 24px
}

.k-list-filter>.k-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-rtl .k-list-filter>.k-textbox,
[dir="rtl"] .k-list-filter>.k-textbox {
	padding-right: 8px;
	padding-left: 24px
}

.k-rtl .k-list-filter>.k-icon,
[dir="rtl"] .k-list-filter>.k-icon {
	left: 16px;
	right: auto
}

.k-dropdown-button .k-popup .k-item {
	cursor: pointer
}

.k-split-button .k-list .k-item:focus,
.k-dropdown-button .k-list .k-item:focus {
	outline: none
}

.k-list-container .k-button {
	border-radius: 0;
	padding: 4px 8px;
	border-width: 0;
	color: inherit;
	background-color: transparent;
	background-image: none;
	line-height: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-list-container .k-button .k-icon {
	margin: 0 4px 0 0
}

.k-ie11 .k-list-container .k-button {
	display: -ms-flexbox;
	display: flex
}

.k-list-container .k-button.k-state-disabled {
	pointer-events: none
}

.k-list-container .k-nodata {
	min-height: 138px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	white-space: normal
}

.k-list-container .k-nodata .k-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-width: 1px
}

.k-list-container .k-separator {
	height: 0
}

.k-virtual-content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative
}

.k-virtual-content>.k-virtual-list>.k-virtual-item {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap
}

.k-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-popup {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff;
}

.k-popup>kendo-list>.k-first {
	border-bottom-color: rgba(0, 0, 0, 0.08)
}

.k-popup>.k-group-header,
.k-popup .k-outer-group-header.k-first,
.k-popup>.k-virtual-wrap>.k-group-header {
	border-bottom-color: rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06)
}

.k-popup .k-outer-group-header {
	border-bottom-color: rgba(0, 0, 0, 0.08)
}

.k-popup .k-list .k-item>.k-group {
	color: #fff;
	background: #545454
}

.k-popup .k-list .k-item>.k-group::before {
	border-color: #545454 #545454 transparent transparent
}

.k-rtl.k-popup .k-list .k-item>.k-group::before,
[dir="rtl"] .k-popup .k-list .k-item>.k-group::before {
	border-color: #545454 transparent transparent #545454
}

.k-group-header+div>.k-list>.k-item.k-first::before {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-list>.k-outer-group-header {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-popup>.k-colorpalette,
.k-popup>.k-flatcolorpicker {
	background: transparent
}

.k-list .k-item:hover,
.k-list .k-item.k-state-hover,
.k-list-optionlabel:hover,
.k-list-optionlabel.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-list .k-item:hover.k-state-selected,
.k-list .k-item.k-state-hover.k-state-selected,
.k-list-optionlabel:hover.k-state-selected,
.k-list-optionlabel.k-state-hover.k-state-selected {
	color: #121212;
	background-color: #fdd7ef
}

.k-list .k-item:focus,
.k-list .k-item.k-state-focused,
.k-list-optionlabel:focus,
.k-list-optionlabel.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
	color: #121212;
    background-color: #fde0f2;
    box-shadow: none;
}

.k-animation-container {
	border-radius: 0 0 3px 3px
}

.k-animation-container-shown,
.k-animation-container>.k-popup {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-animation-container-fixed>.k-popup {
	box-shadow: none
}

.k-list-container .k-button,
.k-list-container .k-button.k-state-active {
	box-shadow: none
}

.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover {
	color: #545454;
	background-color: #f7f7f7;
	background-image: none
}

.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
	color: #fff;
	background-color: #f30a99;
	background-image: none
}

.k-list-container .k-button.k-state-disabled {
	background: transparent
}

.k-list-container .k-button:focus,
.k-list-container .k-button.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-list-container .k-nodata {
	color: rgba(84, 84, 84, 0.5)
}

.k-list-container .k-nodata .k-button {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-toolbar {
	background-clip: padding-box;
	margin: 0;
	padding: 8px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 8px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-toolbar .k-ie11 {
	background-clip: border-box
}

.k-toolbar::before {
	content: "";
	height: calc(1.4285714286em + 10px);
	-webkit-margin-start: -8px;
	margin-inline-start: -8px
}

.k-toolbar.k-toolbar-resizable {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-toolbar>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	align-content: center;
	vertical-align: middle
}

.k-toolbar>*>label {
	-webkit-margin-end: 8px;
	margin-inline-end: 8px
}

.k-toolbar .k-button,
.k-toolbar .k-button-group,
.k-toolbar .k-separator,
.k-toolbar .k-split-button,
.k-toolbar .k-textbox,
.k-toolbar .k-widget,
.k-toolbar label {
	-ms-flex-item-align: center;
	align-self: center
}

.k-toolbar .k-split-button>.k-button {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-toolbar .k-overflow-anchor {
	border-radius: 0;
	margin: 0;
	padding: 8px;
	width: calc(1.4285714286em + 26px);
	height: 100%;
	border-width: 0;
	border-color: inherit;
	box-sizing: border-box;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0
}

.k-toolbar .k-overflow-anchor::before {
	display: block
}

.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
	width: 0;
	height: 1.4285714286em;
	border-width: 0 0 0 1px;
	border-style: solid
}

.k-toolbar .k-toolbar-spacer {
	height: 1.4285714286em;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-toolbar .k-toolbar-template {
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-align: center;
	align-items: center
}

kendo-toolbar-renderer {
	border-color: inherit
}

.k-overflow-container .k-overflow-tool-group {
	display: block
}

.k-overflow-container .k-overflow-button {
	width: 100%
}

.k-overflow-container .k-button-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-overflow-container .k-button-group .k-button {
	margin: 0
}

.k-overflow-container .k-split-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-overflow-container .k-overflow-hidden {
	display: none
}

.k-toolbar.k-rtl .k-overflow-anchor,
.k-rtl .k-toolbar .k-overflow-anchor,
.k-toolbar[dir="rtl"] .k-overflow-anchor,
[dir="rtl"] .k-toolbar .k-overflow-anchor {
	margin: 0;
	right: auto;
	left: 0
}

.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
	padding: 8px 8px !important;
	border-width: 1px;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	gap: 8px;
	-ms-flex-align: center;
	align-items: center
}

.k-floating-toolbar .k-toolbar,
.editorToolbarWindow.k-window-content .k-toolbar {
	padding: 0;
	border-width: 0;
	color: inherit;
	background: none
}

.k-editortoolbar-dragHandle {
	cursor: move;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-toolbar {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-toolbar .k-overflow-anchor {
	color: inherit;
	background: transparent
}

.k-toolbar .k-separator {
	border-color: inherit
}

.k-toolbar .k-button.k-state-disabled::after {
	opacity: 0
}

.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-form,
.k-form-inline {
	font-size: 14px;
	line-height: 1.4285714286
}

.k-fieldset {
	margin: 30px;
	border-width: 1px 0 0;
	border-style: solid;
	padding: 25px 0 0
}

.k-fieldset>legend {
	margin-left: 0;
	padding: 0 8px 0 0;
	text-transform: uppercase
}

kendo-label>.k-label {
	margin: 0
}

.k-label-optional {
	margin-left: 6px;
	font-size: 12px;
	font-style: italic;
	-ms-flex-item-align: center;
	align-self: center
}

.k-label-empty::before {
	content: "";
	display: inline-block
}

.k-input-label {
	margin-right: 10px;
	z-index: 1
}

.k-input-label:dir(rtl),
.k-rtl .k-input-label,
.k-input-label.k-rtl,
[dir="rtl"] .k-input-label,
.k-input-label[dir="rtl"] {
	margin-right: 0;
	margin-left: 10px
}

.k-form {
	border: 0
}

.k-form .k-label,
.k-form kendo-label,
.k-form .k-form-label {
	margin-bottom: 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-form .k-checkbox-label,
.k-form .k-radio-label {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-form .k-label+.k-radio {
	margin-left: 0
}

.k-form .k-form-fieldset {
	margin: 2rem 0 0;
	padding: 0px;
	border: 0
}

.k-form .k-form-fieldset>*:first-child {
	margin-top: 0
}

.k-form .k-form-legend {
	margin: 0 0 1rem;
	padding: 0px;
	border-width: 0 0 2px;
	border-style: solid;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase
}

.k-form .k-form-group {
	padding: 0
}

.k-form .k-form-field,
.k-form .k-form-buttons,
.k-form .k-daterangepicker .k-textbox-container {
	margin-top: 1rem
}

.k-form>*:first-child,
.k-form .k-daterangepicker .k-textbox-container:first-child {
	margin-top: 0
}

.k-form .k-form-field,
.k-form .k-form-field-wrap {
	display: block
}

.k-form .k-form-field-disabled .k-label,
.k-form .k-form-field-disabled .k-form-label {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-form .k-alert-error {
	font-size: 12px;
	margin-top: 8px
}

.k-form .k-field-info {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	margin: 0 8px
}

.k-form .k-textbox,
.k-form .k-textarea,
.k-form .k-autocomplete,
.k-form .k-combobox,
.k-form .k-dropdown,
.k-form .k-dropdowntree,
.k-form .k-multiselect,
.k-form .k-dropdowntree,
.k-form .k-dateinput,
.k-form .k-datepicker,
.k-form .k-datetimepicker,
.k-form .k-daterangepicker-wrap,
.k-form .k-timepicker,
.k-form .k-numerictextbox,
.k-form .k-maskedtextbox,
.k-form .k-textbox-container,
.k-form .k-floating-label-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.k-form-buttons {
	display: -ms-flexbox;
	display: flex
}

.k-form-buttons>* {
	margin-right: 8px
}

.k-form-buttons>*:last-child {
	margin-right: 0
}

.k-form-hint,
.k-form-error {
	margin-top: 4px;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-style: italic
}

.k-text-start,
.k-buttons-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-text-end,
.k-buttons-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.k-form-separator {
	margin: 1rem 0 0;
	border-width: 1px 0 0;
	border-style: solid;
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-form-horizontal .k-form-field {
	display: -ms-flexbox;
	display: flex
}

.k-form-horizontal .k-form-field>.k-label,
.k-form-horizontal .k-form-field>kendo-label,
.k-form-horizontal .k-form-field>.k-form-label {
	margin-right: 10px;
	padding-top: 5px;
	width: 25%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-form-horizontal .k-form-field .k-label-optional {
	margin: 0;
	-ms-flex-item-align: inherit;
	align-self: inherit
}

.k-form-horizontal .k-form-field-wrap {
	max-width: calc(75% - 10px);
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-form-horizontal .k-form-buttons {
	margin-top: 2rem
}

.k-form [dir="rtl"] .k-form-buttons>*,
.k-form [dir="rtl"].k-form-buttons>*,
.k-rtl .k-form .k-form-buttons>*,
.k-rtl .k-form.k-form-buttons>* {
	margin-right: 0;
	margin-left: 8px
}

.k-form [dir="rtl"] .k-form-buttons>*:last-child,
.k-form [dir="rtl"].k-form-buttons>*:last-child,
.k-rtl .k-form .k-form-buttons>*:last-child,
.k-rtl .k-form.k-form-buttons>*:last-child {
	margin-left: 0
}

.k-form [dir="rtl"] .k-label-optional,
.k-rtl .k-form .k-label-optional {
	margin-left: 0;
	margin-right: 6px
}

.k-form-horizontal [dir="rtl"].k-form-field>.k-label,
.k-form-horizontal [dir="rtl"].k-form-field>kendo-label,
.k-form-horizontal [dir="rtl"].k-form-field>.k-form-label,
.k-form-horizontal [dir="rtl"] .k-form-field>.k-label,
.k-form-horizontal [dir="rtl"] .k-form-field>kendo-label,
.k-form-horizontal [dir="rtl"] .k-form-field>.k-form-label,
.k-rtl .k-form-horizontal.k-form-field>.k-label,
.k-rtl .k-form-horizontal.k-form-field>kendo-label,
.k-rtl .k-form-horizontal.k-form-field>.k-form-label,
.k-rtl .k-form-horizontal .k-form-field>.k-label,
.k-rtl .k-form-horizontal .k-form-field>kendo-label,
.k-rtl .k-form-horizontal .k-form-field>.k-form-label {
	margin-right: 0;
	margin-left: 10px
}

.k-form-inline {
	padding: 16px
}

.k-form-inline fieldset {
	border-width: 1px 0 0;
	border-style: solid;
	margin: 32px 0;
	padding: 0
}

.k-form-inline fieldset:first-child:first-of-type {
	margin-top: 0
}

.k-form-inline fieldset:last-child:last-of-type {
	margin-bottom: 0
}

.k-form-inline legend {
	font-size: 12px;
	text-align: left;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding: 0 8px 0 0;
	width: auto
}

.k-form-inline .k-form-field {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 12px
}

.k-form-inline .k-form-field>span:not(.k-widget) {
	width: 25%;
	text-align: right;
	line-height: 1.4285714286;
	padding: 5px 0;
	padding-right: 12px;
	-ms-flex-item-align: center;
	align-self: center
}

.k-form-inline .k-form-field>input {
	-ms-flex-item-align: center;
	align-self: center
}

.k-form-inline .k-form-field>input:not(.k-checkbox):not(.k-radio) {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-form-inline .k-form-field .k-alert-error {
	font-size: 12px;
	margin-top: 8px
}

.k-form-inline .k-form-field .k-field-info {
	display: block;
	font-size: 10px;
	line-height: 1;
	margin: 0
}

.k-form-inline .k-form-field:last-child {
	margin-bottom: 0
}

.k-edit-form-container {
	width: 400px;
	min-width: 400px;
	border-color: inherit;
	position: relative
}

.k-edit-form-container .k-tabstrip-wrapper {
	margin: -16px -16px
}

.k-edit-form-container .k-tabstrip.k-root-tabs {
	margin-bottom: 16px
}

.k-edit-form-container .k-tabstrip .k-tabstrip-items {
	padding: 16px 16px 0
}

.k-edit-form-container .k-tabstrip .k-content {
	padding: 16px 16px;
	border-width: 0
}

.k-edit-buttons {
	padding: 8px 8px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit;
	text-align: right;
	clear: both
}

.k-edit-buttons .k-button+.k-button {
	margin-left: .5em
}

.k-edit-form-container .k-edit-buttons {
	margin: 16px -16px -16px;
	padding: 16px 16px
}

.k-popup-edit-form>.k-action-buttons,
.k-edit-form-container .k-action-buttons {
	margin: 1em -16px -16px
}

.k-edit-label {
	margin: 0 0 1em 0;
	padding: 5px 0;
	width: 30%;
	line-height: 1.4285714286;
	text-align: right;
	float: left;
	clear: both
}

.k-edit-field {
	margin: 0 0 1em 0;
	width: 65%;
	float: right;
	clear: right;
	position: relative
}

.k-edit-field.k-no-editor {
	padding: 5px 0
}

.k-edit-field>.k-widget,
.k-edit-field>.k-textbox,
.k-edit-field>.k-textarea {
	width: 100%;
	box-sizing: border-box
}

.k-edit-field>.k-colorpicker {
	width: auto
}

.k-edit-field input[type="radio"]:not(.k-radio),
.k-edit-field input[type="checkbox"]:not(.k-checkbox) {
	margin-right: .4ex
}

.k-edit-field .k-radio-label,
.k-edit-field .k-checkbox-label {
	margin-right: 1em
}

.k-edit-field>.k-reset>li+li {
	margin-top: .5em
}

.k-edit-field .k-reset .k-widget {
	margin: 0 .4ex 0 1ex
}

.k-rtl .k-edit-buttons {
	text-align: left
}

.k-rtl .k-edit-buttons .k-button+.k-button {
	margin-left: 0;
	margin-right: .5em
}

.k-widget.form-control {
	padding: 0
}

.k-widget.form-control,
.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control {
	width: 100%
}

.k-multiselect.form-control,
.form-control.k-dropdowntree {
	height: auto
}

.input-group .k-dateinput-wrap,
.input-group .k-dropdown-wrap,
.input-group .k-multiselect-wrap,
.input-group .k-numeric-wrap,
.input-group .k-picker-wrap,
.input-group .k-maskedtextbox .k-textbox {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .k-dateinput-wrap .k-select,
.input-group .k-dropdown-wrap .k-select,
.input-group .k-multiselect-wrap .k-select,
.input-group .k-numeric-wrap .k-select,
.input-group .k-picker-wrap .k-select,
.input-group .k-maskedtextbox .k-textbox .k-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .k-widget.form-control,
.input-group .k-maskedtextbox.form-control .k-textbox,
.input-group .k-textbox.form-control {
	width: auto
}

.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dateinput-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child)>.k-textbox {
	border-radius: 0
}

.input-group-prepend+.k-widget .k-dateinput-wrap,
.input-group-prepend+.k-widget .k-dropdown-wrap,
.input-group-prepend+.k-widget .k-multiselect-wrap,
.input-group-prepend+.k-widget .k-numeric-wrap,
.input-group-prepend+.k-widget .k-picker-wrap,
.input-group-prepend+.k-widget>.k-textbox {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.k-widget.form-control .k-input {
	padding: .5rem .75rem;
	height: 2.25rem
}

.k-widget.form-control-sm .k-input {
	padding: .25rem .5rem;
	height: 1.8125rem
}

.k-widget.form-control-sm .k-dateinput-wrap .k-select,
.k-widget.form-control-sm .k-dropdown-wrap .k-select,
.k-widget.form-control-sm .k-picker-wrap .k-select {
	padding: .25rem
}

.k-widget.form-control-sm .k-select {
	width: 1.8125rem
}

.k-widget.form-control-lg .k-input {
	padding: .5rem 1rem;
	height: 2.875rem
}

.k-widget.form-control-lg .k-dateinput-wrap .k-select,
.k-widget.form-control-lg .k-dropdown-wrap .k-select,
.k-widget.form-control-lg .k-picker-wrap .k-select {
	padding: .5rem
}

.k-widget.form-control-lg .k-select {
	width: 2.875rem
}

.k-maskedtextbox.form-control .k-textbox {
	height: calc(2.25rem + 2px);
	padding: .5rem .75rem
}

.k-maskedtextbox.form-control-sm .k-textbox {
	height: calc(1.8125rem + 3px);
	padding: .25rem .5rem;
	line-height: 1.5
}

.k-maskedtextbox.form-control-lg .k-textbox {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	line-height: 1.5
}

.k-textbox.form-control {
	height: calc(2.25rem + 2px);
	padding: .5rem .75rem
}

.k-textbox.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	line-height: 1.5
}

.k-textbox.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	line-height: 1.5
}

.k-dateinput.form-control-sm .k-link-increase>.k-icon,
.k-numerictextbox.form-control-sm .k-link-increase>.k-icon {
	bottom: -2px
}

.k-dateinput.form-control-sm .k-link-decrease>.k-icon,
.k-numerictextbox.form-control-sm .k-link-decrease>.k-icon {
	top: -2px
}

.k-dateinput.form-control-sm .k-link,
.k-numerictextbox.form-control-sm .k-link {
	height: .90625rem
}

.k-dateinput.form-control-lg .k-link,
.k-numerictextbox.form-control-lg .k-link {
	height: 1.4375rem
}

.k-dateinput.form-control .k-dateinput-wrap .k-select {
	padding-top: 0;
	padding-bottom: 0
}

.k-form,
.k-form-inline {
	color: #545454
}

.k-form fieldset legend,
.k-form-inline fieldset legend {
	color: #474747
}

.k-form .k-form-legend,
.k-form-inline .k-form-legend {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-form .k-field-info,
.k-form-inline .k-field-info {
	color: #7d7d7d
}

.k-form .k-alert-error,
.k-form-inline .k-alert-error {
	color: #d51923
}

.k-form-error,
.k-text-error,
.k-form-field-error .k-label {
	color: #d51923
}

.k-form-separator {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-listgroup {
	border-radius: 3px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	line-height: 1.4285714286;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden
}

.k-listgroup>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-listgroup .k-listgroup-item+.k-listgroup-item {
	border-top-width: 1px
}

.k-listgroup-flush {
	border-radius: 0;
	border-left-width: 0;
	border-right-width: 0
}

.k-listgroup-item {
	padding: 8px 12px;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative
}

.k-listgroup-item>.k-link {
	margin: -8px -12px;
	padding: 8px 12px;
	color: inherit;
	text-decoration: none;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative
}

.k-listgroup-item>.k-link>.k-select {
	padding: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-listgroup-item-segmented {
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-listgroup-item-segmented>.k-link {
	margin-right: 0
}

.k-listgroup-item-segmented>.k-select {
	margin: -8px -12px -8px 0;
	padding: 8px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: inherit;
	cursor: pointer
}

.k-listgroup-form-row {
	margin: -8px -12px;
	padding: 8px 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative
}

.k-listgroup-form-row .k-listgroup-form-field-label {
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
	position: relative
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper select,
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="text"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="password"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="date"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="time"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="datetime-local"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="number"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
	width: 100%;
	box-sizing: border-box;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
	min-height: 4em;
	resize: vertical
}

.k-listgroup-item.k-listgroup-form-row {
	margin: 0
}

[dir="rtl"] .k-listgroup-item>.k-link>.k-select {
	right: auto;
	left: 0
}

[dir="rtl"] .k-listgroup-item>.k-link>.k-select .k-icon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

[dir="rtl"] .k-listgroup-item-segmented>.k-link {
	margin-right: -12px;
	margin-left: 0
}

[dir="rtl"] .k-listgroup-item-segmented>.k-select {
	margin-right: 0;
	margin-left: -12px;
	border-right-width: 1px;
	border-left-width: 0
}

[dir="rtl"] .k-listgroup-item-segmented>.k-select .k-icon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-noflexbox .k-listgroup,
.k-noflexbox .k-listgroup>ul .k-listgroup-item,
.k-noflexbox .k-listgroup-item>.k-link {
	display: block
}

.k-listgroup {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-checkbox {
	border-radius: 2px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: initial;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-appearance: none
}

.k-checkbox::before {
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 1;
	-webkit-transform: scale(0) translate(-50%, -50%);
	-ms-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "WebComponentsIcons", monospace
}

.k-checkbox:hover,
.k-checkbox.k-state-hover {
	cursor: pointer
}

.k-checkbox:checked::before,
.k-checkbox.k-checked::before {
	border-radius: 2px;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%)
}

.k-checkbox:indeterminate::before,
.k-checkbox.k-state-indeterminate::before,
.k-checkbox.k-indeterminate::before {
	content: "";
	background-color: currentColor;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	width: 8px;
	height: 8px
}

.k-checkbox:disabled,
.k-checkbox.k-disabled,
.k-checkbox:disabled+.k-checkbox-label,
.k-checkbox.k-disabled+.k-checkbox-label {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-checkbox+.k-checkbox-label {
	display: inline
}

.k-checkbox-label {
	margin: 0;
	padding: 0;
	line-height: 17px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
	vertical-align: middle;
	position: relative;
	cursor: pointer
}

.k-checkbox-label .k-label {
	cursor: pointer
}

.k-checkbox-label:empty {
	display: none
}

.k-checkbox-label.k-no-text {
	min-width: 1px
}

.k-checkbox-label .k-ripple {
	top: 8px;
	left: 8px;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	visibility: hidden !important
}

.k-checkbox-label .k-ripple-blob {
	top: 50% !important;
	left: 50% !important;
	width: 200% !important;
	height: 200% !important
}

.k-checkbox+.k-checkbox-label,
.k-checkbox-label+.k-checkbox {
	margin-left: 4px
}

.k-checkbox-label>.k-checkbox {
	margin-right: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

kendo-label.k-checkbox-label>.k-checkbox:last-child {
	margin-right: 0
}

kendo-label.k-checkbox-label>.k-label:first-child {
	margin-right: 4px
}

kendo-label.k-checkbox-label>.k-label {
	display: inline
}

.k-checkbox-list {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.k-checkbox-list .k-checkbox-item {
	padding: 4px 0px
}

.k-list-horizontal .k-checkbox-item {
	display: inline-block;
	margin: 0 32px 0 0
}

.k-list-horizontal .k-checkbox-item:last-child {
	margin-right: 0
}

.k-rtl .k-checkbox+.k-checkbox-label,
.k-rtl .k-checkbox-label+.k-checkbox,
[dir="rtl"] .k-checkbox+.k-checkbox-label,
[dir="rtl"] .k-checkbox-label+.k-checkbox {
	margin-left: 0;
	margin-right: 4px
}

.k-rtl .k-checkbox-label>.k-checkbox,
[dir="rtl"] .k-checkbox-label>.k-checkbox {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl kendo-label.k-checkbox-label>.k-checkbox:last-child,
[dir="rtl"] kendo-label.k-checkbox-label>.k-checkbox:last-child {
	margin-left: 0
}

.k-rtl kendo-label.k-checkbox-label>.k-label:first-child,
[dir="rtl"] kendo-label.k-checkbox-label>.k-label:first-child {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl .k-list-horizontal .k-checkbox-item,
[dir="rtl"] .k-list-horizontal .k-checkbox-item {
	margin-right: 0;
	margin-left: 32px
}

.k-rtl .k-list-horizontal .k-checkbox-item:last-child,
[dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
	margin-left: 0
}

.k-ripple-container .k-checkbox::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	margin-left: -18px;
	margin-top: -18px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.k-ripple-container .k-checkbox:disabled::after,
.k-ripple-container .k-checkbox.k-disabled::after {
	display: none
}

.k-checkbox::-ms-check {
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background-color: inherit
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.k-checkbox::-ms-check {
		border-width: 1px
	}
}

.k-checkbox {
	border-color: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0);
	background-color: #fff
}

.k-checkbox:hover .k-checkbox.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-checkbox:focus,
.k-checkbox.k-state-focus {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06)
}

.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate,
.k-checkbox.k-indeterminate {
	border-color: rgba(0, 0, 0, 0.08);
	color: #f30a99;
	background-color: #fff
}

.k-checkbox:checked,
.k-checkbox.k-checked {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-state-focus {
	border-color: #f30a99;
	box-shadow: 0 0 0 2px rgba(243, 10, 153, 0.3)
}

.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid,
.k-checkbox.ng-invalid.ng-touched,
.k-checkbox.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-checkbox.k-invalid+.k-checkbox-label,
.k-checkbox.k-state-invalid+.k-checkbox-label,
.k-checkbox.ng-invalid.ng-touched+.k-checkbox-label,
.k-checkbox.ng-invalid.ng-dirty+.k-checkbox-label {
	color: #d51923
}

.k-ripple-container .k-checkbox::after {
	background: #f30a99;
	opacity: .3
}

.k-radio {
	border-radius: 50%;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-appearance: none
}

.k-radio::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transform: scale(0) translate(-50%, -50%);
	-ms-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%
}

.k-radio:hover,
.k-radio.k-state-hover {
	cursor: pointer
}

.k-radio:checked::before,
.k-radio.k-checked::before {
	border-radius: 50%;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%)
}

.k-radio:disabled,
.k-radio.k-disabled,
.k-radio:disabled+.k-radio-label,
.k-radio.k-disabled+.k-radio-label {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-radio+.k-radio-label {
	display: inline
}

.k-radio-label {
	margin: 0;
	padding: 0;
	line-height: 17px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
	vertical-align: middle;
	position: relative;
	cursor: pointer
}

.k-radio-label .k-label {
	cursor: pointer
}

.k-radio-label:empty {
	display: none
}

.k-radio-label .k-ripple {
	top: 8px;
	left: 8px;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	visibility: hidden !important
}

.k-radio-label .k-ripple-blob {
	top: 50% !important;
	left: 50% !important;
	width: 200% !important;
	height: 200% !important
}

.k-radio+.k-radio-label,
.k-radio-label+.k-radio,
.k-label+.k-radio {
	margin-left: 4px
}

.k-radio-label>.k-radio {
	margin-right: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

kendo-label.k-radio-label>.k-label {
	display: inline
}

.k-radio-list {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.k-radio-list .k-radio-item {
	padding: 4px 0px
}

.k-list-horizontal .k-radio-item {
	display: inline-block;
	margin: 0 32px 0 0
}

.k-list-horizontal .k-radio-item:last-child {
	margin-right: 0
}

.k-rtl .k-radio+.k-radio-label,
.k-rtl .k-radio-label+.k-radio,
.k-rtl .k-label+.k-radio,
[dir="rtl"] .k-radio+.k-radio-label,
[dir="rtl"] .k-radio-label+.k-radio,
[dir="rtl"] .k-label+.k-radio {
	margin-left: 0;
	margin-right: 4px
}

.k-rtl .k-radio-label>.k-radio,
[dir="rtl"] .k-radio-label>.k-radio {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl kendo-label.k-radio-label>.k-radio:last-child,
[dir="rtl"] kendo-label.k-radio-label>.k-radio:last-child {
	margin-left: 0
}

.k-rtl kendo-label.k-radio-label>.k-label:first-child,
[dir="rtl"] kendo-label.k-radio-label>.k-label:first-child {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl .k-list-horizontal .k-radio-item,
[dir="rtl"] .k-list-horizontal .k-radio-item {
	margin-right: 0;
	margin-left: 32px
}

.k-rtl .k-list-horizontal .k-radio-item:last-child,
[dir="rtl"] .k-list-horizontal .k-radio-item:last-child {
	margin-left: 0
}

.k-ripple-container .k-radio::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	margin-left: -18px;
	margin-top: -18px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
	display: none
}

.k-radio::-ms-check {
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background-color: inherit
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.k-radio::-ms-check {
		border-width: 1px
	}
}

.k-radio {
	border-color: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0);
	background-color: #fff
}

.k-radio:hover,
.k-radio.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-radio:focus,
.k-radio.k-state-focus {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06)
}

.k-radio.k-invalid,
.k-radio.k-state-invalid,
.k-radio.ng-invalid.ng-touched,
.k-radio.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-radio.k-invalid+.k-radio-label,
.k-radio.k-state-invalid+.k-radio-label,
.k-radio.ng-invalid.ng-touched+.k-radio-label,
.k-radio.ng-invalid.ng-dirty+.k-radio-label {
	color: #d51923
}

.k-radio:checked,
.k-radio.k-checked {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-radio:checked:focus,
.k-radio.k-checked.k-state-focus {
	border-color: #f30a99;
	box-shadow: 0 0 0 2px rgba(243, 10, 153, 0.3)
}

.k-ripple-container .k-radio::after {
	background: #f30a99;
	opacity: .3
}

.k-switch {
	border-radius: 9999px;
	cursor: pointer;
	width: 60px;
	box-sizing: border-box;
	outline: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	font-family: inherit;
	font-size: 10px;
	line-height: 1.4285714286;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-switch [type="checkbox"] {
	display: none
}

.k-switch[aria-readonly="true"] {
	pointer-events: none
}

.k-switch,
.k-switch-container,
.k-switch-handle {
	box-sizing: border-box
}

.k-switch-container {
	border-radius: 9999px;
	padding: 0px 0px;
	width: 60px;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	outline: 0;
	transition: background-color 200ms ease-out 0s
}

.k-switch-handle {
	border-radius: 9999px;
	background-clip: padding-box;
	width: 24px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 0;
	transition: left 200ms ease-out 0s
}

.k-switch-handle .k-ie11 {
	background-clip: border-box
}

.k-switch-on .k-switch-handle {
	left: calc(100% - 24px)
}

.k-switch-off .k-switch-handle {
	left: 0px
}

.k-switch-label-on,
.k-switch-label-off {
	display: inline;
	max-width: calc(100% - 38px);
	text-transform: uppercase;
	line-height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden
}

.k-switch-label-on {
	left: 8px
}

.k-switch-label-off {
	right: 8px
}

.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
	left: 0px
}

.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
	left: calc(100% - 30px)
}

.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
	left: initial;
	right: 8px
}

.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
	left: 8px;
	right: initial
}

.k-ie9 .k-switch {
	display: inline-block
}

.k-ie9 .k-switch-container {
	display: block
}

.k-ie9 .k-switch-handle {
	display: block
}

.k-switch:hover .k-switch-container,
.k-switch.k-state-hover .k-switch-container {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15)
}

.k-switch:focus .k-switch-container,
.k-switch.k-state-focused .k-switch-container {
	outline: none;
	box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06)
}

.k-switch-container {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.k-switch-on .k-switch-container {
	color: #fff;
	background-color: #f30a99
}

.k-switch-on .k-switch-handle {
	border-color: rgba(0, 0, 0, 0.08);
	color: #fff;
	background-color: #f2f2f2
}

.k-switch-on:hover .k-switch-container,
.k-switch-on.k-state-hover .k-switch-container {
	color: #fff;
	background-color: #e0098d
}

.k-switch-on:hover .k-switch-handle,
.k-switch-on.k-state-hover .k-switch-handle {
	border-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	background-color: #ededed
}

.k-switch-on .k-switch-label-off {
	color: transparent
}

.k-switch-off .k-switch-container {
	color: #545454;
	background-color: #fff;
	border-color:#ddd;
}

.k-switch-off .k-switch-handle {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f2f2f2
}

.k-switch-off:hover .k-switch-container,
.k-switch-off.k-state-hover .k-switch-container {
	color: #545454;
	background-color: #fff
}

.k-switch-off:hover .k-switch-handle,
.k-switch-off.k-state-hover .k-switch-handle {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #ededed
}

.k-switch-off .k-switch-label-on {
	color: transparent
}

.k-pane-wrapper {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-pane-wrapper .k-pane {
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	font-family: sans-serif;
	overflow-x: hidden
}

.k-pane-wrapper .k-pane * {
	background-clip: border-box
}

.k-pane-wrapper .k-view {
	top: 0;
	left: 0;
	position: relative;
	border: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	vertical-align: top;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-pane-wrapper .k-content {
	min-height: 1px;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: block;
	width: auto;
	overflow: hidden;
	position: relative
}

.k-pane-wrapper>div.k-pane {
	box-shadow: none;
	font-weight: normal
}

.k-pane-wrapper .k-popup-edit-form .k-content,
.k-pane-wrapper .k-grid-edit-form .k-content,
.k-pane-wrapper .k-grid-column-menu .k-content,
.k-pane-wrapper .k-grid-filter-menu .k-content {
	overflow-y: auto
}

.k-pane-wrapper .k-popup-edit-form .k-content>.k-scroll-container,
.k-pane-wrapper .k-grid-edit-form .k-content>.k-scroll-container,
.k-pane-wrapper .k-grid-column-menu .k-content>.k-scroll-container,
.k-pane-wrapper .k-grid-filter-menu .k-content>.k-scroll-container {
	position: absolute;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box
}

.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
	margin: 1em;
	font-weight: normal
}

.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
	width: auto;
	min-width: auto
}

.k-pane-wrapper .k-grid .k-grid-search {
	width: 100%
}

.k-grid.k-grid-mobile {
	border-width: 0
}

.k-grid-mobile .k-resize-handle-inner::before {
	content: "\e01e";
	position: absolute;
	font: 16px/1 "WebComponentsIcons";
	top: calc(50% - 1px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: .2em
}

.k-grid-mobile .k-edit-cell>input,
.k-grid-mobile .k-edit-cell>select,
.k-grid-mobile .k-grid-edit-row>td>input,
.k-grid-mobile .k-grid-edit-row>td>select {
	width: 100%;
	box-sizing: border-box
}

.k-grid-mobile .k-header a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
	padding: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view>.k-listgroup-form-row {
	margin: 0
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
	width: 100%;
	margin: -1px 0
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
	white-space: nowrap
}

.k-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
	border-width: 0
}

.k-scheduler.k-scheduler-mobile {
	border-width: 0
}

.k-scheduler-mobile th {
	font-weight: normal
}

.k-scheduler-mobile .k-event:hover .k-resize-handle {
	visibility: hidden
}

.k-scheduler-mobile .k-scheduler-toolbar {
	padding: 8px 8px
}

.k-scheduler-mobile .k-scheduler-toolbar>* {
	margin: 0
}

.k-scheduler-mobile .k-scheduler-toolbar::before {
	display: none
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
	font-size: 12px
}

.k-scheduler-mobile .k-scheduler-footer {
	padding: 8px 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-scheduler-mobile .k-scheduler-footer>* {
	margin: 0
}

.k-scheduler-mobile .k-scheduler-footer::before {
	display: none
}

.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
	height: 40px
}

.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
	height: 40px;
	vertical-align: top;
	text-align: center
}

.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
	position: absolute;
	text-align: center;
	height: 6px;
	line-height: 6px
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
	position: static;
	padding: 4px;
	border-radius: 50%;
	display: inline-block;
	width: 4px;
	height: 4px;
	min-height: 0;
	margin: 1px
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child {
	display: none
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group {
	display: none
}

.k-scheduler-mobile .k-scheduler-header-wrap>div {
	overflow: visible
}

.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
	display: none
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
	table-layout: auto
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
	width: 1%
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table td {
	white-space: normal
}

.k-scheduler-mobile .k-mobile-header .k-scheduler-table td,
.k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
	height: 1.5em
}

.k-scheduler-mobile .k-time-text,
.k-scheduler-mobile .k-time-period {
	display: block;
	line-height: 1
}

.k-scheduler-mobile .k-time-period {
	font-size: .7em
}

.k-scheduler-mobile .k-scheduler-table td,
.k-scheduler-mobile .k-scheduler-table th {
	height: 2em;
	vertical-align: middle
}

.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-scheduler-mobile .k-task {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
	border-radius: 50%
}

.k-scheduler-mobile .k-task .k-i-reload {
	font-size: 1em;
	margin-right: .5em
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn {
	vertical-align: top
}

.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap
}

.k-scheduler-mobile .k-scrollbar-h tr+tr .k-scheduler-times {
	border-bottom-width: 0
}

.k-pane-wrapper .k-grid-edit-form>.k-header,
.k-pane-wrapper .k-grid-column-menu>.k-header,
.k-pane-wrapper .k-grid-filter-menu>.k-header,
.k-pane-wrapper .k-scheduler-edit-form>.k-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .3em .6em;
	width: auto;
	line-height: 2em
}

.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-done,
.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-cancel,
.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-done,
.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-cancel,
.k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-done,
.k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-cancel,
.k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-done,
.k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-cancel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-done .k-icon,
.k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-cancel .k-icon {
	font-size: 1.5em
}

.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text,
.k-pane-wrapper .k-list-group-header {
	padding: 8px 12px;
	display: block
}

.k-pane-wrapper .k-list-group-header {
	font-weight: bold;
	text-transform: uppercase
}

.k-pane-wrapper .k-listgroup .k-listgroup-item {
	border-color: inherit
}

.k-pane-wrapper .k-listgroup+.k-listgroup {
	margin-top: 2em
}

.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
	pointer-events: none
}

.k-pane-wrapper .k-filter-menu .k-space-right {
	margin: .5em 10px;
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-pane-wrapper .k-filter-menu .k-filter-tools {
	margin: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
	display: -ms-flexbox;
	display: flex
}

.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
	overflow-y: auto
}

.k-pane-wrapper .k-state-disabled {
	opacity: 1
}

.k-pane-wrapper .k-state-disabled>* {
	opacity: .7
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm {
	-ms-flex-pack: center;
	justify-content: center
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
	display: none
}

.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar,
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer {
	line-height: 2em
}

.k-ie .k-pane-wrapper .k-grid .k-icon {
	text-indent: 0
}

.k-rtl .k-pane-wrapper .k-grid-edit-form>.k-header,
.k-rtl .k-pane-wrapper .k-grid-column-menu>.k-header,
.k-rtl .k-pane-wrapper .k-grid-filter-menu>.k-header,
.k-rtl .k-pane-wrapper .k-scheduler-edit-form>.k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-edit-form>.k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-column-menu>.k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-filter-menu>.k-header,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form>.k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-edit-form>.k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-column-menu>.k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-filter-menu>.k-header,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form>.k-header {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-rtl .k-pane-wrapper .k-filter-menu .k-space-right>.k-i-zoom,
.k-pane-wrapper[dir="rtl"] .k-filter-menu .k-space-right>.k-i-zoom,
[dir="rtl"] .k-pane-wrapper .k-filter-menu .k-space-right>.k-i-zoom {
	left: 15px;
	right: auto
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar>ul>li,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li {
	border: 0
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
	margin-left: .5em;
	margin-right: 0
}

.k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-pane-wrapper,
.k-view {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-pane-wrapper .k-pane>.k-view>.k-content {
	background-position: 50% 50%;
	background-color: #f6f6f6
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active+th.k-header {
	border-left-color: #545454
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
	background-color: #f6f6f6
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
	color: #f30a99
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
	color: inherit
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
	color: #7d7d7d
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
	background-color: #f6f6f6
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools>li {
	display: inline-block;
	background-color: inherit
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
	color: #fff;
	background-color: #f30a99
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
	color: inherit
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
	color: #545454
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
	color: #f30a99
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
	color: #f30a99;
	background: none
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
	color: inherit
}

.k-progressbar {
	border-radius: 3px;
	--kendo-progressbar-progress: 0;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 1;
	display: inline-grid;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-progressbar>.k-state-selected {
	border-width: 0;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	grid-column: 1 / -1;
	grid-row: 1 / -1
}

.k-progressbar>ul {
	border-width: inherit;
	border-style: inherit;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 1;
	flex: 1;
	grid-column: 1 / -1;
	grid-row: 1 / -1
}

.k-progressbar .k-item {
	display: block;
	border-width: 0;
	border-style: solid;
	border-color: transparent
}

.k-progress-status-wrap {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	grid-column: 1 / -1;
	grid-row: 1 / -1
}

.k-progress-status-wrap.k-progress-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-progress-status-wrap.k-progress-center {
	-ms-flex-pack: center;
	justify-content: center
}

.k-progress-status-wrap.k-progress-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.k-progress-status {
	padding: 0 .5em;
	-webkit-padding-before: 0;
	padding-block-start: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-padding-start: .5em;
	padding-inline-start: .5em;
	-webkit-padding-end: .5em;
	padding-inline-end: .5em;
	min-width: 10px;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}

.k-progressbar-horizontal {
	width: 27em;
	height: 22px;
	grid-template-columns: 1fr;
	grid-template-rows: 100%
}

.k-progressbar-horizontal .k-progress-status-wrap {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-progressbar-horizontal>.k-state-selected {
	width: 0;
	width: calc(var( --kendo-progressbar-progress, 0)*1%);
	-ms-flex-direction: row;
	flex-direction: row
}

.k-progressbar-horizontal>.k-state-selected>.k-progress-status-wrap {
	width: calc(100%*100/var( --kendo-progressbar-progress, 1))
}

.k-progressbar-horizontal>ul {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-progressbar-horizontal .k-item+.k-item {
	border-left-width: 1px;
	border-inline-start-width: 1px;
	border-inline-end-width: 0
}

.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-self: flex-end
}

.k-progressbar-vertical {
	width: 22px;
	height: 27em;
	grid-template-columns: 100%;
	grid-template-rows: 1fr
}

.k-progressbar-vertical .k-progress-status-wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.k-progressbar-vertical .k-progress-status {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr
}

.k-progressbar-vertical>.k-state-selected {
	height: 0;
	height: calc(var( --kendo-progressbar-progress, 0)*1%);
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.k-progressbar-vertical>.k-state-selected>.k-progress-status-wrap {
	height: calc(100%*100/var( --kendo-progressbar-progress, 1))
}

.k-progressbar-vertical>ul {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-progressbar-vertical .k-item+.k-item {
	border-top-width: 1px;
	border-block-start-width: 1px;
	border-block-end-width: 0
}

.k-progressbar-vertical.k-progressbar-reverse {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected,
.k-progressbar-indeterminate .k-item {
	display: none
}

.telerik-blazor.k-progressbar-horizontal>.k-state-selected,
.telerik-blazor.k-progressbar-horizontal>.k-state-selected>.k-progress-status-wrap {
	transition: width .1s ease-in-out
}

.k-rtl .k-progressbar,
.k-progressbar[dir="rtl"] {
	direction: rtl
}

.k-progressbar {
	display: -ms-inline-grid
}

.k-progressbar>.k-progress-status-wrap,
.k-progressbar>.k-state-selected {
	-ms-grid-column: 1;
	-ms-grid-row: 1
}

.k-progressbar-horizontal {
	-ms-grid-columns: 1fr;
	-ms-grid-rows: 22px
}

.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected {
	-ms-grid-column-align: end
}

.k-progressbar-vertical {
	-ms-grid-columns: 22px;
	-ms-grid-rows: 1fr
}

.k-progressbar-vertical>.k-state-selected {
	-ms-grid-row-align: end
}

.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected {
	-ms-grid-row-align: start
}

@-webkit-keyframes progressbar-indeterminate-animation {
	from {
		background-position: 0 0
	}
	to {
		background-position: 22px 0
	}
}

@keyframes progressbar-indeterminate-animation {
	from {
		background-position: 0 0
	}
	to {
		background-position: 22px 0
	}
}

.k-progressbar {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #ebebeb
}

.k-progressbar .k-state-selected {
	border-color: #e0098d;
	color: #fff;
	background-color: #f30a99
}

.k-progressbar .k-item {
	border-color: #fff
}

.k-progressbar-indeterminate {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #ebebeb;
	background-image: linear-gradient(45deg, #d8d8d8 25%, transparent 25%, transparent 50%, #d8d8d8 50%, #d8d8d8 75%, transparent 75%, transparent);
	background-size: 22px 22px;
	-webkit-animation: progressbar-indeterminate-animation 1s linear infinite;
	animation: progressbar-indeterminate-animation 1s linear infinite
}

.k-ripple-target {
	position: relative
}

.k-ripple {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none
}

.k-ripple-blob {
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	padding: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: .1;
	background-color: currentColor
}

.k-primary .k-ripple-blob {
	opacity: .2
}

.k-ripple-focus::after {
	visibility: visible;
	-webkit-animation: ripple 600ms ease-out;
	animation: ripple 600ms ease-out
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.k-messagebox {
	margin: 0 0 1em 0;
	padding: 4px 8px;
	border-width: 0 0 0 4px;
	border-style: solid;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4285714286
}

.k-messagebox a {
	color: inherit;
	font-style: italic;
	text-decoration: underline
}

.k-messagebox-primary {
	border-color: #fcbae2;
	color: #7e0550;
	background-color: #fdceeb
}

.k-messagebox-secondary {
	border-color: #fcfcfc;
	color: gray;
	background-color: #fdfdfd
}

.k-messagebox-tertiary {
	border-color: #b8e7fc;
	color: #02587f;
	background-color: #cdeefd
}

.k-messagebox-info {
	border-color: #d9d1e4;
	color: #3e2e53;
	background-color: #e4deec
}

.k-messagebox-success {
	border-color: #d2eec6;
	color: #31651a;
	background-color: #dff3d6
}

.k-messagebox-warning {
	border-color: #fef1c9;
	color: #846b20;
	background-color: #fff5d8
}

.k-messagebox-error {
	border-color: #f3bfc1;
	color: #6f0d12;
	background-color: #f7d1d3
}

.k-messagebox-dark {
	border-color: #cacaca;
	color: #212121;
	background-color: #d9d9d9
}

.k-messagebox-light {
	border-color: #f9f9f9;
	color: #7a7a7a;
	background-color: #fbfbfb
}

.k-messagebox-inverse {
	border-color: #cacaca;
	color: #212121;
	background-color: #d9d9d9
}

.k-actions,
.k-action-buttons,
.k-columnmenu-actions {
	padding: 8px 8px;
	border-width: 0px;
	border-style: solid;
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	clear: both
}

.k-actions .k-button+.k-button,
.k-action-buttons .k-button+.k-button,
.k-columnmenu-actions .k-button+.k-button {
	margin-left: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-rtl .k-actions .k-button+.k-button,
[dir="rtl"] .k-actions .k-button+.k-button,
.k-rtl .k-action-buttons .k-button+.k-button,
[dir="rtl"] .k-action-buttons .k-button+.k-button,
.k-rtl .k-columnmenu-actions .k-button+.k-button,
[dir="rtl"] .k-columnmenu-actions .k-button+.k-button {
	margin-left: 0;
	margin-right: 8px
}

.k-popup .k-actions,
.k-popup .k-action-buttons {
	margin-top: 16px
}

.k-actions {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-actions .k-button {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-actions.k-actions-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-actions.k-actions-center {
	-ms-flex-pack: center;
	justify-content: center
}

.k-actions.k-actions-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.k-actions.k-actions-stretched {
	padding: 0;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-width: 1px 0 0;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	overflow: hidden
}

.k-actions.k-actions-stretched .k-button {
	background-clip: border-box;
	border-radius: 0;
	padding: 12px 16px;
	border-width: 0;
	text-overflow: ellipsis;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: inline-block;
	overflow: hidden;
	width: auto !important;
	max-width: 100%
}

.k-actions.k-actions-stretched .k-button~.k-button {
	margin: 0;
	border-left-width: 1px
}

.k-actions-stretched {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-textbox-container,
.k-floating-label-container {
	padding-top: 20.0000000004px;
	width: 12.4em;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.k-textbox-container>.k-label,
.k-floating-label-container>.k-label {
	max-width: 90%;
	font-size: 14px;
	line-height: 1.4285714286;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 25.0000000004px;
	left: 9px;
	overflow: hidden;
	cursor: text;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
	transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
	pointer-events: none
}

.k-textbox-container>.k-textbox,
.k-textbox-container>.k-widget,
.k-floating-label-container>.k-textbox,
.k-floating-label-container>.k-widget {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto
}

.k-textbox-container.k-state-empty>.k-label,
.k-floating-label-container.k-state-empty>.k-label {
	top: 25.0000000004px;
	left: 9px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.k-textbox-container>.k-label,
.k-textbox-container.k-state-focused>.k-label,
.k-floating-label-container>.k-label,
.k-floating-label-container.k-state-focused>.k-label {
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.k-textbox-container:focus-within>.k-label,
.k-floating-label-container:focus-within>.k-label {
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.k-textbox-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder {
	color: transparent
}

.k-textbox-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
	color: transparent
}

.k-textbox-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder {
	color: transparent
}

.k-textbox-container.k-state-empty:not(.k-state-focused) ::placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder {
	color: transparent
}

.k-rtl .k-textbox-container>.k-label,
.k-textbox-container[dir="rtl"]>.k-label,
.k-rtl .k-floating-label-container>.k-label,
.k-floating-label-container[dir="rtl"]>.k-label {
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.k-rtl .k-textbox-container.k-state-empty>.k-label,
.k-textbox-container[dir="rtl"].k-state-empty>.k-label,
.k-rtl .k-floating-label-container.k-state-empty>.k-label,
.k-floating-label-container[dir="rtl"].k-state-empty>.k-label {
	left: auto;
	right: 9px
}

.k-rtl .k-textbox-container>.k-label,
.k-rtl .k-textbox-container.k-state-focused>.k-label,
.k-textbox-container[dir="rtl"]>.k-label,
.k-textbox-container[dir="rtl"].k-state-focused>.k-label,
.k-rtl .k-floating-label-container>.k-label,
.k-rtl .k-floating-label-container.k-state-focused>.k-label,
.k-floating-label-container[dir="rtl"]>.k-label,
.k-floating-label-container[dir="rtl"].k-state-focused>.k-label {
	left: auto;
	right: 0
}

.k-rtl .k-textbox-container:focus-within,
.k-textbox-container[dir="rtl"]:focus-within,
.k-rtl .k-floating-label-container:focus-within,
.k-floating-label-container[dir="rtl"]:focus-within {
	left: auto;
	right: 0
}

.k-textbox {
	border-radius: 3px;
	margin: 0;
	padding: 0;
	width: 12.4em;
	height: calc(1.4285714286em + 10px);
	border-width: 1px;
	border-style: solid;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	box-sizing: border-box;
	box-shadow: none;
	background: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	position: relative;
	-webkit-appearance: none;
	background-clip: padding-box
}

.k-textbox .k-ie11 {
	background-clip: border-box
}

.k-textbox::-ms-clear {
	display: none
}

.k-textbox::-webkit-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	user-select: none
}

.k-textbox:-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-textbox::-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-textbox::placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-textbox:-ms-input-placeholder {
	color: #7d7d7d
}

.k-textbox .k-button-clear {
	width: calc(1.4285714286em + 8px);
	height: calc(1.4285714286em + 8px);
	border: 0
}

.k-textbox .k-textbox-separator {
	margin: 0;
	width: 0;
	height: 16px;
	border-width: 0 0 0 1px;
	border-style: solid
}

.k-textbox:disabled,
.k-textbox[disabled],
.k-textbox.k-state-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-textbox:disabled::selection,
.k-textbox[disabled]::selection,
.k-textbox.k-state-disabled::selection {
	color: #545454;
	background-color: rgba(0, 0, 0, 0)
}

input.k-textbox {
	padding: 4px 8px
}

.k-textbox {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-textbox::selection,
.k-textbox .k-input::selection {
	color: #fff;
	background-color: #f30a99
}

.k-textbox .k-textbox-separator {
	border-color: #545454;
	opacity: .5
}

.k-textbox:focus,
.k-textbox.k-state-focus,
.k-textbox.k-state-focused {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-textbox:focus-within {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-textbox:hover,
.k-textbox.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-textbox.k-invalid,
.k-textbox.k-state-invalid,
.k-textbox.ng-invalid.ng-touched,
.k-textbox.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-textarea {
	border-radius: 3px;
	margin: 0;
	padding: 0;
	width: 18em;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	box-sizing: border-box;
	box-shadow: none;
	background: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	vertical-align: middle;
	position: relative;
	-webkit-appearance: none;
	background-clip: padding-box
}

.k-textarea .k-ie11 {
	background-clip: border-box
}

.k-textarea::-ms-clear {
	display: none
}

.k-textarea::-webkit-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	user-select: none
}

.k-textarea:-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-textarea::-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
	-ms-user-select: none;
	user-select: none
}

.k-textarea::placeholder {
	color: #7d7d7d;
	opacity: 1;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-textarea>.k-input {
	padding: 4px 8px;
	height: auto;
	min-height: calc(1.4285714286em + 10px);
	overflow-y: auto;
	resize: vertical
}

.k-textarea:disabled,
.k-textarea[disabled],
.k-textarea.k-state-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-textarea:disabled::selection,
.k-textarea[disabled]::selection,
.k-textarea.k-state-disabled::selection {
	color: #545454;
	background-color: rgba(0, 0, 0, 0)
}

.k-textarea-suffix {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

textarea.k-textarea {
	padding: 4px 8px;
	min-height: calc(1.4285714286em + 10px);
	display: inline-block;
	resize: both
}

.k-textbox-container>.k-textarea,
.k-floating-label-container>.k-textarea {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%
}

.k-ie .k-textarea :-ms-input-placeholder,
.k-ie .k-textarea:-ms-input-placeholder {
	color: #7d7d7d
}

.k-textarea {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-textarea::selection,
.k-textarea .k-input::selection {
	color: #fff;
	background-color: #f30a99
}

.k-textarea:hover,
.k-textarea.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-textarea:focus,
.k-textarea.k-state-focus,
.k-textarea.k-state-focused {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-textarea:focus-within {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-textarea.k-invalid,
.k-textarea.k-state-invalid,
.k-textarea.ng-invalid.ng-touched,
.k-textarea.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-tooltip {
	border-radius: 3px;
	margin: 0;
	padding: 4px 8px;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	background-repeat: repeat-x;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.25;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	z-index: 12000;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-tooltip-icon {
	-webkit-margin-end: 4px;
	margin-inline-end: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-tooltip-title {
	margin-bottom: .25em;
	font-size: 17.5px;
	line-height: 1
}

.k-tooltip-content {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-tooltip-button {
	-webkit-margin-start: 4px;
	margin-inline-start: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-tooltip-button .k-icon {
	color: inherit;
	vertical-align: top
}

.k-callout {
	width: 12px;
	height: 12px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none
}

.k-callout-n {
	margin-left: -6px;
	border-bottom-color: currentColor;
	top: -12px;
	left: 50%;
	pointer-events: none
}

.k-callout-e {
	margin-top: -6px;
	border-left-color: currentColor;
	top: 50%;
	right: -12px;
	pointer-events: none
}

.k-callout-s {
	margin-left: -6px;
	border-top-color: currentColor;
	bottom: -12px;
	left: 50%;
	pointer-events: none
}

.k-callout-w {
	margin-top: -6px;
	border-right-color: currentColor;
	top: 50%;
	left: -12px;
	pointer-events: none
}

.k-tooltip-wrapper .k-tooltip {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-tooltip {
	border-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75)
}

.k-tooltip .k-callout {
	color: rgba(0, 0, 0, 0.75)
}

.k-tooltip-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-tooltip-primary .k-callout {
	color: #f30a99
}

.k-tooltip-info {
	border-color: #7759a0;
	color: #fff;
	background-color: #7759a0
}

.k-tooltip-info .k-callout {
	color: #7759a0
}

.k-tooltip-success {
	border-color: #5ec232;
	color: #fff;
	background-color: #5ec232
}

.k-tooltip-success .k-callout {
	color: #5ec232
}

.k-tooltip-warning {
	border-color: #fdce3e;
	color: #000;
	background-color: #fdce3e
}

.k-tooltip-warning .k-callout {
	color: #fdce3e
}

.k-tooltip-error {
	border-color: #d51923;
	color: #fff;
	background-color: #d51923
}

.k-tooltip-error .k-callout {
	color: #d51923
}

.k-validator-tooltip {
	margin-top: 6px;
	width: auto;
	white-space: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999
}

.k-grid .k-validator-tooltip {
	max-width: 300px
}

.k-fab {
	padding: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	text-align: center;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	outline: none
}

.k-fab:focus {
	outline: none
}

.k-fab-icon {
	width: 20px;
	height: 20px
}

.k-fab-icon:not(:only-child) {
	margin-right: 4px;
	margin-left: -4px
}

.k-fab-sm {
	padding: 8px 8px
}

.k-fab-md {
	padding: 16px 16px
}

.k-fab-lg {
	padding: 24px 24px
}

.k-fab-square {
	border-radius: 0
}

.k-fab-square.k-fab-sm {
	width: calc(1.4285714286em + 16px);
	height: calc(1.4285714286em + 16px)
}

.k-fab-square.k-fab-md {
	width: calc(1.4285714286em + 32px);
	height: calc(1.4285714286em + 32px)
}

.k-fab-square.k-fab-lg {
	width: calc(1.4285714286em + 48px);
	height: calc(1.4285714286em + 48px)
}

.k-fab-circle {
	border-radius: 50%
}

.k-fab-circle.k-fab-sm {
	width: calc(1.4285714286em + 16px);
	height: calc(1.4285714286em + 16px)
}

.k-fab-circle.k-fab-md {
	width: calc(1.4285714286em + 32px);
	height: calc(1.4285714286em + 32px)
}

.k-fab-circle.k-fab-lg {
	width: calc(1.4285714286em + 48px);
	height: calc(1.4285714286em + 48px)
}

.k-fab-pill {
	border-radius: 5rem
}

.k-fab-rounded {
	border-radius: 6px
}

.k-fab-items {
	margin: 0;
	padding: 16px 0;
	display: -ms-flexbox;
	display: flex
}

.k-fab-items-bottom {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-fab-items-bottom .k-fab-item:last-child {
	margin-bottom: 0
}

.k-fab-items-top {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.k-fab-items-top .k-fab-item:first-child {
	margin-bottom: 0
}

.k-fab-item {
	list-style-type: none;
	margin-bottom: 8px;
	outline: none;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	cursor: pointer
}

.k-fab-item.k-text-right {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-fab-item.k-text-right .k-fab-item-text {
	margin-right: 8px
}

.k-fab-item.k-text-left {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-fab-item.k-text-left .k-fab-item-text {
	margin-left: 8px
}

.k-fab-item-text {
	padding: 4px 4px;
	border-width: 1px;
	border-radius: 2px;
	font-size: 10px;
	line-height: 1
}

.k-fab-item-icon {
	padding: 8px 8px;
	border-width: 0;
	border-radius: 50%;
	box-sizing: content-box;
	outline: none
}

.k-rtl .k-fab,
.k-fab[dir="rtl"],
[dir="rtl"] .k-fab {
	direction: rtl
}

.k-rtl .k-fab .k-fab-icon:not(:only-child),
.k-fab[dir="rtl"] .k-fab-icon:not(:only-child),
[dir="rtl"] .k-fab .k-fab-icon:not(:only-child) {
	margin-right: -4px;
	margin-left: 4px
}

.k-rtl .k-fab-popup .k-fab-item.k-text-left,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-left {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-rtl .k-fab-popup .k-fab-item.k-text-right,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-fab {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)
}

.k-fab-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-fab-secondary {
	border-color: #f6f6f6;
	color: #000;
	background-color: #f6f6f6
}

.k-fab-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}

.k-fab-info {
	border-color: #7759a0;
	color: #fff;
	background-color: #7759a0
}

.k-fab-success {
	border-color: #5ec232;
	color: #fff;
	background-color: #5ec232
}

.k-fab-warning {
	border-color: #fdce3e;
	color: #000;
	background-color: #fdce3e
}

.k-fab-error {
	border-color: #d51923;
	color: #fff;
	background-color: #d51923
}

.k-fab-dark {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-fab-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}

.k-fab-inverse {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-state-hover.k-fab-primary,
.k-state-hovered.k-fab-primary,
.k-fab-primary:hover {
	border-color: #e90a93;
	background-color: #e90a93
}

.k-state-hover.k-fab-secondary,
.k-state-hovered.k-fab-secondary,
.k-fab-secondary:hover {
	border-color: #ececec;
	background-color: #ececec
}

.k-state-hover.k-fab-tertiary,
.k-state-hovered.k-fab-tertiary,
.k-fab-tertiary:hover {
	border-color: #03a2ea;
	background-color: #03a2ea
}

.k-state-hover.k-fab-info,
.k-state-hovered.k-fab-info,
.k-fab-info:hover {
	border-color: #72559a;
	background-color: #72559a
}

.k-state-hover.k-fab-success,
.k-state-hovered.k-fab-success,
.k-fab-success:hover {
	border-color: #5aba30;
	background-color: #5aba30
}

.k-state-hover.k-fab-warning,
.k-state-hovered.k-fab-warning,
.k-fab-warning:hover {
	border-color: #f3c63c;
	background-color: #f3c63c
}

.k-state-hover.k-fab-error,
.k-state-hovered.k-fab-error,
.k-fab-error:hover {
	border-color: #cc1822;
	background-color: #cc1822
}

.k-state-hover.k-fab-dark,
.k-state-hovered.k-fab-dark,
.k-fab-dark:hover {
	border-color: #3d3d3d;
	background-color: #3d3d3d
}

.k-state-hover.k-fab-light,
.k-state-hovered.k-fab-light,
.k-fab-light:hover {
	border-color: #e2e2e2;
	background-color: #e2e2e2
}

.k-state-hover.k-fab-inverse,
.k-state-hovered.k-fab-inverse,
.k-fab-inverse:hover {
	border-color: #3d3d3d;
	background-color: #3d3d3d
}

.k-fab.k-state-focus,
.k-fab.k-state-focused,
.k-fab:focus {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22), 0 4px 5px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.2)
}

.k-state-active.k-fab-primary,
.k-state-selected.k-fab-primary,
.k-fab-primary:active {
	border-color: #e0098d;
	background-color: #e0098d;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(243, 10, 153, 0.4)
}

.k-state-active.k-fab-secondary,
.k-state-selected.k-fab-secondary,
.k-fab-secondary:active {
	border-color: #e2e2e2;
	background-color: #e2e2e2;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(246, 246, 246, 0.4)
}

.k-state-active.k-fab-tertiary,
.k-state-selected.k-fab-tertiary,
.k-fab-tertiary:active {
	border-color: #039be0;
	background-color: #039be0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(3, 169, 244, 0.4)
}

.k-state-active.k-fab-info,
.k-state-selected.k-fab-info,
.k-fab-info:active {
	border-color: #6d5293;
	background-color: #6d5293;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(119, 89, 160, 0.4)
}

.k-state-active.k-fab-success,
.k-state-selected.k-fab-success,
.k-fab-success:active {
	border-color: #56b22e;
	background-color: #56b22e;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(94, 194, 50, 0.4)
}

.k-state-active.k-fab-warning,
.k-state-selected.k-fab-warning,
.k-fab-warning:active {
	border-color: #e9be39;
	background-color: #e9be39;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(253, 206, 62, 0.4)
}

.k-state-active.k-fab-error,
.k-state-selected.k-fab-error,
.k-fab-error:active {
	border-color: #c41720;
	background-color: #c41720;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(213, 25, 35, 0.4)
}

.k-state-active.k-fab-dark,
.k-state-selected.k-fab-dark,
.k-fab-dark:active {
	border-color: #3b3b3b;
	background-color: #3b3b3b;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(64, 64, 64, 0.4)
}

.k-state-active.k-fab-light,
.k-state-selected.k-fab-light,
.k-fab-light:active {
	border-color: #d8d8d8;
	background-color: #d8d8d8;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(235, 235, 235, 0.4)
}

.k-state-active.k-fab-inverse,
.k-state-selected.k-fab-inverse,
.k-fab-inverse:active {
	border-color: #3b3b3b;
	background-color: #3b3b3b;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(64, 64, 64, 0.4)
}

.k-fab.k-state-disabled,
.k-fab:disabled {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.08);
	opacity: 1
}

.k-state-disabled.k-fab-primary,
.k-fab-primary:disabled {
	background-color: #f86cc2
}

.k-state-disabled.k-fab-secondary,
.k-fab-secondary:disabled {
	background-color: #fafafa
}

.k-state-disabled.k-fab-tertiary,
.k-fab-tertiary:disabled {
	background-color: #68cbf8
}

.k-state-disabled.k-fab-info,
.k-fab-info:disabled {
	background-color: #ad9bc6
}

.k-state-disabled.k-fab-success,
.k-fab-success:disabled {
	background-color: #9eda84
}

.k-state-disabled.k-fab-warning,
.k-fab-warning:disabled {
	background-color: #fee28b
}

.k-state-disabled.k-fab-error,
.k-fab-error:disabled {
	background-color: #e6757b
}

.k-state-disabled.k-fab-dark,
.k-fab-dark:disabled {
	background-color: #8c8c8c
}

.k-state-disabled.k-fab-light,
.k-fab-light:disabled {
	background-color: #f3f3f3
}

.k-state-disabled.k-fab-inverse,
.k-fab-inverse:disabled {
	background-color: #8c8c8c
}

.k-fab-item-text {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)
}

.k-fab-item-icon {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)
}

.k-fab-item.k-state-hover .k-fab-item-icon,
.k-fab-item.k-state-hovered .k-fab-item-icon .k-fab-item:hover .k-fab-item-icon {
	border-color: #e2e2e2;
	background-color: #e2e2e2
}

.k-fab-item:focus .k-fab-item-text,
.k-fab-item:focus .k-fab-item-icon,
.k-fab-item.k-state-focus .k-fab-item-text,
.k-fab-item.k-state-focus .k-fab-item-icon,
.k-fab-item.k-state-focused .k-fab-item-text,
.k-fab-item.k-state-focused .k-fab-item-icon {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22), 0 4px 5px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.2)
}

.k-fab-item.k-state-active .k-fab-item-icon,
.k-fab-item:active .k-fab-item-icon {
	border-color: #d8d8d8;
	background-color: #d8d8d8;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(235, 235, 235, 0.4)
}

.k-fab-item.k-state-disabled,
.k-fab-item:disabled {
	opacity: 1
}

.k-fab-item.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-disabled .k-fab-item-icon,
.k-fab-item:disabled .k-fab-item-text,
.k-fab-item:disabled .k-fab-item-icon {
	color: #a6a6a6;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.08)
}

.k-fab-item:focus:disabled .k-fab-item-text,
.k-fab-item:focus:disabled .k-fab-item-icon,
.k-fab-item:focus.k-state-disabled .k-fab-item-text,
.k-fab-item:focus.k-state-disabled .k-fab-item-icon,
.k-fab-item.k-state-focus:disabled .k-fab-item-text,
.k-fab-item.k-state-focus:disabled .k-fab-item-icon,
.k-fab-item.k-state-focus.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-focus.k-state-disabled .k-fab-item-icon,
.k-fab-item.k-state-focused:disabled .k-fab-item-text,
.k-fab-item.k-state-focused:disabled .k-fab-item-icon,
.k-fab-item.k-state-focused.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-focused.k-state-disabled .k-fab-item-icon {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08)
}

.k-animation-container>.k-fab-popup {
	box-shadow: none
}

.k-autocomplete {
	border-radius: 3px;
	background-clip: padding-box;
	width: 12.4em;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	vertical-align: middle;
	transition: all .1s ease;
	position: relative;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-autocomplete .k-ie11 {
	background-clip: border-box
}

.k-autocomplete .k-i-loading {
	width: 24px;
	height: 28px
}

.k-autocomplete .k-clear-value {
	visibility: hidden
}

.k-autocomplete:hover .k-clear-value,
.k-autocomplete.k-state-hover .k-clear-value,
.k-autocomplete.k-state-focused .k-clear-value,
.k-autocomplete.k-state-focus .k-clear-value {
	visibility: visible
}

.k-autocomplete:focus-within .k-clear-value {
	visibility: visible
}

.k-autocomplete.k-header,
.k-autocomplete {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-autocomplete.k-header:hover,
.k-autocomplete.k-header.k-state-hover,
.k-autocomplete:hover,
.k-autocomplete.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-autocomplete.k-header.k-state-open,
.k-autocomplete.k-header.k-state-focused,
.k-autocomplete.k-header.k-state-focus,
.k-autocomplete.k-state-open,
.k-autocomplete.k-state-focused,
.k-autocomplete.k-state-focus {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-autocomplete.k-header:focus-within,
.k-autocomplete:focus-within {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-autocomplete.k-header.k-invalid,
.k-autocomplete.k-header.k-state-invalid,
.k-autocomplete.k-header.ng-invalid.ng-touched,
.k-autocomplete.k-header.ng-invalid.ng-dirty,
.k-autocomplete.k-invalid,
.k-autocomplete.k-state-invalid,
.k-autocomplete.ng-invalid.ng-touched,
.k-autocomplete.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-numerictextbox {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-numerictextbox .k-numeric-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	transition: all .1s ease;
	cursor: default;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-numerictextbox .k-numeric-wrap .k-ie11 {
	background-clip: border-box
}

.k-numerictextbox .k-input {
	text-overflow: clip
}

.k-numerictextbox .k-select {
	border-radius: 0 3px 3px 0;
	padding: 0;
	width: calc(1.4285714286em + 8px);
	border-width: 0 0 0 0px;
	border-style: solid;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-numerictextbox .k-link {
	padding: 0 4px;
	min-width: 24px;
	box-sizing: border-box;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
	overflow: hidden;
	position: relative
}

.k-numerictextbox .k-link .k-icon {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.k-numerictextbox .k-link-increase .k-icon {
	bottom: -2px
}

.k-numerictextbox .k-link-decrease .k-icon {
	top: -2px
}

.k-numerictextbox .k-i-warning {
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: .5em
}

.k-rtl .k-numerictextbox,
.k-numerictextbox[dir="rtl"] {
	text-align: right
}

.k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning,
.k-numerictextbox[dir="rtl"] .k-numeric-wrap .k-i-warning {
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 0;
	margin-left: .5em
}

.k-rtl .k-numerictextbox .k-select,
.k-numerictextbox[dir="rtl"] .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 0px 0 0
}

.k-numerictextbox .k-numeric-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-numerictextbox .k-numeric-wrap:hover,
.k-numerictextbox .k-numeric-wrap.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-numerictextbox .k-numeric-wrap.k-state-focused {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-numerictextbox .k-numeric-wrap.k-invalid,
.k-numerictextbox .k-numeric-wrap.k-invalid:hover,
.k-numerictextbox .k-numeric-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-numerictextbox .k-select {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-numerictextbox .k-select .k-link:hover,
.k-numerictextbox .k-select .k-link.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-numerictextbox .k-select .k-link:active,
.k-numerictextbox .k-select .k-link.k-state-active,
.k-numerictextbox .k-select .k-link.k-state-selected {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none
}

.k-numerictextbox.k-state-invalid .k-numeric-wrap,
.k-numerictextbox.ng-invalid.ng-touched .k-numeric-wrap,
.k-numerictextbox.ng-invalid.ng-dirty .k-numeric-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-slider {
	border: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	background: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-slider .k-button {
	height: 28px;
	line-height: 28px;
	margin: 0;
	min-width: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	width: 28px;
	box-sizing: content-box
}

.k-slider .k-button .k-icon {
	vertical-align: baseline;
	line-height: 28px;
	margin-right: 0;
	height: 100%
}

.k-slider .k-button-increase {
	right: 0;
	top: 0
}

.k-slider .k-button-decrease {
	left: 0;
	top: 0
}

.k-slider .k-label {
	width: auto;
	font-size: .92em;
	line-height: 1;
	white-space: nowrap;
	position: absolute
}

.k-slider .k-tick,
.k-slider .k-slider-track {
	cursor: pointer
}

.k-slider .k-tick {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: relative
}

.k-slider.k-state-disabled .k-tick,
.k-slider.k-state-disabled .k-slider-track,
.k-slider.k-state-disabled .k-draghandle {
	cursor: default
}

.k-rtl .k-slider .k-slider-selection,
.k-slider.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider .k-slider-selection,
.k-slider[dir="rtl"] .k-slider-selection {
	left: auto;
	right: 0
}

.k-rtl .k-slider .k-button-increase,
.k-slider.k-rtl .k-button-increase,
[dir="rtl"] .k-slider .k-button-increase,
.k-slider[dir="rtl"] .k-button-increase {
	left: 0;
	right: auto
}

.k-rtl .k-slider .k-button-decrease,
.k-slider.k-rtl .k-button-decrease,
[dir="rtl"] .k-slider .k-button-decrease,
.k-slider[dir="rtl"] .k-button-decrease {
	right: 0;
	left: auto
}

.k-slider {
	gap: 7px
}

.k-slider>.k-button {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	align-self: center
}

.k-slider>.k-slider-track-wrap {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: inherit;
	flex-flow: inherit;
	position: relative;
	-ms-touch-action: none;
	touch-action: none
}

.k-slider>.k-slider-track-wrap .k-slider-items {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: inherit;
	flex-flow: inherit;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-slider>.k-slider-track-wrap .k-slider-items::after {
	display: none
}

.k-slider>.k-slider-track-wrap .k-tick {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 1px;
	flex-basis: 1px
}

.k-slider>.k-slider-track-wrap .k-draghandle {
	position: absolute
}

.k-slider-horizontal>.k-slider-track-wrap .k-slider-track {
	width: 100%
}

.k-slider-horizontal>.k-slider-track-wrap .k-draghandle {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-slider-horizontal>.k-slider-track-wrap .k-draghandle:focus,
.k-slider-horizontal>.k-slider-track-wrap .k-draghandle:active {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.k-slider-horizontal>.k-slider-track-wrap .k-slider-selection {
	width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
	left: calc(var(--kendo-slider-start, 0)*1%)
}

.k-slider-horizontal>.k-slider-track-wrap .k-draghandle-start {
	left: calc(var(--kendo-slider-start, 0)*1%)
}

.k-slider-horizontal>.k-slider-track-wrap .k-draghandle-end {
	left: calc(var(--kendo-slider-end, 0)*1%)
}

[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-slider-selection {
	left: unset;
	right: calc(var(--kendo-slider-start, 0)*1%)
}

[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle-start {
	left: unset;
	right: calc(var(--kendo-slider-start, 0)*1%)
}

[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle-end {
	left: unset;
	right: calc(var(--kendo-slider-end, 0)*1%)
}

[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle:focus,
[dir="rtl"] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle:active {
	-webkit-transform: translate(50%, -50%) scale(1);
	-ms-transform: translate(50%, -50%) scale(1);
	transform: translate(50%, -50%) scale(1)
}

.k-slider-vertical>.k-slider-track-wrap .k-slider-track {
	height: 100%
}

.k-slider-vertical>.k-slider-track-wrap .k-draghandle {
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.k-slider-vertical>.k-slider-track-wrap .k-draghandle:focus,
.k-slider-vertical>.k-slider-track-wrap .k-draghandle:active {
	-webkit-transform: translate(-50%, 50%) scale(1);
	-ms-transform: translate(-50%, 50%) scale(1);
	transform: translate(-50%, 50%) scale(1)
}

.k-slider-vertical>.k-slider-track-wrap .k-slider-selection {
	bottom: calc(var(--kendo-slider-start, 0)*1%);
	height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%)
}

.k-slider-vertical>.k-slider-track-wrap .k-draghandle-start {
	bottom: calc(var(--kendo-slider-start, 0)*1%)
}

.k-slider-vertical>.k-slider-track-wrap .k-draghandle-end {
	bottom: calc(var(--kendo-slider-end, 0)*1%)
}

.k-slider-vertical {
	height: 200px;
	width: 30px;
	-ms-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap
}

.k-slider-vertical .k-button-decrease {
	bottom: 0;
	top: auto
}

.k-slider-vertical .k-tick {
	text-align: right;
	margin-left: 2px
}

.k-slider-vertical .k-slider-topleft .k-tick {
	text-align: left
}

.k-slider-vertical .k-tick {
	background-position: -92px center
}

.k-slider-vertical .k-slider-topleft .k-tick {
	background-position: -122px center
}

.k-slider-vertical .k-slider-bottomright .k-tick {
	background-position: -152px center
}

.k-slider-vertical .k-tick-large {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-position: -2px center
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
	background-position: -32px center
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
	background-position: -62px center
}

.k-slider-vertical .k-first {
	background-position: -92px 100%
}

.k-slider-vertical .k-tick-large.k-first {
	background-position: -2px 100%
}

.k-slider-vertical .k-slider-topleft .k-first {
	background-position: -122px 100%
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
	background-position: -32px 100%
}

.k-slider-vertical .k-slider-bottomright .k-first {
	background-position: -152px 100%
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
	background-position: -62px 100%
}

.k-slider-vertical .k-last {
	background-position: -92px 0
}

.k-slider-vertical .k-tick-large.k-last {
	background-position: -2px 0
}

.k-slider-vertical .k-slider-topleft .k-last {
	background-position: -122px 0
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
	background-position: -32px 0
}

.k-slider-vertical .k-slider-bottomright .k-last {
	background-position: -152px 0
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
	background-position: -62px 0
}

.k-slider-vertical .k-label {
	text-align: left;
	left: 120%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-slider-vertical .k-first .k-label {
	top: 100%
}

.k-slider-vertical .k-last .k-label {
	top: 0
}

.k-slider-vertical .k-slider-topleft .k-label {
	left: auto;
	right: 120%
}

.k-rtl .k-slider-vertical .k-label,
.k-slider-vertical.k-rtl .k-label,
[dir="rtl"] .k-slider-vertical .k-label,
.k-slider-vertical[dir="rtl"] .k-label {
	left: auto;
	right: 120%
}

.k-rtl .k-slider-vertical .k-slider-topleft .k-label,
.k-slider-vertical.k-rtl .k-slider-topleft .k-label,
[dir="rtl"] .k-slider-vertical .k-slider-topleft .k-label,
.k-slider-vertical[dir="rtl"] .k-slider-topleft .k-label {
	left: 120%;
	right: auto
}

.k-slider-horizontal {
	height: 30px;
	width: 200px;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-slider-horizontal .k-tick {
	float: left;
	height: 100%;
	text-align: center
}

.k-slider-horizontal .k-tick {
	background-position: center -92px
}

.k-slider-horizontal .k-slider-topleft .k-tick {
	background-position: center -122px
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
	background-position: center -152px
}

.k-slider-horizontal .k-tick-large {
	background-position: center -2px
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
	background-position: center -32px
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
	background-position: center -62px
}

.k-slider-horizontal .k-first {
	background-position: 0 -92px
}

.k-slider-horizontal .k-tick-large.k-first {
	background-position: 0 -2px
}

.k-slider-horizontal .k-slider-topleft .k-first {
	background-position: 0 -122px
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
	background-position: 0 -32px
}

.k-slider-horizontal .k-slider-bottomright .k-first {
	background-position: 0 -152px
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
	background-position: 0 -62px
}

.k-slider-horizontal .k-last {
	background-position: 100% -92px
}

.k-slider-horizontal .k-tick-large.k-last {
	background-position: 100% -2px
}

.k-slider-horizontal .k-slider-topleft .k-last {
	background-position: 100% -122px
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
	background-position: 100% -32px
}

.k-slider-horizontal .k-slider-bottomright .k-last {
	background-position: 100% -152px
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
	background-position: 100% -62px
}

.k-slider-horizontal .k-label {
	left: 50%;
	bottom: -1.2em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-slider-horizontal .k-first .k-label {
	left: 0
}

.k-slider-horizontal .k-last .k-label {
	left: 100%
}

.k-slider-horizontal .k-slider-topleft .k-label {
	top: -1.2em
}

.k-rtl .k-slider-horizontal .k-slider-track,
.k-rtl .k-slider-horizontal .k-slider-selection,
.k-slider-horizontal.k-rtl .k-slider-track,
.k-slider-horizontal.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-selection,
.k-slider-horizontal[dir="rtl"] .k-slider-track,
.k-slider-horizontal[dir="rtl"] .k-slider-selection {
	right: 0;
	left: auto
}

.k-rtl .k-slider-horizontal .k-slider-buttons .k-slider-track,
.k-slider-horizontal.k-rtl .k-slider-buttons .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-buttons .k-slider-track,
.k-slider-horizontal[dir="rtl"] .k-slider-buttons .k-slider-track {
	right: 38px
}

.k-rtl .k-slider-horizontal .k-button .k-i-arrow-e,
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-w,
.k-slider-horizontal.k-rtl .k-button .k-i-arrow-e,
.k-slider-horizontal.k-rtl .k-button .k-i-arrow-w,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-e,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-w,
.k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-e,
.k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-w {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-slider-wrap {
	height: 100%;
	width: 100%
}

.k-slider-track,
.k-slider-selection {
	margin: 0;
	padding: 0;
	position: absolute
}

.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
	height: 4px;
	left: 0;
	margin-top: -2px;
	top: 50%
}

.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	width: 4px
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
	left: 38px
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
	bottom: 38px
}

.k-draghandle {
	background-color: transparent;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	outline: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	box-sizing: content-box;
	width: 14px;
	height: 14px
}

.k-slider-horizontal .k-draghandle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-slider-horizontal .k-draghandle:active,
.k-slider-horizontal .k-draghandle.k-pressed {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.k-slider-vertical .k-draghandle {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-slider-vertical .k-draghandle:active,
.k-slider-vertical .k-draghandle.k-pressed {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1)
}

.k-slider-transitions.k-slider-horizontal .k-draghandle {
	transition: left .3s ease-out, background-color .3s ease-out, -webkit-transform .4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: left .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: left .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform .4s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.k-slider-transitions.k-slider-vertical .k-draghandle {
	transition: bottom .3s ease-out, background-color .3s ease-out, -webkit-transform .4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: bottom .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: bottom .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform .4s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.k-draghandle.k-pressed {
	transition: none
}

.k-slider-transitions.k-slider-horizontal .k-slider-selection {
	transition: width .3s ease-out
}

.k-slider-transitions.k-slider-vertical .k-slider-selection {
	transition: height .3s ease-out
}

.k-slider-selection.k-pressed {
	transition: none
}

.k-slider-items {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-slider-buttons .k-slider-items {
	margin-left: 38px
}

.k-slider-horizontal .k-slider-items {
	height: 100%;
	padding: 2px 0;
	box-sizing: border-box
}

.k-slider-vertical .k-slider-items {
	padding-top: 1px
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
	margin: 0;
	padding-top: 38px
}

.k-slider-items::after {
	content: "";
	display: block;
	clear: both
}

.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
	margin-left: -3px
}

.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
	margin-top: -3px
}

.k-no-flexbox .k-slider-horizontal {
	display: inline-block
}

.k-no-flexbox .k-slider-vertical {
	display: inline-block
}

.k-slider {
	color: #545454
}

.k-slider .k-slider-track,
.k-slider .k-slider-selection {
	border-radius: 3px
}

.k-slider .k-slider-track {
	background-color: #ebebeb
}

.k-slider .k-slider-selection {
	background-color: #f30a99
}

.k-slider .k-button {
	border-radius: 50%
}

.k-slider .k-draghandle {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	border-radius: 50%
}

.k-slider .k-draghandle:hover {
	border-color: #f30a8d;
	color: #fff;
	background-color: #f30a8d
}

.k-slider .k-draghandle:active,
.k-slider .k-draghandle.k-pressed {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-slider .k-draghandle:focus,
.k-slider .k-draghandle.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(243, 10, 153, 0.4)
}

.k-slider.k-state-focused .k-draghandle {
	box-shadow: 0 3px 4px 0 rgba(243, 10, 153, 0.4)
}

.k-slider .k-slider-wrap:focus {
	outline: none
}

.k-slider-horizontal .k-tick {
	background-image: url(data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7)
}

.k-slider-vertical .k-tick {
	background-image: url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7)
}

.k-colorpicker {
	width: auto;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	background: none;
	text-align: left;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	overflow: visible;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-colorpicker .k-selected-color {
	padding: 4px;
	width: calc(1.4285714286em + 8px);
	height: calc(1.4285714286em + 8px);
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	line-height: 0;
	position: relative;
	overflow: hidden
}

.k-colorpicker .k-selected-color .k-i-line {
	border-top: 1px solid #d51923;
	width: 200%;
	height: 200%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-33%, -33%) rotateZ(45deg);
	-ms-transform: translate(-33%, -33%) rotate(45deg);
	transform: translate(-33%, -33%) rotateZ(45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.k-colorpicker .k-selected-color .k-i-line::before {
	display: none
}

.k-colorpicker .k-tool-icon {
	padding: 4px;
	width: calc(1.4285714286em + 8px);
	height: calc(1.4285714286em + 8px);
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	font-size: inherit;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer
}

.k-colorpicker .k-tool-icon::before {
	font-size: 16px;
	line-height: 1
}

.k-colorpicker .k-tool-icon .k-selected-color {
	margin: 1px 0 0;
	padding: 0;
	width: 14px;
	height: 3px;
	border-width: 0;
	line-height: 0;
	display: inline-block
}

.k-colorpicker .k-picker-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	transition: all .1s ease;
	overflow: hidden;
	cursor: default;
	outline: 0
}

.k-colorpicker .k-picker-wrap .k-ie11 {
	background-clip: border-box
}

.k-colorpicker .k-select {
	border-radius: 0 3px 3px 0;
	padding: 4px 4px;
	width: calc(1.4285714286em + 8px);
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-rtl .k-colorpicker .k-picker-wrap .k-select,
.k-colorpicker[dir="rtl"] .k-picker-wrap .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 1px 0 0
}

.k-colorpicker+.k-animation-container .k-popup {
	padding: 0
}

.k-flatcolorpicker {
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 310px;
	padding: 8px;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-flatcolorpicker .k-hsv-rectangle {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pinch-zoom double-tap-zoom
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
	margin: -7px 0 0 -7px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%
}

.k-flatcolorpicker .k-hsv-gradient {
	height: 180px
}

.k-flatcolorpicker .k-sliders-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.k-flatcolorpicker .k-sliders-wrap.k-hbox {
	margin-left: 8px
}

.k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider+.k-slider {
	margin-left: 8px
}

.k-flatcolorpicker .k-sliders-wrap.k-vbox {
	margin-top: 8px
}

.k-flatcolorpicker .k-sliders-wrap.k-vbox .k-slider+.k-slider {
	margin-top: 8px
}

.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-clear-color {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-hue-slider,
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-alpha-slider {
	height: 140px;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.k-flatcolorpicker .k-slider {
	display: block
}

.k-flatcolorpicker .k-slider .k-slider-wrap {
	z-index: 1
}

.k-flatcolorpicker .k-slider .k-slider-selection {
	display: none
}

.k-flatcolorpicker .k-slider .k-draghandle {
	border-width: 3px
}

.k-flatcolorpicker .k-slider-horizontal {
	width: 100%;
	height: 10px;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px
}

.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
	margin-top: -5px;
	height: 10px;
	border-radius: 10px
}

.k-flatcolorpicker .k-slider-vertical {
	width: 10px;
	height: 180px;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px
}

.k-flatcolorpicker .k-slider-vertical .k-slider-track {
	margin-left: -5px;
	width: 10px;
	border-radius: 10px
}

.k-flatcolorpicker .k-draghandle {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box
}

.k-flatcolorpicker .k-colorinputs {
	margin-top: 16px
}

.k-flatcolorpicker .k-colorinputs>.k-gradient-values+.k-gradient-values {
	margin-top: 8px
}

.k-flatcolorpicker .k-gradient-values {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-flatcolorpicker .k-gradient-values .k-input,
.k-flatcolorpicker .k-gradient-values .k-textbox {
	padding: 4px 4px
}

.k-flatcolorpicker .k-gradient-values div,
.k-flatcolorpicker .k-gradient-values input,
.k-flatcolorpicker .k-gradient-values .k-numerictextbox {
	width: 48px;
	text-align: center
}

.k-flatcolorpicker .k-gradient-values div {
	text-transform: uppercase;
	text-align: center
}

.k-flatcolorpicker .k-gradient-values .k-hex-value {
	width: 65px
}

.k-flatcolorpicker .k-color-contrast .k-separator {
	margin: 8px 0;
	border-width: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: inherit;
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-flatcolorpicker .k-color-contrast .k-contrast-ratio {
	margin-bottom: 8px
}

.k-flatcolorpicker .k-color-contrast .k-contrast-ratio-text {
	font-weight: 700
}

.k-flatcolorpicker .k-color-contrast .k-contrast-validation {
	margin-left: 8px
}

.k-flatcolorpicker .k-color-contrast .k-contrast-validation .k-icon {
	vertical-align: middle
}

.k-flatcolorpicker .k-color-contrast .k-contrast-validation .k-i-check+.k-i-check {
	margin-left: -14px
}

.k-flatcolorpicker .k-selected-color {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: inherit;
	background-position: 50% 50%
}

.k-flatcolorpicker .k-color-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

.k-flatcolorpicker .k-color-value {
	margin: 0 0 0 calc(2.8571428572em + 16px);
	padding: 4px 8px;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	outline: 0;
	-ms-flex: 1;
	flex: 1
}

.k-flatcolorpicker .k-clear-color-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-flatcolorpicker .k-clear-color {
	-ms-flex: 1;
	flex: 1
}

.k-flatcolorpicker .k-color-value+.k-clear-color {
	-ms-flex: none;
	flex: none;
	position: absolute;
	top: 0;
	right: 0
}

.k-flatcolorpicker .k-controls {
	margin-top: 16px;
	text-align: center
}

.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox {
	margin-left: 0;
	margin-right: 8px
}

.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider+.k-slider,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider+.k-slider {
	margin-left: 0;
	margin-right: 8px
}

.k-rtl .k-flatcolorpicker .k-color-value,
[dir="rtl"] .k-flatcolorpicker .k-color-value {
	margin: 0 calc(2.8571428572em + 16px) 0 0;
	direction: initial;
	text-align: right
}

.k-rtl .k-flatcolorpicker .k-color-value+.k-clear-color,
[dir="rtl"] .k-flatcolorpicker .k-color-value+.k-clear-color {
	right: auto;
	left: 0
}

.k-colorpalette {
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 0;
	display: inline-block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-colorpalette .k-palette {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	position: relative
}

.k-colorpalette .k-item {
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	overflow: hidden;
	-ms-high-contrast-adjust: none;
	cursor: pointer
}

.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
	position: relative;
	z-index: 101
}

.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
	position: relative;
	z-index: 100
}

.k-colorpicker .k-picker-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-colorpicker .k-picker-wrap.k-invalid,
.k-colorpicker .k-picker-wrap.k-invalid:hover,
.k-colorpicker .k-picker-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-colorpicker>:hover,
.k-colorpicker .k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-colorpicker .k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-colorpicker.k-state-invalid .k-picker-wrap,
.k-colorpicker.ng-invalid.ng-touched .k-picker-wrap,
.k-colorpicker.ng-invalid.ng-dirty .k-picker-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-flatcolorpicker {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-flatcolorpicker .k-color-value {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-flatcolorpicker .k-hsv-gradient {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0))
}

.k-flatcolorpicker .k-slider .k-draghandle {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	background-color: transparent
}

.k-flatcolorpicker .k-slider .k-draghandle:hover,
.k-flatcolorpicker .k-slider .k-draghandle:focus {
	border-color: white;
	box-shadow: 0 1px 4px black;
	background-color: transparent
}

.k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
	background: linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red)
}

.k-flatcolorpicker .k-hue-slider.k-slider-vertical .k-slider-track {
	background: linear-gradient(to top, red, #ff0, lime, cyan, blue, #f0f, red)
}

.k-flatcolorpicker .k-alpha-slider .k-slider-track {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAQCAYAAABnaabpAAAABmJLR0QA/wB+AABtSDmpAAAACXBIWXMAABbqAAAW6gHljkMQAAAAB3RJTUUH3AsbBx0zHBOM9AAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAaTSURBVHjarVxtstowDJSY3ih3eu9McCeulO2Pko4xknZlw8wbGsCOrY/VSlbq9/sdZgb79zpf79dneD6fb9fzb4/jmD8f389p/P/Pr38fx5HNf90/Wtt1fY2/vvuYfxiP6C+4v7r/a3w61szsdf957xj2P/7ep+8j+Z3B/dM1vsaf0drM7JzGf8h5WH+m/2z+avy8fyP6T+V7HEe6t9f9bZb5ND6bG8R+5vWfif5PMj5d+4b+M/l9/Ha4f+b/qewF+1fxI/3Na/yHXw/2W9l3uf7H43HeXl/49G7DNaZrH5x1/MwnEEIwl01j1RemtWBanxf3zV6+sA6b7l/NNcsOyW+dzBvJIZN7JbtozmzdRuSJZG3flDs29ICGvYHsNfMBZZ+ZT0WyQ6JjIzbBriNb8UTXq/7AsALCPiobi+ZAY65w/p+fH78lyJkZGApBMfDpgBOE7zxx6FWH8kSJinFlslPXpjjVDuAgcfgdY//mC8EaVdl3wDEKxtVn0W8qP0GwJ4jy9C/qCInOM3CJ7KQT3COdgchekQUWA2OEE6EubsXGvIgiEa10IfqZKPTKKbwwMHyZ2WVRyReMFESpKBihi4DqAqtk+4UIFJmhsbEg7KQDaBVrqQIGRAasOKQ61gSAZXtjGYKJoOMkSGMBdJTsUQFsJACdkRQ0QNQZAKIhBCdjnSywot1OUsUOC1GZIopIrLIgbDixk/TSCdvopidZwGNpEUjQqgLbjlO7ANgg4AchKJsACL4ACF0QVJgYxEALQYcsCO+y+C6bVTM9hZ2GAfbxeOBWKNs3hNHN9VcYFIhRVIaA5tpBjEcB7NW0fAfQFXbYdWYXazYu2JGTGhhLsVRQyOqD2VoZiEBgyhB10ClvdIKFF2zIm4Gg0kU3oIEEuCojQBMnKizwiAGaSPcVVEZBYVntSymaeoOhYSGd6dajKgaysl+FNSAxoMjJQVICiM6ngiZI4LIvGXwntUcjLe9cM6dGAQ5OwNJIuqraVwb8EBlUloaiAF4T5vdEXtV6swMSD/7SwDMegrCanWJIEAqgHUYGkjJ3U5aVNEZxdqaUVbDrrjc7RYyMAQuA4wTw1Q6CThq3Uj9jAaiyMRSpvDdZnBuvSaNI4UECepXGYsG3ujig2iOr2alliVmeq+WZt+s/QZ/R2w2nPqGZZVx9Vp5s+BqfMrZXn04WFeb7fyhh6LO6euje1jn0KYXReOgzCgU+9CmFexj6xDwZb1XUfT6f117PaJ5g/Nv8U5/TRwo39bl9pAjD/j1a33T/ca14yb9qlbHjONzyPsBr/ynwTveP9B/t/5zGewZ2g/5CGQT2N69/1u05rb9MlQf9h8Ax7D9iRpjsN/OfVAaF/c/yDxl9YD9v803yj/ynBK7p/rN8o/2/+fmgv9DObk1GodRnQKLW6gsk9a4OMVyMVOxzkIIxi2CZI6JRzGXyUJijCylWFr3RqHc6qZWq6Z/aIsQYbJXGd5ioupadjgEQBl0dICKwUaWdR23VUg+znMiwe8gJ4yft6LDZm7gJphxbMJAqdVopdKrN0J3DipV0m6UtkUKV/qnVeiVMb11RU2IsfgahHKJ8x+5ZNaGbxQcEagq1crrb7U9VDxhA0mjWcO/iWkDGRbV19eS5Akpf8DlG4FIAXD1JVAvPJjAcpdZWAZFyeNJ5ukEpAnfBw8SirxpI2Cm4B+xtt/aotKR0esrceIHeN21UPclncmatW6uBgTWCV4cWjFTsZl+djgMntpj18jEAzQIZOyvIbN9/f3/f2mDYKSH7jqU7O+yiMm4IzqQ8ZuQC88hSVhUk2KNtIEaGBlh5krZ2ewaVBmQUKfpKO1CnEdgXbKYbGHdsV2VZ3rSdDhH55sMBSpeAki0p/tYF5w6btvv97jcBXFYYgdteK0vniQwXlBzVf7L1ugAGSjc6iHMrzFNh3oqBdPsTXZB91H4AoRbVDQxKhuELDmsbQLEKJqx9DLbW3tVlmF3fUx+KUGxZzcA8YY6VfanZhJkZMga4kqqqvXIQqK8VgFO10IAoOiriohG9VGUxA1+pvUFkAEqLEUiqbKJxu1h+yAxSYTtKPxpj8r7p2Ct1WCWl7vpa5uzq/N21dJhm96CjW/ev/kchhcmndnQjynYhwrrIflgfmAt1F5ZCqukV6+liLDZq+1GfsNh5+qM6yfPiXW207QbCqglW7dFb/Z9llH5UpaSxkpJB1M1OOq2UlNRDINu8LzbAU02f1a6EilF7Yx1uZvYXV8OgnYxK3JEAAAAASUVORK5CYII=") center
}

.k-flatcolorpicker .k-draghandle {
	border-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21)
}

.k-flatcolorpicker .k-color-contrast .k-separator {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-rtl .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
	background: linear-gradient(to left, red, #ff0, lime, cyan, blue, #f0f, red)
}

.k-rtl .k-flatcolorpicker .k-alpha-slider .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-alpha-slider .k-slider-track {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAQCAYAAABnaabpAAAACXBIWXMAABbqAAAW6gHljkMQAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA4LTIwVDE0OjU0OjQxKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjNTNiZjJiNC01Y2RhLTQzNGMtOTJmNS05NDg2NjdlZjRmYTgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowYjMzZmFjMi1mYzM4LTI0NGItYjRkMS05OWE2ZDNhNWE4ZWIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YjI5M2E2NC00YTc0LWY0NDQtYmRjOC02MjI0ZjUwOTY2NGEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjViMjkzYTY0LTRhNzQtZjQ0NC1iZGM4LTYyMjRmNTA5NjY0YSIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yMFQxNDo1NDo0MSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplNWEyZTA2Yy1lZWQwLTVhNGMtYjZjMC1lMGZiZjhmZjBkNjciIHN0RXZ0OndoZW49IjIwMTktMTItMDVUMTM6MjY6MzArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzUzYmYyYjQtNWNkYS00MzRjLTkyZjUtOTQ4NjY3ZWY0ZmE4IiBzdEV2dDp3aGVuPSIyMDE5LTEyLTA1VDEzOjI2OjMwKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PKc3+gAABx9JREFU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") center
}

.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8)
}

.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #fff
}

.k-combobox {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-combobox .k-dropdown-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	transition: all .1s ease;
	outline: 0;
	cursor: initial
}

.k-combobox .k-dropdown-wrap .k-ie11 {
	background-clip: border-box
}

.k-combobox .k-clear-value {
	visibility: hidden
}

.k-combobox:hover .k-clear-value,
.k-combobox.k-state-hover .k-clear-value,
.k-combobox.k-state-focused .k-clear-value,
.k-combobox.k-state-focus .k-clear-value,
.k-combobox .k-dropdown-wrap.k-state-hover .k-clear-value,
.k-combobox .k-dropdown-wrap.k-state-focused .k-clear-value {
	visibility: visible
}

.k-combobox:focus-within .k-clear-value {
	visibility: visible
}

.k-combobox .k-select {
	border-radius: 0 3px 3px 0;
	padding: 0px 0px;
	width: calc(1.4285714286em + 8px);
	border-width: 0 0 0 0px;
	box-sizing: border-box;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-combobox[dir="rtl"],
.k-rtl .k-combobox {
	text-align: right
}

.k-combobox[dir="rtl"] .k-select,
.k-rtl .k-combobox .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 0px 0 0
}

.k-combobox .k-dropdown-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-combobox .k-dropdown-wrap.k-invalid,
.k-combobox .k-dropdown-wrap.k-invalid:hover,
.k-combobox .k-dropdown-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-combobox .k-select {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-combobox>:hover,
.k-combobox .k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-combobox>:hover .k-select,
.k-combobox .k-state-hover .k-select {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-combobox>.k-state-focused {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-combobox .k-state-active .k-select {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none
}

.k-combobox.k-state-invalid .k-dropdown-wrap,
.k-combobox.ng-invalid.ng-touched .k-dropdown-wrap,
.k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-combobox.k-state-hover .k-dropdown-wrap {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-combobox.k-state-focus .k-dropdown-wrap {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-combobox.k-invalid .k-dropdown-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-calendar {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	position: relative;
	overflow: hidden;
	display: inline-block;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-calendar .k-ie11 {
	background-clip: border-box
}

.k-popup .k-calendar {
	height: 100%
}

.k-calendar>.k-calendar {
	border: 0
}

.k-calendar .k-link {
	outline: 0;
	color: inherit;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	overflow: hidden
}

.k-calendar .k-calendar-view table,
.k-calendar .k-calendar-view .k-calendar-table {
	margin: 0;
	border-width: 0;
	border-color: inherit;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	outline: 0;
	position: relative;
	z-index: 1
}

.k-calendar .k-calendar-view td,
.k-calendar .k-calendar-view th,
.k-calendar .k-calendar-view .k-calendar-td,
.k-calendar .k-calendar-view .k-calendar-th {
	border-width: 0;
	padding: 0;
	text-align: center;
	border-style: solid;
	border-color: inherit;
	font-weight: normal;
	cursor: default
}

.k-calendar .k-calendar-view th,
.k-calendar .k-calendar-view .k-calendar-th {
	padding: .25em 0px;
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase
}

.k-calendar .k-calendar-view tbody th,
.k-calendar .k-calendar-view .k-calendar-tbody .k-calendar-th {
	padding-left: 8px;
	padding-right: 8px;
	height: 2em;
	font: inherit;
	font-weight: bold;
	text-transform: none;
	text-align: left
}

.k-calendar .k-header {
	padding: 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	z-index: 2
}

.k-calendar .k-header .k-link {
	border-radius: 3px;
	padding: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-calendar .k-nav-prev,
.k-calendar .k-nav-next {
	width: 1.4285714286em;
	height: 1.4285714286em;
	box-sizing: content-box
}

.k-calendar .k-nav-fast {
	margin: 0 4px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-calendar-header {
	padding: 4px 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
	font-weight: bold
}

.k-calendar-header .k-today {
	cursor: pointer;
	outline: none
}

.k-calendar-header .k-calendar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}

.k-calendar>.k-calendar-header {
	min-width: 280px;
	box-sizing: border-box
}

.k-calendar .k-footer,
.k-calendar .k-calendar-footer {
	text-align: center;
	clear: both
}

.k-calendar .k-nav-today,
.k-calendar .k-footer>.k-state-disabled {
	padding: 8px 16px;
	display: block
}

.k-calendar .k-nav-today:hover {
	text-decoration: underline
}

.k-calendar .k-calendar-view {
	width: 17em;
	height: 17em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: auto;
	padding: 0 4px;
	gap: 16px
}

.k-calendar.k-week-number .k-calendar-view {
	width: 19.4285714286em
}

.k-calendar-infinite .k-calendar-view {
	width: 17em;
	height: 21.4285714286em;
	gap: 0
}

.k-calendar .k-content,
.k-calendar .k-calendar-content {
	width: 100%;
	margin: 0;
	text-align: center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative
}

.k-calendar .k-content>table,
.k-calendar .k-content>.k-calendar-table,
.k-calendar .k-calendar-content>table,
.k-calendar .k-calendar-content>.k-calendar-table {
	table-layout: fixed;
	margin-right: -17px
}

.k-calendar .k-content td,
.k-calendar .k-content .k-calendar-td,
.k-calendar .k-calendar-content td,
.k-calendar .k-calendar-content .k-calendar-td {
	border-radius: 3px;
	border-color: transparent
}

.k-calendar .k-content .k-link,
.k-calendar .k-calendar-content .k-link {
	border-radius: 3px;
	padding: .5em .5em;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-calendar .k-content .k-weekend,
.k-calendar .k-calendar-content .k-weekend {
	border-radius: 0
}

.k-calendar .k-content .k-alt,
.k-calendar .k-calendar-content .k-alt {
	background-color: transparent
}

.k-calendar .k-content .k-state-disabled,
.k-calendar .k-calendar-content .k-state-disabled {
	opacity: .6
}

.k-calendar table.k-content,
.k-calendar table.k-calendar-content,
.k-calendar .k-calendar-table.k-content,
.k-calendar .k-calendar-table.k-calendar-content {
	display: inline-table;
	vertical-align: top
}

.k-calendar .k-month td,
.k-calendar .k-month .k-calendar-td,
.k-calendar .k-calendar-monthview td,
.k-calendar .k-calendar-monthview .k-calendar-td {
	width: 2.4285714286em;
	height: 2.4285714286em
}

.k-calendar .k-month .k-link,
.k-calendar .k-calendar-monthview .k-link {
	width: 2.4285714286em;
	height: 2.4285714286em
}

.k-calendar .k-year td,
.k-calendar .k-year .k-calendar-td,
.k-calendar .k-calendar-yearview td,
.k-calendar .k-calendar-yearview .k-calendar-td {
	width: auto;
	height: auto
}

.k-calendar .k-year .k-link,
.k-calendar .k-calendar-yearview .k-link {
	width: 4.25em;
	height: 4.25em
}

.k-calendar .k-decade td,
.k-calendar .k-decade .k-calendar-td,
.k-calendar .k-calendar-decadeview td,
.k-calendar .k-calendar-decadeview .k-calendar-td {
	width: auto;
	height: auto
}

.k-calendar .k-decade .k-link,
.k-calendar .k-calendar-decadeview .k-link {
	width: 4.25em;
	height: 4.25em
}

.k-calendar .k-century td,
.k-calendar .k-century .k-calendar-td,
.k-calendar .k-calendar-centuryview td,
.k-calendar .k-calendar-centuryview .k-calendar-td {
	width: auto;
	height: auto
}

.k-calendar .k-century .k-link,
.k-calendar .k-calendar-centuryview .k-link {
	width: 4.25em;
	height: 4.25em;
	text-align: left
}

.k-calendar-infinite {
	box-sizing: content-box;
	width: auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: bottom
}

.k-calendar-infinite .k-calendar-view,
.k-calendar-infinite .k-calendar-monthview {
	padding: 0 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	box-sizing: content-box
}

.k-calendar-infinite .k-calendar-view::after,
.k-calendar-infinite .k-calendar-monthview::after {
	display: block;
	position: absolute;
	bottom: 0;
	content: " ";
	height: 0;
	line-height: 0;
	z-index: 1;
	width: 150%;
	left: -25%;
	box-shadow: 0 0 2.4285714286em 1.2142857143em #fff
}

.k-calendar-infinite .k-calendar-header {
	margin-left: -16px;
	margin-right: -16px;
	padding: 8px 16px
}

.k-calendar-infinite .k-calendar-weekdays {
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-calendar-infinite .k-calendar-yearview .k-content td,
.k-calendar-infinite .k-calendar-yearview .k-content .k-calendar-td,
.k-calendar-infinite .k-calendar-yearview .k-calendar-content td,
.k-calendar-infinite .k-calendar-yearview .k-calendar-content .k-calendar-td,
.k-calendar-infinite .k-calendar-decadeview .k-content td,
.k-calendar-infinite .k-calendar-decadeview .k-content .k-calendar-td,
.k-calendar-infinite .k-calendar-decadeview .k-calendar-content td,
.k-calendar-infinite .k-calendar-decadeview .k-calendar-content .k-calendar-td,
.k-calendar-infinite .k-calendar-centuryview .k-content td,
.k-calendar-infinite .k-calendar-centuryview .k-content .k-calendar-td,
.k-calendar-infinite .k-calendar-centuryview .k-calendar-content td,
.k-calendar-infinite .k-calendar-centuryview .k-calendar-content .k-calendar-td {
	width: auto;
	height: auto
}

.k-calendar-infinite .k-calendar-yearview .k-content .k-link,
.k-calendar-infinite .k-calendar-yearview .k-content td.k-empty,
.k-calendar-infinite .k-calendar-yearview .k-content .k-calendar-td.k-empty,
.k-calendar-infinite .k-calendar-yearview .k-calendar-content .k-link,
.k-calendar-infinite .k-calendar-yearview .k-calendar-content td.k-empty,
.k-calendar-infinite .k-calendar-yearview .k-calendar-content .k-calendar-td.k-empty,
.k-calendar-infinite .k-calendar-decadeview .k-content .k-link,
.k-calendar-infinite .k-calendar-decadeview .k-content td.k-empty,
.k-calendar-infinite .k-calendar-decadeview .k-content .k-calendar-td.k-empty,
.k-calendar-infinite .k-calendar-decadeview .k-calendar-content .k-link,
.k-calendar-infinite .k-calendar-decadeview .k-calendar-content td.k-empty,
.k-calendar-infinite .k-calendar-decadeview .k-calendar-content .k-calendar-td.k-empty,
.k-calendar-infinite .k-calendar-centuryview .k-content .k-link,
.k-calendar-infinite .k-calendar-centuryview .k-content td.k-empty,
.k-calendar-infinite .k-calendar-centuryview .k-content .k-calendar-td.k-empty,
.k-calendar-infinite .k-calendar-centuryview .k-calendar-content .k-link,
.k-calendar-infinite .k-calendar-centuryview .k-calendar-content td.k-empty,
.k-calendar-infinite .k-calendar-centuryview .k-calendar-content .k-calendar-td.k-empty {
	width: 3.4em;
	height: 3.4em
}

.k-calendar-classic {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-calendar-container,
.k-datetime-container {
	padding: 0
}

.k-calendar-container .k-calendar,
.k-datetime-container .k-calendar {
	border-width: 0
}

.k-calendar .k-content.k-scrollable,
.k-calendar .k-calendar-content.k-scrollable {
	box-sizing: content-box;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	padding-right: 100px;
	padding-left: 100px;
	margin-left: -100px;
	margin-right: -117px
}

.k-calendar .k-scrollable-placeholder {
	position: absolute;
	z-index: -1;
	width: 1px;
	top: 0;
	right: 0
}

.k-calendar-navigation {
	width: 5em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.k-calendar-navigation::before,
.k-calendar-navigation::after {
	display: block;
	position: absolute;
	content: " ";
	height: 0;
	line-height: 0;
	z-index: 1;
	width: 200%;
	left: -50%;
	box-shadow: 0 0 6em 3em #f6f6f6
}

.k-calendar-navigation::before {
	top: 0
}

.k-calendar-navigation::after {
	bottom: 0
}

.k-calendar-navigation .k-content,
.k-calendar-navigation .k-calendar-content {
	background: transparent;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.k-calendar-navigation .k-content ul,
.k-calendar-navigation .k-calendar-content ul {
	width: 5em
}

.k-calendar-navigation .k-content li,
.k-calendar-navigation .k-calendar-content li {
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	padding: 0 1em
}

.k-calendar-navigation .k-calendar-navigation-marker {
	font-weight: bold
}

.k-calendar-navigation .k-calendar-navigation-highlight {
	width: 100%;
	border-width: 1px 0;
	border-style: solid;
	height: 2em;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-calendar.k-calendar-range {
	width: auto
}

.k-calendar.k-calendar-range .k-calendar-view {
	height: auto;
	min-height: 17em;
	width: auto;
	white-space: nowrap
}

.k-calendar.k-calendar-range .k-calendar-view::after {
	display: none
}

.k-calendar.k-calendar-range table,
.k-calendar.k-calendar-range .k-calendar-table {
	width: auto;
	table-layout: auto
}

.k-calendar.k-calendar-range table.k-meta-view,
.k-calendar.k-calendar-range .k-calendar-table.k-meta-view {
	margin: 0 -1px
}

.k-calendar.k-calendar-range .k-meta-header,
.k-calendar.k-calendar-range .k-month-header {
	padding: .25em 9px;
	font-size: 12px;
	line-height: 2;
	text-align: left;
	cursor: default
}

.k-calendar.k-calendar-range .k-range-start {
	border-color: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.k-calendar.k-calendar-range .k-range-end {
	border-color: inherit;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.k-calendar.k-calendar-range .k-range-mid {
	border-color: inherit;
	border-radius: 0
}

.k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	box-sizing: content-box
}

.k-animation-container-sm .k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-calendar.k-calendar-range.k-calendar-infinite table,
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-calendar.k-calendar-range.k-calendar-infinite table>tbody,
.k-calendar.k-calendar-range.k-calendar-infinite table>.k-calendar-tbody,
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>tbody,
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>.k-calendar-tbody {
	display: inline-block;
	vertical-align: top
}

.k-calendar.k-calendar-range.k-calendar-infinite table>tbody+tbody,
.k-calendar.k-calendar-range.k-calendar-infinite table>.k-calendar-tbody+.k-calendar-tbody,
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>tbody+tbody,
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>.k-calendar-tbody+.k-calendar-tbody {
	margin-left: 32px
}

.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	border-radius: 0;
	width: 44px
}

.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-calendar-view {
	border-width: 0 1px;
	border-style: solid;
	border-color: inherit
}

.k-widget.k-daterangepicker {
	border: 0
}

.k-rtl .k-calendar .k-nav-prev,
.k-rtl .k-calendar .k-nav-next,
.k-rtl .k-calendar .k-prev-view,
.k-rtl .k-calendar .k-next-view,
.k-calendar[dir="rtl"] .k-nav-prev,
.k-calendar[dir="rtl"] .k-nav-next,
.k-calendar[dir="rtl"] .k-prev-view,
.k-calendar[dir="rtl"] .k-next-view {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-rtl .k-calendar .k-content.k-scrollable,
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
.k-calendar[dir="rtl"] .k-content.k-scrollable,
.k-calendar[dir="rtl"] .k-calendar-content.k-scrollable {
	padding-right: 100px;
	padding-left: 100px;
	margin-left: -117px;
	margin-right: -100px
}

.k-rtl .k-calendar tbody th,
.k-rtl .k-calendar .k-calendar-tbody .k-calendar-th,
.k-calendar[dir="rtl"] tbody th,
.k-calendar[dir="rtl"] .k-calendar-tbody .k-calendar-th {
	text-align: right
}

.k-rtl .k-calendar .k-content>table,
.k-rtl .k-calendar .k-content>.k-calendar-table,
.k-rtl .k-calendar .k-calendar-content>table,
.k-rtl .k-calendar .k-calendar-content>.k-calendar-table,
.k-calendar[dir="rtl"] .k-content>table,
.k-calendar[dir="rtl"] .k-content>.k-calendar-table,
.k-calendar[dir="rtl"] .k-calendar-content>table,
.k-calendar[dir="rtl"] .k-calendar-content>.k-calendar-table {
	margin-right: 0;
	margin-left: -17px
}

.k-calendar {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-calendar .k-header {
	border-color: inherit;
	color: #545454;
	background-color: #fff;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1)
}

.k-calendar .k-nav-prev:hover,
.k-calendar .k-nav-prev.k-state-hover,
.k-calendar .k-nav-next:hover,
.k-calendar .k-nav-next.k-state-hover,
.k-calendar .k-nav-fast:hover,
.k-calendar .k-nav-fast.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-calendar .k-nav-prev:active,
.k-calendar .k-nav-prev.k-state-active,
.k-calendar .k-nav-next:active,
.k-calendar .k-nav-next.k-state-active,
.k-calendar .k-nav-fast:active,
.k-calendar .k-nav-fast.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-calendar .k-footer .k-nav-today,
.k-calendar .k-calendar-header .k-today {
	color: #f30a99
}

.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover,
.k-calendar .k-footer .k-nav-today:focus,
.k-calendar .k-footer .k-nav-today.k-state-focus,
.k-calendar .k-calendar-header .k-today:hover,
.k-calendar .k-calendar-header .k-today.k-state-hover,
.k-calendar .k-calendar-header .k-today:focus,
.k-calendar .k-calendar-header .k-today.k-state-focus {
	color: #cc0881
}

.k-calendar .k-content th,
.k-calendar .k-calendar-content th,
.k-calendar .k-content .k-calendar-th,
.k-calendar .k-calendar-content .k-calendar-th,
.k-calendar .k-calendar-view th,
.k-calendar .k-calendar-view .k-calendar-th .k-meta-header,
.k-calendar .k-month-header {
	color: #7d7d7d
}

.k-calendar .k-content .k-today,
.k-calendar .k-calendar-content .k-today {
	color: #f30a99
}

.k-calendar .k-other-month {
	color: #7d7d7d
}

.k-calendar .k-alt {
	color: #7d7d7d
}

.k-calendar .k-out-of-range {
	pointer-events: none;
	visibility: hidden
}

.k-calendar .k-state-hover .k-link,
.k-calendar td:hover .k-link,
.k-calendar td.k-state-hover .k-link,
.k-calendar .k-calendar-td:hover .k-link,
.k-calendar .k-calendar-td.k-state-hover .k-link {
	border-color: #f7f7f7;
	color: #545454;
	background-color: #f7f7f7
}

.k-calendar .k-state-selected .k-link {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-calendar .k-state-selected.k-state-hover .k-link,
.k-calendar .k-state-selected:hover .k-link {
	border-color: #e0098d;
	color: #fff;
	background-color: #e0098d
}

.k-calendar .k-state-focused .k-link,
.k-calendar .k-state-focus .k-link {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-calendar .k-state-selected.k-state-focused .k-link,
.k-calendar .k-state-selected.k-state-focus .k-link {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-calendar .k-calendar-navigation {
	color: #545454;
	background-color: #f6f6f6;
	box-shadow: inset -1px 0 rgba(0, 0, 0, 0.08)
}

.k-calendar .k-calendar-navigation li:hover,
.k-calendar .k-calendar-navigation li.k-state-hover {
	color: #cc0881
}

.k-calendar .k-calendar-navigation-highlight {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-calendar[dir="rtl"] .k-calendar-navigation,
.k-rtl .k-calendar .k-calendar-navigation {
	box-shadow: inset 1px 0 rgba(0, 0, 0, 0.08)
}

.k-calendar.k-invalid,
.k-calendar.k-invalid:hover,
.k-calendar.k-state-invalid,
.k-calendar.ng-invalid.ng-touched,
.k-calendar.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-calendar.k-calendar-range .k-range-start,
.k-calendar.k-calendar-range .k-range-end,
.k-calendar.k-calendar-range .k-range-mid {
	background-image: linear-gradient(transparent 1px, rgba(243, 10, 153, 0.25) 1px, rgba(243, 10, 153, 0.25) calc(100% - 1px), transparent calc(100% - 1px))
}

.k-ie .k-calendar.k-calendar-range .k-range-start,
.k-edge .k-calendar.k-calendar-range .k-range-start,
.k-ie .k-calendar.k-calendar-range .k-range-end,
.k-edge .k-calendar.k-calendar-range .k-range-end,
.k-ie .k-calendar.k-calendar-range .k-range-mid,
.k-edge .k-calendar.k-calendar-range .k-range-mid {
	background-image: none;
	background-color: rgba(243, 10, 153, 0.25)
}

.k-calendar.k-calendar-range .k-range-start.k-range-end {
	background-image: none;
	background-color: transparent
}

.k-calendar.k-calendar-range .k-range-start .k-link,
.k-calendar.k-calendar-range .k-range-end .k-link {
	background-color: #f30a99
}

.k-calendar.k-calendar-range .k-range-start.k-state-active .k-link,
.k-calendar.k-calendar-range .k-range-end.k-state-active .k-link {
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2)
}

.k-calendar.k-calendar-range .k-range-split-start,
.k-calendar.k-calendar-range .k-range-split-end {
	position: relative
}

.k-calendar.k-calendar-range .k-range-split-start::after,
.k-calendar.k-calendar-range .k-range-split-end::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 1px;
	width: 5px
}

.k-calendar.k-calendar-range .k-range-split-start::after {
	left: -5px;
	right: auto;
	background-image: linear-gradient(to left, rgba(243, 10, 153, 0.25), transparent 100%)
}

.k-calendar.k-calendar-range .k-range-split-end::after {
	right: -5px;
	left: auto;
	background-image: linear-gradient(to right, rgba(243, 10, 153, 0.25), transparent 100%)
}

.k-daterangepicker.k-state-invalid .k-dateinput-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dateinput {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-dateinput .k-dateinput-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	transition: all .1s ease;
	cursor: default;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-dateinput .k-dateinput-wrap .k-ie11 {
	background-clip: border-box
}

.k-dateinput .k-select {
	border-radius: 0 3px 3px 0;
	padding: 0;
	width: calc(1.4285714286em + 8px);
	border-width: 0 0 0 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-dateinput .k-link {
	padding: 0 4px;
	min-width: 16px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
	overflow: hidden;
	position: relative
}

.k-dateinput .k-link .k-icon {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.k-dateinput .k-link-increase .k-icon {
	bottom: -2px
}

.k-dateinput .k-link-decrease .k-icon {
	top: -2px
}

.k-dateinput .k-i-warning {
	display: none;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: visible
}

.k-dateinput.k-invalid .k-i-warning,
.k-dateinput.k-state-invalid .k-i-warning {
	display: inline-block
}

.k-rtl .k-dateinput,
.k-dateinput[dir="rtl"] {
	text-align: right
}

.k-rtl .k-dateinput .k-dateinput-wrap .k-i-warning,
.k-dateinput[dir="rtl"] .k-dateinput-wrap .k-i-warning {
	left: 8px;
	right: auto
}

.k-rtl .k-dateinput .k-select,
.k-dateinput[dir="rtl"] .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 0px 0 0
}

.k-picker-wrap .k-dateinput {
	margin: 0 !important;
	width: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-picker-wrap .k-dateinput .k-dateinput-wrap {
	border-radius: 3px 0 0 3px;
	border-width: 0;
	box-shadow: none !important
}

.k-datepicker,
.k-timepicker {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	white-space: nowrap;
	background: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	transition: all .1s ease;
	cursor: default;
	outline: 0
}

.k-datepicker .k-picker-wrap .k-ie11,
.k-timepicker .k-picker-wrap .k-ie11 {
	background-clip: border-box
}

.k-datepicker .k-select,
.k-timepicker .k-select {
	border-radius: 0 3px 3px 0;
	padding: 4px 4px;
	width: calc(1.4285714286em + 8px);
	border-width: 0 0 0 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
	display: none;
	position: absolute;
	top: 50%;
	right: calc(1.4285714286em + 12px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: visible
}

.k-datepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
	display: inline-block
}

.k-rtl .k-datepicker,
.k-datepicker[dir="rtl"],
.k-rtl .k-timepicker,
.k-timepicker[dir="rtl"] {
	text-align: right
}

.k-rtl .k-datepicker .k-select,
.k-datepicker[dir="rtl"] .k-select,
.k-rtl .k-timepicker .k-select,
.k-timepicker[dir="rtl"] .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 0px 0 0
}

.k-rtl .k-datepicker .k-i-warning,
.k-datepicker[dir="rtl"] .k-i-warning,
.k-rtl .k-timepicker .k-i-warning,
.k-timepicker[dir="rtl"] .k-i-warning {
	right: auto;
	left: calc(1.4285714286em + 12px)
}

.k-datetimepicker {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	background: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-datetimepicker .k-picker-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	transition: all .1s ease;
	cursor: default;
	outline: 0
}

.k-datetimepicker .k-picker-wrap .k-ie11 {
	background-clip: border-box
}

.k-datetimepicker .k-select {
	border-radius: 0 3px 3px 0;
	border-width: 0 0 0 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-datetimepicker .k-link {
	padding: 4px 4px;
	width: calc(1.4285714286em + 8px);
	height: 100%;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}

.k-datetimepicker .k-i-warning {
	display: none;
	position: absolute;
	top: 50%;
	right: calc(2.8571428572em + 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: visible
}

.k-datetimepicker .k-state-invalid .k-i-warning {
	display: inline-block
}

.k-rtl .k-datetimepicker,
.k-datetimepicker[dir="rtl"] {
	text-align: right
}

.k-rtl .k-datetimepicker .k-select,
.k-datetimepicker[dir="rtl"] .k-select {
	border-radius: 3px 0 0 3px;
	border-width: 0 0px 0 0
}

.k-rtl .k-datetimepicker .k-i-warning,
.k-datetimepicker[dir="rtl"] .k-i-warning {
	right: auto;
	left: calc(2.8571428572em + 20px)
}

.k-datetime-container .k-datetime-wrap {
	width: 20em;
	overflow: hidden
}

.k-datetime-container .k-datetime-buttongroup {
	padding: 8px
}

.k-datetime-container .k-datetime-selector {
	display: -ms-flexbox;
	display: flex;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.k-datetime-container .k-datetime-calendar-wrap,
.k-datetime-container .k-datetime-time-wrap {
	text-align: center;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em
}

.k-datetime-container .k-timeselector {
	outline: none
}

.k-datetime-container .k-time-list-container {
	-ms-flex-pack: center;
	justify-content: center
}

.k-datetime-container .k-time-tab .k-datetime-selector {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-datetime-container .k-actions .k-button,
.k-datetime-container .k-action-buttons .k-button,
.k-datetime-container .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.k-datetime-container .k-actions.k-actions-start .k-button,
.k-datetime-container .k-actions.k-actions-center .k-button,
.k-datetime-container .k-actions.k-actions-end .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector,
.k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector,
.k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.k-timeselector .k-actions .k-button,
.k-timeselector .k-action-buttons .k-button,
.k-timeselector .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.k-timeselector .k-actions.k-actions-start .k-button,
.k-timeselector .k-actions.k-actions-center .k-button,
.k-timeselector .k-actions.k-actions-end .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-time-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 16px;
	line-height: 2em
}

.k-time-header .k-title {
	font-weight: bold
}

.k-time-header .k-time-now {
	border-width: 0;
	line-height: inherit;
	cursor: pointer
}

.k-time-list-wrapper {
	display: inline-block;
	overflow: hidden;
	box-sizing: content-box;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding: 20px 0;
	text-align: center;
	min-width: 4em;
	height: 200px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-time-list-wrapper .k-title {
	display: block;
	text-align: center;
	font-size: 10px;
	position: absolute;
	text-transform: capitalize;
	font-weight: bold;
	min-width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	margin-top: -20px;
	z-index: 12
}

.k-time-list-wrapper.k-state-focused::before,
.k-time-list-wrapper.k-state-focused::after {
	display: block;
	content: " ";
	position: absolute;
	width: 100%;
	left: 0;
	pointer-events: none;
	height: calc(50% - 1em);
	box-sizing: border-box;
	border-width: 0;
	border-style: solid
}

.k-time-list-wrapper.k-state-focused::before {
	top: 0
}

.k-time-list-wrapper.k-state-focused::after {
	bottom: 0
}

.k-time-container {
	position: absolute;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 1.4285714286;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 20px;
	padding-right: 100px;
	padding-left: 100px;
	margin-left: -100px;
	margin-right: -117px
}

.k-time-container>ul {
	height: auto;
	width: 4em;
	margin: auto
}

.k-rtl .k-time-container,
.k-time-container.k-rtl,
[dir="rtl"] .k-time-container,
.k-time-container[dir="rtl"] {
	padding-right: 100px;
	padding-left: 100px;
	margin-left: -117px;
	margin-right: -100px
}

.k-time-list-container {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.k-time-list {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	outline: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0
}

.k-time-list::before,
.k-time-list::after {
	display: block;
	position: absolute;
	content: " ";
	height: 0;
	line-height: 0;
	z-index: 1;
	width: 200%;
	left: -50%
}

.k-time-list::before {
	top: 0
}

.k-time-list::after {
	bottom: 0
}

.k-time-list .k-item {
	padding: 4px 8px;
	min-height: calc(1.43em + 2px);
	line-height: calc(1.43em + 2px)
}

.k-time-highlight {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: calc(1.4285714286em + 8px);
	z-index: 1;
	border-width: 1px 0;
	border-style: solid;
	border-radius: .1px
}

.k-time-container .k-scrollable-placeholder {
	position: absolute;
	width: 1px;
	top: 0;
	right: 0
}

.k-time-separator {
	width: 0;
	height: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 11
}

.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select,
.k-dateinput .k-select {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-dateinput .k-i-warning {
	color: #d51923
}

.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap,
.k-dateinput .k-dateinput-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-datepicker .k-picker-wrap:hover,
.k-datepicker .k-picker-wrap.k-state-hover,
.k-timepicker .k-picker-wrap:hover,
.k-timepicker .k-picker-wrap.k-state-hover,
.k-datetimepicker .k-picker-wrap:hover,
.k-datetimepicker .k-picker-wrap.k-state-hover,
.k-dateinput .k-dateinput-wrap:hover,
.k-dateinput .k-dateinput-wrap.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-datepicker .k-picker-wrap.k-state-focused,
.k-datepicker .k-picker-wrap.k-state-active,
.k-timepicker .k-picker-wrap.k-state-focused,
.k-timepicker .k-picker-wrap.k-state-active,
.k-datetimepicker .k-picker-wrap.k-state-focused,
.k-datetimepicker .k-picker-wrap.k-state-active,
.k-dateinput .k-dateinput-wrap.k-state-focused,
.k-dateinput .k-dateinput-wrap.k-state-active {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-datepicker .k-select:hover,
.k-datepicker .k-select.k-state-hover,
.k-timepicker .k-select:hover,
.k-timepicker .k-select.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f9d5eb;
}

.k-dateinput .k-link:hover,
.k-dateinput .k-link.k-state-hover,
.k-datetimepicker .k-link:hover,
.k-datetimepicker .k-link.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-dateinput .k-link:active,
.k-dateinput .k-link.k-state-active,
.k-dateinput .k-link.k-state-selected,
.k-datetimepicker .k-link:active,
.k-datetimepicker .k-link.k-state-active,
.k-datetimepicker .k-link.k-state-selected {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none
}

.k-time-header .k-time-now {
	color: #f30a99;
	background: transparent
}

.k-time-header .k-time-now:hover,
.k-time-header .k-time-now:focus {
	color: #cc0881
}

.k-time-list-wrapper {
	background-color: #fafafa
}

.k-time-list-wrapper .k-title {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background: #fafafa;
	opacity: .6
}

.k-time-list-wrapper.k-state-focused .k-title {
	color: #000;
	opacity: 1
}

.k-time-list-wrapper.k-state-focused::before,
.k-time-list-wrapper.k-state-focused::after {
	background-color: rgba(0, 0, 0, 0.04)
}

.k-time-list::before,
.k-time-list::after {
	box-shadow: 0 0 3em 1.5em #fafafa
}

.k-time-list .k-item:hover {
	color: #f30a99
}

.k-time-container {
	background: transparent
}

.k-time-highlight {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.08)
}

.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
	background-color: #fff
}

.k-datepicker .k-picker-wrap.k-invalid,
.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-datepicker.k-state-invalid .k-picker-wrap,
.k-datepicker.ng-invalid.ng-touched .k-picker-wrap,
.k-datepicker.ng-invalid.ng-dirty .k-picker-wrap,
.k-datetimepicker.k-state-invalid .k-picker-wrap,
.k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap,
.k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap,
.k-timepicker.k-state-invalid .k-picker-wrap,
.k-timepicker.ng-invalid.ng-touched .k-picker-wrap,
.k-timepicker.ng-invalid.ng-dirty .k-picker-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dateinput .k-dateinput-wrap.k-invalid,
.k-dateinput .k-dateinput-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dateinput.k-state-invalid .k-dateinput-wrap,
.k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap,
.k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-datepicker.k-state-hover .k-picker-wrap {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-datepicker.k-state-focus .k-picker-wrap {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-datepicker.k-invalid .k-picker-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dateinput.k-state-hover .k-dateinput-wrap,
.k-daterangepicker.k-state-hover .k-dateinput-wrap {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-dateinput.k-state-focus .k-dateinput-wrap,
.k-daterangepicker.k-state-focus .k-dateinput-wrap {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-dateinput.k-invalid .k-dateinput-wrap,
.k-daterangepicker.k-invalid .k-dateinput-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dropdowngrid-popup {
	overflow: hidden
}

.k-dropdowngrid-popup .k-virtual-wrap {
	margin: 0
}

.k-dropdowngrid-popup .k-list-scroller {
	overflow-x: hidden
}

.k-grid-list {
	width: 100%;
	max-width: none;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	empty-cells: show;
	outline: none;
	display: table
}

.k-dropdowngrid-popup .k-grid-header {
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: inherit;
	display: block
}

.k-dropdowngrid-popup .k-grid-header-wrap {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit;
	vertical-align: top;
	display: inline-block;
	overflow: hidden
}

.k-dropdowngrid-popup .k-grid-header table {
	margin-bottom: -1px;
	width: 100%;
	max-width: none;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	empty-cells: show;
	outline: none
}

.k-dropdowngrid-popup .k-grid-header .k-header {
	padding: 8px 12px;
	border-width: 0 0 0 1px;
	border-style: solid;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.k-dropdowngrid-popup .k-grid-header .k-header:first-child {
	border-left: 0
}

.k-grid-list>.k-item {
	box-sizing: border-box;
	display: table-row;
	position: relative;
	cursor: pointer
}

.k-grid-list>.k-item>.k-cell,
.k-grid-list>.k-item>.k-group,
.k-grid-list>.k-item>.k-spacer-group {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle
}

.k-grid-list.k-virtual-list>.k-item>.k-cell,
.k-grid-list.k-virtual-list>.k-item>.k-group,
.k-grid-list.k-virtual-list>.k-item>.k-spacer-group {
	display: inline-block
}

.k-grid-list>.k-item:last-child>.k-cell,
.k-grid-list>.k-item:last-child>.k-group-cell,
.k-grid-list>.k-item:last-child>.k-spacer-cell {
	border-bottom-width: 0
}

.k-grid-list>.k-item>.k-cell {
	padding: 8px 12px;
	border-width: 0 0 0px 1px;
	border-style: solid;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.k-grid-list>.k-item>.k-cell:first-child {
	border-left: 0
}

.k-dropdowngrid-popup .k-group-header,
.k-dropdowngrid-popup .k-outer-group-header {
	margin: 0;
	padding: 8px 12px;
	min-height: auto;
	text-align: left;
	font-weight: bold
}

.k-dropdowngrid-popup .k-outer-group-header.k-first {
	border-bottom-width: 1px
}

.k-grid-list>.k-item.k-first {
	border-top: 1px solid currentColor
}

.k-grid-list>.k-item>.k-group-cell,
.k-grid-list>.k-item>.k-spacer-cell {
	padding: 0;
	width: 0;
	border-left-width: 0;
	border-right-width: 0;
	overflow: visible;
	position: relative
}

.k-grid-list>.k-item>.k-group-cell>span {
	padding: 0 6px;
	font-size: .875em;
	position: absolute;
	top: 0;
	right: 0
}

.k-grid-list>.k-outer-group-header {
	height: 36.0000000004px;
	display: table-row;
	position: relative
}

.k-grid-list>.k-outer-group-header>strong {
	padding: 8px 12px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0
}

.k-dropdowngrid-popup .k-footer {
	padding: 8px 12px;
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-rtl.k-dropdowngrid-popup .k-grid-header-wrap,
.k-rtl .k-dropdowngrid-popup .k-grid-header-wrap,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header-wrap,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header-wrap {
	border-right-width: 0;
	border-left-width: 1px
}

.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-grid-list>.k-item>.k-cell,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header .k-header,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header .k-header,
[dir="rtl"] .k-grid-list>.k-item>.k-cell {
	border-left-width: 0;
	border-right-width: 1px;
	text-align: right
}

.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-grid-list>.k-item>.k-cell:first-child,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header .k-header:first-child,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header .k-header:first-child,
[dir="rtl"] .k-grid-list>.k-item>.k-cell:first-child {
	border-right-width: 0
}

.k-rtl div.k-dropdowngrid-popup .k-group-header,
.k-rtl div.k-dropdowngrid-popup .k-outer-group-header,
[dir="rtl"] div.k-dropdowngrid-popup .k-group-header,
[dir="rtl"] div.k-dropdowngrid-popup .k-outer-group-header {
	text-align: right
}

.k-rtl .k-grid-list>.k-item>.k-group-cell>span,
[dir="rtl"] .k-grid-list>.k-item>.k-group-cell>span {
	right: auto;
	left: 0
}

.k-rtl .k-grid-list>.k-outer-group-header>strong,
[dir="rtl"] .k-grid-list>.k-outer-group-header>strong {
	left: auto;
	right: 0
}

.k-dropdowngrid-popup {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-dropdowngrid-popup .k-header,
.k-dropdowngrid-popup .k-grid-header {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-dropdowngrid-popup .k-footer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-dropdowngrid-popup .k-group-header,
.k-dropdowngrid-popup .k-outer-group-header.k-first {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-grid-list>.k-item:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.04)
}

.k-grid-list>.k-outer-group-header:nth-child(2n) {
	background: none
}

.k-grid-list>.k-outer-group-header:nth-child(2n)>strong {
	background-color: rgba(0, 0, 0, 0.04)
}

.k-dropdowngrid-popup .k-cell {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-dropdowngrid-popup .k-item.k-state-hover,
.k-dropdowngrid-popup .k-item:hover {
	background-color: #ededed
}

.k-dropdowngrid-popup .k-item.k-state-selected {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-dropdowngrid-popup .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-dropdowngrid-popup .k-group-cell span {
	background-color: #545454;
	color: #fff
}

.k-grid-list>.k-item.k-last>.k-cell,
.k-grid-list>.k-item.k-last>.k-group-cell,
.k-grid-list>.k-item.k-last>.k-spacer-cell {
	border-bottom-color: #545454
}

.k-dropdown,
.k-dropdowntree {
	width: 12.4em;
	border-width: 0;
	outline: 0;
	background: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	transition: all .1s ease;
	cursor: pointer;
	outline: 0
}

.k-dropdown .k-dropdown-wrap .k-ie11,
.k-dropdowntree .k-dropdown-wrap .k-ie11 {
	background-clip: border-box
}

.k-dropdown .k-dropdown-wrap .k-select,
.k-dropdowntree .k-dropdown-wrap .k-select {
	border-radius: 0 3px 3px 0;
	padding: 4px 4px;
	width: calc(1.4285714286em + 8px);
	border-width: 0;
	box-sizing: border-box;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer
}

.k-dropdown .k-dropdown-wrap .k-clear-value,
.k-dropdowntree .k-dropdown-wrap .k-clear-value {
	visibility: hidden
}

.k-dropdown .k-dropdown-wrap.k-state-focused .k-clear-value,
.k-dropdowntree .k-dropdown-wrap.k-state-focused .k-clear-value,
.k-dropdown .k-dropdown-wrap.k-state-hover .k-clear-value,
.k-dropdowntree .k-dropdown-wrap.k-state-hover .k-clear-value,
.k-dropdown .k-dropdown-wrap:hover .k-clear-value,
.k-dropdowntree .k-dropdown-wrap:hover .k-clear-value {
	visibility: visible
}

.k-dropdown.k-rtl,
.k-rtl.k-dropdowntree,
.k-dropdown[dir="rtl"],
.k-dropdowntree[dir="rtl"],
.k-rtl .k-dropdown,
.k-rtl .k-dropdowntree,
[dir="rtl"] .k-dropdown,
[dir="rtl"] .k-dropdowntree {
	text-align: right
}

.k-dropdown.k-rtl .k-select,
.k-rtl.k-dropdowntree .k-select,
.k-dropdown[dir="rtl"] .k-select,
.k-dropdowntree[dir="rtl"] .k-select,
.k-rtl .k-dropdown .k-select,
.k-rtl .k-dropdowntree .k-select,
[dir="rtl"] .k-dropdown .k-select,
[dir="rtl"] .k-dropdowntree .k-select {
	border-radius: 3px 0 0 3px
}

.k-dropdown-operator {
	width: auto
}

.k-dropdown-operator .k-dropdown-wrap .k-input {
	display: none
}

.k-dropdown-operator .k-dropdown-wrap .k-select {
	width: calc(1.4285714286em + 8px);
	height: calc(1.4285714286em + 8px)
}

select.k-dropdown,
select.k-dropdowntree {
	border-radius: 3px;
	padding: 4px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s ease;
	cursor: pointer
}

.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-dropdown .k-dropdown-wrap:hover,
.k-dropdowntree .k-dropdown-wrap:hover,
.k-dropdown .k-dropdown-wrap.k-state-hover,
.k-dropdowntree .k-dropdown-wrap.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-dropdown .k-dropdown-wrap.k-state-focused,
.k-dropdowntree .k-dropdown-wrap.k-state-focused {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fde0f2;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-dropdown .k-dropdown-wrap.k-invalid,
.k-dropdowntree .k-dropdown-wrap.k-invalid,
.k-dropdown .k-dropdown-wrap.k-invalid:hover,
.k-dropdowntree .k-dropdown-wrap.k-invalid:hover,
.k-dropdown .k-dropdown-wrap.k-state-invalid,
.k-dropdowntree .k-dropdown-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-dropdown.k-state-invalid>.k-dropdown-wrap,
.k-state-invalid.k-dropdowntree>.k-dropdown-wrap,
.k-dropdown.ng-invalid.ng-touched>.k-dropdown-wrap,
.ng-invalid.ng-touched.k-dropdowntree>.k-dropdown-wrap,
.k-dropdown.ng-invalid.ng-dirty>.k-dropdown-wrap,
.ng-invalid.ng-dirty.k-dropdowntree>.k-dropdown-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

select.k-dropdown,
select.k-dropdowntree {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

select.k-dropdown:hover,
select.k-dropdowntree:hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

select.k-dropdown:focus,
select.k-dropdowntree:focus {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-multiselect,
.k-dropdowntree {
	border-radius: 3px;
	width: 100%;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-multiselect .k-loading-hidden,
.k-dropdowntree .k-loading-hidden {
	visibility: hidden
}

.k-multiselect .k-multiselect-wrap,
.k-dropdowntree .k-multiselect-wrap {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 0 24px 0 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: relative;
	transition: all .1s ease;
	cursor: text;
	outline: 0
}

.k-multiselect .k-multiselect-wrap .k-ie11,
.k-dropdowntree .k-multiselect-wrap .k-ie11 {
	background-clip: border-box
}

.k-multiselect .k-multiselect-wrap .k-input,
.k-dropdowntree .k-multiselect-wrap .k-input {
	float: left
}

.k-multiselect .k-multiselect-wrap::before,
.k-dropdowntree .k-multiselect-wrap::before {
	content: "";
	width: 0;
	height: calc(1.4285714286em + 8px);
	float: left
}

.k-multiselect .k-multiselect-wrap ul,
.k-dropdowntree .k-multiselect-wrap ul {
	vertical-align: top
}

.k-multiselect .k-multiselect-wrap li,
.k-dropdowntree .k-multiselect-wrap li {
	background-clip: padding-box
}

.k-multiselect .k-multiselect-wrap li .k-ie11,
.k-dropdowntree .k-multiselect-wrap li .k-ie11 {
	background-clip: border-box
}

.k-multiselect .k-multiselect-wrap li.k-button,
.k-dropdowntree .k-multiselect-wrap li.k-button {
	float: left
}

.k-multiselect .k-multiselect-wrap li .k-icon,
.k-dropdowntree .k-multiselect-wrap li .k-icon {
	cursor: pointer
}

.k-multiselect .k-multiselect-wrap .k-button,
.k-dropdowntree .k-multiselect-wrap .k-button {
	min-height: calc(1.4285714286em + 4px);
	padding: 1px 4px;
	margin: 2px 0 0 2px;
	cursor: default;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	line-height: inherit;
	white-space: normal
}

.k-multiselect .k-multiselect-wrap .k-button .k-select,
.k-dropdowntree .k-multiselect-wrap .k-button .k-select {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-left: 8px;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-multiselect .k-multiselect-wrap .k-button:last-child,
.k-dropdowntree .k-multiselect-wrap .k-button:last-child {
	margin-bottom: 2px
}

.k-multiselect .k-multiselect-wrap .k-searchbar,
.k-dropdowntree .k-multiselect-wrap .k-searchbar {
	float: left;
	width: auto
}

.k-multiselect .k-multiselect-wrap .k-searchbar .k-input,
.k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
	padding-right: 0
}

.k-multiselect .k-multiselect-wrap .k-i-loading,
.k-dropdowntree .k-multiselect-wrap .k-i-loading {
	width: 24px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0
}

.k-multiselect .k-multiselect-wrap .k-clear-value,
.k-dropdowntree .k-multiselect-wrap .k-clear-value {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0
}

.k-multiselect .k-multiselect-wrap:hover .k-clear-value,
.k-dropdowntree .k-multiselect-wrap:hover .k-clear-value,
.k-multiselect .k-multiselect-wrap.k-state-hover .k-clear-value,
.k-dropdowntree .k-multiselect-wrap.k-state-hover .k-clear-value,
.k-multiselect .k-multiselect-wrap.k-state-focused .k-clear-value,
.k-dropdowntree .k-multiselect-wrap.k-state-focused .k-clear-value {
	visibility: visible
}

.k-multiselect.k-state-hover>.k-multiselect-wrap .k-clear-value,
.k-state-hover.k-dropdowntree>.k-multiselect-wrap .k-clear-value,
.k-multiselect.k-state-focused>.k-multiselect-wrap .k-clear-value,
.k-state-focused.k-dropdowntree>.k-multiselect-wrap .k-clear-value,
.k-multiselect.k-state-focus>.k-multiselect-wrap .k-clear-value,
.k-state-focus.k-dropdowntree>.k-multiselect-wrap .k-clear-value {
	visibility: visible
}

.k-multiselect[dir="rtl"],
.k-dropdowntree[dir="rtl"],
.k-rtl .k-multiselect,
.k-rtl .k-dropdowntree {
	text-align: right
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-rtl .k-multiselect .k-multiselect-wrap,
.k-rtl .k-dropdowntree .k-multiselect-wrap {
	padding-left: 24px;
	padding-right: 0
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap::before,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap::before,
.k-multiselect[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-input,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap::before,
.k-rtl .k-dropdowntree .k-multiselect-wrap::before,
.k-rtl .k-multiselect .k-multiselect-wrap li.k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap li.k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-input {
	float: right
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar {
	float: right
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
	padding-left: 0;
	padding-right: 8px
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button {
	width: auto;
	margin-right: 2px;
	margin-left: 0
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button .k-select,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
	margin-left: 0;
	margin-right: 8px
}

.k-multiselect[dir="rtl"] .k-clear-value,
.k-dropdowntree[dir="rtl"] .k-clear-value,
.k-multiselect[dir="rtl"] .k-i-loading,
.k-dropdowntree[dir="rtl"] .k-i-loading,
.k-rtl .k-multiselect .k-clear-value,
.k-rtl .k-dropdowntree .k-clear-value,
.k-rtl .k-multiselect .k-i-loading,
.k-rtl .k-dropdowntree .k-i-loading {
	right: auto;
	left: 0
}

.k-multiselect.k-state-focused>.k-multiselect-wrap,
.k-state-focused.k-dropdowntree>.k-multiselect-wrap {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-multiselect .k-multiselect-wrap,
.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-multiselect .k-multiselect-wrap>.k-readonly,
.k-dropdowntree .k-multiselect-wrap>.k-readonly {
	opacity: .6
}

.k-multiselect .k-multiselect-wrap .k-button .k-icon,
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon {
	opacity: .6
}

.k-multiselect .k-multiselect-wrap .k-button .k-icon:hover,
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon:hover,
.k-multiselect .k-multiselect-wrap .k-button .k-icon.k-state-hover,
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-state-hover {
	opacity: 1
}

.k-multiselect .k-multiselect-wrap .k-button:active,
.k-dropdowntree .k-multiselect-wrap .k-button:active,
.k-multiselect .k-multiselect-wrap .k-button.k-state-active,
.k-dropdowntree .k-multiselect-wrap .k-button.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-multiselect .k-multiselect-wrap .k-button:focus .k-icon,
.k-dropdowntree .k-multiselect-wrap .k-button:focus .k-icon,
.k-multiselect .k-multiselect-wrap .k-button.k-state-focused .k-icon,
.k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused .k-icon {
	opacity: 1
}

.k-multiselect .k-multiselect-wrap .k-i-loading,
.k-dropdowntree .k-multiselect-wrap .k-i-loading {
	background-color: #fff
}

.k-multiselect .k-multiselect-wrap:hover,
.k-dropdowntree .k-multiselect-wrap:hover,
.k-multiselect .k-multiselect-wrap.k-state-hover,
.k-dropdowntree .k-multiselect-wrap.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-multiselect .k-multiselect-wrap.k-invalid,
.k-dropdowntree .k-multiselect-wrap.k-invalid,
.k-multiselect .k-multiselect-wrap.k-invalid:hover,
.k-dropdowntree .k-multiselect-wrap.k-invalid:hover,
.k-multiselect .k-multiselect-wrap.k-state-invalid,
.k-dropdowntree .k-multiselect-wrap.k-state-invalid {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-multiselect.k-state-invalid .k-multiselect-wrap,
.k-state-invalid.k-dropdowntree .k-multiselect-wrap,
.k-multiselect.ng-invalid.ng-touched .k-multiselect-wrap,
.ng-invalid.ng-touched.k-dropdowntree .k-multiselect-wrap,
.k-multiselect.ng-invalid.ng-dirty .k-multiselect-wrap,
.ng-invalid.ng-dirty.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-multiselect.k-state-hover .k-multiselect-wrap,
.k-state-hover.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-multiselect.k-state-focus .k-multiselect-wrap,
.k-state-focus.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-multiselect.k-invalid .k-multiselect-wrap,
.k-invalid.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-treeview {
	padding: 0px 0px;
	border-width: 0;
	background: none;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	cursor: default;
	overflow: auto;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-treeview .k-content,
.k-treeview>.k-group,
.k-treeview .k-item>.k-group {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	position: relative
}

.k-treeview .k-content.ng-animating,
.k-treeview>.k-group.ng-animating,
.k-treeview .k-item>.k-group.ng-animating {
	overflow: hidden
}

.k-treeview .k-top,
.k-treeview .k-mid,
.k-treeview .k-bot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.k-treeview .k-item {
	outline-style: none;
	margin: 0;
	padding: 0 0 0 16px;
	border-width: 0;
	display: block
}

.k-treeview .k-in {
	margin: 0;
	padding: 4px 8px;
	border: 0px solid transparent;
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	vertical-align: middle;
	position: relative
}

.k-treeview .k-in.k-state-focused {
	z-index: 1
}

.k-treeview .k-treeview-load-more-button {
	cursor: pointer
}

.k-treeview .k-treeview-load-more-button:hover,
.k-treeview .k-treeview-load-more-button.k-state-hover,
.k-treeview .k-treeview-load-more-button:focus,
.k-treeview .k-treeview-load-more-button.k-state-focused {
	text-decoration: underline
}

.k-treeview .k-treeview-load-more-checkboxes-container {
	padding-left: 36px
}

.k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading {
	margin-left: -20px;
	margin-right: 4px
}

.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
	margin-left: -16px;
	cursor: pointer
}

.k-treeview .k-checkbox-wrapper {
	margin-right: 4px
}

.k-treeview .k-i-drag-and-drop {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000
}

.k-treeview .k-in .k-icon,
.k-treeview .k-in .k-image,
.k-treeview .k-in .k-sprite {
	margin-right: 4px
}

.k-rtl .k-treeview .k-item,
.k-treeview[dir="rtl"] .k-item {
	padding-left: 0;
	padding-right: 16px
}

.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container {
	padding-left: 0;
	padding-right: 36px
}

.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container .k-i-loading {
	margin-left: 4px;
	margin-right: -20px
}

.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse,
.k-treeview[dir="rtl"] .k-i-expand,
.k-treeview[dir="rtl"] .k-i-collapse {
	margin-left: 0;
	margin-right: -16px
}

.k-rtl .k-treeview .k-checkbox-wrapper,
.k-treeview[dir="rtl"] .k-checkbox-wrapper {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite,
.k-treeview[dir="rtl"] .k-in .k-icon,
.k-treeview[dir="rtl"] .k-in .k-image,
.k-treeview[dir="rtl"] .k-in .k-sprite {
	margin-left: 4px;
	margin-right: 0
}

.k-treeview {
	color: #545454
}

.k-treeview .k-in:hover,
.k-treeview .k-in.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-treeview .k-in.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-treeview .k-in.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-treeview .k-treeview-load-more-button {
	color: #f30a99;
	background-color: rgba(0, 0, 0, 0)
}

.k-treeview .k-treeview-load-more-button:hover,
.k-treeview .k-treeview-load-more-button.k-state-hover {
	color: #cc0881;
	background-color: rgba(0, 0, 0, 0)
}

.k-treeview .k-treeview-load-more-button:focus,
.k-treeview .k-treeview-load-more-button.k-state-focused {
	color: #f30a99;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none
}

.k-dropdowntree {
	width: 12.4em
}

.k-popup-dropdowntree {
	padding: 0
}

.k-popup-dropdowntree .k-list-filter {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
	margin: 0 0 6px
}

.k-popup-dropdowntree .k-check-all {
	padding: 6px 6px 0
}

.k-popup-dropdowntree .k-list-filter .k-check-all {
	padding-top: 0
}

.k-popup-dropdowntree .k-treeview {
	padding: 6px 6px
}

.k-maskedtextbox {
	width: 12.4em;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	text-align: left;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-maskedtextbox>.k-textbox {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	min-width: 0
}

.k-maskedtextbox>.k-textbox.k-state-invalid {
	transition: none
}

.k-maskedtextbox>.k-textbox.k-state-invalid+.k-i-warning {
	display: inline-block
}

.k-maskedtextbox .k-i-warning {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px
}

.k-maskedtextbox[dir="rtl"],
.k-rtl .k-maskedtextbox {
	text-align: right
}

.k-maskedtextbox[dir="rtl"] .k-i-warning,
.k-rtl .k-maskedtextbox .k-i-warning {
	right: auto;
	left: 8px
}

.k-maskedtextbox ::-ms-clear {
	display: none
}

.k-maskedtextbox .k-i-warning {
	color: #d51923
}

.k-maskedtextbox.k-state-invalid .k-textbox,
.k-maskedtextbox.ng-invalid.ng-touched .k-textbox,
.k-maskedtextbox.ng-invalid.ng-dirty .k-textbox {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-searchbox {
	background-clip: padding-box;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	position: relative;
	overflow: hidden
}

.k-searchbox .k-ie11 {
	background-clip: border-box
}

.k-searchbox>.k-input {
	padding: 4px 8px
}

.k-searchbox {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-searchbox:hover,
.k-searchbox.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-searchbox:focus,
.k-searchbox.k-state-focus {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-searchbox:focus-within {
	border-color: rgba(0, 0, 0, 0.1);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-searchbox:disabled,
.k-searchbox.k-state-disabled {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

.k-external-dropzone {
	height: 220px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-dropzone-inner {
	background-clip: padding-box;
	padding: 8px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4285714286;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer
}

.k-dropzone-inner .k-ie11 {
	background-clip: border-box
}

.k-dropzone-inner>.k-icon,
.k-dropzone-inner .k-dropzone-icon {
	margin-bottom: 24px;
	font-size: 48px
}

.k-dropzone-inner .k-dropzone-hint {
	margin-bottom: 8px
}

.k-dropzone-inner .k-dropzone-note {
	font-size: 12px
}

.k-no-flexbox .k-dropzone-inner {
	padding-top: 48px;
	padding-bottom: 48px;
	width: 100%;
	height: 100%
}

.k-no-flexbox .k-dropzone-hint,
.k-no-flexbox .k-dropzone-note {
	display: block
}

.k-dropzone-inner {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-dropzone-inner>.k-icon,
.k-dropzone-inner .k-dropzone-icon {
	color: #8b8b8b
}

.k-dropzone-inner .k-dropzone-note {
	color: #8b8b8b
}

.k-external-dropzone-hover .k-icon,
.k-external-dropzone-hover .k-dropzone-icon {
	color: #f30a99
}

.k-upload {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-upload .k-upload-button {
	min-width: 7em
}

.k-upload .k-dropzone {
	padding: 8px 8px;
	border-width: 0;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background-color: transparent
}

.k-upload .k-dropzone .k-dropzone-hint {
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	-ms-flex: 1;
	flex: 1
}

.k-upload .k-dropzone .k-upload-status {
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.k-upload .k-dropzone .k-upload-status>.k-icon {
	margin-right: 4px
}

.k-upload .k-dropzone .k-upload-status+.k-dropzone-hint {
	display: none
}

.k-upload .k-dropzone-active .k-upload-status {
	display: none
}

.k-upload .k-dropzone-active .k-upload-status+.k-dropzone-hint {
	display: block
}

.k-upload .k-upload-files {
	max-height: 300px;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit;
	list-style: none
}

.k-upload .k-upload-files .k-file-multiple,
.k-upload .k-upload-files .k-file-single {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-upload .k-upload-files .k-file-single {
	-ms-flex-align: center;
	align-items: center
}

.k-upload .k-upload-files .k-file-multiple {
	-ms-flex-align: start;
	align-items: flex-start
}

.k-upload .k-upload-files .k-file {
	padding: 8px 8px 10px;
	border-width: 0 0 1px;
	border-style: solid;
	outline: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.k-upload .k-upload-files .k-file:last-child {
	border-width: 0
}

.k-upload .k-upload-files .k-filename {
	margin-left: 1em;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.k-upload .k-upload-files .k-upload-status .k-icon {
	vertical-align: middle
}

.k-upload .k-upload-files .k-upload-pct {
	margin: 0 4px;
	font-weight: normal;
	vertical-align: middle
}

.k-upload .k-upload-files~.k-clear-selected,
.k-upload .k-upload-files~.k-upload-selected {
	margin-top: -4px;
	border-width: 0
}

.k-upload .k-upload-files~.k-upload-selected {
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: -1px
}

.k-upload .k-upload-files .k-file-name,
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-validation-message,
.k-upload .k-upload-files .k-file-information {
	display: block
}

.k-upload .k-upload-files .k-file-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-information,
.k-upload .k-upload-files .k-file-validation-message {
	font-size: 11px;
	line-height: 1
}

.k-upload .k-upload-files .k-file-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
	margin: 0px 0;
	width: 24px;
	height: 34px;
	border-width: 2px;
	border-style: solid;
	font-size: 7.98px;
	text-transform: uppercase;
	box-sizing: content-box;
	position: absolute;
	top: 8px
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
	font-size: 32px
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-state {
	position: absolute
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
	font-size: 1.2em
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
	margin-top: 4px
}

.k-upload .k-upload-files .k-file-state {
	visibility: hidden
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper+.k-file-name-size-wrapper,
.k-upload .k-upload-files .k-file-single>.k-file-extension-wrapper+.k-file-name-size-wrapper {
	margin-left: calc(24px + 1em);
	min-height: 38px;
	display: block;
	overflow: hidden
}

.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper+.k-file-name-size-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper+.k-file-name-size-wrapper {
	margin-left: calc(24px + 1em)
}

.k-upload .k-upload-files .k-file-extension-wrapper+.k-file-name-size-wrapper {
	margin-bottom: -2px
}

.k-upload .k-upload-files .k-file-extension-wrapper+.k-file-name-size-wrapper .k-file-size,
.k-upload .k-upload-files .k-file-extension-wrapper+.k-file-name-size-wrapper .k-file-information,
.k-upload .k-upload-files .k-file-extension-wrapper+.k-file-name-size-wrapper .k-file-validation-message {
	font-size: 9.432px
}

.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
	content: "";
	border-style: solid;
	display: inline-block;
	position: absolute
}

.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
	top: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-width: 6px;
	margin-top: -1px;
	margin-right: -1px
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
	top: -6px;
	left: -6px;
	width: 15px;
	height: 35px;
	border-width: 2px 0 0 2px
}

.k-upload .k-upload-files .k-file-extension,
.k-upload .k-upload-files .k-file-invalid-icon {
	position: absolute;
	bottom: 0;
	line-height: normal
}

.k-upload .k-upload-files .k-file-invalid-icon {
	margin-left: 4px
}

.k-upload .k-upload-files .k-file-extension {
	margin-left: .2em;
	margin-bottom: .3em;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	left: 0
}

.k-upload .k-upload-files .k-upload-action {
	border-width: 0;
	color: inherit;
	background: none;
	box-shadow: none
}

.k-upload .k-upload-files .k-file-name-size-wrapper {
	margin-left: 0;
	margin-right: 0;
	min-height: 32px;
	display: block;
	overflow: hidden;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.k-upload .k-file-multiple>.k-file-name-size-wrapper {
	margin-left: 8px
}

.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single>.k-file-name-size-wrapper,
.k-upload .k-file>.k-file-name-size-wrapper {
	margin-left: 8px;
	margin-right: 0;
	min-height: 32px;
	display: block;
	overflow: hidden;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.k-upload .k-multiple-files-wrapper .k-file-name-size-wrapper {
	margin-bottom: 12px;
	display: block
}

.k-upload .k-multiple-files-wrapper .k-file-information {
	margin-top: -4px
}

.k-upload .k-progress {
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0
}

.k-upload .k-progressbar {
	height: 2px;
	position: absolute;
	bottom: 4px;
	width: calc(100% - 16px)
}

.k-upload .k-progressbar .k-progress {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%
}

.k-upload .k-file-invalid>.k-progress {
	width: 100%
}

.k-upload .k-actions,
.k-upload .k-action-buttons {
	border-top-width: 1px
}

.k-upload[dir="rtl"] .k-dropzone,
.k-rtl .k-upload .k-dropzone {
	text-align: left
}

.k-upload[dir="rtl"] .k-dropzone .k-upload-status>.k-icon,
.k-rtl .k-upload .k-dropzone .k-upload-status>.k-icon {
	margin-left: 6px;
	margin-right: 0
}

.k-upload[dir="rtl"] .k-multiple-files-wrapper,
.k-upload[dir="rtl"] .k-file-single>.k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file-multiple>.k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file>.k-file-name-size-wrapper,
.k-rtl .k-upload .k-multiple-files-wrapper,
.k-rtl .k-upload .k-file-single>.k-file-name-size-wrapper,
.k-rtl .k-upload .k-file-multiple>.k-file-name-size-wrapper,
.k-rtl .k-upload .k-file>.k-file-name-size-wrapper {
	margin-right: 8px
}

.k-upload[dir="rtl"] .k-button+.k-button,
.k-rtl .k-upload .k-button+.k-button {
	border-right-width: 0
}

.k-upload[dir="rtl"] .k-progress,
.k-rtl .k-upload .k-progress {
	left: auto;
	right: 0
}

.k-upload-button {
	position: relative;
	overflow: hidden;
	direction: ltr
}

.k-upload-button input {
	font: 170px monospace !important;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1
}

.k-upload-button input[disabled],
.k-upload-button input.k-state-disabled {
	visibility: hidden
}

.k-ie9 .k-upload-status-total {
	top: 1.5em
}

.k-ie9 .k-upload-status-total>.k-icon {
	margin-top: -3px
}

.k-no-flexbox .k-upload-files .k-file-multiple,
.k-no-flexbox .k-upload-files .k-file-single {
	display: block;
	width: 100%
}

.k-no-flexbox .k-upload-files .k-upload-status {
	position: absolute;
	right: 8px;
	top: 8px
}

.k-no-flexbox .k-upload-files .k-file-group-wrapper,
.k-no-flexbox .k-upload-files .k-file-invalid-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-invalid-group-wrapper {
	position: absolute;
	top: 8px
}

.k-no-flexbox .k-upload-files .k-multiple-files-wrapper,
.k-no-flexbox .k-upload-files .k-file-single>.k-file-name-size-wrapper,
.k-no-flexbox .k-upload-files .k-file>.k-file-name-size-wrapper {
	margin-left: 40px;
	margin-right: calc(3.4285714286em + 26px)
}

.k-no-flexbox .k-dropzone {
	position: relative;
	text-align: left
}

.k-no-flexbox .k-dropzone .k-upload-button {
	display: inline-block
}

.k-no-flexbox .k-dropzone .k-dropzone-hint,
.k-no-flexbox .k-dropzone .k-upload-status-total {
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-no-flexbox [dir="rtl"] .k-dropzone-hint,
.k-no-flexbox [dir="rtl"] .k-upload-status-total,
.k-no-flexbox [dir="rtl"] .k-upload-files .k-upload-status,
.k-no-flexbox .k-rtl .k-dropzone-hint,
.k-no-flexbox .k-rtl .k-upload-status-total,
.k-no-flexbox .k-rtl .k-upload-files .k-upload-status {
	right: auto;
	left: 8px
}

.k-no-flexbox [dir="rtl"] .k-multiple-files-wrapper,
.k-no-flexbox [dir="rtl"] .k-file-single>.k-file-name-size-wrapper,
.k-no-flexbox [dir="rtl"] .k-file>.k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-multiple-files-wrapper,
.k-no-flexbox .k-rtl .k-file-single>.k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-file>.k-file-name-size-wrapper {
	margin-left: calc(3.4285714286em + 26px);
	margin-right: 40px
}

.k-upload {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-upload .k-dropzone {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-upload .k-dropzone.k-dropzone-hover,
.k-upload .k-dropzone.k-dropzone-hovered {
	background-color: #f7f7f7
}

.k-upload .k-dropzone .k-dropzone-hint {
	color: #7d7d7d
}

.k-upload .k-upload-files,
.k-upload .k-file {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-upload .k-file.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-upload .k-file .k-upload-action.k-state-focused {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-upload .k-upload-status {
	color: #7d7d7d
}

.k-upload .k-file-progress .k-file-name {
	color: #545454
}

.k-upload .k-file-progress .k-progress {
	background-color: #7759a0
}

.k-upload .k-file-success .k-progress {
	background-color: #5ec232
}

.k-upload .k-file-error .k-file-validation-message,
.k-upload .k-file-invalid .k-file-validation-message {
	color: #d51923
}

.k-upload .k-file-error .k-progress,
.k-upload .k-file-invalid .k-progress {
	background-color: #d51923
}

.k-upload .k-file-extension-wrapper,
.k-upload .k-multiple-files-extension-wrapper,
.k-upload .k-file-group-wrapper,
.k-upload .k-multiple-files-group-wrapper,
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper {
	color: #7d7d7d;
	border-color: #7d7d7d
}

.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-error .k-file-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper,
.k-upload .k-file-error .k-file-group-wrapper {
	border-color: #7d7d7d
}

.k-upload .k-file-extension-wrapper::before,
.k-upload .k-multiple-files-extension-wrapper::before,
.k-upload .k-file-invalid-extension-wrapper::before,
.k-upload .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-file-error .k-file-extension-wrapper::before {
	background-color: #fff;
	border-color: transparent transparent #7d7d7d #7d7d7d
}

.k-upload .k-multiple-files-extension-wrapper::after,
.k-upload .k-multiple-files-invalid-extension-wrapper::after {
	border-top-color: #7d7d7d;
	border-left-color: #7d7d7d
}

.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-information {
	color: #7d7d7d
}

.k-upload .k-multiple-files-wrapper .k-file-information {
	color: #545454
}

.k-upload.k-state-invalid,
.k-upload.ng-invalid.ng-touched,
.k-upload.ng-invalid.ng-dirty {
	border-color: rgba(213, 25, 35, 0.5)
}

.k-listbox {
	width: 12.4em;
	height: 200px;
	border-width: 0;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	vertical-align: top;
	background-color: transparent;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-listbox .k-listbox-toolbar ul {
	display: -ms-flexbox;
	display: flex
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul,
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li+li,
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li+li {
	margin-top: 8px
}

.k-listbox.k-listbox-toolbar-left {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
	margin-right: 8px
}

.k-listbox.k-listbox-toolbar-right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
	margin-left: 8px
}

.k-listbox.k-listbox-toolbar-top,
.k-listbox.k-listbox-toolbar-bottom {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul,
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li+li,
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li+li {
	margin-left: 8px
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
	margin-bottom: 8px
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
	margin-top: 8px
}

.k-listbox .k-list-scroller {
	background-clip: padding-box;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box
}

.k-listbox .k-list-scroller .k-ie11 {
	background-clip: border-box
}

.k-listbox .k-drop-hint {
	border-top-width: 1px;
	border-top-style: solid
}

.k-listbox .k-ghost {
	opacity: .5
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar,
.k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar,
.k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
.k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
	margin-right: 0;
	margin-left: 8px
}

.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar,
.k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
	margin-right: 8px;
	margin-left: 0
}

.k-item {
	cursor: default
}

.k-listbox .k-list-scroller {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-listbox .k-drop-hint {
	border-top-color: #f30a99
}

.k-rating {
	margin: 0;
	padding: 0;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-rating-container {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	box-sizing: border-box;
	margin: 0 4px
}

.k-rating-container .k-rating-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 4px 4px;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	margin: 0;
	outline: 0;
	overflow: hidden;
	transition: color 200ms ease-out 0s
}

.k-rating-container .k-rating-item * {
	pointer-events: none
}

.k-rating-container .k-rating-item .k-icon {
	font-size: 24px
}

.k-rating-container .k-rating-item .k-rating-precision-part,
.k-rating-container .k-rating-item .k-rating-precision-complement {
	display: inherit;
	position: absolute;
	top: 4px;
	left: 4px;
	overflow: hidden
}

.k-rating-container .k-rating-item .k-rating-precision-complement {
	direction: rtl
}

.k-rating-container .k-rating-item svg {
	fill: currentColor
}

.k-rating-label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	line-height: 1.5;
	margin: 4px 8px
}

.k-ie9 .k-rating-label,
.k-ie9 .k-rating-container,
.k-ie9 .k-rating-item {
	display: inline-block
}

.k-rtl .k-rating-precision-part,
[dir="rtl"] .k-rating-precision-part {
	left: auto;
	right: 4px
}

.k-rtl .k-rating-item .k-rating-precision-complement,
[dir="rtl"] .k-rating-item .k-rating-precision-complement {
	direction: ltr
}

.k-rating {
	color: #545454
}

.k-rating:focus .k-rating-item>.k-icon,
.k-rating.k-state-focused .k-rating-item>.k-icon {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.k-rating:focus .k-rating-item.k-state-selected>.k-icon,
.k-rating.k-state-focused .k-rating-item.k-state-selected>.k-icon {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.k-rating-item {
	color: #7d7d7d
}

.k-rating-item.k-state-selected {
	color: #f30a99
}

.k-rating-item.k-state-selected:focus,
.k-rating-item.k-state-selected.k-state-focused {
	color: #f30a99
}

.k-rating-item:hover,
.k-rating-item.k-state-hover {
	color: #f30a99;
	cursor: pointer
}

.k-appbar {
	background-clip: padding-box;
	padding: 8px 16px;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-appbar .k-ie11 {
	background-clip: border-box
}

.k-appbar>* {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-appbar .k-appbar-section {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center
}

.k-appbar .k-appbar-spacer {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-appbar .k-appbar-spacer-sized {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.k-appbar .k-appbar-separator {
	margin: 0;
	width: 0;
	min-height: 1em;
	border-style: solid;
	border-width: 0 0 0 1px;
	display: inline-block
}

.k-appbar-static {
	position: static
}

.k-appbar-sticky {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1
}

.k-appbar-fixed {
	width: 100%;
	position: fixed;
	z-index: 1
}

.k-appbar-top {
	top: 0;
	bottom: auto
}

.k-appbar-bottom {
	top: auto;
	bottom: 0
}

.k-appbar-bottom.k-appbar-fixed {
	bottom: 0
}

.k-appbar {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16)
}

.k-appbar-bottom {
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.16)
}

.k-appbar-primary {
	color: #fff;
	background-color: #f30a99
}

.k-appbar-secondary {
	color: #000;
	background-color: #f6f6f6
}

.k-appbar-tertiary {
	color: #fff;
	background-color: #03a9f4
}

.k-appbar-info {
	color: #fff;
	background-color: #7759a0
}

.k-appbar-success {
	color: #fff;
	background-color: #5ec232
}

.k-appbar-warning {
	color: #000;
	background-color: #fdce3e
}

.k-appbar-error {
	color: #fff;
	background-color: #d51923
}

.k-appbar-dark {
	color: #fff;
	background-color: #545454
}

.k-appbar-light {
	color: #545454;
	background-color: #fff
}

.k-appbar-inverse {
	color: #fff;
	background-color: #404040
}

.k-menu {
	background-clip: padding-box;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-menu .k-ie11 {
	background-clip: border-box
}

.k-menu-item {
	border-width: 0;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-menu-link {
	padding: 6px 12px;
	outline: 0;
	color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	cursor: pointer
}

.k-menu-link>.k-icon:not(.k-menu-expand-arrow),
.k-menu-link>.k-image,
.k-menu-link>.k-sprite {
	margin-right: 4px
}

.k-menu-expand-arrow {
	margin-left: 4px;
	margin-right: -4px;
	position: relative
}

.k-menu-expand-arrow.k-i-arrow-60-left,
.k-menu-expand-arrow.k-i-arrow-60-right {
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-menu-expand-arrow.k-i-arrow-60-right {
	right: 4px
}

.k-menu-expand-arrow.k-i-arrow-60-left {
	left: 4px
}

.k-menu-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-menu-horizontal>.k-menu-item+.k-menu-item {
	margin-left: 0px
}

.k-menu-horizontal>.k-separator {
	margin: 0 2px;
	width: 0;
	height: auto;
	border-width: 0 0 0 1px;
	border-style: solid;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-menu-vertical {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-menu-vertical>.k-menu-item+.k-menu-item {
	margin-top: 0px
}

.k-menu-vertical>.k-menu-item>.k-menu-link {
	padding: 4px 8px;
	padding-right: 32px
}

.k-menu-vertical>.k-separator {
	margin: 2px 0;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.08);
	display: block
}

.k-menu-popup {
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	max-height: 80vh
}

.k-menu-group {
	margin: 0;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 1.4285714286;
	list-style: none;
	display: none;
	position: absolute
}

.k-menu-popup .k-menu-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-menu-group .k-menu-item {
	font-size: 14px;
	line-height: 1.4285714286
}

.k-menu-group .k-menu-item+.k-menu-item {
	margin-top: 0px
}

.k-menu-group .k-menu-link {
	padding: 4px 8px;
	padding-right: 32px
}

.k-menu-group .k-separator {
	margin: 2px 0;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.08);
	display: block
}

.k-popups-wrapper {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0
}

.k-context-menu {
	margin: 0;
	padding: 0px 0px;
	border-width: 1px;
	border-style: solid
}

.k-context-menu.k-menu-horizontal {
	padding: 0px 0px
}

.k-animation-container .k-context-menu.k-menu-horizontal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-context-menu-popup {
	z-index: 12000
}

.k-context-menu-popup>.k-popup:not(.k-menu-popup),
.k-context-menu-popup .k-context-menu {
	border: 0
}

.k-menu-scroll-wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative
}

.k-menu-scroll-wrapper .k-menu {
	overflow: hidden;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-menu-scroll-button {
	border-radius: 0;
	padding: 0;
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background: inherit;
	position: absolute
}

.k-menu-scroll-button.k-scroll-left {
	top: 0;
	left: 0;
	height: 100%;
	width: 16px;
	border-right-width: 1px
}

.k-menu-scroll-button.k-scroll-right {
	top: 0;
	right: 0;
	height: 100%;
	width: 16px;
	border-left-width: 1px
}

.k-menu-scroll-button.k-scroll-up {
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	border-bottom-width: 1px
}

.k-menu-scroll-button.k-scroll-down {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	border-top-width: 1px
}

.k-rtl .k-menu-link>.k-icon:not(.k-menu-expand-arrow),
.k-rtl .k-menu-link>.k-image,
.k-rtl .k-menu-link>.k-sprite,
[dir="rtl"] .k-menu-link>.k-icon:not(.k-menu-expand-arrow),
[dir="rtl"] .k-menu-link>.k-image,
[dir="rtl"] .k-menu-link>.k-sprite {
	margin-left: 4px;
	margin-right: 0
}

.k-rtl .k-menu-expand-arrow.k-i-arrow-60-down,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-60-down {
	margin-left: -4px;
	margin-right: 4px
}

.k-rtl .k-menu-horizontal>.k-menu-item+.k-menu-item,
[dir="rtl"] .k-menu-horizontal>.k-menu-item+.k-menu-item {
	margin-right: 0px;
	margin-left: 0
}

.k-rtl .k-menu-vertical>.k-menu-item>.k-menu-link,
[dir="rtl"] .k-menu-vertical>.k-menu-item>.k-menu-link {
	padding-right: 8px;
	padding-left: 32px
}

.k-rtl .k-menu-group .k-menu-link,
[dir="rtl"] .k-menu-group .k-menu-link {
	padding-right: 8px;
	padding-left: 32px
}

.k-menu:not(.k-context-menu) {
	color: #545454;
	background-color: rgba(0, 0, 0, 0)
}

.k-menu:not(.k-context-menu)>.k-item {
	color: #f30a99
}

.k-menu:not(.k-context-menu)>.k-item:hover,
.k-menu:not(.k-context-menu)>.k-item.k-state-hover {
	color: #cc0881
}

.k-menu:not(.k-context-menu)>.k-item>.k-state-active {
	color: #545454
}

.k-menu:not(.k-context-menu)>.k-item:focus,
.k-menu:not(.k-context-menu)>.k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-menu-group,
.k-menu.k-context-menu {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fafafa
}

.k-menu-group .k-item:hover,
.k-menu-group .k-item.k-state-hover,
.k-menu.k-context-menu .k-item:hover,
.k-menu.k-context-menu .k-item.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-menu-group .k-item>.k-state-active,
.k-menu.k-context-menu .k-item>.k-state-active {
	color: #fff;
	background-color: #f30a99
}

.k-menu-group .k-item:focus,
.k-menu-group .k-item.k-state-focused,
.k-menu.k-context-menu .k-item:focus,
.k-menu.k-context-menu .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-menu-scroll-button {
	border-color: rgba(0, 0, 0, 0.08);
	color: #f30a99;
	background-color: #fff
}

.k-menu-scroll-button:hover {
	color: #cc0881
}

.k-menu-scroll-button:hover::before {
	opacity: 0
}

.k-window {
	background-clip: padding-box;
	border-radius: 0px;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.25;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	z-index: 10002;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-window .k-ie11 {
	background-clip: border-box
}

.k-window.k-window-maximized {
	max-width: 100vw;
	max-height: 100vh;
	box-shadow: none
}

.k-window-sm {
	width: 300px
}

.k-window-md {
	width: 800px
}

.k-window-lg {
	width: 1200px
}

.k-window-titlebar {
	background-clip: padding-box;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 12px 16px;
	border-width: 0 0 1px;
	border-style: solid;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: center;
	align-items: center
}

.k-window-titlebar .k-ie11 {
	background-clip: border-box
}

.k-window-minimized .k-window-titlebar {
	border-width: 0
}

.k-window-title {
	padding: .5em 0;
	margin: -.5em 0;
	font-size: 18px;
	line-height: 1.1111111111;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: default;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-window-title::before {
	content: "\200b"
}

.k-window-actions {
	margin: -5em 0;
	-webkit-margin-end: -4px;
	margin-inline-end: -4px;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top
}

.k-window-action {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-window-content,
.k-prompt-container {
	padding: 16px 16px;
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background: none;
	outline: 0;
	overflow: auto;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-window-content+.k-prompt-container {
	margin-top: -8px
}

.k-window-content:first-child {
	padding-top: max( 16px, 12px)
}

.k-window-content:last-child {
	padding-bottom: max( 16px, 12px)
}

.k-window-iframecontent {
	padding: 0;
	overflow: visible
}

.k-window-iframecontent .k-content-frame {
	vertical-align: top;
	border: 0;
	width: 100%;
	height: 100%
}

.k-window-buttongroup {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 8px 8px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

.k-window-buttongroup.k-actions-stretched {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-width: 1px 0 0
}

.k-prompt-container>.k-textbox,
.k-prompt-container>.k-textarea {
	width: 100%
}

.k-window .k-resize-n {
	top: 0
}

.k-window .k-resize-e {
	right: 0
}

.k-window .k-resize-s {
	bottom: 0
}

.k-window .k-resize-w {
	left: 0
}

.k-window {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06)
}

.k-window:focus,
.k-window.k-state-focused {
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3)
}

.k-window-titlebar {
	border-color: inherit;
	color: #545454;
	background-color: #f6f6f6
}

.k-dialog-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001
}

.k-dialog-wrapper .k-dialog {
	position: relative
}

.k-dialog {
	padding: 0;
	position: fixed;
	box-sizing: border-box
}

.k-dialog.k-dialog-centered {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}

.k-dialog .k-multiselect,
.k-dialog .k-dropdowntree {
	width: 100%
}

.k-dialog-close {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.k-dialog-buttongroup {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 8px 8px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

.k-dialog-buttongroup .k-button {
	width: auto !important;
	max-width: 100%
}

.k-dialog-buttongroup .k-button~.k-button {
	margin-left: 8px
}

.k-rtl .k-dialog-buttongroup .k-button~.k-button,
[dir="rtl"] .k-dialog-buttongroup .k-button~.k-button {
	margin-left: 0;
	margin-right: 8px
}

.k-dialog-buttongroup.k-actions-stretched {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-width: 1px 0 0
}

.k-dialog-button-layout-stretched {
	padding: 0;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-dialog-button-layout-stretched .k-button {
	border-radius: 0;
	padding: 12px 16px;
	border-width: 0;
	text-overflow: ellipsis;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	display: inline-block;
	overflow: hidden
}

.k-dialog-button-layout-stretched .k-button~.k-button {
	margin: 0;
	border-left-width: 1px
}

.k-rtl .k-dialog-button-layout-stretched .k-button~.k-button,
[dir="rtl"] .k-dialog-button-layout-stretched .k-button~.k-button {
	margin: 0;
	border-left-width: 0;
	border-right-width: 1px
}

.k-window-sm .k-dialog-button-layout-stretched {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-window-sm .k-dialog-button-layout-stretched .k-button {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 8px 8px
}

.k-window-sm .k-dialog-button-layout-stretched .k-button~.k-button {
	border-width: 0;
	border-top-width: 1px
}

.k-window-md .k-dialog-button-layout-stretched .k-button {
	padding: 12px 12px
}

.k-no-flexbox .k-dialog-buttongroup {
	display: block;
	text-align: right
}

.k-no-flexbox .k-window-sm .k-dialog-button-layout-stretched .k-button {
	display: block
}

.k-no-flexbox .k-rtl .k-dialog-buttongroup,
.k-no-flexbox [dir="rtl"] .k-dialog-buttongroup {
	text-align: left
}

.k-dialog-titlebar {
	border-color: inherit;
	color: #fff;
	background-color: #f30a99
}

.k-dialog-button-layout-stretched .k-button {
	border-color: inherit
}

.k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
	color: inherit;
	background: none
}

.k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
	color: #f30a99
}

.k-dialog-button-layout-stretched .k-button:focus,
.k-dialog-button-layout-stretched .k-button.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-dialog-button-layout-stretched .k-button.k-primary:focus,
.k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(243, 10, 153, 0.3)
}

.k-drawer-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start
}

kendo-drawer.k-drawer,
kendo-drawer .k-drawer-wrapper {
	transition: none
}

.k-drawer {
	height: 100%;
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-drawer-mini .k-drawer.k-drawer-start,
.k-drawer-expanded .k-drawer.k-drawer-start,
.k-drawer-left.k-drawer-mini .k-drawer,
.k-drawer-left.k-drawer-expanded .k-drawer {
	border-right-width: 1px
}

.k-drawer-mini .k-drawer.k-drawer-end,
.k-drawer-expanded .k-drawer.k-drawer-end,
.k-drawer-right.k-drawer-mini .k-drawer,
.k-drawer-right.k-drawer-expanded .k-drawer {
	border-left-width: 1px
}

.k-drawer.k-drawer-start,
.k-drawer-left .k-drawer {
	top: 0;
	left: 0
}

.k-drawer.k-drawer-end,
.k-drawer-right .k-drawer {
	top: 0;
	right: 0
}

.k-drawer-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-drawer-overlay .k-drawer {
	max-width: 80vw;
	position: fixed;
	z-index: 10002;
	border: 0
}

.k-drawer-overlay>.k-overlay {
	display: none
}

.k-drawer-overlay.k-drawer-expanded>.k-overlay {
	display: block
}

.k-drawer-push {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-drawer-push .k-drawer {
	height: auto;
	position: relative;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-drawer-push .k-drawer.k-drawer-end,
.k-drawer-push.k-drawer-right .k-drawer {
	-ms-flex-order: 1;
	order: 1
}

.k-drawer-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	transition: all 300ms ease-in-out
}

.k-drawer-wrapper::-webkit-scrollbar {
	width: 7px
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
	border-radius: 20px
}

.k-drawer-items,
.k-drawer-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-drawer-item {
	padding: 8px 8px;
	outline: 0;
	color: inherit;
	font-size: 16px;
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	cursor: pointer
}

.k-drawer-item>.k-drawer-link {
	margin: -8px -8px;
	padding: 8px 8px;
	color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-drawer-item .k-icon {
	margin: 0 8px;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-drawer-item .k-item-text {
	padding: 0 8px;
	display: inline-block;
	white-space: nowrap
}

.k-drawer-separator {
	padding: 0;
	height: 1px
}

.k-drawer-mini .k-drawer-wrapper {
	width: 48px
}

.k-rtl.k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-expanded .k-drawer-start,
.k-rtl.k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-expanded .k-drawer-start {
	border-left-width: 1px;
	border-right-width: 0
}

.k-rtl.k-drawer-mini .k-drawer-end,
.k-rtl .k-drawer-mini .k-drawer-end,
.k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end,
[dir="rtl"].k-drawer-mini .k-drawer-end,
[dir="rtl"] .k-drawer-mini .k-drawer-end,
[dir="rtl"].k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end {
	border-left-width: 0;
	border-right-width: 1px
}

.k-rtl.k-drawer-overlay .k-drawer-start,
.k-rtl .k-drawer-overlay .k-drawer-start,
[dir="rtl"].k-drawer-overlay .k-drawer-start,
[dir="rtl"] .k-drawer-overlay .k-drawer-start {
	left: auto;
	right: 0
}

.k-rtl.k-drawer-overlay .k-drawer-end,
.k-rtl .k-drawer-overlay .k-drawer-end,
[dir="rtl"].k-drawer-overlay .k-drawer-end,
[dir="rtl"] .k-drawer-overlay .k-drawer-end {
	left: 0;
	right: auto
}

.k-rtl .k-drawer-left.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-left.k-drawer-push .k-drawer {
	-ms-flex-order: 1;
	order: 1
}

.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
	-ms-flex-order: 0;
	order: 0
}

.k-drawer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-drawer-wrapper {
	scrollbar-color: rgba(156, 156, 156, 0.7) #dedede
}

.k-drawer-wrapper::-webkit-scrollbar-track {
	background: #dedede
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
	background: rgba(156, 156, 156, 0.7)
}

.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
	background: #9c9c9c
}

.k-drawer-item:hover,
.k-drawer-item.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-drawer-item:focus,
.k-drawer-item.k-state-focused {
	background-color: #f6f6f6;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-drawer-item:focus:hover,
.k-drawer-item:focus.k-state-hover,
.k-drawer-item.k-state-focused:hover,
.k-drawer-item.k-state-focused.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-drawer-item.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-drawer-item.k-state-selected:hover,
.k-drawer-item.k-state-selected.k-state-hover {
	color: #fff;
	background-color: #e0098d
}

.k-drawer-separator {
	background-color: rgba(0, 0, 0, 0.08)
}

.k-notification-group {
	position: fixed;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 100%;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.k-notification-container {
	margin: 2px 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top
}

.k-notification-container-animating {
	overflow: hidden
}

.k-notification {
	border-radius: 3px;
	padding: 4px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.4285714286;
	cursor: default;
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-notification-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-notification-wrap>.k-icon {
	margin-right: 4px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-notification-wrap>.k-i-close {
	margin-right: 0;
	margin-left: 4px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer
}

.k-notification-wrap>.k-notification-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-rtl .k-notification .k-notification-wrap>.k-icon,
[dir="rtl"] .k-notification .k-notification-wrap>.k-icon {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl .k-notification .k-notification-wrap>.k-i-close,
[dir="rtl"] .k-notification .k-notification-wrap>.k-i-close {
	margin-left: 0;
	margin-right: 4px
}

.k-ie9 .k-notification-wrap {
	white-space: nowrap
}

.k-ie9 .k-notification-wrap>.k-icon {
	vertical-align: top
}

.k-ie9 .k-notification-wrap>.k-notification-content {
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.k-notification {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-notification-wrap>.k-i-close {
	color: inherit
}

.k-notification-group .k-notification {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-notification-primary {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-notification-secondary {
	border-color: #f6f6f6;
	color: #000;
	background-color: #f6f6f6
}

.k-notification-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}

.k-notification-info {
	border-color: #7759a0;
	color: #fff;
	background-color: #7759a0
}

.k-notification-success {
	border-color: #5ec232;
	color: #fff;
	background-color: #5ec232
}

.k-notification-warning {
	border-color: #fdce3e;
	color: #000;
	background-color: #fdce3e
}

.k-notification-error {
	border-color: #d51923;
	color: #fff;
	background-color: #d51923
}

.k-notification-dark {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-notification-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}

.k-notification-inverse {
	border-color: #404040;
	color: #fff;
	background-color: #404040
}

.k-rpanel-left,
.k-rpanel-right {
	position: fixed;
	display: block;
	overflow: auto;
	min-width: 320px;
	height: 100%;
	top: 0
}

.k-rpanel-left+*,
.k-rpanel-right+* {
	overflow: auto
}

.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0)
}

.k-rpanel-left {
	-webkit-transform: translateX(-100%) translateZ(0);
	transform: translateX(-100%) translateZ(0);
	left: 0
}

.k-rpanel-right {
	-webkit-transform: translateX(100%) translateZ(0);
	transform: translateX(100%) translateZ(0);
	right: 0
}

.k-rpanel-top {
	position: static;
	max-height: 0
}

.k-rpanel-top.k-rpanel-expanded {
	max-height: 568px;
	overflow: visible !important
}

.k-rpanel-toggle {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.k-breadcrumb {
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-breadcrumb-container,
.k-breadcrumb-root-item-container {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden
}

.k-breadcrumb-container.k-flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.k-breadcrumb-root-item-container {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-breadcrumb-item {
	vertical-align: middle;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.k-breadcrumb-root-item {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-breadcrumb-link,
.k-breadcrumb-root-link {
	border-radius: 3px;
	padding: 6px 8px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	cursor: pointer;
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	overflow: hidden;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

.k-breadcrumb-root-link {
	margin-right: 8px
}

.k-breadcrumb-link>.k-image,
.k-breadcrumb-icontext-link .k-icon {
	margin-right: 4px
}

.k-breadcrumb-icon-link {
	padding: 8px 8px
}

.k-breadcrumb-delimiter,
.k-breadcrumb-delimiter-icon {
	color: inherit;
	font-size: 12px;
	opacity: .6
}

.k-breadcrumb-input-container {
	width: 100%
}

.k-breadcrumb-input-container .k-breadcrumb-input-container {
	border-color: transparent
}

.k-breadcrumb-input-container .k-textbox {
	width: 100%;
	height: 100%
}

.k-ie9 .k-breadcrumb,
.k-ie9 .k-breadcrumb-container {
	display: block
}

.k-ie9 .k-breadcrumb-item {
	display: inline-block
}

.k-breadcrumb[dir="rtl"] .k-breadcrumb-root-link,
.k-rtl .k-breadcrumb .k-breadcrumb-root-link {
	margin-right: 0;
	margin-left: 8px
}

.k-breadcrumb[dir="rtl"] .k-breadcrumb-link>.k-image,
.k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
.k-rtl .k-breadcrumb .k-breadcrumb-link>.k-image,
.k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
	margin-right: 0;
	margin-left: 4px
}

.k-breadcrumb {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-breadcrumb:focus,
.k-breadcrumb.k-state-focused {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06)
}

.k-breadcrumb-link {
	color: #f30a99
}

.k-breadcrumb-link:hover,
.k-breadcrumb-link.k-state-hover {
	color: #cc0881;
	background-color: #f6f6f6
}

.k-breadcrumb-link:focus,
.k-breadcrumb-link.k-state-focused {
	color: #f30a99;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-breadcrumb-root-link:hover,
.k-breadcrumb-root-link.k-state-hover {
	background-color: #f6f6f6
}

.k-breadcrumb-root-link:focus,
.k-breadcrumb-root-link.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-pager-wrap {
	padding: 8px 8px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	cursor: default;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-pager-wrap .k-link {
	text-decoration: none;
	outline: 0;
	font: inherit;
	background-color: inherit
}

.k-pager-wrap .k-link:focus,
.k-pager-wrap .k-link.k-state-focus {
	z-index: 2
}

.k-pager-wrap .k-widget,
.k-pager-wrap select.k-dropdown,
.k-pager-wrap select.k-dropdowntree {
	font-size: inherit
}

.k-rtl .k-pager-wrap .k-i-arrow-end-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
.k-rtl .k-pager-wrap .k-i-arrow-end-right,
.k-rtl .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-seek-e,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
.k-pager-wrap[dir="rtl"] .k-i-seek-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-right,
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
[dir="rtl"] .k-pager-wrap .k-i-seek-e {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-pager-input,
.k-pager-sizes,
.k-pager-info {
	margin-left: 1em;
	margin-right: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.k-pager-nav,
.k-pager-numbers .k-link,
.k-pager-refresh {
	min-width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px);
	box-sizing: border-box;
	color: inherit;
	text-align: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.k-pager-nav:hover,
.k-pager-numbers .k-link:hover,
.k-pager-refresh:hover {
	z-index: 2
}

.k-state-disabled.k-pager-nav,
.k-pager-numbers .k-state-disabled.k-link,
.k-state-disabled.k-pager-refresh {
	color: inherit
}

.k-pager-nav {
	padding: 4px 4px;
	border-width: 0px;
	border-style: solid
}

.k-pager-numbers-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

.k-pager-numbers-wrap select.k-dropdown,
.k-pager-numbers-wrap select.k-dropdowntree {
	cursor: pointer;
	display: none
}

.k-pager-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-pager-numbers li {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-pager-numbers .k-link {
	padding: 4px 4px;
	border-width: 0px;
	border-style: solid
}

.k-pager-numbers .k-state-selected {
	cursor: inherit;
	z-index: 2
}

.k-pager-input .k-textbox {
	margin: 0 1ex;
	width: 3em
}

.k-pager-sizes .k-dropdown,
.k-pager-sizes .k-dropdowntree,
.k-pager-sizes>select {
	margin-right: 1ex;
	width: 5em
}

.k-rtl .k-pager-sizes .k-dropdown,
.k-rtl .k-pager-sizes .k-dropdowntree,
.k-rtl .k-pager-sizes>select,
[dir="rtl"] .k-pager-sizes .k-dropdown,
[dir="rtl"] .k-pager-sizes .k-dropdowntree,
[dir="rtl"] .k-pager-sizes>select {
	margin-left: 1ex;
	margin-right: 0
}

.k-pager-info {
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	-ms-flex-order: 9;
	order: 9
}

.k-pager-refresh {
	margin-left: auto;
	-ms-flex-order: 10;
	order: 10
}

.k-rtl .k-pager-refresh,
[dir="rtl"] .k-pager-refresh {
	margin-left: 0;
	margin-right: auto
}

.k-pager-sm {
	overflow: visible
}

.k-pager-sm .k-pager-numbers-wrap select.k-dropdown,
.k-pager-sm .k-pager-numbers-wrap select.k-dropdowntree {
	width: 5em;
	display: -ms-flexbox;
	display: flex
}

.k-pager-sm .k-pager-numbers-wrap {
	margin-left: 1em;
	margin-right: 1em;
	height: calc(1.4285714286em + 10px);
	box-sizing: border-box;
	border-color: inherit
}

.k-rtl .k-pager-sm .k-pager-numbers-wrap,
.k-pager-sm[dir="rtl"] .k-pager-numbers-wrap,
[dir="rtl"] .k-pager-sm .k-pager-numbers-wrap {
	margin-left: 1em;
	margin-right: 1em
}

.k-pager-md .k-pager-info,
.k-pager-sm .k-pager-info,
.k-pager-sm .k-pager-sizes,
.k-pager-sm .k-pager-numbers {
	display: none
}

.k-pager-wrap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-pager-nav.k-link:hover,
.k-pager-refresh:hover,
.k-state-hover.k-pager-nav.k-link,
.k-state-hover.k-pager-refresh {
	color: #545454;
	background-color: #f7f7f7
}

.k-state-selected.k-pager-nav.k-link,
.k-state-selected.k-pager-refresh {
	color: #fff;
	background-color: #f30a99
}

.k-pager-nav.k-link:focus,
.k-pager-refresh:focus,
.k-state-focus.k-pager-nav.k-link,
.k-state-focus.k-pager-refresh {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-pager-numbers .k-link {
	color: #f30a99
}

.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-link.k-state-hover {
	color: #f30a99;
	background-color: rgba(243, 10, 153, 0.08)
}

.k-pager-numbers .k-link:focus,
.k-pager-numbers .k-link.k-state-focus {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 2px rgba(243, 10, 153, 0.12)
}

.k-pager-numbers .k-link.k-state-selected {
	color: #f30a99;
	background-color: rgba(243, 10, 153, 0.2)
}

.k-pager-md .k-pager-numbers .k-current-page .k-link,
.k-pager-sm .k-pager-numbers .k-current-page .k-link {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-pager-md .k-pager-numbers .k-current-page .k-link:hover,
.k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link:hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7
}

.k-pager-md .k-pager-numbers.k-state-expanded,
.k-pager-sm .k-pager-numbers.k-state-expanded {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fafafa;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link:hover,
.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link:hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-selected,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-panelbar {
	background-clip: padding-box;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	list-style: none;
	display: block;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-panelbar .k-ie11 {
	background-clip: border-box
}

.k-panelbar>.k-item {
	background-clip: padding-box;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: block
}

.k-panelbar>.k-item .k-ie11 {
	background-clip: border-box
}

.k-panelbar>.k-item>.k-link {
	padding: 8px 8px;
	color: inherit;
	background: none;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	gap: 4px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

.k-panelbar>.k-item+.k-item {
	border-top-width: 1px
}

.k-panelbar .k-group {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background-color: transparent;
	list-style: none
}

.k-panelbar .k-group>.k-item {
	display: block
}

.k-panelbar .k-group>.k-item>.k-link {
	padding: 4px 8px;
	color: inherit;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	gap: 4px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

.k-panelbar .k-content {
	display: flow-root
}

.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse {
	-webkit-margin-start: auto;
	margin-inline-start: auto
}

.k-panelbar .k-group .k-panelbar-expand,
.k-panelbar .k-group .k-panelbar-collapse {
	-webkit-margin-end: 0px;
	margin-inline-end: 0px
}

.k-no-flexbox .k-panelbar>.k-item>.k-link,
.k-no-flexbox .k-panelbar .k-group>.k-link {
	display: block
}

.k-no-flexbox .k-panelbar .k-link>.k-image,
.k-no-flexbox .k-panelbar .k-link>.k-sprite,
.k-no-flexbox .k-panelbar .k-link>.k-icon {
	margin-right: 4px
}

.k-no-flexbox .k-panelbar .k-panelbar-expand,
.k-no-flexbox .k-panelbar .k-panelbar-collapse {
	margin: 0 !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 8px
}

.k-no-flexbox .k-panelbar[dir="rtl"] .k-link>.k-image,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-link>.k-sprite,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-link>.k-icon,
.k-no-flexbox .k-rtl .k-panelbar .k-link>.k-image,
.k-no-flexbox .k-rtl .k-panelbar .k-link>.k-sprite,
.k-no-flexbox .k-rtl .k-panelbar .k-link>.k-icon {
	margin-left: 4px;
	margin-right: 0
}

.k-no-flexbox .k-panelbar[dir="rtl"] .k-panelbar-expand,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-panelbar-collapse,
.k-no-flexbox .k-rtl .k-panelbar .k-panelbar-expand,
.k-no-flexbox .k-rtl .k-panelbar .k-panelbar-collapse {
	right: auto;
	left: 8px
}

.k-panelbar {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-panelbar>.k-item>.k-link {
	color: #f30a99;
	background-color: #fff
}

.k-panelbar>.k-item>.k-link .k-icon {
	color: #545454
}

.k-panelbar>.k-item.k-state-active>.k-link,
.k-panelbar>.k-item.k-state-expanded>.k-link {
	color: inherit;
	background-color: transparent;
	font-weight: 500
}

.k-panelbar>.k-item>.k-link:hover,
.k-panelbar>.k-item>.k-link.k-state-hover {
	color: #cc0881;
	background-color: #ebebeb
}

.k-panelbar>.k-item>.k-link.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-panelbar>.k-item>.k-link.k-state-selected .k-icon {
	color: inherit
}

.k-panelbar>.k-item>.k-link.k-state-selected:hover,
.k-panelbar>.k-item>.k-link.k-state-selected.k-state-hover {
	background-color: #e0098d
}

.k-panelbar>.k-item>.k-link:focus,
.k-panelbar>.k-item>.k-link.k-state-focus,
.k-panelbar>.k-item>.k-link.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-panelbar .k-group>.k-item>.k-link:hover,
.k-panelbar .k-group>.k-item>.k-link.k-state-hover {
	background-color: #e2e2e2
}

.k-panelbar .k-group>.k-item>.k-link.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-panelbar .k-group>.k-item>.k-link.k-state-selected:hover,
.k-panelbar .k-group>.k-item>.k-link.k-state-selected.k-state-hover {
	background-color: #e0098d
}

.k-panelbar .k-group>.k-item>.k-link:focus,
.k-panelbar .k-group>.k-item>.k-link.k-state-focus,
.k-panelbar .k-group>.k-item>.k-link.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-stepper {
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: inherit;
	background: none
}

.k-stepper .k-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	z-index: 1
}

.k-stepper .k-step-link {
	outline: none;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.k-stepper .k-step-disabled {
	pointer-events: none
}

.k-stepper .k-step-disabled .k-step-link {
	cursor: default
}

.k-stepper .k-step-indicator {
	border-radius: 50%;
	margin: 3px;
	width: 28px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: visible;
	transition-property: color, background-color, border-color;
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	box-sizing: content-box
}

.k-stepper .k-step-indicator::after {
	border-radius: 100%;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	pointer-events: none;
	display: none;
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	z-index: 2
}

.k-stepper .k-step-focus .k-step-indicator::after,
.k-stepper .k-step-link:focus .k-step-indicator::after {
	display: block
}

.k-stepper .k-step-label {
	max-width: 10em;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1
}

.k-stepper .k-step-label:only-child {
	border-radius: 15px;
	padding: 5px 12px;
	border-width: 0
}

.k-stepper .k-step-label .k-step-text {
	max-width: calc(10em - 20px);
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.k-stepper .k-step-label .k-icon {
	margin-left: 4px
}

.k-stepper .k-step-current .k-step-label {
	font-weight: bold
}

.k-stepper .k-step-label-optional {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-style: italic
}

.k-stepper .k-step-disabled .k-step-label-optional,
.k-stepper.k-state-disabled .k-step-label-optional {
	color: inherit
}

.k-stepper .k-progressbar {
	pointer-events: none;
	z-index: 0;
	overflow: visible
}

.k-stepper .k-progressbar-horizontal {
	grid-row: 1 / -1
}

.k-stepper .k-progressbar-vertical {
	position: absolute
}

.k-step-list-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
	grid-row: 1
}

.k-step-list-horizontal .k-step {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center
}

.k-step-list-horizontal .k-step-link {
	margin: auto;
	max-width: 10em;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-step-list-horizontal .k-step-label {
	text-align: center
}

.k-step-list-horizontal .k-step-indicator+.k-step-label {
	margin-top: 5px
}

.k-step-list-horizontal~.k-progressbar {
	width: 100%;
	height: 2px;
	top: 17px
}

.k-step-list-vertical {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-step-list-vertical .k-step {
	min-height: 54px
}

.k-step-list-vertical .k-step-label {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-step-list-vertical .k-step-indicator+.k-step-label {
	margin-left: 12px
}

.k-step-list-vertical~.k-progressbar {
	width: 2px;
	height: 100%;
	min-height: 20px;
	left: 17px
}

.k-step-list-vertical .k-step-content {
	height: 0;
	overflow: hidden;
	transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms
}

.k-step-list-vertical .k-step-current .k-step-content {
	height: auto;
	overflow: visible;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 30px;
	padding: 20px 10px
}

.k-rtl .k-stepper,
.k-stepper[dir="rtl"] {
	direction: rtl
}

.k-rtl .k-stepper .k-step-label .k-icon,
.k-stepper[dir="rtl"] .k-step-label .k-icon {
	margin-left: 0;
	margin-right: 4px
}

.k-rtl .k-stepper .k-step-list-vertical .k-step-indicator+.k-step-label,
.k-stepper[dir="rtl"] .k-step-list-vertical .k-step-indicator+.k-step-label {
	margin-left: 0;
	margin-right: 12px
}

.k-rtl .k-stepper .k-step-list-vertical~.k-progressbar,
.k-stepper[dir="rtl"] .k-step-list-vertical~.k-progressbar {
	left: auto;
	right: 17px
}

.k-stepper {
	color: #545454
}

.k-stepper .k-step:hover .k-step-label,
.k-stepper .k-step.k-step-hover .k-step-label {
	color: #474747
}

.k-stepper .k-step:hover .k-step-indicator,
.k-stepper .k-step.k-step-hover .k-step-indicator {
	background-color: #ebebeb
}

.k-stepper .k-step.k-step-disabled .k-step-indicator,
.k-stepper .k-step:disabled .k-step-indicator {
	color: #a6a6a6
}

.k-stepper .k-step-indicator {
	border-color: #ccc;
	color: #545454;
	background-color: #fff
}

.k-stepper .k-step-indicator::after {
	box-shadow: inset 0 0 0 2px #fff
}

.k-stepper .k-step-label:only-child {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-stepper .k-step-done .k-step-indicator {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-stepper .k-step-done:hover .k-step-indicator,
.k-stepper .k-step-done.k-step-hover .k-step-indicator {
	background-color: #e0098d
}

.k-stepper .k-step-done.k-step-disabled .k-step-indicator,
.k-stepper .k-step-done:disabled .k-step-indicator {
	border-color: #f86cc2;
	color: #fff;
	background-color: #f86cc2
}

.k-stepper .k-step-current .k-step-indicator {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-stepper .k-step-current:hover .k-step-indicator,
.k-stepper .k-step-current.k-step-hover .k-step-indicator {
	background-color: #e0098d
}

.k-stepper .k-step-current.k-step-disabled .k-step-indicator,
.k-stepper .k-step-current:disabled .k-step-indicator {
	border-color: #f86cc2;
	color: #fff;
	background-color: #f86cc2
}

.k-stepper .k-step-success .k-step-label .k-icon {
	color: #5ec232
}

.k-stepper .k-step-error .k-step-label {
	color: #d51923
}

.k-stepper .k-step-error .k-step-label {
	color: #d51923
}

.k-stepper .k-step-error:hover .k-step-label,
.k-stepper .k-step-error.k-step-hover .k-step-label {
	color: #d51923
}

.k-stepper .k-step-disabled .k-step-label {
	color: #a6a6a6
}

.k-stepper .k-step-focus .k-step-label:only-child,
.k-stepper .k-step-link:focus .k-step-label:only-child {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08)
}

.k-stepper .k-step-label-optional {
	color: #7d7d7d
}

.k-wizard {
	padding: 20px 20px;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	position: relative;
	color: inherit;
	background: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden
}

.k-wizard .k-wizard-steps {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.k-wizard .k-wizard-step {
	padding: 10px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-wizard .k-wizard-step:focus,
.k-wizard .k-wizard-step.k-state-focused {
	outline-width: 1px;
	outline-style: dotted;
	outline-offset: -1px
}

.k-wizard .k-wizard-content {
	overflow-y: auto
}

.k-wizard .k-wizard-buttons {
	margin-top: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-wizard .k-wizard-buttons .k-button {
	margin-right: 10px
}

.k-wizard .k-wizard-buttons .k-wizard-pager {
	vertical-align: middle
}

.k-wizard .k-wizard-buttons-right .k-button:last-of-type {
	margin-right: 0
}

.k-wizard .k-stepper .k-step-list-vertical .k-step {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.k-wizard .k-stepper .k-step-indicator {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-wizard-horizontal {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-wizard-horizontal .k-wizard-steps {
	margin-top: 32px
}

.k-wizard-horizontal .k-wizard-steps,
.k-wizard-horizontal .k-wizard-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-wizard-vertical .k-wizard-steps {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.k-wizard-vertical .k-wizard-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.k-wizard-vertical .k-wizard-steps {
	margin-left: 32px
}

.k-wizard-left {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-wizard-left .k-wizard-steps {
	margin-right: 32px;
	margin-left: 0
}

.k-wizard-step:focus,
.k-wizard-step.k-state-focused {
	outline-color: #656565
}

.k-ie .k-wizard-step:focus,
.k-ie .k-wizard-step.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
	outline: none
}

.k-tabstrip-wrapper {
	padding: 0px 0px;
	border-width: 0px;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-tabstrip {
	border-width: 0;
	border-color: transparent;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	color: inherit;
	background-color: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-tabstrip-wrapper>.k-tabstrip {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-tabstrip-items {
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative
}

.k-tabstrip-items .k-item {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-items: stretch;
	outline: 0
}

.k-tabstrip-items .k-tab-on-top {
	z-index: 1
}

.k-tabstrip-items .k-link {
	padding: 6px 12px;
	color: inherit;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center
}

.k-tabstrip-items .k-remove-tab-link,
.k-tabstrip-items .k-link[data-type="remove"] {
	padding: 6px;
	-ms-flex: none;
	flex: none
}

.k-ie11 .k-tabstrip-items {
	white-space: nowrap
}

.k-tabstrip-content,
.k-tabstrip>.k-content {
	padding: 6px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	display: none;
	overflow: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-tabstrip-content.k-state-active,
.k-tabstrip>.k-content.k-state-active {
	display: block
}

.k-tabstrip-content:focus,
.k-tabstrip-content.k-state-focused,
.k-tabstrip>.k-content:focus,
.k-tabstrip>.k-content.k-state-focused {
	outline-width: 1px;
	outline-style: dotted;
	outline-offset: -1px
}

.k-tabstrip-items .k-loading {
	width: 20%;
	height: 0;
	border: 0;
	border-top: 1px solid transparent;
	border-color: inherit;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: width .2s linear
}

.k-tabstrip-items .k-loading.k-complete {
	width: 100%;
	border-top-width: 0
}

.k-tabstrip.k-tabstrip-scrollable {
	position: relative
}

.k-tabstrip.k-tabstrip-scrollable>.k-content,
.k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-content {
	border-width: 1px
}

.k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-items {
	border-width: 0;
	white-space: nowrap;
	overflow: hidden
}

.k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-prev {
	position: absolute;
	left: 0
}

.k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-next {
	position: absolute;
	right: 0
}

.k-ie11 .k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-prev,
.k-ie11 .k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-next {
	top: 0
}

.k-tabstrip-top>.k-tabstrip-items {
	border-bottom-width: 1px
}

.k-tabstrip-top>.k-tabstrip-items .k-item {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: -1px
}

.k-tabstrip-top>.k-tabstrip-items .k-item+.k-item {
	margin-left: 0px
}

.k-tabstrip-top>.k-tabstrip-items .k-item.k-state-active {
	border-bottom-color: transparent
}

.k-tabstrip-top>.k-content,
.k-tabstrip-top>.k-tabstrip-content {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-width: 0
}

.k-tabstrip-bottom>.k-tabstrip-items {
	border-top-width: 1px
}

.k-tabstrip-bottom>.k-tabstrip-items .k-item {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top: -1px
}

.k-tabstrip-bottom>.k-tabstrip-items .k-item+.k-item {
	margin-left: 0px
}

.k-tabstrip-bottom>.k-tabstrip-items .k-item.k-state-active {
	border-top-color: transparent
}

.k-tabstrip-bottom>.k-content,
.k-tabstrip-bottom>.k-tabstrip-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-width: 0
}

.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev,
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
	bottom: 0
}

.k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev,
.k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
	top: auto
}

.k-tabstrip-left {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-tabstrip-left>.k-tabstrip-items {
	border-right-width: 1px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-tabstrip-left>.k-tabstrip-items .k-item {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -1px
}

.k-tabstrip-left>.k-tabstrip-items .k-item+.k-item {
	margin-top: 0px
}

.k-tabstrip-left>.k-tabstrip-items .k-item.k-state-active {
	border-right-color: transparent
}

.k-tabstrip-left>.k-content,
.k-tabstrip-left>.k-tabstrip-content {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 0 !important;
	border-left-width: 0
}

.k-tabstrip-right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-tabstrip-right>.k-tabstrip-items {
	border-left-width: 1px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-tabstrip-right>.k-tabstrip-items .k-item {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -1px
}

.k-tabstrip-right>.k-tabstrip-items .k-item+.k-item {
	margin-top: 0px
}

.k-tabstrip-right>.k-tabstrip-items .k-item.k-state-active {
	border-left-color: transparent
}

.k-tabstrip-right>.k-content,
.k-tabstrip-right>.k-tabstrip-content {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 0 !important;
	border-right-width: 0
}

.k-rtl .k-tabstrip.k-tabstrip-left>.k-tabstrip-items,
.k-rtl .k-tabstrip.k-tabstrip-right>.k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-left>.k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-right>.k-tabstrip-items {
	-ms-flex-order: 1;
	order: 1
}

.k-rtl .k-tabstrip.k-tabstrip-left>.k-content,
.k-rtl .k-tabstrip.k-tabstrip-right>.k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-left>.k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-right>.k-content {
	-ms-flex-order: 0;
	order: 0
}

.k-rtl .k-tabstrip.k-tabstrip-left>.k-tabstrip-content,
.k-rtl .k-tabstrip.k-tabstrip-right>.k-tabstrip-content,
.k-tabstrip[dir="rtl"].k-tabstrip-left>.k-tabstrip-content,
.k-tabstrip[dir="rtl"].k-tabstrip-right>.k-tabstrip-content {
	-ms-flex-order: 0;
	order: 0
}

.k-rtl .k-tabstrip .k-tabstrip-prev,
.k-tabstrip[dir="rtl"] .k-tabstrip-prev {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-rtl .k-tabstrip .k-tabstrip-next,
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
	left: 0;
	right: auto;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-tabstrip-items {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454
}

.k-tabstrip-items .k-item {
	color: #f30a99
}

.k-tabstrip-items .k-item:hover,
.k-tabstrip-items .k-item.k-state-hover {
	color: #cc0881
}

.k-tabstrip-items .k-item.k-state-active,
.k-tabstrip-items .k-item.k-state-selected {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-tabstrip-items .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-tabstrip>.k-content {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-tabstrip>.k-content:focus,
.k-tabstrip>.k-content.k-state-focused {
	outline-color: #545454
}

.k-expander {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	overflow: hidden;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-expander .k-ie11 {
	background-clip: border-box
}

.k-rtl .k-expander .k-expander-indicator,
.k-expander.k-rtl .k-expander-indicator,
.k-expander[dir="rtl"] .k-expander-indicator {
	margin-left: 0;
	margin-right: 12px
}

.k-expander-header {
	padding: 12px 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.k-expander-spacer {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-expander-title {
	text-transform: uppercase;
	font-weight: 500
}

.k-expander-indicator {
	margin-left: 12px
}

.k-expander-content {
	padding: 16px 16px;
	box-sizing: border-box
}

.k-expander+.k-expander.k-expanded,
.k-expander.k-expanded+.k-expander {
	margin-top: 8px
}

.k-expander:not(.k-expanded)+.k-expander:not(.k-expanded) {
	border-top-width: 0
}

.k-expander {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-expander.k-state-focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-expander-header {
	color: #545454;
	background-color: rgba(0, 0, 0, 0);
	outline: none
}

.k-expander-header:hover,
.k-expander-header.k-state-hover {
	background-color: rgba(0, 0, 0, 0.04)
}

.k-expander-header.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-expander-title {
	color: #f30a99
}

.k-expander-sub-title {
	opacity: .5
}

.k-bottom-nav {
	background-clip: padding-box;
	padding: 4px 4px;
	width: 100%;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	font-size: 14px;
	line-height: normal;
	font-family: inherit;
	letter-spacing: .2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 4px;
	overflow: hidden;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-bottom-nav .k-ie11 {
	background-clip: border-box
}

.k-bottom-nav-border {
	border-width: 1px 0px 0px 0px
}

.k-bottom-nav-shadow {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12)
}

.k-bottom-nav-item {
	padding: 0 8px;
	min-width: 72px;
	min-height: 48px;
	border-width: 0;
	border-radius: 3px;
	box-sizing: border-box;
	font: inherit;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 4px;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	background-color: inherit;
	border-color: inherit;
	outline: none
}

.k-bottom-nav-item:focus {
	outline: none
}

.k-bottom-nav-item:hover {
	color: inherit;
	text-decoration: none
}

.k-bottom-nav-item.k-state-disabled {
	background-color: initial
}

.k-bottom-nav-item-icon {
	font-size: 24px
}

.k-bottom-nav-item-text {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.k-bottom-nav-item-flow-horizontal .k-bottom-nav-item {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-bottom-nav-item-flow-vertical .k-bottom-nav-item {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-bottom-nav.k-pos-fixed {
	bottom: 0;
	z-index: 1
}

.k-bottom-nav-solid.k-bottom-nav-primary {
	color: #fba9db;
	background-color: #f30a99
}

.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
	background-color: rgba(251, 169, 219, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-secondary {
	color: #565656;
	background-color: #f6f6f6
}

.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
	background-color: rgba(86, 86, 86, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:active {
	color: #000
}

.k-bottom-nav-solid.k-bottom-nav-tertiary {
	color: #a7e1fb;
	background-color: #03a9f4
}

.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
	background-color: rgba(167, 225, 251, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-info {
	color: #cfc5de;
	background-color: #7759a0
}

.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
	background-color: rgba(207, 197, 222, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-success {
	color: #c7eab7;
	background-color: #5ec232
}

.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
	background-color: rgba(199, 234, 183, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-warning {
	color: #594816;
	background-color: #fdce3e
}

.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
	background-color: rgba(89, 72, 22, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:active {
	color: #000
}

.k-bottom-nav-solid.k-bottom-nav-error {
	color: #f0afb2;
	background-color: #d51923
}

.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
	background-color: rgba(240, 175, 178, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-dark {
	color: #bcbcbc;
	background-color: #404040
}

.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
	background-color: rgba(188, 188, 188, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-solid.k-bottom-nav-light {
	color: #525252;
	background-color: #ebebeb
}

.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
	background-color: rgba(82, 82, 82, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:active {
	color: #000
}

.k-bottom-nav-solid.k-bottom-nav-inverse {
	color: #bcbcbc;
	background-color: #404040
}

.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
	background-color: rgba(188, 188, 188, 0.2)
}

.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-active,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:active {
	color: #fff
}

.k-bottom-nav-flat {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-bottom-nav-flat .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-flat .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-flat .k-bottom-nav-item:focus {
	background-color: rgba(84, 84, 84, 0.05)
}

.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:active {
	color: #f30a99
}

.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:active {
	color: #bbb
}

.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:active {
	color: #03a9f4
}

.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:active {
	color: #7759a0
}

.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:active {
	color: #5ec232
}

.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:active {
	color: #fdce3e
}

.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:active {
	color: #d51923
}

.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:active {
	color: #404040
}

.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:active {
	color: #b3b3b3
}

.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected,
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-active,
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:active {
	color: #404040
}

.k-ie .k-bottom-nav-item {
	background-color: transparent
}

kendo-card,
kendo-card-header,
kendo-card-body,
kendo-card-actions,
kendo-card-footer {
	display: block
}

.k-card {
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-card>.k-card-inner {
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	overflow: hidden
}

.k-card-horizontal {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-card-vertical {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.k-card-header {
	padding: 12px 16px;
	border-width: 0 0 1px;
	border-style: solid;
	outline: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.k-card-header .k-card-title,
.k-card-header .k-card-subtitle {
	margin-bottom: 0
}

.k-card-header .k-card-title+.k-card-subtitle,
.k-card-header .k-card-subtitle+.k-card-subtitle {
	margin-top: 8px
}

.k-card-footer {
	padding: 12px 16px;
	border-width: 1px 0 0;
	border-style: solid;
	outline: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-card-body {
	padding: 16px 16px;
	outline: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-card-body p {
	margin: 0 0 14px
}

.k-card-body>.k-last,
.k-card-body>:last-child {
	margin-bottom: 0
}

.k-card-body>.k-card-actions {
	padding: 0
}

.k-card-avatar,
.k-card .k-avatar {
	margin-right: 16px;
	width: 45px;
	height: 45px;
	-ms-flex-preferred-size: 45px;
	flex-basis: 45px
}

.k-card-image,
.k-card-media {
	border: 0;
	max-width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden
}

.k-card-image>img,
.k-card-media>img {
	border: 0;
	max-width: 100%
}

.k-card-horizontal .k-card-image,
.k-card-horizontal .k-card-media {
	max-width: 100px;
	object-fit: cover
}

.k-card-title {
	font-family: inherit;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 8px
}

.k-card-subtitle {
	font-family: inherit;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 8px
}

.k-card-separator {
	margin: 0;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-card-separator.k-separator-vertical,
.k-card-horizontal>.k-card-separator {
	border-left-width: 1px
}

.k-card-separator.k-separator-horizontal,
.k-card-vertical>.k-card-separator {
	border-top-width: 1px
}

.k-card>.k-hr {
	margin: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-color: inherit
}

.k-card-actions {
	padding: 8px 8px;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	gap: 8px
}

.k-card-actions>.k-button {
	padding-left: 7px;
	padding-right: 7px;
	max-width: 100%;
	white-space: normal
}

.k-card-actions-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-card-actions-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.k-card-actions-center {
	-ms-flex-pack: center;
	justify-content: center
}

.k-card-actions-horizontal {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-card-actions-vertical {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.k-card-actions-stretched {
	padding: 0;
	gap: 0
}

.k-card-actions-stretched>.k-button,
.k-card-actions-stretched>.k-card-action {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-card-actions-stretched .k-button {
	border-radius: 0;
	padding-top: 12px;
	padding-bottom: 12px
}

.k-card .k-card-actions-stretched {
	border-top-width: 1px
}

.k-card-horizontal>.k-card-actions-stretched {
	border-top-width: 0;
	border-inline-start-width: 1px
}

.k-card-vertical>.k-card-actions-stretched {
	border-top-width: 1px
}

.k-card-actions-stretched.k-card-actions-horizontal>.k-card-action+.k-card-action {
	border-inline-start-width: 1px
}

.k-card-actions-stretched.k-card-actions-vertical>.k-card-action+.k-card-action {
	border-top-width: 1px
}

.k-card-action {
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-card-action>.k-button {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-card-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-list .k-card {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-deck .k-card {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-deck-scrollwrap {
	padding-bottom: 3px;
	width: 100%;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.k-card-deck-scrollwrap>.k-button {
	border-radius: 0px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: absolute;
	z-index: 1
}

.k-card-deck-scrollwrap>.k-button:first-child {
	left: -1px
}

.k-card-deck-scrollwrap>.k-button:last-child {
	right: -1px
}

.k-card-deck-scrollwrap>.k-card-deck {
	margin-bottom: -20px;
	padding-bottom: 20px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-group .k-card {
	border-radius: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-card-group .k-card+.k-card {
	-webkit-margin-start: 1px;
	margin-inline-start: 1px
}

.k-card-group .k-card.k-first {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.k-card-group .k-card.k-last {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.k-card-group .k-card.k-only {
	border-radius: 6px
}

.k-card-with-callout {
	overflow: visible
}

.k-card-callout {
	margin: 0;
	width: 20px;
	height: 20px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	position: absolute
}

.k-card-callout.k-callout-n {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.k-card-callout.k-callout-e {
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
	-ms-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
	transform: translate(50%, -50%) rotate(135deg) scaleX(-1)
}

.k-card-callout.k-callout-s {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(135deg);
	-ms-transform: translate(-50%, 50%) rotate(135deg);
	transform: translate(-50%, 50%) rotate(135deg)
}

.k-card-callout.k-callout-w {
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}

.k-card-flat {
	box-shadow: none
}

.k-rtl .k-card-actions-stretched .k-card-action+.k-card-action,
[dir="rtl"] .k-card-actions-stretched .k-card-action+.k-card-action {
	border-right-width: 1px;
	border-left-width: 0
}

.k-rtl .k-card-horizontal>.k-card-actions-stretched,
.k-rtl .k-card-horizontal .k-card-actions-vertical,
[dir="rtl"] .k-card-horizontal>.k-card-actions-stretched,
[dir="rtl"] .k-card-horizontal .k-card-actions-vertical {
	border-right-width: 1px;
	border-left-width: 0
}

.k-ie11 .k-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-card {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-card:focus,
.k-card.k-state-focus {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-card-actions {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-card-header {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454
}

.k-card-footer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454
}

.k-card-separator {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-card-subtitle {
	color: #7d7d7d
}

.k-card-primary {
	background-color: #fdceeb;
	color: #7e0550;
	border-color: #fcbae2
}

.k-card-primary .k-card-subtitle {
	color: inherit
}

.k-card-secondary {
	background-color: #fdfdfd;
	color: gray;
	border-color: #fcfcfc
}

.k-card-secondary .k-card-subtitle {
	color: inherit
}

.k-card-tertiary {
	background-color: #cdeefd;
	color: #02587f;
	border-color: #b8e7fc
}

.k-card-tertiary .k-card-subtitle {
	color: inherit
}

.k-card-info {
	background-color: #e4deec;
	color: #3e2e53;
	border-color: #d9d1e4
}

.k-card-info .k-card-subtitle {
	color: inherit
}

.k-card-success {
	background-color: #dff3d6;
	color: #31651a;
	border-color: #d2eec6
}

.k-card-success .k-card-subtitle {
	color: inherit
}

.k-card-warning {
	background-color: #fff5d8;
	color: #846b20;
	border-color: #fef1c9
}

.k-card-warning .k-card-subtitle {
	color: inherit
}

.k-card-error {
	background-color: #f7d1d3;
	color: #6f0d12;
	border-color: #f3bfc1
}

.k-card-error .k-card-subtitle {
	color: inherit
}

.k-card-dark {
	background-color: #d9d9d9;
	color: #212121;
	border-color: #cacaca
}

.k-card-dark .k-card-subtitle {
	color: inherit
}

.k-card-light {
	background-color: #fbfbfb;
	color: #7a7a7a;
	border-color: #f9f9f9
}

.k-card-light .k-card-subtitle {
	color: inherit
}

.k-card-inverse {
	background-color: #d9d9d9;
	color: #212121;
	border-color: #cacaca
}

.k-card-inverse .k-card-subtitle {
	color: inherit
}

.k-card-wrap.k-state-focused>.k-card,
.k-card-wrap.k-state-selected>.k-card {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-card-callout {
	border-color: rgba(0, 0, 0, 0.08);
	background-color: #fff
}

.k-card:focus .k-card-callout,
.k-card.k-state-focus .k-card-callout {
	border-color: rgba(0, 0, 0, 0.15)
}

.k-card:focus .k-card-callout.k-callout-n,
.k-card.k-state-focus .k-card-callout.k-callout-n {
	box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-card:focus .k-card-callout.k-callout-e,
.k-card.k-state-focus .k-card-callout.k-callout-e {
	box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-card:focus .k-card-callout.k-callout-s,
.k-card.k-state-focus .k-card-callout.k-callout-s {
	box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-card:focus .k-card-callout.k-callout-w,
.k-card.k-state-focus .k-card-callout.k-callout-w {
	box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-splitter {
	background-clip: padding-box;
	height: 300px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-splitter .k-ie11 {
	background-clip: border-box
}

.k-splitter .k-pane {
	overflow: hidden
}

.k-splitter .k-scrollable {
	overflow: auto
}

.k-splitter .k-splitter-resizing {
	overflow: hidden
}

.k-pane>.k-splitter {
	border-width: 0;
	overflow: hidden
}

.k-splitter .k-pane-loading {
	position: static;
	top: 50%;
	left: 50%
}

.k-ghost-splitbar,
.k-splitbar {
	border-style: solid;
	outline: 0;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-ghost-splitbar .k-icon,
.k-splitbar .k-icon {
	font-size: 10px;
	display: block;
	cursor: pointer
}

.k-splitbar-draggable-horizontal {
	cursor: col-resize
}

.k-splitbar-draggable-vertical {
	cursor: row-resize
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
	width: 8px;
	border-width: 0;
	background-repeat: repeat-y;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0
}

.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
	height: 8px;
	border-width: 0;
	background-repeat: repeat-x;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0
}

.k-splitbar-static-horizontal {
	width: 1px
}

.k-splitbar-static-vertical {
	height: 1px
}

.k-splitbar-draggable-horizontal .k-resize-handle {
	width: 2px;
	height: 20px;
	position: static;
	z-index: 1
}

.k-splitbar .k-resize-handle {
	display: none;
	background-color: currentColor
}

.k-splitbar-draggable-horizontal .k-resize-handle,
.k-splitbar-draggable-vertical .k-resize-handle {
	display: block
}

.k-splitbar-horizontal .k-i-arrow-60-left {
	margin-bottom: 7px
}

.k-splitbar-horizontal .k-i-arrow-60-right {
	margin-top: 7px
}

.k-splitbar-vertical .k-i-arrow-60-up {
	margin-right: 7px
}

.k-splitbar-vertical .k-i-arrow-60-down {
	margin-left: 7px
}

.k-splitbar-draggable-vertical .k-resize-handle {
	width: 20px;
	height: 2px;
	position: static;
	z-index: 1
}

.k-pane>.k-splitter-overlay {
	opacity: 0;
	position: absolute
}

.k-splitter-flex {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto
}

.k-splitter-flex .k-pane {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
	min-width: 0;
	max-width: 100%;
	min-height: 0;
	max-height: 100%;
	height: 100%
}

.k-splitter-flex .k-pane-static {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-splitter-flex .k-pane-flex {
	display: -ms-flexbox;
	display: flex
}

.k-splitter-flex .k-splitbar {
	position: static;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-splitter-flex .k-pane.k-state-hidden,
.k-splitter-flex .k-pane[hidden],
.k-splitter-flex .k-pane-flex.k-state-hidden,
.k-splitter-flex .k-pane-flex[hidden] {
	-ms-flex: 0 1 0% !important;
	flex: 0 1 0% !important;
	overflow: hidden !important;
	display: block !important
}

.k-splitter-flex.k-splitter-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.k-splitter-flex.k-splitter-horizontal[dir="rtl"]>.k-splitbar>.k-collapse-next,
.k-splitter-flex.k-splitter-horizontal[dir="rtl"]>.k-splitbar>.k-collapse-prev {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-splitter-flex.k-splitter-vertical {
	-ms-flex-direction: column;
	flex-direction: column
}

.k-splitter {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-splitbar {
	color: #545454;
	background-color: #ececec
}

.k-splitbar:hover,
.k-splitbar.k-state-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
	color: #545454;
	background-color: #e3e3e3
}

.k-splitbar:active,
.k-splitbar.k-state-focus,
.k-splitbar.k-state-focused {
	color: #fff;
	background: #f30a99
}

.k-ghost-splitbar {
	background-color: #e3e3e3
}

.k-tilelayout {
	background-clip: padding-box;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	display: grid;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-tilelayout .k-ie11 {
	background-clip: border-box
}

.k-tilelayout .k-card {
	box-shadow: none;
	border-width: 1px
}

.k-layout-item-hint {
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	position: relative
}

.k-layout-item-hint.k-layout-item-hint-resize {
	z-index: 3
}

.k-tilelayout-item-body {
	min-height: 0
}

.k-tilelayout {
	background-color: #f6f6f6
}

.k-tilelayout-item:focus,
.k-tilelayout-item.k-state-focus,
.k-tilelayout-item.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-layout-item-hint {
	border-color: rgba(0, 0, 0, 0.08);
	background-color: rgba(255, 255, 255, 0.2)
}

.k-grid {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-grid .k-ie11 {
	background-clip: border-box
}

.k-grid.k-grid-display-block {
	display: block
}

.k-grid .k-grid-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	position: relative
}

.k-grid .k-grid-aria-root {
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden
}

.k-grid table {
	margin: 0;
	width: 100%;
	max-width: none;
	border-width: 0;
	border-color: inherit;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	outline: 0
}

.k-grid thead,
.k-grid tbody,
.k-grid tfoot {
	text-align: left;
	border-color: inherit
}

.k-grid tr {
	border-color: inherit
}

.k-grid th,
.k-grid td {
	padding: 8px 12px;
	border-style: solid;
	border-color: inherit;
	outline: 0;
	font-weight: inherit;
	text-align: inherit;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-grid th:first-child,
.k-grid td:first-child {
	border-left-width: 0
}

.k-grid th:focus,
.k-grid td:focus {
	outline: none
}

.k-grid th .k-placeholder-line,
.k-grid td .k-placeholder-line {
	width: 80%
}

.k-grid th {
	padding: 8px 12px;
	border-width: 0 0 1px 1px;
	white-space: nowrap
}

.k-grid td {
	border-width: 0 0 0px 1px;
	vertical-align: middle
}

.k-grid a {
	color: inherit;
	text-decoration: none
}

.k-grid a:hover {
	text-decoration: none
}

.k-grid table,
.k-grid .k-grid-header-wrap {
	box-sizing: content-box
}

.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
	padding: 0;
	width: 32px
}

.k-grid .k-grouping-row p {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.k-grid .k-grouping-row td {
	overflow: visible
}

.k-grid .k-grouping-row+tr td {
	border-top-width: 1px
}

.k-grid .k-grouping-row .k-group-cell,
.k-grid .k-grouping-row+tr .k-group-cell {
	border-top-width: 0;
	text-overflow: clip
}

.k-grid .k-grouping-row .k-icon {
	margin-left: -4px;
	margin-right: 8px;
	text-decoration: none
}

.k-grid .k-group-footer td {
	border-style: solid;
	border-width: 1px 0
}

.k-grid .k-group-footer .k-group-cell+td {
	border-left-width: 1px
}

.k-grid .k-hierarchy-cell {
	text-align: center;
	padding: 0;
	overflow: visible
}

.k-grid .k-hierarchy-cell>.k-icon {
	padding: 8px 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	outline: 0
}

.k-grid .k-hierarchy-cell+td {
	border-left-width: 0
}

.k-grid .k-hierarchy-cell+.k-grid-content-sticky {
	border-left-width: 1px
}

.k-grid[dir="rtl"] thead,
.k-grid[dir="rtl"] tbody,
.k-grid[dir="rtl"] tfoot,
.k-rtl .k-grid thead,
.k-rtl .k-grid tbody,
.k-rtl .k-grid tfoot {
	text-align: right
}

.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
	white-space: nowrap
}

.k-grid[dir="rtl"] .k-grid-header-wrap,
.k-rtl .k-grid .k-grid-header-wrap {
	border-width: 0 0 0 1px
}

.k-grid[dir="rtl"] .k-group-indicator .k-button.k-bare,
.k-rtl .k-grid .k-group-indicator .k-button.k-bare {
	margin-left: -2px;
	margin-right: 8px
}

.k-grid[dir="rtl"] .k-group-indicator .k-link .k-icon,
.k-rtl .k-grid .k-group-indicator .k-link .k-icon {
	margin-left: 4px;
	margin-right: -2px
}

.k-grid[dir="rtl"] .k-group-indicator,
.k-rtl .k-grid .k-group-indicator {
	margin-right: 0;
	margin-left: 4px
}

.k-grid[dir="rtl"] .k-group-indicator+.k-group-indicator,
.k-rtl .k-grid .k-group-indicator+.k-group-indicator {
	margin-right: 4px
}

.k-grid[dir="rtl"] .k-grid-content-locked,
.k-grid[dir="rtl"] .k-grid-footer-locked,
.k-grid[dir="rtl"] .k-grid-header-locked,
.k-rtl .k-grid .k-grid-content-locked,
.k-rtl .k-grid .k-grid-footer-locked,
.k-rtl .k-grid .k-grid-header-locked {
	border-left-width: 1px;
	border-right-width: 0
}

.k-grid[dir="rtl"] .k-grid-header-sticky,
.k-grid[dir="rtl"] .k-grid-content-sticky,
.k-grid[dir="rtl"] .k-grid-footer-sticky,
.k-rtl .k-grid .k-grid-header-sticky,
.k-rtl .k-grid .k-grid-content-sticky,
.k-rtl .k-grid .k-grid-footer-sticky {
	border-left-width: 1px
}

.k-grid[dir="rtl"] .k-grid-header-sticky:not([style*="display: none"])+td,
.k-grid[dir="rtl"] .k-grid-header-sticky:not([style*="display: none"])+th,
.k-grid[dir="rtl"] .k-grid-content-sticky:not([style*="display: none"])+td,
.k-grid[dir="rtl"] .k-grid-content-sticky:not([style*="display: none"])+th,
.k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"])+td,
.k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"])+th,
.k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"])+td,
.k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"])+th {
	border-left-width: 1px;
	border-right-width: 0
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header:first-child,
.k-rtl .k-grid .k-grid-header-sticky.k-header:first-child {
	border-left-width: 1px
}

.k-grid[dir="rtl"] .k-grid-row-sticky,
.k-rtl .k-grid .k-grid-row-sticky {
	border-bottom-width: 1px;
	border-top-width: 1px
}

.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
	border-width: 0 1px 1px 0
}

.k-grid[dir="rtl"] th:first-child,
.k-rtl .k-grid th:first-child {
	border-right-width: 0
}

.k-grid[dir="rtl"] td,
.k-rtl .k-grid td {
	border-width: 0 1px 0 0
}

.k-grid[dir="rtl"] td:first-child,
.k-rtl .k-grid td:first-child {
	border-right-width: 0
}

.k-grid[dir="rtl"] td.k-hierarchy-cell,
.k-rtl .k-grid td.k-hierarchy-cell {
	border-right-width: 0
}

.k-grid[dir="rtl"] .k-hierarchy-cell+td,
.k-rtl .k-grid .k-hierarchy-cell+td {
	border-right-width: 0
}

.k-grid[dir="rtl"] .k-grid-header,
.k-grid[dir="rtl"] .k-grid-footer,
.k-rtl .k-grid .k-grid-header,
.k-rtl .k-grid .k-grid-footer {
	padding-left: 17px;
	padding-right: 0
}

.k-grid[dir="rtl"] .k-grid-header .k-header.k-first,
.k-rtl .k-grid .k-grid-header .k-header.k-first {
	border-left-width: 0;
	border-right-width: 1px
}

.k-grid[dir="rtl"] .k-grid-header .k-with-icon,
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
.k-rtl .k-grid .k-grid-header .k-with-icon,
.k-rtl .k-grid .k-grid-header .k-filterable {
	padding-left: calc(1.4285714286em + 14px);
	padding-right: 12px
}

.k-grid[dir="rtl"] .k-grid-header .k-grid-filter,
.k-grid[dir="rtl"] .k-grid-header .k-header-column-menu,
.k-rtl .k-grid .k-grid-header .k-grid-filter,
.k-rtl .k-grid .k-grid-header .k-header-column-menu {
	right: auto;
	left: 4px
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-first {
	border-left-width: 1px
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
	border-left-width: 1px;
	border-right-width: 0
}

.k-grid[dir="rtl"] .k-filtercell-operator,
.k-rtl .k-grid .k-filtercell-operator {
	margin-left: 0;
	margin-right: 4px
}

.k-grid[dir="rtl"] .k-dirty,
.k-rtl .k-grid .k-dirty {
	border-color: currentColor currentColor transparent transparent;
	left: auto;
	right: 0
}

.k-grid[dir="rtl"] .k-edit-cell>.k-textbox,
.k-grid[dir="rtl"] .k-edit-cell>.k-widget,
.k-grid[dir="rtl"] .k-grid-edit-row>td>.k-textbox,
.k-grid[dir="rtl"] .k-grid-edit-row>td>.k-widget,
.k-rtl .k-grid .k-edit-cell>.k-textbox,
.k-rtl .k-grid .k-edit-cell>.k-widget,
.k-rtl .k-grid .k-grid-edit-row>td>.k-textbox,
.k-rtl .k-grid .k-grid-edit-row>td>.k-widget {
	margin-right: -9px
}

.k-grid[dir="rtl"] .k-grid-header-wrap.k-auto-scrollable,
.k-rtl .k-grid .k-grid-header-wrap.k-auto-scrollable {
	margin-left: -1px;
	margin-right: 0
}

.k-grid[dir="rtl"] .k-grid-header-locked+.k-grid-header-wrap.k-auto-scrollable,
.k-rtl .k-grid .k-grid-header-locked+.k-grid-header-wrap.k-auto-scrollable {
	margin-left: 0
}

.k-grid[dir="rtl"] .k-group-footer td,
.k-rtl .k-grid .k-group-footer td {
	border-width: 1px 0
}

.k-grid[dir="rtl"] .k-group-footer .k-group-cell+td,
.k-rtl .k-grid .k-group-footer .k-group-cell+td {
	border-right-width: 1px
}

.k-grid[dir="rtl"] .k-grouping-row .k-icon,
.k-rtl .k-grid .k-grouping-row .k-icon {
	margin-left: 8px;
	margin-right: -4px
}

.k-grid[dir="rtl"] .k-column-resizer,
.k-rtl .k-grid .k-column-resizer {
	left: 0;
	right: auto
}

.k-grid .k-dirty-cell {
	position: relative
}

.k-grid .k-dirty-cell.k-grid-content-sticky {
	position: sticky
}

.k-grid .k-dirty {
	border-width: 5px;
	border-color: currentColor transparent transparent currentColor;
	left: 0;
	right: auto
}

.k-grid .k-grid-content-locked+.k-grid-content {
	box-sizing: content-box
}

.k-grid .k-grid-content-expander {
	position: absolute;
	visibility: hidden;
	height: 1px;
	bottom: 1px
}

.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
	border-width: 0
}

.k-grid-toolbar {
	border-width: 0 0 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-grid-search {
	width: 12.4em
}

.k-grouping-header {
	padding: 8px 8px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: inherit;
	white-space: normal;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative
}

.k-grouping-header::before {
	content: "";
	height: calc(1.4285714286em + 10px);
	display: inline-block;
	vertical-align: middle
}

.k-grouping-header-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.k-grouping-header-flex::before {
	margin-left: -8px
}

.k-grouping-header-flex .k-group-indicator {
	margin: 0
}

.k-grid .k-indicator-container {
	margin: -8px 0;
	padding: 8px 0
}

.k-grid .k-indicator-container:last-child {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.k-group-indicator {
	border-radius: 3px;
	margin: 0;
	padding: 4px 8px;
	border-width: 1px;
	border-style: solid;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	vertical-align: top;
	box-sizing: border-box
}

.k-group-indicator .k-link,
.k-group-indicator .k-button.k-bare {
	padding: 0;
	border-width: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.k-group-indicator .k-link .k-icon {
	margin-left: -2px;
	margin-right: 4px
}

.k-group-indicator .k-button.k-bare {
	margin-left: 8px;
	margin-right: -2px;
	padding: 0;
	width: auto;
	height: auto;
	opacity: .5
}

.k-group-indicator .k-button.k-bare::before,
.k-group-indicator .k-button.k-bare::after {
	display: none
}

.k-group-indicator .k-button.k-bare:hover {
	opacity: 1
}

.k-group-indicator {
	margin-right: 4px
}

.k-group-indicator+.k-group-indicator {
	margin-left: 4px
}

.k-grouping-dropclue {
	width: 12px;
	height: calc(1.4285714286em + 10px);
	position: absolute;
	top: 3px;
	box-sizing: content-box
}

.k-grouping-dropclue::before,
.k-grouping-dropclue::after {
	display: inline-block;
	content: "";
	position: absolute
}

.k-grouping-dropclue::before {
	border-width: 6px;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	top: 0
}

.k-grouping-dropclue::after {
	width: 2px;
	height: calc(100% - 6px);
	top: 6px;
	left: 5px
}

.k-grid-header-wrap,
.k-grid-footer-wrap {
	width: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit;
	position: relative;
	overflow: hidden
}

.k-grid-header-wrap.k-auto-scrollable,
.k-grid-footer-wrap {
	margin-right: -1px
}

.k-grid-header-locked+.k-grid-header-wrap.k-auto-scrollable {
	margin-right: 0
}

.k-ie .k-grid-header-locked+.k-grid-header-wrap.k-auto-scrollable {
	display: inline-block
}

.k-grid-header,
.k-grid-footer {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 17px;
	border-width: 0;
	border-style: solid;
	border-color: inherit
}

.k-grid-header table,
.k-grid-footer table {
	table-layout: fixed
}

div.k-grid-header,
div.k-grid-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-ie div.k-grid-header {
	display: block
}

.k-grid-header {
	border-bottom-width: 1px
}

.k-grid-header table {
	margin-bottom: -1px
}

.k-grid-header.k-grid-draggable-header {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none
}

.k-grid-header .k-header {
	position: relative;
	vertical-align: bottom;
	cursor: default
}

.k-grid-header .k-header:first-child {
	border-left-width: 0
}

.k-grid-header .k-header.k-first {
	border-left-width: 1px
}

.k-grid-header .k-header>.k-link {
	margin: -8px -12px;
	padding: 8px 12px;
	line-height: inherit;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: 0
}

.k-ie .k-grid-header .k-header>.k-link,
.k-edge .k-grid-header .k-header>.k-link {
	margin: 0;
	padding: 0
}

.k-grid-header .k-with-icon,
.k-grid-header .k-filterable {
	padding-right: calc(1.4285714286em + 14px)
}

.k-ie .k-grid-header .k-with-icon,
.k-edge .k-grid-header .k-with-icon,
.k-ie .k-grid-header .k-filterable,
.k-edge .k-grid-header .k-filterable {
	padding-right: calc(1.4285714286em + 14px)
}

.k-grid-header .k-header>.k-link:focus {
	text-decoration: none
}

.k-grid-header .k-grid-filter,
.k-grid-header .k-header-column-menu {
	padding: 4px;
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px);
	box-sizing: border-box;
	outline: 0;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: 1
}

.k-ie .k-grid-header .k-grid-filter,
.k-edge .k-grid-header .k-grid-filter,
.k-ie .k-grid-header .k-header-column-menu,
.k-edge .k-grid-header .k-header-column-menu {
	position: static;
	float: right;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: calc(-1.4285714286em + -10px)
}

.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover {
	cursor: pointer
}

.k-grid-header .k-header>.k-link>.k-icon.k-i-sort-desc-sm,
.k-grid-header .k-header>.k-link>.k-icon.k-i-sort-asc-sm {
	vertical-align: text-top;
	margin-left: 7px
}

.k-grid-header .k-sort-order {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	font-size: 12px;
	margin-top: 2px;
	margin-left: -2px
}

.k-column-resizer {
	width: .5em;
	height: 1000%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: col-resize
}

.k-grid-footer {
	border-width: 1px 0 0
}

.k-grid-footer td {
	height: 1.4285714286em
}

.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td {
	font-weight: bold
}

.k-grid-filter-popup {
	min-width: 200px
}

.k-grid-column-menu-standalone a.k-grid-filter {
	position: initial;
	display: inline-block;
	margin: -4px 0;
	padding: 4px 8px
}

.k-grid-columnmenu-popup {
	width: 230px
}

.k-grid-columnmenu-popup.k-popup {
	padding: 2px 0
}

.k-filter-row {
	line-height: 1.4285714286
}

.k-filter-row td,
.k-filter-row th {
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	padding: 8px 8px
}

.k-filter-row td:first-child {
	border-left-width: 0
}

.k-filter-row .k-multiselect,
.k-filter-row .k-dropdowntree {
	height: auto
}

.k-filter-row .k-filtercell .k-widget.k-sized-input {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-filtercell {
	width: auto;
	display: -ms-flexbox;
	display: flex
}

.k-filtercell>span,
.k-filtercell .k-filtercell-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-filtercell>span>label,
.k-filtercell .k-filtercell-wrapper>label {
	vertical-align: middle
}

.k-filtercell .k-filtercell-wrapper>.k-widget {
	width: 100%
}

.k-filtercell>span .k-button {
	visibility: visible;
	pointer-events: all
}

.k-filtercell>span .k-button,
.k-filtercell>span .k-dropdown-operator {
	margin-left: 4px
}

.k-ie .k-filtercell>span .k-button,
.k-ie .k-filtercell>span .k-dropdown-operator {
	min-width: calc(1.4285714286em + 8px)
}

.k-filtercell>span .k-widget {
	width: auto
}

.k-filtercell .k-filtercell-operator>.k-button.k-clear-button-visible {
	visibility: visible;
	height: calc(1.4285714286em + 10px)
}

.k-filtercell .k-filtercell-operator>.k-button:not(.k-clear-button-visible) {
	visibility: hidden;
	pointer-events: none
}

.k-filtercell .k-filtercell-operator {
	margin-left: 4px
}

.k-filtercell .k-widget:not(.k-dropdown-operator),
.k-filtercell .k-filtercell-wrapper>.k-textbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-filtercell .k-filtercell-wrapper>.k-textbox {
	width: 100%;
	min-width: 0
}

.k-grid-content,
.k-grid-content-locked {
	border-color: inherit;
	outline: 0
}

.k-grid-content table,
.k-grid-content-locked table {
	table-layout: fixed
}

.k-grid-content tr:last-child>td,
.k-grid-content-locked tr:last-child>td {
	border-bottom-width: 0
}

.k-grid-content {
	width: 100%;
	min-height: 0;
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
	position: relative;
	-ms-flex: 1;
	flex: 1
}

.k-virtual-scrollable-wrap {
	height: 100%;
	overflow-y: hidden;
	position: relative
}

.k-grid-edit-row td {
	text-overflow: clip
}

.k-grid-edit-row .k-widget,
.k-grid-edit-row .k-button,
.k-grid-edit-row .k-textbox {
	height: auto
}

.k-grid-edit-row .k-edit-cell {
	padding-top: 0;
	padding-bottom: 0
}

.k-grid-edit-row .k-dirty-cell {
	overflow: visible
}

.k-edit-cell>.k-textbox,
.k-edit-cell>.k-widget:not(.k-switch),
.k-grid-edit-row>td>.k-textbox,
.k-grid-edit-row>td>.k-widget:not(.k-switch) {
	margin-left: -9px
}

.k-grid-edit-row td>.k-textbox,
.k-grid-edit-row td>.k-widget:not(.k-switch),
.k-edit-cell>.k-textbox,
.k-edit-cell>.k-widget:not(.k-switch) {
	width: calc(100% + 18px)
}

.k-grid-edit-row td>.k-textbox,
.k-grid-edit-row td>.k-widget,
.k-command-cell>.k-button,
.k-edit-cell>.k-textbox,
.k-edit-cell>.k-widget {
	vertical-align: middle
}

.k-grid .k-grid-edit-row td:not(.k-hierarchy-cell),
.k-grid .k-command-cell,
.k-grid .k-edit-cell {
	padding: 3px 12px
}

.k-command-cell>.k-button {
	margin-left: .16em;
	margin-right: .16em
}

.k-grid>.k-resize-handle,
.k-grid-header .k-resize-handle {
	height: 25px;
	cursor: col-resize;
	position: absolute;
	z-index: 2
}

.k-grid-pager {
	border-width: 1px 0 0;
	border-color: inherit;
	font-size: inherit
}

.k-grid-pager-top {
	border-width: 0 0 1px
}

.k-pager-input .k-numerictextbox {
	margin: 0 7px;
	width: 3em
}

.k-grid-virtual .k-grid-content .k-grid-table-wrap {
	float: left;
	width: 100%
}

.k-grid-virtual .k-grid-content .k-grid-table {
	position: relative;
	float: left;
	z-index: 1
}

.k-grid-virtual .k-grid-content>.k-height-container {
	position: relative;
	float: left
}

.k-grid-virtual .k-grid-content::after {
	content: "";
	display: block;
	clear: both
}

.k-width-container {
	position: absolute;
	visibility: hidden
}

.k-width-container div {
	height: 1px
}

.k-grid-virtual[dir="rtl"] .k-grid-content .k-grid-table,
.k-grid-virtual.k-rtl .k-grid-content .k-grid-table {
	float: right
}

.k-grid-add-row td {
	border-bottom-style: solid;
	border-bottom-width: 1px
}

.k-grid-lockedcolumns {
	white-space: nowrap
}

.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
	white-space: normal
}

.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-style: solid;
	border-width: 0 1px 0 0;
	box-sizing: content-box
}

.k-grid-content-locked+.k-grid-content.k-auto-scrollable,
.k-grid-footer-locked+.k-grid-content.k-auto-scrollable,
.k-grid-header-locked+.k-grid-content.k-auto-scrollable {
	display: inline-block
}

.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	vertical-align: top
}

.k-grid-content.k-auto-scrollable,
.k-grid-footer-wrap.k-auto-scrollable,
.k-grid-header-wrap.k-auto-scrollable {
	display: block
}

.k-grid-header-locked>table,
.k-grid-header-wrap>table {
	margin-bottom: -1px
}

.k-grid-header .k-header.k-grid-header-sticky,
.k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid-content-sticky,
.k-grid-row-sticky,
.k-grid-footer-sticky {
	position: sticky;
	z-index: 2
}

.k-grid-header .k-header.k-grid-header-sticky.k-edit-cell,
.k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell,
.k-grid-content-sticky.k-edit-cell,
.k-grid-row-sticky.k-edit-cell,
.k-grid-footer-sticky.k-edit-cell {
	overflow: visible;
	z-index: 3
}

kendo-grid tr.k-grid-row-sticky {
	border: 0;
	position: static;
	z-index: auto
}

kendo-grid .k-grid-row-sticky td {
	border-bottom-width: 1px;
	border-top-width: 1px;
	position: sticky;
	top: inherit;
	bottom: inherit
}

kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky {
	z-index: 3
}

kendo-grid .k-grid-header-locked th.k-grid-header-sticky:last-child,
kendo-grid .k-grid-content-locked tr .k-grid-content-sticky:last-child {
	border-right: 0
}

.k-grid-content-sticky.k-grid-row-sticky {
	z-index: 3
}

.k-grid .k-grid-header-sticky,
.k-grid .k-grid-content-sticky,
.k-grid .k-grid-footer-sticky {
	border-right-width: 1px
}

.k-grid .k-grid-header-sticky:not([style*="display: none"])+td,
.k-grid .k-grid-header-sticky:not([style*="display: none"])+th,
.k-grid .k-grid-content-sticky:not([style*="display: none"])+td,
.k-grid .k-grid-content-sticky:not([style*="display: none"])+th,
.k-grid .k-grid-footer-sticky:not([style*="display: none"])+td,
.k-grid .k-grid-footer-sticky:not([style*="display: none"])+th {
	border-left-width: 0
}

.k-grid .k-grid-row-sticky {
	border-bottom-width: 1px;
	border-top-width: 1px
}

.k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
	border-left-width: 0
}

.k-grid.k-grid-no-scrollbar .k-grid-header {
	padding: 0
}

.k-grid.k-grid-no-scrollbar .k-grid-header-wrap {
	border-width: 0
}

.k-grid.k-grid-no-scrollbar .k-grid-content {
	overflow-y: auto
}

.k-grid-norecords {
	text-align: center
}

div.k-grid-norecords {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-grid-norecords-template {
	width: 20em;
	height: 4em;
	line-height: 4em;
	margin: 0 auto;
	border: 1px solid
}

.k-header>.k-cell-inner {
	margin: -8px calc(-1.4285714286em - -2px) -8px -12px
}

.k-filterable>.k-cell-inner {
	margin: -8px calc(-1.4285714286em + -10px) -8px -12px
}

.k-filterable>.k-cell-inner .k-link {
	padding-right: 0
}

.k-cell-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.k-cell-inner>.k-link {
	padding: 8px 12px;
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

.k-cell-inner>.k-link>.k-icon.k-i-sort-desc-sm,
.k-cell-inner>.k-link>.k-icon.k-i-sort-asc-sm {
	margin-left: 0;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-cell-inner .k-sort-order {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: normal
}

.k-cell-inner .k-grid-filter,
.k-cell-inner .k-header-column-menu {
	position: static
}

.k-cell-inner .k-grid-filter,
.k-cell-inner .k-header-column-menu,
.k-cell-inner .k-hierarchy-cell .k-icon {
	text-align: center;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-column-title {
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow: hidden
}

.k-loading-pdf-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

.k-loading-pdf-mask>.k-i-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 64px
}

.k-loading-pdf-mask .k-loading-pdf-progress {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.k-pdf-export .k-loading-pdf-mask {
	display: none
}

.k-grid-pdf-export-element {
	position: absolute;
	left: -10000px;
	top: -10000px
}

.k-grid-pdf-export-element .k-filter-row {
	display: none
}

.k-pdf-export-shadow .k-grid {
	float: left;
	width: auto !important
}

.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
	height: auto !important;
	overflow: visible
}

.k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-wrap,
.k-pdf-export-shadow .k-grid-header-locked+.k-grid-content,
.k-pdf-export-shadow .k-grid-header-locked+.k-grid-footer-wrap {
	width: auto !important
}

.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .k-grid[data-role="grid"] .k-grid-footer {
	padding: 0 !important
}

.k-filter-menu.k-popup,
.k-grid-filter-popup.k-popup {
	padding: 2px 0
}

.k-filter-menu.k-popup .k-filter-menu-container,
.k-grid-filter-popup.k-popup .k-filter-menu-container {
	width: 230px
}

.k-filter-menu.k-popup .k-multicheck-wrap .k-item,
.k-grid-filter-popup.k-popup .k-multicheck-wrap .k-item,
.k-popup .k-filter-menu .k-multicheck-wrap .k-item,
.k-popup .k-grid-filter-popup .k-multicheck-wrap .k-item {
	padding: 2px 0
}

.k-filter-menu.k-popup .k-multicheck-wrap .k-check-all-wrap,
.k-grid-filter-popup.k-popup .k-multicheck-wrap .k-check-all-wrap,
.k-popup .k-filter-menu .k-multicheck-wrap .k-check-all-wrap,
.k-popup .k-grid-filter-popup .k-multicheck-wrap .k-check-all-wrap {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.k-filter-menu .k-filter-menu-container {
	padding: 4px 8px;
	box-sizing: border-box
}

.k-filter-menu .k-widget,
.k-filter-menu .k-radio-list,
.k-filter-menu .k-textbox {
	margin: 8px 0;
	width: 100%;
	display: block
}

.k-filter-menu .k-searchbox {
	margin-bottom: 8px;
	width: 100%
}

.k-filter-menu .k-widget.k-filter-and {
	width: 6em
}

.k-filter-menu .k-widget.k-button-group {
	width: auto;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-filter-menu .k-switch {
	width: 60px;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-filter-menu .k-actions,
.k-filter-menu .k-action-buttons,
.k-filter-menu .k-columnmenu-actions {
	margin-top: 0;
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: -1em;
	padding: 4px 1em 1em
}

.k-filter-menu .k-actions .k-button,
.k-filter-menu .k-action-buttons .k-button,
.k-filter-menu .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.k-filter-menu .k-actions.k-actions-start .k-button,
.k-filter-menu .k-actions.k-actions-center .k-button,
.k-filter-menu .k-actions.k-actions-end .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-multicheck-wrap {
	max-height: 300px;
	overflow: auto;
	white-space: nowrap
}

.k-filter-selected-items {
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	margin: 1em 0 .5em
}

.k-autofitting {
	width: auto !important;
	table-layout: auto !important
}

.k-autofitting th.k-header,
.k-autofitting td {
	white-space: nowrap !important
}

.k-autofitting .k-detail-row {
	display: none !important
}

.k-autofitting input.k-input,
.k-autofitting span.k-input,
.k-autofitting input.k-textbox {
	width: 0 !important
}

.k-column-list {
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto
}

.k-column-chooser-title,
.k-column-list-item {
	padding: 2px 8px
}

.k-columnmenu-actions {
	padding: 8px 8px
}

.k-column-list-item {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer
}

.k-columns-items-wrap {
	padding: 6px 0
}

.k-columnmenu-item {
	padding: 4px 8px;
	outline: 0;
	cursor: pointer
}

.k-columnmenu-item>.k-icon {
	margin-right: 4px
}

.k-columnmenu-item-wrapper+.k-columnmenu-item-wrapper {
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, 0.08)
}

.k-columnmenu-item-content {
	overflow: hidden
}

.k-columnmenu-item-content .k-filter-menu .k-filter-menu-container {
	padding: 4px 8px
}

.k-column-list-wrapper .k-actions .k-button,
.k-column-list-wrapper .k-action-buttons .k-button,
.k-column-list-wrapper .k-columnmenu-actions .k-button,
.k-columnmenu-item-content .k-actions .k-button,
.k-columnmenu-item-content .k-action-buttons .k-button,
.k-columnmenu-item-content .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.k-column-list-wrapper .k-actions.k-actions-start .k-button,
.k-column-list-wrapper .k-actions.k-actions-center .k-button,
.k-column-list-wrapper .k-actions.k-actions-end .k-button,
.k-columnmenu-item-content .k-actions.k-actions-start .k-button,
.k-columnmenu-item-content .k-actions.k-actions-center .k-button,
.k-columnmenu-item-content .k-actions.k-actions-end .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-column-menu-group-header {
	padding: 4px 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-column-menu-group-header-text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	line-height: 1.4285714286;
	font-weight: bold;
	text-transform: uppercase;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-column-menu .k-menu:not(.k-context-menu) {
	font-weight: 400
}

.k-column-menu .k-expander {
	border: 0;
	background: inherit
}

.k-column-menu .k-expander .k-columnmenu-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

[dir="rtl"] .k-columnmenu-item>.k-icon,
.k-rtl .k-columnmenu-item>.k-icon {
	margin-left: 4px;
	margin-right: 0
}

[dir="rtl"] .k-header>.k-cell-inner,
.k-rtl .k-header>.k-cell-inner {
	margin-right: -12px;
	margin-left: calc(-1.4285714286em - -2px)
}

[dir="rtl"] .k-header>.k-cell-inner .k-sort-order,
.k-rtl .k-header>.k-cell-inner .k-sort-order {
	margin-right: -2px;
	margin-left: 0
}

[dir="rtl"] .k-filterable>.k-cell-inner,
.k-rtl .k-filterable>.k-cell-inner {
	margin-right: -12px;
	margin-left: calc(-1.4285714286em + -10px)
}

[dir="rtl"] .k-filterable>.k-cell-inner .k-link,
.k-rtl .k-filterable>.k-cell-inner .k-link {
	padding-right: 12px;
	padding-left: 0
}

.k-grid-header,
.k-header,
th.k-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-grid td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row>td,
.k-filter-row>th {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-grid-header,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
	color: #545454;
	background-color: #f6f6f6
}

.k-grid-toolbar {
	border-color: inherit;
	box-shadow: none
}

.k-grid-content {
	background-color: #fff
}

.k-group-footer td,
.k-grouping-row td,
tbody .k-group-cell {
	color: #545454;
	background-color: #ededed
}

.k-grouping-dropclue::before {
	border-color: #545454 transparent transparent
}

.k-grouping-dropclue::after {
	background-color: #545454
}

.k-grid {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
	background-color: #f8f8f8;
}

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected>td {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-grid td.k-state-focused,
.k-grid th.k-state-focused,
.k-grid th:focus,
.k-grid .k-master-row>td:focus,
.k-grid .k-grouping-row>td:focus,
.k-grid .k-detail-row>td:focus,
.k-grid .k-group-footer>td:focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
	color: #545454
}

.k-grid .k-grouping-row {
	background-color: #ededed
}

.k-grid .k-grouping-row .k-icon {
	color: #545454
}

.k-grid .k-grouping-row .k-grid-content-sticky {
	border-color: rgba(0, 0, 0, 0.3);
	border-top-color: rgba(0, 0, 0, 0.08)
}

.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked,
.k-grid .k-grid-header-locked .k-header,
.k-grid .k-grid-content-locked td {
	border-color: rgba(0, 0, 0, 0.3)
}

.k-grid .k-grid-content-locked .k-group-footer td,
.k-grid .k-grid-content-locked .k-group-cell {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-grid .k-grid-content-locked .k-grouping-row+tr td {
	border-top-color: rgba(0, 0, 0, 0.08)
}

.k-grid .k-grid-content-locked .k-state-selected td {
	background-color: #fcc2e6
}

.k-grid .k-grid-content-locked .k-state-selected.k-alt td {
	background-color: #f4bcdf
}

.k-grid .k-grid-content-locked .k-state-hover td,
.k-grid .k-grid-content-locked tr:hover td {
	background-color: #ebebeb
}

.k-grid .k-grid-content-locked .k-state-selected:hover td,
.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td {
	background-color: #eeb7d9
}

.k-grid .k-grid-header-locked .k-header {
	border-bottom-color: rgba(0, 0, 0, 0.08)
}

.k-grid[dir="rtl"] th.k-hierarchy-cell,
.k-grid[dir="rtl"] td.k-hierarchy-cell,
.k-grid.k-rtl th.k-hierarchy-cell,
.k-grid.k-rtl td.k-hierarchy-cell {
	border-left-color: transparent
}

col.k-sorted,
th.k-sorted {
	background-color: rgba(0, 0, 0, 0.02)
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
	color: #f30a99
}

.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover,
.k-grid-header .k-hierarchy-cell .k-icon:hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-grid-header .k-grid-filter:focus,
.k-grid-header .k-grid-filter.k-state-focus,
.k-grid-header .k-grid-filter.k-state-border-down,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-header-column-menu.k-state-focus,
.k-grid-header .k-header-column-menu.k-state-border-down,
.k-grid-header .k-hierarchy-cell .k-icon:focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-header-column-menu.k-state-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
	color: #fff;
	background-color: #f30a99
}

.k-grid-header th.k-grid-header-sticky,
.k-grid-header .k-grid-header-sticky.k-sorted {
	color: #545454;
	background-color: #f6f6f6;
	border-right-color: rgba(0, 0, 0, 0.3);
	border-left-color: rgba(0, 0, 0, 0.3)
}

.k-grid-footer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-grid-footer .k-grid-footer-sticky {
	border-left-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	background-color: #f6f6f6
}

.k-master-row .k-grid-content-sticky {
	border-color: rgba(0, 0, 0, 0.3);
	border-top-color: rgba(0, 0, 0, 0.08);
	background-color: #fff
}

.k-master-row .k-grid-row-sticky {
	border-top-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-color: #fff
}

.k-master-row.k-alt .k-grid-content-sticky,
.k-master-row.k-alt .k-grid-row-sticky {
	background-color: #f6f6f6
}

.k-master-row.k-state-selected .k-grid-content-sticky,
.k-master-row.k-state-selected .k-grid-row-sticky {
	background-color: #fcc2e6
}

.k-master-row.k-state-selected.k-alt .k-grid-content-sticky,
.k-master-row.k-state-selected.k-alt .k-grid-row-sticky {
	background-color: #f4bcdf
}

.k-master-row:hover .k-grid-content-sticky,
.k-master-row:hover .k-grid-row-sticky,
.k-master-row.k-state-hover .k-grid-content-sticky,
.k-master-row.k-state-hover .k-grid-row-sticky {
	background-color: #ebebeb
}

.k-master-row.k-state-selected:hover .k-grid-content-sticky,
.k-master-row.k-state-selected:hover .k-grid-row-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-row-sticky {
	background-color: #eeb7d9
}

.k-grid-content-sticky {
	border-color: rgba(0, 0, 0, 0.3);
	border-top-color: rgba(0, 0, 0, 0.08);
	background-color: #fff
}

kendo-grid .k-grid-content-sticky:hover,
kendo-grid .k-grid-content-sticky.k-state-hover {
	background-color: #ebebeb
}

kendo-grid .k-grid-row-sticky td {
	border-top-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-color: #fff
}

kendo-grid .k-grid-row-sticky:hover td,
kendo-grid .k-grid-row-sticky.k-state-hover td {
	background-color: #ebebeb
}

kendo-grid .k-alt .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-alt td {
	background-color: #f6f6f6
}

kendo-grid tr.k-state-selected .k-grid-content-sticky,
kendo-grid .k-state-selected.k-grid-row-sticky td,
kendo-grid .k-grid-row-sticky td.k-state-selected,
kendo-grid .k-state-selected.k-grid-content-sticky {
	background-color: #fcc2e6
}

kendo-grid tr.k-state-selected.k-alt .k-grid-content-sticky,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky td,
kendo-grid .k-alt .k-state-selected.k-grid-content-sticky {
	background-color: #f4bcdf
}

kendo-grid tr:hover .k-grid-content-sticky,
kendo-grid tr.k-state-hover .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky:hover td,
kendo-grid .k-grid-row-sticky.k-state-hover td,
kendo-grid .k-grid-row-sticky.k-alt:hover td,
kendo-grid .k-grid-row-sticky.k-alt.k-state-hover td,
kendo-grid .k-alt:hover .k-grid-content-sticky,
kendo-grid .k-alt.k-state-hover .k-grid-content-sticky {
	background-color: #ebebeb
}

kendo-grid tr.k-state-selected:hover .k-grid-content-sticky,
kendo-grid tr.k-state-selected.k-state-hover .k-grid-content-sticky,
kendo-grid .k-state-selected.k-grid-row-sticky:hover td,
kendo-grid .k-state-selected.k-grid-row-sticky.k-state-hover td,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky:hover td,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
kendo-grid tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
kendo-grid tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky:hover td.k-state-selected,
kendo-grid .k-grid-row-sticky.k-state-hover td.k-state-selected,
kendo-grid tr:hover .k-grid-content-sticky.k-state-selected,
kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
	background-color: #eeb7d9
}

.k-grouping-row .k-grid-content-sticky {
	background-color: #f6f6f6
}

.k-grouping-row:hover .k-grid-content-sticky,
.k-grouping-row.k-state-hover .k-grid-content-sticky {
	background-color: #ebebeb
}

.k-column-list-item:hover,
.k-columnmenu-item:hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-columnmenu-item:focus,
.k-columnmenu-item.k-state-focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-columnmenu-item.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-column-menu .k-menu:not(.k-context-menu) {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fafafa
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item {
	color: #545454
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover,
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus,
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-column-menu-group-header-text {
	border-color: #333;
	color: #333
}

.k-check-all-wrap {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-grid-norecords-template {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.08)
}

.k-listview {
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.k-listview-bordered {
	border-width: 1px
}

.k-listview-header {
	border-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: inherit
}

.k-listview-bordered>.k-listview-header {
	border-bottom-width: 1px
}

.k-listview-content {
	margin: 0;
	padding: 0;
	outline: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	overflow: auto
}

.k-listview-content::after {
	height: 0;
	clear: both;
	display: block
}

.k-listview-content.k-d-flex::after,
.k-listview-content.k-d-grid::after {
	display: none
}

.k-listview-content-padding-rectangle {
	padding: 4px 4px
}

.k-listview-content-padding-square {
	padding: 4px
}

.k-listview-item {
	padding: 0;
	border-width: 0;
	outline: 0;
	border-style: solid;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-listview-item-padding-rectangle {
	padding: 4px 4px
}

.k-listview-item-padding-rectangle .k-listview-link {
	margin: -4px -4px;
	padding: 4px 4px
}

.k-listview-item-padding-square {
	padding: 4px
}

.k-listview-item-padding-square .k-listview-link {
	margin: -4px;
	padding: 4px
}

.k-listview-footer {
	border-width: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: inherit
}

.k-listview-bordered>.k-listview-footer {
	border-top-width: 1px
}

.k-listview-pager {
	border-width: 0;
	border-top-width: 1px;
	border-color: inherit;
	font: inherit
}

.k-listview-pager-top {
	border-top-width: 0;
	border-bottom-width: 1px
}

.k-listview-bordered>.k-listview-pager-top {
	border-bottom-width: 1px
}

.k-listview-bordered>.k-listview-pager-bottom {
	border-top-width: 1px
}

.k-listview-borders-all .k-listview-item {
	border-width: 1px
}

.k-listview-borders-horizontal .k-listview-item {
	border-top-width: 1px
}

.k-listview-borders-horizontal .k-listview-item:first-child {
	border-top-width: 0
}

.k-listview-borders-vertical .k-listview-item {
	border-left-width: 1px
}

.k-listview-borders-vertical .k-listview-item:first-child {
	border-left-width: 0
}

.k-listview {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-listview-content>.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-listview-content>.k-state-selected {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-spreadsheet {
	background-clip: padding-box;
	width: 800px;
	height: 600px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: default;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-spreadsheet .k-ie11 {
	background-clip: border-box
}

.k-spreadsheet .k-vertical-align-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-spreadsheet .k-vertical-align-bottom {
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.k-spreadsheet .k-tabstrip-wrapper {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: inherit;
	position: relative
}

.k-spreadsheet-quick-access-toolbar {
	padding: 8px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.k-spreadsheet-quick-access-toolbar .k-button:not(:hover) {
	border-color: transparent;
	color: inherit;
	background-color: transparent;
	background-image: none
}

.k-spreadsheet-tabstrip {
	padding-top: 8px
}

.k-spreadsheet-tabstrip .k-loading {
	display: none
}

.k-spreadsheet-tabstrip .k-content {
	border-radius: 0;
	padding: 0;
	border-width: 0;
	overflow: hidden
}

.k-spreadsheet-toolbar {
	border-width: 0
}

.k-spreadsheet-toolbar [data-tool="backgroundColor"],
.k-spreadsheet-toolbar [data-tool="textColor"],
.k-spreadsheet-toolbar [data-tool="borders"],
.k-spreadsheet-toolbar [data-tool="alignment"],
.k-spreadsheet-toolbar [data-tool="merge"],
.k-spreadsheet-toolbar [data-tool="freeze"] {
	width: auto;
	min-width: 1.4285714286em
}

.k-spreadsheet-toolbar [data-tool="fontSize"] {
	width: 5em
}

.k-spreadsheet-toolbar [data-tool="fontFamily"] {
	width: 6em
}

.k-spreadsheet-toolbar [data-tool="format"] {
	width: 4em
}

.k-spreadsheet-action-bar {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: inherit;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-spreadsheet-name-editor {
	width: 10em;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit
}

.k-spreadsheet-name-editor .k-combobox {
	width: 100%;
	font-size: inherit
}

.k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
	border-radius: 0;
	border-width: 0
}

.k-spreadsheet-name-editor .k-combobox .k-select {
	border-radius: 0
}

.k-spreadsheet-formula-bar {
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1
}

.k-spreadsheet-formula-bar::before {
	font-size: 16px;
	font-family: "WebComponentsIcons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	padding: 0 4px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit
}

.k-spreadsheet-formula-bar .k-tooltip,
.k-spreadsheet-formula-bar .k-group-header,
.k-spreadsheet-formula-bar .k-list-scroller {
	display: none
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
	padding: 4px 8px;
	line-height: 1.4285714286
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
	content:"{";
	font-weight: 700
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::after {
	content: "}";
	font-weight: 700
}

.k-spreadsheet-formula-input {
	outline: 0;
	white-space: pre;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box
}

.k-spreadsheet-formula-input>.k-syntax-func.k-syntax-at-point,
.k-spreadsheet-formula-input>.k-syntax-bool.k-syntax-at-point,
.k-spreadsheet-formula-input>.k-syntax-ref.k-syntax-at-point,
.k-spreadsheet-formula-input>.k-syntax-str.k-syntax-at-point,
.k-spreadsheet-formula-input>.k-syntax-num.k-syntax-at-point {
	text-decoration: underline
}

.k-spreadsheet-formula-input>.k-series-a,
.k-spreadsheet-formula-input>.k-series-b,
.k-spreadsheet-formula-input>.k-series-c,
.k-spreadsheet-formula-input>.k-series-d {
	background-color: transparent
}

.k-spreadsheet-formula-list {
	min-width: 100px
}

.k-spreadsheet-formula-list .k-item {
	padding: 4px 8px
}

.k-syntax-func,
.k-syntax-startexp {
	font-weight: bold
}

.k-spreadsheet-cell-editor {
	padding: 0 3px;
	line-height: 20px;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 2000
}

.k-spreadsheet-sheets-bar {
	padding: 0 4px 4px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.k-spreadsheet-sheets-bar-add {
	margin-right: 4px
}

.k-spreadsheet-sheets-bar-add:not(:hover) {
	border-color: transparent;
	color: inherit;
	background: none
}

.k-spreadsheet-sheets-items {
	margin-top: -1px;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

.k-spreadsheet-sheets-items .k-tabstrip-items {
	margin: 0 calc(1.4285714286em + 10px) !important;
	border-width: 0
}

.k-spreadsheet-sheets-items .k-tabstrip-prev {
	left: 0 !important
}

.k-spreadsheet-sheets-items .k-tabstrip-next {
	right: 0 !important
}

.k-spreadsheet-sheets-items .k-item .k-link {
	display: inline-block
}

.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
	margin-right: .5em;
	margin-left: -.5em;
	padding: 0;
	line-height: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	vertical-align: middle
}

.k-spreadsheet-view {
	height: auto !important;
	border-color: inherit;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-serif;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.k-spreadsheet-view .k-state-disabled {
	pointer-events: auto
}

.k-spreadsheet-fixed-container {
	width: 100%;
	height: 100%;
	border-color: inherit;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 2
}

.k-spreadsheet-overflow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	border-color: inherit
}

.k-spreadsheet-pane {
	padding: 0 1px 0 0;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	position: absolute;
	overflow: hidden
}

.k-spreadsheet-pane.k-top {
	border-top-width: 0
}

.k-spreadsheet-pane.k-left {
	border-left-width: 0
}

.k-spreadsheet-top-corner {
	border-width: 0 1px 1px 0;
	border-style: solid;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000
}

.k-spreadsheet-top-corner::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 6px solid transparent;
	border-right-color: inherit;
	border-bottom-color: inherit
}

.k-spreadsheet-scroller {
	width: 100%;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	z-index: 1
}

@media (hover: none),
(pointer: coarse) {
	.k-spreadsheet-scroller {
		z-index: 3
	}
}

.k-spreadsheet-haxis,
.k-spreadsheet-vaxis {
	border: 0 solid;
	border-color: inherit;
	position: absolute
}

.k-spreadsheet-haxis {
	border-width: 1px 0 0;
	left: 0
}

.k-spreadsheet-vaxis {
	border-width: 0 0 0 1px;
	top: 0
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
	text-align: center;
	z-index: 100
}

.k-spreadsheet-row-header>div,
.k-spreadsheet-column-header>div {
	position: relative;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: inherit
}

.k-spreadsheet-row-header>div::after,
.k-spreadsheet-column-header>div::after {
	content: "";
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.k-spreadsheet-row-header {
	position: relative
}

.k-spreadsheet-column-header {
	position: absolute
}

.k-spreadsheet-row-header>div {
	border-top-width: 1px
}

.k-spreadsheet-row-header>div:first-child {
	border-top-width: 0
}

.k-spreadsheet-row-header>.k-selection-partial::after,
.k-spreadsheet-row-header>.k-selection-full::after {
	border-right-width: 2px;
	display: block
}

.k-spreadsheet-column-header>div {
	border-left-width: 1px
}

.k-spreadsheet-column-header>div:first-child {
	border-left-width: 0
}

.k-spreadsheet-column-header>.k-selection-partial::after,
.k-spreadsheet-column-header>.k-selection-full::after {
	border-bottom-width: 2px;
	display: block
}

.k-spreadsheet-data {
	border-color: inherit;
	cursor: cell;
	position: relative
}

.k-spreadsheet-cell {
	padding: 1px;
	box-sizing: border-box;
	position: absolute;
	line-height: normal;
	background-clip: padding-box;
	white-space: pre;
	overflow: hidden
}

.k-spreadsheet-merged-cells-wrapers {
	position: relative
}

.k-spreadsheet .k-selection-wrapper {
	position: relative;
	cursor: cell
}

.k-spreadsheet .k-spreadsheet-selection {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: absolute
}

.k-spreadsheet .k-spreadsheet-selection-highlight {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	position: absolute
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
	position: absolute;
	padding: 0;
	z-index: 60
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.k-spreadsheet-active-cell {
	outline-color: transparent !important;
	z-index: 10
}

.k-spreadsheet .k-auto-fill-wrapper {
	position: relative
}

.k-spreadsheet .k-auto-fill,
.k-spreadsheet .k-auto-fill-punch,
.k-spreadsheet .k-auto-fill-br-hint {
	box-sizing: border-box;
	position: absolute
}

.k-spreadsheet .k-auto-fill {
	border-width: 1px;
	border-style: solid;
	cursor: crosshair
}

.k-spreadsheet .k-single-selection::after {
	content: "";
	margin-bottom: -4px;
	margin-right: -4px;
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	cursor: crosshair
}

.k-spreadsheet .k-selection-full::after,
.k-spreadsheet .k-selection-partial::after {
	display: none
}

.k-spreadsheet .k-autofill-wrapper {
	position: relative;
	cursor: cell
}

.k-spreadsheet-vborder {
	position: absolute;
	border-left-style: solid;
	border-left-width: 1px
}

.k-spreadsheet-hborder {
	position: absolute;
	border-top-style: solid;
	border-top-width: 1px
}

.k-spreadsheet-has-comment::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	border-width: 3px;
	border-style: solid
}

.k-dirty {
	left: 0;
	right: auto
}

.k-spreadsheet .k-filter-wrapper {
	position: relative;
	z-index: 50
}

.k-spreadsheet .k-filter-range {
	border-width: 1px;
	border-style: solid;
	position: absolute;
	box-sizing: border-box
}

.k-spreadsheet-filter {
	border-radius: 3px;
	line-height: 1;
	position: absolute;
	cursor: pointer
}

.k-spreadsheet-filter .k-icon {
	vertical-align: middle
}

.k-spreadsheet-filter-menu {
	width: 280px
}

.k-spreadsheet-filter-menu .k-animation-container {
	position: relative
}

.k-spreadsheet-filter-menu>.k-menu,
.k-spreadsheet-filter-menu>.k-menu.k-menu-vertical {
	border-width: 0
}

.k-spreadsheet-filter-menu>.k-menu .k-item,
.k-spreadsheet-filter-menu>.k-menu.k-menu-vertical .k-item {
	color: inherit
}

.k-spreadsheet-filter-menu>.k-menu .k-link,
.k-spreadsheet-filter-menu>.k-menu.k-menu-vertical .k-link {
	padding-left: 24px
}

.k-spreadsheet-filter-menu>.k-menu .k-icon,
.k-spreadsheet-filter-menu>.k-menu.k-menu-vertical .k-icon {
	margin-left: -20px;
	margin-right: 4px
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
	height: 200px;
	border-width: 1px;
	border-style: solid;
	overflow-y: scroll;
	overflow-x: auto
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
	padding: 4px;
	overflow: visible
}

.k-spreadsheet-filter-menu .k-details {
	padding: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: inherit
}

.k-spreadsheet-filter-menu .k-details-summary {
	padding: 4px;
	cursor: pointer
}

.k-spreadsheet-filter-menu .k-details-summary>.k-icon {
	margin-right: 4px
}

.k-spreadsheet-filter-menu .k-details-content {
	padding: 4px 8px 4px 24px
}

.k-spreadsheet-filter-menu .k-details-content>.k-textbox,
.k-spreadsheet-filter-menu .k-details-content>.k-widget {
	width: 100%;
	margin-bottom: 3px
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
	background-image: none
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
	width: 75px;
	margin: 8px 0
}

.k-spreadsheet-filter-menu .k-actions .k-button,
.k-spreadsheet-filter-menu .k-action-buttons .k-button,
.k-spreadsheet-filter-menu .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.k-spreadsheet-filter-menu .k-actions.k-actions-start .k-button,
.k-spreadsheet-filter-menu .k-actions.k-actions-center .k-button,
.k-spreadsheet-filter-menu .k-actions.k-actions-end .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.k-spreadsheet-popup {
	padding: 0
}

.k-spreadsheet-popup .k-separator {
	display: block
}

.k-spreadsheet-popup .k-button {
	border-radius: 0;
	border-width: 0;
	color: inherit;
	background: none
}

.k-spreadsheet-popup .k-button-icontext {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.k-spreadsheet-popup .k-reset-color,
.k-spreadsheet-popup .k-custom-color {
	border-radius: 0;
	width: 100%;
	border-width: 0;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex
}

.k-spreadsheet-popup .k-reset-color {
	border-bottom-width: 1px
}

.k-spreadsheet-popup .k-custom-color {
	border-top-width: 1px
}

.k-spreadsheet-popup .k-spreadsheet-color-palette {
	padding: 0px
}

.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
	width: 12.5rem;
	height: 5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.k-spreadsheet-format-popup .k-item {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-spreadsheet-format-popup .k-spreadsheet-sample {
	-ms-flex-order: 1;
	order: 1
}

.k-spreadsheet-sample {
	opacity: .7
}

.k-spreadsheet-clipboard,
.k-spreadsheet-clipboard-paste {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.k-spreadsheet-window .k-edit-form-container {
	width: auto;
	min-width: 0
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
	margin-top: .5em;
	text-align: center
}

.k-spreadsheet-format-cells .k-list-scroller {
	margin-top: .5em;
	height: 210px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit
}

.k-export-config {
	clear: both;
	position: relative
}

.k-export-config::after {
	content: "";
	clear: both;
	display: block
}

.k-export-config .k-edit-field {
	margin-left: 5%;
	width: 45%;
	float: left
}

.k-export-config .k-page-orientation {
	position: absolute;
	right: 0;
	top: .5em
}

.k-export-config .k-page-orientation .k-icon {
	font-size: 6em
}

.k-spreadsheet-insert-comment textarea {
	height: auto
}

.k-spreadsheet-insert-image-dialog {
	border-radius: 3px;
	border-style: dashed;
	border-width: 2px
}

.k-spreadsheet-insert-image-dialog label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100%;
	width: 355px;
	height: 230px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAGQCAYAAAAjl1AKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMGVmMzZmZi04YmI1LTRlN2YtOTcwMS04OTU5ZTg1N2ZhY2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNDOTBDNUQ2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNDOTBDNUM2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMmZmZjM0Mi05NjEyLTQwM2YtYWZhYS01MTE1ZjQ2NThmMWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphYjlhMmUwMy1kNmIwLTY3NGMtODc4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");
	background-size: auto 70%;
	background-position: 50% 30%;
	background-repeat: no-repeat
}

.k-spreadsheet-insert-image-dialog label div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 30px;
	pointer-events: none
}

.k-spreadsheet-insert-image-dialog label input {
	display: none
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
	background-size: auto 90%;
	background-position: 50% 50%
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
	margin: 0;
	-ms-flex-item-align: center;
	align-self: center;
	opacity: 1
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
	opacity: 0
}

.k-spreadsheet-drawing {
	position: absolute;
	box-sizing: border-box;
	z-index: 101
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
	outline-style: solid;
	outline-width: 2px
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: move
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
	left: 50%;
	top: 0;
	cursor: ns-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
	left: 100%;
	top: 0;
	cursor: nesw-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
	left: 100%;
	top: 50%;
	cursor: ew-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
	left: 100%;
	top: 100%;
	cursor: nwse-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
	left: 50%;
	top: 100%;
	cursor: ns-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
	left: 0;
	top: 100%;
	cursor: nesw-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
	left: 0;
	top: 50%;
	cursor: ew-resize
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
	left: 0;
	top: 0;
	cursor: nwse-resize
}

.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,
.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
	border-radius: 3px
}

.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty {
	right: 0;
	left: auto
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
	left: 0;
	right: auto
}

.k-spreadsheet {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-syntax-ref {
	color: #ff8822
}

.k-syntax-num {
	color: #0099ff
}

.k-syntax-str {
	color: #38b714
}

.k-syntax-error {
	color: red
}

.k-syntax-bool {
	color: #a9169c
}

.k-syntax-paren-match {
	background-color: #caf200
}

.k-spreadsheet-cell-editor {
	color: #545454;
	background-color: #fff
}

.k-spreadsheet-merged-cell {
	background-color: #fff
}

.k-spreadsheet .k-selection-full,
.k-spreadsheet .k-selection-partial {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-spreadsheet-selection {
	border-color: #f30a99;
	background-color: rgba(243, 10, 153, 0.25);
	box-shadow: inset 0 0 0 1px #f30a99
}

.k-spreadsheet .k-single-selection::after {
	border-color: #fff;
	background-color: #f30a99
}

.k-spreadsheet-active-cell {
	box-shadow: inset 0 0 0 1px #f30a99;
	background-color: #fff
}

.k-spreadsheet-active-cell.k-right {
	box-shadow: inset 0 0 0 1px #f30a99, inset -1px 0 0 1px #f30a99
}

.k-spreadsheet-active-cell.k-bottom {
	box-shadow: inset 0 0 0 1px #f30a99, inset 0 -1px 0 1px #f30a99
}

.k-spreadsheet-active-cell.k-bottom.k-right {
	box-shadow: inset 0 0 0 1px #f30a99, inset -1px -1px 0 1px #f30a99
}

.k-spreadsheet .k-auto-fill {
	border-color: #f30a99;
	background-color: rgba(243, 10, 153, 0.25);
	box-shadow: inset 0 0 0 1px #f30a99
}

.k-spreadsheet .k-auto-fill-punch {
	background-color: rgba(255, 255, 255, 0.5)
}

.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
	background-color: #f30a99
}

.k-spreadsheet-has-comment::after {
	border-color: #f30a99 #f30a99 transparent transparent
}

.k-dirty {
	border-color: #d51923 transparent transparent #d51923
}

.k-spreadsheet .k-filter-range {
	border-color: #f30a99
}

.k-spreadsheet-filter {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.k-spreadsheet-filter.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-spreadsheet-filter:hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-spreadsheet-filter-menu>.k-menu .k-item.k-state-hover,
.k-spreadsheet-filter-menu>.k-menu:not(.k-context-menu) .k-item.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-spreadsheet-popup .k-button:hover,
.k-spreadsheet-popup .k-button.k-state-hover {
	color: #545454;
	background-color: #f7f7f7
}

.k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected {
	color: #fff;
	background-color: #f30a99
}

.k-spreadsheet-insert-image-dialog {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5)
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
	color: #fff
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
	outline-color: #f30a99
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
	border-color: #f30a99;
	background-color: #f30a99
}

.k-spreadsheet-drawing-anchor-cell {
	background: rgba(243, 10, 153, 0.25)
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
[dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
	border-color: #f30a99 transparent transparent #f30a99
}

.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty,
[dir="rtl"] .k-spreadsheet .k-dirty {
	border-color: #d51923 #d51923 transparent transparent
}

.k-pivot {
	border-width: 1px;
	border-style: solid;
	position: relative
}

.k-pivot .k-grid td {
	white-space: nowrap
}

.k-pivot .k-grid-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-pivot-toolbar {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
	background-clip: padding-box;
	border-radius: 3px;
	padding: 4px 8px;
	padding-right: 56px;
	min-height: auto;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	white-space: normal;
	word-break: break-word;
	position: relative;
	cursor: move
}

.k-pivot-toolbar .k-button .k-ie11,
.k-fieldselector .k-list li.k-item .k-ie11 {
	background-clip: border-box
}

.k-pivot-toolbar .k-button .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item .k-field-actions .k-setting-delete {
	box-sizing: content-box
}

.k-settings-rows .k-button,
.k-settings-columns .k-button,
.k-settings-measures .k-button {
	margin-right: 8px;
	margin-bottom: 2px
}

.k-field-actions {
	position: absolute;
	right: 4px;
	top: 4px;
	line-height: 1;
	cursor: pointer
}

.k-pivot-layout {
	border-spacing: 0;
	table-layout: auto
}

.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
	font-weight: bold
}

.k-pivot-layout>tbody,
.k-pivot td {
	vertical-align: top
}

.k-pivot-layout>tbody>tr>td {
	padding: 0
}

.k-pivot-rowheaders>.k-grid,
.k-pivot-table>.k-grid {
	border-width: 0
}

.k-pivot-rowheaders>.k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
	border-left-width: 1px
}

.k-pivot-rowheaders>.k-grid td.k-first {
	border-left-width: 0
}

.k-pivot-rowheaders>.k-grid {
	overflow: hidden
}

.k-pivot-table {
	border-left-width: 1px;
	border-left-style: solid
}

.k-pivot-table .k-grid-header-wrap {
	margin-right: -1px
}

.k-pivot-table .k-grid-header-wrap>table {
	height: 100%
}

.k-pivot .k-grid-header .k-header {
	vertical-align: top
}

.k-pivot .k-grid tr .k-grid-footer {
	border-bottom-width: 0
}

.k-pivot .k-grid tr:last-child:not(.k-grid-footer) td:not(.k-grid-footer) {
	border-bottom-width: 1px
}

.k-pivot-layout .k-grid td {
	border-bottom-width: 1px
}

.k-pivot-layout .k-grid-footer>td {
	border-top-width: 0
}

.k-pivot-filter-window .k-treeview {
	max-height: 600px
}

.k-fieldselector {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-fieldselector .k-columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}

.k-fieldselector .k-columns>div {
	padding: 8px;
	width: 50%;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	float: left;
	overflow: auto
}

.k-fieldselector .k-columns>div+div {
	border-left-width: 1px
}

.k-fieldselector p {
	margin: 0 0 2px;
	text-transform: uppercase
}

.k-fieldselector p .k-icon {
	margin: 0 4px 0 0
}

.k-fieldselector .k-treeview {
	border-width: 0;
	overflow: visible
}

.k-fieldselector .k-edit-label {
	width: 16%
}

.k-fieldselector .k-edit-field {
	width: 77%
}

.k-fieldselector .k-edit-buttons>input,
.k-fieldselector .k-edit-buttons>label {
	float: left;
	margin-top: .4em
}

.k-fieldselector .k-list-container {
	margin-bottom: 1em;
	padding: 2px;
	border-width: 1px;
	border-style: solid
}

.k-fieldselector .k-list {
	padding-bottom: 1em
}

.k-fieldselector .k-list .k-item {
	border-width: 1px;
	border-style: solid
}

.k-fieldselector .k-list .k-item+.k-item {
	margin-top: .5em
}

.k-ie11 .k-pivot .k-grid {
	display: block
}

.k-pivot {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-alt,
.k-pivot-toolbar,
.k-pivot-layout>tbody>tr:first-child>td:first-child {
	background-color: #f6f6f6
}

.k-fieldselector {
	color: #545454
}

.k-fieldselector .k-list-container {
	background-color: #fff
}

.k-pivot-toolbar,
.k-pivot-table,
.k-fieldselector,
.k-fieldselector .k-list-container,
.k-fieldselector .k-columns>div,
.k-pivot-rowheaders>.k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
	background-color: #ebebeb
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-pivot-toolbar .k-button:hover,
.k-pivot-toolbar .k-button.k-state-hover,
.k-fieldselector .k-list li.k-item:hover,
.k-fieldselector .k-list li.k-item.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-pivot-toolbar .k-button:active,
.k-pivot-toolbar .k-button.k-state-active,
.k-fieldselector .k-list li.k-item:active,
.k-fieldselector .k-list li.k-item.k-state-active {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(to top, #f6f6f6, #f1f1f1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.k-pivot-toolbar .k-button:focus,
.k-pivot-toolbar .k-button.k-state-focused,
.k-fieldselector .k-list li.k-item:focus,
.k-fieldselector .k-list li.k-item.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-pivot-toolbar .k-button.k-empty,
.k-fieldselector .k-list li.k-item.k-empty {
	color: #7d7d7d
}

.k-pivot-toolbar .k-empty {
	color: #7d7d7d
}

.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
	color: #000
}

.k-fieldselector .k-i-loading {
	border-color: #f6f6f6
}

.k-fieldselector .k-i-loading::before,
.k-fieldselector .k-i-loading::after {
	background-color: #f6f6f6
}

.k-i-kpi-trend-increase,
.k-i-kpi-trend-decrease,
.k-i-kpi-trend-equal {
	color: inherit
}

.k-i-kpi-status-hold {
	color: #fdce3e
}

.k-i-kpi-status-deny {
	color: #d51923
}

.k-i-kpi-status-open {
	color: #5ec232
}

.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
	display: block
}

.k-treelist .k-status {
	padding: .4em .6em;
	line-height: 1.6em
}

.k-treelist .k-status .k-loading {
	vertical-align: baseline;
	margin-right: 5px
}

.k-treelist tr.k-hidden {
	display: none
}

.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-state-hover {
	cursor: default
}

.k-treelist .k-drop-hint {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.k-treelist tr.k-footer td,
.k-treelist tr.k-footer-template td {
	border-width: 1px 0;
	border-style: solid;
	font-weight: bold
}

.k-treelist tr.k-footer+tr.k-footer td {
	border-top-width: 0
}

.k-treelist-scrollable>table,
.k-treelist-scrollable .k-grid-header tr,
.k-treelist-scrollable .k-grid-header th {
	background-color: inherit
}

.k-treelist-scrollable .k-grid-toolbar {
	position: sticky;
	z-index: 3;
	top: 0;
	left: 0
}

.k-treelist-scrollable .k-grid-header th {
	position: sticky;
	z-index: 1
}

.k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
	z-index: 3
}

.k-treelist-scrollable thead.k-grid-header {
	padding-right: 0
}

.k-treelist-scrollable tr.k-group-footer+tr.k-group-footer td {
	border-top-width: 0
}

.k-treelist-scrollable[dir="rtl"] thead.k-grid-header,
.k-rtl .k-treelist-scrollable thead.k-grid-header {
	padding-left: 0
}

.k-drag-separator {
	display: inline-block;
	border-right: 1px solid;
	height: 1em;
	vertical-align: top;
	margin: 0 .5em
}

.k-treelist tr.k-footer,
.k-treelist tr.k-footer-template {
	background-color: #ededed
}

.k-filter {
	border-width: 0;
	display: inline-block;
	background-color: transparent
}

.k-filter ul {
	padding: 0
}

.k-filter ul li {
	list-style-type: none
}

.k-filter .k-filter-container,
.k-filter .k-filter-preview {
	margin-bottom: 30px
}

.k-filter .k-filter-lines,
.k-filter .k-filter-item {
	padding-left: 8px
}

.k-filter .k-filter-toolbar {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 4px 0
}

.k-filter .k-filter-toolbar::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	top: 50%;
	left: -8px
}

.k-filter .k-filter-toolbar .k-toolbar {
	border-style: solid
}

.k-filter .k-filter-toolbar .k-filter-operator .k-dropdown,
.k-filter .k-filter-toolbar .k-filter-operator .k-dropdowntree {
	width: 15em
}

.k-filter .k-filter-item {
	position: relative
}

.k-filter .k-filter-item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: -4px;
	left: 0
}

.k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after {
	content: "";
	position: absolute;
	width: 1px;
	top: -5px;
	bottom: 50%;
	left: -8px
}

.k-filter .k-filter-group-main::before,
.k-filter .k-filter-group-main>.k-filter-toolbar::before,
.k-filter .k-filter-group-main>.k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child::before {
	display: none
}

.k-rtl .k-filter .k-filter-lines,
.k-rtl .k-filter .k-filter-item,
.k-filter[dir="rtl"] .k-filter-lines,
.k-filter[dir="rtl"] .k-filter-item,
[dir="rtl"] .k-filter .k-filter-lines,
[dir="rtl"] .k-filter .k-filter-item {
	padding-left: 0;
	padding-right: 8px
}

.k-rtl .k-filter .k-filter-toolbar::before,
.k-filter[dir="rtl"] .k-filter-toolbar::before,
[dir="rtl"] .k-filter .k-filter-toolbar::before {
	left: auto;
	right: -8px
}

.k-rtl .k-filter .k-filter-item::before,
.k-filter[dir="rtl"] .k-filter-item::before,
[dir="rtl"] .k-filter .k-filter-item::before {
	left: auto;
	right: 0
}

.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after,
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after,
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after {
	left: auto;
	right: -8px
}

.k-filter {
	color: #545454
}

.k-filter .k-filter-preview-field {
	color: #f30a99
}

.k-filter .k-filter-preview-operator {
	color: rgba(84, 84, 84, 0.6)
}

.k-filter .k-filter-item::before,
.k-filter .k-filter-toolbar::before,
.k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after {
	background-color: rgba(0, 0, 0, 0.08)
}

.k-filemanager {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.k-filemanager-header {
	border-color: inherit
}

.k-filemanager-toolbar {
	border-width: 0;
	border-bottom-width: 1px;
	border-color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-filemanager-content-container {
	border-color: inherit;
	box-sizing: border-box;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden
}

.k-filemanager-navigation {
	padding: 16px 16px;
	width: 20%;
	border-width: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: auto
}

.k-filemanager-treeview {
	overflow: visible
}

.k-filemanager-content {
	border-color: inherit;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden
}

.k-filemanager-view {
	overflow: auto
}

.k-filemanager-breadcrumb {
	border-width: 0;
	border-bottom-width: 1px;
	padding: 8px 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-filemanager-listview {
	border-width: 0;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.k-filemanager-listview .k-listview-item {
	padding: 16px 16px;
	width: 120px;
	height: 120px;
	text-align: center
}

.k-filemanager-listview .k-file-preview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.k-filemanager-listview .k-file-icon {
	font-size: 48px
}

.k-filemanager-listview .k-file-name {
	margin-top: 8px;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.k-filemanager-listview .k-file-edit-input input {
	width: 100%
}

.k-filemanager-grid {
	border-width: 0;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.k-filemanager-grid .k-file-preview {
	margin-right: 4px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	vertical-align: middle
}

.k-filemanager-grid .k-file-name {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	vertical-align: middle
}

.k-filemanager-preview {
	padding: 48px 16px 16px;
	width: 20%;
	min-height: 304px;
	border-width: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: inherit;
	box-sizing: border-box;
	text-align: center;
	overflow-y: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-filemanager-preview .k-file-preview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.k-filemanager-preview .k-file-icon {
	font-size: 96px
}

.k-filemanager-preview .k-file-name {
	margin-top: 16px;
	display: block
}

.k-filemanager-preview .k-single-file-selected {
	font-weight: bold
}

.k-filemanager-preview .k-multiple-files-selected {
	font-weight: bold
}

.k-filemanager-preview .k-file-meta {
	margin: 16px 0 0;
	box-sizing: border-box;
	text-align: start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.k-filemanager-preview .k-file-meta-label {
	display: inline-block
}

.k-filemanager-preview .k-file-meta-value {
	margin: 0
}

.k-filemanager-preview .k-file-type {
	text-transform: capitalize
}

.k-filemanager-preview .k-line-break {
	margin: 16px 0 0;
	width: 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-filemanager .k-splitbar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative
}

.k-filemanager-upload-dialog .k-upload-files {
	max-height: 200px;
	overflow-y: auto
}

.k-filemanager-drag-hint {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.k-filemanager-drag-hint .k-icon {
	margin-right: 4px
}

.k-filemanager {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-filemanager-breadcrumb {
	background-color: #f6f6f6
}

.k-filemanager-listview .k-listview-item .k-file-icon {
	color: #8b8b8b
}

.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon {
	border-color: rgba(0, 0, 0, 0);
	color: inherit;
	background-color: none
}

.k-filemanager-preview .k-file-icon {
	color: #8b8b8b
}

.k-editor {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-editor .k-ie11 {
	background-clip: border-box
}

table.k-editor {
	width: 100%;
	display: table;
	vertical-align: top;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0
}

table.k-editor tbody,
table.k-editor tr,
table.k-editor td {
	border-color: inherit
}

kendo-editor .k-editor-content {
	z-index: 1
}

kendo-editor.k-readonly {
	outline: none;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(0.1);
	filter: grayscale(0.1);
	pointer-events: none;
	box-shadow: none
}

kendo-editor.k-readonly>.k-content,
kendo-editor.k-readonly .k-editor-content {
	pointer-events: auto
}

kendo-editor.k-readonly .k-editor-content.k-state-focused {
	outline-width: 1px;
	outline-style: dashed
}

.k-editor-inline {
	border-radius: 3px;
	padding: 2px 4px;
	border: 1px solid transparent;
	word-wrap: break-word;
	overflow: auto;
	background: none
}

.k-window.k-editor-widget {
	padding: 0
}

.k-editor>.k-toolbar {
	border-width: 0 0 1px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-editor-toolbar {
	border-width: 0 0 1px 0
}

.k-editor-toolbar .k-tool-group .k-widget~.k-widget {
	-webkit-margin-start: 8px;
	margin-inline-start: 8px
}

.k-editor-toolbar .k-tool {
	padding: 4px;
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px)
}

.k-editor-toolbar .k-tool-text {
	display: none
}

.k-editor-toolbar .k-overflow-tools {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden
}

.k-editor-toolbar .k-overflow-anchor {
	border-width: 0;
	padding: 8px;
	width: calc(1.4285714286em + 26px);
	height: calc(1.4285714286em + 26px);
	position: relative
}

.k-editor-toolbar .k-editor-export .k-icon {
	margin-right: .25em
}

.k-editor-toolbar .k-editor-export .k-icon,
.k-editor-toolbar .k-editor-export .k-export-tool-text {
	vertical-align: middle
}

.k-editor-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto
}

.k-editor-content>.k-iframe {
	width: 100%;
	height: 100%;
	border-width: 0;
	display: block
}

.k-editor-content>.ProseMirror {
	padding: 8px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	outline: none;
	white-space: pre-wrap;
	overflow: auto
}

.k-editor-content>.ProseMirror table {
	white-space: pre-wrap
}

.k-editor-content>.ProseMirror .k-placeholder::before {
	content: attr(data-placeholder);
	height: 0;
	color: #7d7d7d;
	float: left;
	opacity: 1;
	cursor: text;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-editable-area {
	padding: 4px;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline: 0
}

.k-editable-area iframe.k-content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	background: none;
	display: block
}

.k-resizable .k-editable-area {
	padding: 4px 4px 16px
}

.k-edit-form-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: auto;
	margin: -16px -16px;
	padding: 16px 16px
}

.k-ct-popup {
	box-sizing: border-box;
	width: 190px;
	padding: 5px
}

.k-ct-popup .k-button {
	width: 100%
}

.k-ct-popup .k-ct-cell {
	margin: 1px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid;
	border-color: inherit;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	opacity: .7;
	pointer-events: all
}

.k-editor .k-resize-handle {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent;
	border-bottom-color: inherit;
	cursor: se-resize
}

.k-editor .k-resize-handle .k-i-arrow-45-down-right {
	display: none
}

.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
	padding-left: 0
}

.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap .k-select {
	border-width: 0
}

.k-editor-find-replace .k-content {
	position: relative
}

.k-editor-find-replace .k-edit-form-container {
	display: inline-block
}

.k-editor-find-replace .k-edit-form-container .k-edit-label {
	text-align: left
}

.k-editor-find-replace .k-action-buttons {
	padding: 0
}

.k-editor-find-replace .k-search-options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 0 40px 0
}

.k-editor-find-replace .k-search-options>span {
	padding-bottom: 4px
}

.k-editor-find-replace .k-matches-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.k-editor-dialog {
	box-sizing: border-box
}

.k-editor-dialog .k-edit-form-container {
	width: auto
}

.k-editor-dialog .k-edit-label {
	width: 30%;
	padding: 5px 0
}

.k-editor-dialog .k-edit-field {
	width: 66%
}

.k-textarea.k-editor-textarea {
	width: 100%;
	height: 100%;
	resize: none
}

.k-filebrowser-dialog {
	display: -ms-flexbox;
	display: flex
}

.k-filebrowser-dialog .k-edit-form-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-filebrowser-dialog .k-edit-label {
	width: 18%
}

.k-filebrowser-dialog .k-edit-field {
	width: 75%
}

.k-filebrowser {
	max-width: 100%
}

.k-filebrowser .k-floatwrap {
	display: -ms-flexbox;
	display: flex
}

.k-filebrowser .k-floatwrap::after {
	display: none
}

.k-filebrowser .k-breadcrumbs {
	-ms-flex: 1;
	flex: 1
}

.k-filebrowser .k-search-wrap {
	margin: 0 0 0 1em;
	width: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-filebrowser .k-search-wrap .k-input {
	-ms-flex: 1;
	flex: 1;
	width: 100px
}

.k-filebrowser .k-search-wrap .k-icon {
	margin: 0;
	position: static
}

.k-filebrowser .k-filebrowser-toolbar {
	margin: 1em 0 0 0
}

.k-filebrowser .k-upload {
	padding: 0;
	border-width: 0;
	background: none
}

.k-filebrowser .k-upload .k-upload-button {
	margin: 0
}

.k-filebrowser .k-upload .k-upload-status {
	display: none
}

.k-filebrowser .k-upload-files {
	display: none
}

.k-filebrowser .k-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 390px;
	max-height: 50vh;
	margin: 0 0 1em 0;
	padding: 4px 8px;
	border-top-width: 0;
	overflow: auto
}

.k-filebrowser .k-tile {
	width: 33%;
	height: 90px;
	padding: 4px 8px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px
}

.k-filebrowser .k-tile .k-i-file,
.k-filebrowser .k-tile .k-i-folder {
	font-size: 4em
}

.k-filebrowser .k-tile input {
	width: 100px
}

.k-filebrowser .k-tile strong {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-filebrowser .k-tile-empty {
	display: block;
	margin: auto
}

.k-filebrowser .k-tile-empty.k-state-selected {
	color: inherit;
	border-width: 0;
	background-image: none;
	background-color: transparent
}

.k-filebrowser .k-tile-empty strong {
	opacity: .5;
	font-size: 3em;
	font-weight: 400
}

.k-filebrowser .k-thumb {
	float: left;
	margin-right: 4px
}

.k-filebrowser .k-breadcrumbs-wrap {
	position: absolute;
	left: 8px;
	top: 4px
}

.k-filebrowser .k-breadcrumbs-wrap .k-icon {
	position: static;
	margin-top: 0
}

.k-editor-table-wizard-dialog {
	display: -ms-flexbox;
	display: flex
}

.k-editor-table-wizard-dialog .k-edit-form-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: auto
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0
}

.k-editor-table-wizard-dialog .k-numerictextbox {
	width: 10em
}

.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdown,
.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdowntree {
	width: 4em
}

.k-editor-table-wizard-dialog .k-numerictextbox+.k-colorpicker,
.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdown,
.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdowntree {
	margin-left: 4px
}

.k-editor-table-wizard-dialog .k-colorpicker {
	vertical-align: middle
}

.k-editor-table-wizard-dialog .k-edit-field>.k-checkbox {
	position: relative
}

.k-editor-table-wizard-dialog .k-dropdown.k-align,
.k-editor-table-wizard-dialog .k-align.k-dropdowntree {
	width: auto
}

.k-editor-table-wizard-dialog .k-textbox.k-editor-accessibility-summary {
	height: auto
}

.k-popup.k-align .k-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.k-popup.k-align .k-list .k-item {
	padding: 4px;
	height: calc(1.4285714286em + 10px);
	box-sizing: border-box;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1 0 33%;
	flex: 1 0 33%
}

.k-popup.k-align .k-list .k-item .k-icon {
	margin: 0
}

.k-popup.k-align .k-list .k-item:last-child {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

.k-editor-inline .k-table {
	width: 100%;
	border-spacing: 0;
	margin: 0 0 1em
}

.k-editor-inline .k-table,
.k-editor-inline .k-table td {
	outline: 0;
	border-width: 1px;
	border-style: dotted
}

.k-editor-inline .k-table td {
	min-width: 1px;
	padding: 2px 4px
}

.k-editor-inline .k-element-resize-handle-wrapper {
	position: absolute;
	width: 5px;
	height: 5px;
	border-width: 1px;
	border-style: solid;
	z-index: 100
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
	width: 100%;
	height: 100%
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
	cursor: e-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
	cursor: n-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
	cursor: ne-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
	cursor: nw-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
	cursor: s-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
	cursor: se-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
	cursor: sw-resize
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
	cursor: w-resize
}

.k-editor-inline .k-column-resize-handle-wrapper {
	position: absolute;
	height: 10px;
	width: 10px;
	cursor: col-resize;
	z-index: 2
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
	width: 100%;
	height: 100%
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	display: none;
	opacity: .8
}

.k-editor-inline .k-row-resize-handle-wrapper {
	position: absolute;
	z-index: 2;
	cursor: row-resize;
	width: 10px;
	height: 10px
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
	display: table;
	width: 100%;
	height: 100%
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 2px;
	opacity: .8
}

.k-editor {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

kendo-editor.k-readonly .k-editor-content.k-state-focused {
	outline-color: #545454
}

.k-editor-inline .k-table,
.k-editor-inline .k-table td {
	border-color: #cccccc
}

.k-editor-inline .k-element-resize-handle-wrapper {
	background-color: #ffffff;
	border-color: #000000
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
	background-color: #00b0ff
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
	background-color: #00b0ff
}

.k-editor-inline:hover,
.k-editor-inline.k-state-active {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-ct-popup .k-state-selected {
	border-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	background-color: #f30a99;
	background-image: none
}

.k-editor-content .k-text-selected,
.k-editor-content::selection {
	color: #fff;
	background-color: #f30a99
}

.k-editor-content .k-text-highlighted {
	background-color: #fdceeb
}

.k-editor-find-replace .k-matches-container {
	background-color: #f6f6f6
}

.k-imageeditor {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-imageeditor .k-ie11 {
	background-clip: border-box
}

.k-imageeditor-toolbar {
	border-width: 0;
	border-bottom-width: 1px
}

.k-imageeditor-content {
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-imageeditor-canvas-container {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: auto
}

.k-imageeditor-canvas {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.k-imageeditor-action-pane {
	border-width: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow-y: auto
}

.k-imageeditor-action-pane>.k-form {
	padding: 32px 16px
}

.k-imageeditor-crop-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.k-imageeditor-crop {
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: dashed;
	box-sizing: border-box;
	position: absolute
}

.k-imageeditor-crop .k-resize-handle {
	margin: 1px 1px;
	border-style: solid;
	border-width: 0 2px 2px 0
}

.k-imageeditor-crop .k-resize-sw,
.k-imageeditor-crop .k-resize-se,
.k-imageeditor-crop .k-resize-nw,
.k-imageeditor-crop .k-resize-ne {
	width: 15px;
	height: 15px
}

.k-imageeditor-crop .k-resize-n,
.k-imageeditor-crop .k-resize-s {
	left: calc(50% - 7.5px);
	width: 15px;
	height: 0
}

.k-imageeditor-crop .k-resize-w,
.k-imageeditor-crop .k-resize-e {
	top: calc(50% - 7.5px);
	width: 0;
	height: 15px
}

.k-imageeditor-crop .k-resize-ne {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.k-imageeditor-crop .k-resize-nw {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.k-imageeditor-crop .k-resize-sw {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.k-imageeditor-crop .k-resize-n {
	top: 0
}

.k-imageeditor-crop .k-resize-s {
	bottom: 0
}

.k-imageeditor-crop .k-resize-w {
	left: 0
}

.k-imageeditor-crop .k-resize-e {
	right: 0
}

.k-ie .k-imageeditor-canvas {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.k-ie .k-imageeditor-action-pane {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-imageeditor {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-imageeditor-content {
	background-color: #c6c6c6
}

.k-imageeditor-canvas {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), #fff;
	background-repeat: repeat, repeat;
	background-position: 0px 0px, 5px 5px;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	background-origin: padding-box, padding-box;
	background-clip: border-box, border-box;
	background-size: 10px 10px, 10px 10px;
	box-shadow: none;
	text-shadow: none;
	transition: none;
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
	transform: scaleX(1) scaleY(1) scaleZ(1)
}

.k-imageeditor-action-pane {
	background-color: #f6f6f6
}

.k-imageeditor-crop {
	border-color: #fff
}

.k-imageeditor-crop-overlay {
	background-color: rgba(0, 0, 0, 0.3)
}

.k-gantt {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: relative;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-gantt .k-ie11 {
	background-clip: border-box
}

.k-gantt td {
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top
}

.k-gantt .k-grid-header tr {
	height: calc(1.4285714286em + 17px)
}

.k-gantt .k-grid-header .k-header {
	position: static
}

.k-gantt .k-treelist .k-grid-header .k-header {
	position: relative
}

.k-gantt .k-grid-content tr {
	height: calc(1.4285714286em + 16px)
}

.k-gantt.k-gantt-planned .k-grid-content tr {
	height: calc(2.4285714286em + 16px)
}

.k-gantt .k-gantt-layout {
	white-space: normal;
	vertical-align: top;
	display: inline-block
}

.k-gantt .k-splitbar {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-gantt .k-treelist-scrollable {
	width: 100%;
	border-width: 0;
	overflow: auto
}

.k-gantt .k-treelist-scrollable .k-grid-header .k-header {
	position: sticky
}

.k-gantt .k-treelist-scrollable .k-grid-header th,
.k-gantt .k-treelist-scrollable .k-grid-content-sticky {
	z-index: 4
}

.k-gantt .k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
	z-index: 5
}

.k-gantt .k-treelist-scrollable .k-grid-header tr:first-child th:last-child,
.k-gantt .k-treelist-scrollable tbody td:last-child {
	padding: 0
}

.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
	padding: 8px 12px;
	border-width: 0 0 1px 1px;
	white-space: nowrap
}

.k-gantt .k-treelist-scrollable tr.k-state-selected>td:last-child {
	background: transparent
}

.k-gantt .k-treelist-scrollable .k-task {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	white-space: nowrap;
	z-index: 3
}

.k-gantt .k-treelist-scrollable .k-task:hover .k-task-start,
.k-gantt .k-treelist-scrollable .k-task:hover .k-task-end {
	display: block
}

.k-gantt .k-treelist-scrollable .k-task:hover .k-task-draghandle {
	visibility: visible
}

.k-gantt .k-treelist-scrollable .k-task-content {
	padding: 4px 8px;
	display: block;
	line-height: normal;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-gantt .k-treelist-scrollable .k-task-actions {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-gantt .k-treelist-scrollable .k-task-milestone {
	border: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: none
}

.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
	width: .875em;
	height: .875em;
	border-width: 1px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.k-gantt .k-treelist-scrollable .k-task-summary {
	height: 15px;
	-webkit-clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%)
}

.k-gantt .k-treelist-scrollable .k-task-summary-complete {
	width: 100%;
	height: 15px
}

.k-gantt .k-treelist-scrollable .k-task-start {
	-webkit-transform: translateX(-140%) translateY(-50%);
	-ms-transform: translateX(-140%) translateY(-50%);
	transform: translateX(-140%) translateY(-50%)
}

.k-gantt .k-treelist-scrollable .k-task-end {
	-webkit-transform: translateX(140%) translateY(-50%);
	-ms-transform: translateX(140%) translateY(-50%);
	transform: translateX(140%) translateY(-50%)
}

.k-gantt .k-treelist-scrollable .k-master-row:hover .k-task-dot {
	display: block
}

.k-gantt .k-treelist-scrollable .k-gantt-dependencies-svg {
	position: absolute;
	overflow: visible;
	pointer-events: none;
	z-index: 2
}

.k-gantt .k-treelist-scrollable .k-gantt-dependencies-svg polyline {
	stroke-width: 2px
}

.k-gantt .k-treelist-scrollable .k-gantt-columns {
	background: transparent;
	pointer-events: none;
	table-layout: fixed
}

.k-gantt-header {
	border-width: 0 0 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 6
}

.k-gantt-footer {
	border-width: 1px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-gantt-toggle {
	display: none
}

.k-gantt-views-wrapper {
	margin-left: auto
}

.k-gantt-views-wrapper .k-views-dropdown {
	width: auto;
	font-size: inherit;
	display: none;
	cursor: pointer
}

@media (max-width: 480px) {
	.k-gantt-toolbar .k-gantt-toggle {
		display: -ms-inline-flexbox;
		display: inline-flex
	}
	.k-gantt-toolbar .k-gantt-pdf,
	.k-gantt-toolbar .k-gantt-create {
		padding: 4px;
		width: calc(1.4285714286em + 10px);
		height: calc(1.4285714286em + 10px)
	}
	.k-gantt-toolbar .k-gantt-pdf .k-button-icon,
	.k-gantt-toolbar .k-gantt-create .k-button-icon {
		margin: 0
	}
	.k-gantt-toolbar .k-gantt-pdf .k-button-text,
	.k-gantt-toolbar .k-gantt-create .k-button-text {
		display: none
	}
}

@media (max-width: 1024px) {
	.k-gantt-views-wrapper .k-gantt-views {
		display: none
	}
	.k-gantt-views-wrapper .k-views-dropdown {
		display: -ms-flexbox;
		display: flex
	}
}

.k-gantt-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden
}

.k-gantt-treelist .k-treelist {
	height: 100%;
	border-width: 0
}

.k-gantt-treelist .k-grid-header {
	padding: 0 !important
}

.k-gantt-treelist .k-grid-header tr {
	height: calc(2.8571428571em + 34px);
	vertical-align: bottom
}

.k-gantt-treelist .k-grid-content {
	overflow: hidden;
	overflow-x: scroll
}

.k-gantt-treelist .k-grid-content td {
	vertical-align: middle
}

.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
	height: calc(1.4285714286em + 17px)
}

.k-gantt-timeline .k-timeline {
	height: 100%;
	border-width: 0;
	display: -ms-flexbox;
	display: flex
}

.k-gantt-timeline .k-grid-content {
	overflow-x: scroll
}

.k-gantt-timeline .k-header {
	padding: 8px 12px;
	border-width: 0 0 1px 1px;
	white-space: nowrap
}

.k-gantt-tables {
	position: relative;
	border-color: inherit
}

.k-gantt-rows,
.k-gantt-columns {
	border-color: inherit;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0
}

.k-gantt-dependencies {
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0
}

.k-gantt-dependencies .k-arrow-e,
.k-gantt-dependencies .k-arrow-w {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	position: absolute;
	top: -4px
}

.k-gantt-dependencies .k-arrow-e {
	border-left-color: currentColor;
	right: -6px
}

.k-gantt-dependencies .k-arrow-w {
	border-right-color: currentColor;
	left: -6px
}

.k-gantt-line {
	background-color: currentColor;
	border-color: currentColor;
	position: absolute
}

.k-gantt-line.k-state-selected {
	z-index: 3
}

.k-gantt-line-h {
	height: 2px
}

.k-gantt-line-v {
	width: 2px
}

.k-gantt-dependency-hint {
	z-index: 4
}

.k-gantt-tasks {
	position: relative
}

.k-gantt-tasks td {
	padding: 0;
	border-width: 0;
	position: relative;
	vertical-align: middle
}

.k-gantt-tasks td::after {
	content: "\a0"
}

.k-task-wrap {
	margin: 0 -21px;
	padding: 5px 21px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

.k-task-wrap.k-drag-hint {
	position: absolute
}

.k-task {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-task-dot {
	width: 16px;
	height: 16px;
	line-height: 1;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-task-wrap:hover .k-task-dot,
.k-task-wrap.k-origin .k-task-dot {
	display: block
}

.k-task-dot::before {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 0;
	border-style: solid;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
	border-width: 1px
}

.k-task-start {
	left: 0
}

.k-task-end {
	right: 0
}

.k-task-draghandle {
	margin-left: 16px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-width: 0;
	border-bottom-color: inherit;
	position: absolute;
	bottom: 0;
	cursor: e-resize;
	visibility: hidden
}

.k-task-wrap:hover .k-task-draghandle {
	visibility: visible
}

.k-milestone-wrap {
	margin: 0 -2em
}

.k-task-milestone {
	width: 1em;
	height: 1em;
	border-width: 1px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.k-task-summary {
	height: 10px;
	display: inline-block;
	vertical-align: top
}

.k-task-summary,
.k-task-summary-complete {
	background-color: currentColor
}

.k-task-summary::before,
.k-task-summary::after,
.k-task-summary-complete::before,
.k-task-summary-complete::after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 0;
	display: none
}

.k-task-summary::before,
.k-task-summary-complete::before {
	border-left-color: currentColor;
	left: 0
}

.k-task-summary::after,
.k-task-summary-complete::after {
	border-right-color: currentColor;
	right: 0
}

.k-task-summary-complete {
	height: 10px;
	position: relative;
	z-index: 2
}

.k-task-summary-progress {
	height: 15px;
	overflow: hidden
}

.k-task-single {
	border-radius: 3px;
	border-width: 0px;
	border-style: solid;
	cursor: default
}

.k-task-single .k-resize-handle {
	opacity: .5;
	z-index: 2;
	visibility: hidden
}

.k-task-single .k-resize-handle::before {
	position: absolute;
	top: 2px;
	bottom: 2px
}

.k-task-single .k-resize-w {
	left: 0
}

.k-task-single .k-resize-w::before {
	left: 2px;
	border-left-width: 1px
}

.k-task-single .k-resize-e {
	right: 0
}

.k-task-single .k-resize-e::before {
	right: 2px;
	border-left-width: 1px
}

.k-task-single:hover .k-resize-handle,
.k-task-single:hover .k-task-actions {
	visibility: visible
}

.k-task-complete {
	border-radius: 3px;
	width: 20%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0
}

.k-task-content {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.k-task-template {
	padding: 4px 8px;
	line-height: normal;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-task-actions {
	padding: 2px;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	z-index: 1
}

.k-task-actions>.k-link {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-resources-wrap {
	position: absolute;
	display: inline-block;
	z-index: 2;
	margin-left: 20px;
	margin-top: -2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.k-resources-wrap .k-resource {
	margin: 0 5px
}

.k-task-details {
	padding: 4px 8px
}

.k-task-details strong {
	font-size: 18px;
	font-weight: normal;
	display: block
}

.k-task-details .k-task-pct {
	font-size: 32px
}

.k-task-details ul {
	line-height: normal
}

.k-gantt-planned .k-gantt-dependencies,
.k-gantt-planned .k-task-dot,
.k-gantt-planned .k-resources-wrap {
	margin-top: .55em
}

.k-gantt-planned .k-task-wrap {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}

.k-gantt-planned .k-task-inner-wrap {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.k-gantt-planned .k-task-wrap.k-drag-hint {
	top: 0
}

.k-gantt-planned .k-summary-wrap.k-drag-hint {
	top: .5em
}

.k-gantt-planned .k-milestone-wrap.k-drag-hint {
	top: .3em
}

.k-task-planned {
	margin: 0 0 .35em;
	line-height: .75em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-task-planned .k-task-moment {
	border-width: 2px;
	border-radius: 5px;
	border-style: solid;
	height: 6px;
	width: 6px
}

.k-task-planned .k-task-duration {
	height: 2px
}

.k-task-planned .k-task-moment.k-moment-left {
	margin-left: -4px
}

.k-task-planned:hover .k-task-duration {
	height: 3px
}

.k-milestone-wrap .k-task-moment {
	margin-left: 3px
}

.k-planned-tooltip .k-task-content {
	display: block
}

.k-task-offset-wrap .k-task-content .k-resize-e {
	display: none
}

.k-task-offset {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	display: -ms-flexbox;
	display: flex
}

.k-task-offset .k-resize-handle {
	right: 0;
	z-index: 2;
	visibility: hidden;
	margin-right: 1.4em
}

.k-task-offset .k-resize-handle::before {
	border-left-width: 1px;
	position: absolute;
	top: 50%;
	bottom: .5em;
	margin-right: 2px
}

.k-task-single:hover+.k-task-offset .k-task-actions,
.k-task-offset:hover .k-task-actions,
.k-task-single:hover+.k-task-offset .k-resize-handle,
.k-task-offset:hover .k-resize-handle {
	visibility: visible
}

.k-pdf-export-shadow .k-gantt {
	float: left
}

.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt-dependencies {
	width: auto !important;
	height: auto !important;
	overflow: visible !important
}

.k-pdf-export-shadow .k-gantt-treelist .k-treelist {
	display: block
}

.k-pdf-export-shadow .k-gantt-layout.k-splitbar {
	display: none
}

.k-gantt-edit-form .k-gantt-delete {
	float: left
}

.k-rtl .k-gantt-rows,
.k-rtl .k-gantt-columns {
	left: auto;
	right: 0
}

.k-rtl .k-task-wrap:not(.k-milestone-wrap) {
	margin: 0 -26px
}

.k-rtl .k-gantt-timeline .k-gantt-tasks tbody {
	text-align: left
}

.k-rtl .k-gantt-timeline .k-header {
	border-width: 0 1px 1px 0
}

.k-rtl .k-gantt-timeline .k-header:first-child {
	border-right-width: 0
}

.k-rtl .k-gantt-timeline .k-task-start {
	left: auto;
	right: 0
}

.k-rtl .k-gantt-timeline .k-task-end {
	right: auto;
	left: 0
}

.k-rtl .k-task-content {
	text-align: right
}

.k-rtl .k-task-complete {
	left: auto;
	right: 0
}

.k-rtl .k-task-draghandle {
	margin-left: 0;
	margin-right: 16px
}

.k-rtl .k-gantt-dependencies {
	left: auto;
	right: 0
}

.k-rtl .k-gantt-delete {
	float: right
}

.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e {
	display: block
}

.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w {
	display: none
}

.k-rtl .k-milestone-wrap {
	margin-left: -2.4em
}

.k-rtl .k-milestone-wrap .k-task-moment {
	margin-right: .2em
}

.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start {
	right: -.1em
}

.k-gantt {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
	border-color: rgba(0, 0, 0, 0.08);
	background-color: #545454
}

.k-gantt .k-treelist-scrollable .k-task-milestone.k-state-selected .k-task-milestone-content {
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #f30a99
}

.k-gantt .k-treelist-scrollable .k-gantt-dependencies-svg polyline {
	fill: none;
	stroke: #000
}

.k-gantt .k-treelist-scrollable .k-gantt-dependencies-svg polyline.k-state-selected {
	stroke: #f30a99
}

.k-gantt-footer {
	box-shadow: none
}

.k-gantt-treelist .k-treelist,
.k-gantt-treelist .k-grid-content {
	background-color: transparent
}

.k-gantt .k-nonwork-hour {
	background-color: rgba(0, 0, 0, 0.025)
}

.k-task-dot::before {
	background-color: #545454
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
	border-color: #545454;
	background-color: #fff
}

.k-task-milestone {
	border-color: rgba(0, 0, 0, 0.08);
	background-color: #545454
}

.k-task-milestone.k-task-delayed {
	background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, #d51923 2px, #d51923 4px)
}

.k-task-milestone.k-task-advanced {
	background-color: #5ec232
}

.k-task-milestone.k-state-selected {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #f30a99
}

.k-task-summary {
	color: #626262
}

.k-task-summary.k-task-delayed {
	color: #e6757b
}

.k-task-summary.k-task-advanced {
	color: #9eda84
}

.k-task-summary-complete {
	color: #323232
}

.k-task-delayed .k-task-summary-complete {
	color: #d51923
}

.k-task-advanced .k-task-summary-complete {
	color: #5ec232
}

.k-task-summary.k-state-selected {
	color: #f980ca
}

.k-task-summary.k-state-selected .k-task-summary-complete {
	color: #f30a99
}

.k-task-single {
	color: #fff;
	background-color: #6f6f6f
}

.k-task-single.k-task-delayed {
	background-color: #e6757b
}

.k-task-single.k-task-advanced {
	background-color: #9eda84
}

.k-task-single .k-task-complete {
	background-color: #545454
}

.k-task-delayed .k-task-complete {
	background-color: #d51923
}

.k-task-advanced .k-task-complete {
	background-color: #5ec232
}

.k-task-single.k-state-selected {
	color: #fff;
	background-color: #f980ca
}

.k-task-single.k-state-selected .k-task-complete {
	background-color: #f30a99
}

.k-gantt-line {
	color: #000
}

.k-gantt-line.k-state-selected {
	color: #f30a99
}

.k-task-planned .k-task-moment {
	border-color: #f30a99;
	background-color: rgba(0, 0, 0, 0)
}

.k-task-planned .k-task-duration {
	background-color: #f30a99
}

.k-task-planned:hover .k-task-moment {
	background-color: #f30a99
}

.k-task-offset {
	background-image: repeating-linear-gradient(135deg, #fff, #fff 2px, #d51923 2px, #d51923 4px)
}

.k-task-offset .k-resize-e::before {
	border-color: #000
}

.k-task-offset .k-task-actions {
	color: #000
}

.k-task-offset:hover {
	background-image: repeating-linear-gradient(135deg, #fff, #fff 2px, #e6757b 2px, #e6757b 4px)
}

.k-pdf-export .k-task-offset {
	background-color: #d51923
}

.k-offset-tooltip-delayed {
	background-color: #d51923
}

.k-planned-tooltip {
	background-color: #f30a99
}

.k-scheduler {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-scheduler .k-ie11 {
	background-clip: border-box
}

.k-scheduler table,
.k-scheduler thead,
.k-scheduler tfoot,
.k-scheduler tbody,
.k-scheduler tr,
.k-scheduler th,
.k-scheduler td,
.k-scheduler div,
.k-scheduler>* {
	border-color: inherit
}

kendo-scheduler.k-scheduler {
	overflow: hidden
}

kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
	display: none
}

.k-scheduler-table {
	width: 100%;
	max-width: none;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed
}

.k-scheduler-table td,
.k-scheduler-table th {
	padding: 8px;
	height: 1.4285714286em;
	overflow: hidden;
	white-space: nowrap;
	border-style: solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	box-sizing: content-box
}

.k-scheduler-table td:first-child,
.k-scheduler-table th:first-child {
	border-left-width: 0
}

.k-scheduler-table .k-middle-row td {
	border-bottom-style: dotted
}

.k-scheduler-table .k-link {
	cursor: pointer
}

.k-scheduler-layout-flex {
	overflow: auto
}

.k-scheduler-layout-flex .k-scheduler-head {
	position: sticky;
	top: 0;
	z-index: 3
}

.k-scheduler-layout-flex .k-scheduler-body {
	position: relative
}

.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-scheduler-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 100%;
	flex: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.k-scheduler-layout-flex .k-scheduler-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	min-width: 0
}

.k-scheduler-layout-flex .k-scheduler-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	min-width: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	border-width: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.k-scheduler-layout-flex .k-scheduler-group.k-group-horizontal .k-group-cell {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border-width: 0;
	padding: 0
}

.k-scheduler-layout-flex .k-more-events {
	bottom: 2px;
	left: 0;
	width: 100%
}

.k-scheduler-layout-flex .k-scheduler-cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 8px;
	min-height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	box-sizing: content-box
}

.k-scheduler-layout-flex .k-scheduler-cell.k-slot-cell {
	position: relative
}

.k-scheduler-layout-flex .k-scheduler-cell.k-heading-cell {
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold
}

.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	overflow: visible
}

.k-scheduler-layout-flex .k-scheduler-cell.k-major-cell {
	border-bottom-width: 0
}

.k-scheduler-layout-flex .k-middle-row .k-scheduler-cell {
	border-bottom-style: dotted
}

.k-scheduler-layout-flex .k-resource-cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible
}

.k-scheduler-layout-flex .k-resource-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	border-width: 0
}

.k-scheduler-layout-flex .k-sticky-cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	position: sticky;
	left: 0;
	z-index: 3
}

.k-scheduler-toolbar {
	border-width: 0;
	border-bottom-width: 1px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 2
}

.k-scheduler-toolbar .k-widget {
	font-size: inherit
}

.k-scheduler-toolbar .k-nav-current {
	color: inherit;
	outline: 0;
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.k-scheduler-toolbar .k-nav-current .k-icon {
	margin-right: 4px
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format,
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
	display: none
}

.k-scheduler-toolbar .k-scheduler-search {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.k-scheduler-toolbar .k-scheduler-views-wrapper {
	margin-left: auto
}

.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
	width: auto;
	font: inherit;
	display: none
}

@media (max-width: 1400px) {
	.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
		max-width: 200px
	}
}

@media (max-width: 1024px) {
	.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
		display: none
	}
	.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
		display: inline-block
	}
	.k-scheduler-toolbar .k-scheduler-views-wrapper .k-scheduler-views {
		display: none
	}
	.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
		display: inline-block
	}
}

kendo-scheduler .k-scheduler-toolbar {
	background-clip: padding-box;
	padding: 8px 8px;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

kendo-scheduler .k-scheduler-toolbar .k-ie11 {
	background-clip: border-box
}

ul.k-scheduler-navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1
}

ul.k-scheduler-navigation li {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 1
}

ul.k-scheduler-navigation li .k-ie11 {
	background-clip: border-box
}

ul.k-scheduler-navigation li+li {
	margin-left: -1px
}

ul.k-scheduler-navigation .k-state-hover,
ul.k-scheduler-navigation .k-state-selected {
	z-index: 2
}

ul.k-scheduler-navigation .k-link {
	padding: 4px 8px;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

ul.k-scheduler-navigation .k-nav-prev .k-link,
ul.k-scheduler-navigation .k-nav-next .k-link {
	padding: 4px;
	width: calc(1.4285714286em + 8px);
	height: calc(1.4285714286em + 8px)
}

ul.k-scheduler-navigation .k-nav-current {
	border: 0;
	margin-left: 0
}

ul.k-scheduler-navigation .k-nav-today {
	border-radius: 3px 0 0 3px
}

ul.k-scheduler-navigation .k-nav-next {
	border-radius: 0 3px 3px 0
}

ul.k-scheduler-views {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}

ul.k-scheduler-views li {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 1
}

ul.k-scheduler-views li .k-ie11 {
	background-clip: border-box
}

ul.k-scheduler-views li+li {
	margin-left: -1px
}

ul.k-scheduler-views .k-state-hover,
ul.k-scheduler-views .k-state-selected {
	z-index: 2
}

ul.k-scheduler-views .k-link {
	padding: 4px 8px;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

ul.k-scheduler-views li:first-child {
	border-radius: 3px
}

ul.k-scheduler-views li:first-child+li {
	border-radius: 3px 0 0 3px
}

ul.k-scheduler-views li:last-child {
	border-radius: 0 3px 3px 0
}

ul.k-scheduler-views.k-state-expanded li {
	border-radius: 0;
	margin: 0
}

ul.k-scheduler-views.k-state-expanded li+li {
	margin-top: -1px
}

ul.k-scheduler-views.k-state-expanded li:first-child {
	border-radius: 3px 3px 0 0
}

ul.k-scheduler-views.k-state-expanded li:first-child+li {
	border-radius: 0
}

ul.k-scheduler-views.k-state-expanded li:last-child {
	border-radius: 0 0 3px 3px
}

ul.k-scheduler-views .k-current-view {
	display: none
}

ul.k-scheduler-views .k-current-view .k-link::after {
	content: "";
	margin: 0 0 0 1ex;
	border: .25em solid transparent;
	border-top: .5em solid currentColor;
	border-bottom-width: 0;
	display: inline-block
}

@media (max-width: 1024px) {
	ul.k-scheduler-views {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: absolute;
		right: 8px;
		top: 8px;
		z-index: 1000
	}
	ul.k-scheduler-views li {
		display: none
	}
	ul.k-scheduler-views .k-current-view {
		display: block
	}
	ul.k-scheduler-views.k-state-expanded li {
		display: block
	}
	.k-rtl ul.k-scheduler-views {
		left: 8px;
		right: auto
	}
}

.k-scheduler-footer {
	box-shadow: none;
	border-width: 0;
	border-top-width: 1px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.k-scheduler-footer .k-widget {
	font-size: inherit
}

.k-scheduler-footer li {
	background-clip: padding-box;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 1
}

.k-scheduler-footer li .k-ie11 {
	background-clip: border-box
}

.k-scheduler-footer li+li {
	margin-left: -1px
}

.k-scheduler-footer .k-state-hover,
.k-scheduler-footer .k-state-selected {
	z-index: 2
}

.k-scheduler-footer .k-link {
	padding: 4px 8px;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-scheduler-footer li {
	border-radius: 3px
}

kendo-scheduler .k-scheduler-footer {
	background-clip: padding-box;
	padding: 8px 8px;
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

kendo-scheduler .k-scheduler-footer .k-ie11 {
	background-clip: border-box
}

.k-scheduler-fullday .k-icon {
	margin-right: 4px
}

.k-scheduler-layout {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	z-index: 1
}

.k-scheduler-layout>tbody>tr>td {
	padding: 0;
	vertical-align: top
}

.k-scheduler-layout tr+tr .k-scheduler-times tr th,
.k-scheduler-layout .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr th {
	border-bottom-color: transparent
}

.k-scheduler-layout tr+tr .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout tr+tr .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child th,
.k-scheduler-layout .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr:last-child th {
	border-bottom-color: inherit
}

.k-scheduler-layout.k-scheduler-flex-layout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .k-scheduler-pane:first-child .k-scheduler-table,
.k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-dayview .k-scheduler-pane:first-child .k-scheduler-table {
	table-layout: fixed
}

.k-scheduler-header th {
	text-align: center
}

.k-scheduler-header,
.k-scheduler-header-wrap,
.k-scheduler-header-wrap>div {
	border-color: inherit;
	overflow: hidden
}

.k-scheduler-header-wrap {
	border-width: 0;
	border-style: solid;
	position: relative
}

.k-scheduler-times {
	border-color: inherit;
	position: relative;
	overflow: hidden
}

.k-scheduler-times .k-scheduler-table {
	table-layout: auto
}

.k-scheduler-times th {
	border-width: 0 1px 1px 0;
	text-align: right
}

.k-scheduler-times .k-slot-cell,
.k-scheduler-times .k-scheduler-times-all-day {
	border-bottom-color: inherit
}

.k-scheduler-times .k-slot-cell.k-last-resource {
	border-right: 0
}

.k-scheduler-times .k-slot-cell.k-empty-slot {
	padding-left: 0;
	padding-right: 0
}

.k-scheduler-datecolumn {
	width: 12em
}

.k-scheduler-timecolumn {
	width: 11em;
	white-space: nowrap
}

.k-scheduler-content {
	border-color: inherit;
	position: relative;
	overflow: auto
}

kendo-scheduler .k-event,
.k-event {
	border-radius: 3px;
	min-height: 25px;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-radius: 3px;
	text-align: left;
	outline: 0;
	cursor: default;
	position: absolute;
	overflow: hidden;
	padding-right: 8px
}

kendo-scheduler .k-event>div,
.k-event>div {
	position: relative;
	z-index: 2
}

kendo-scheduler .k-event .k-event-template,
.k-event .k-event-template {
	line-height: 17px;
	padding: 4px 8px
}

kendo-scheduler .k-event .k-event-time,
.k-event .k-event-time {
	padding-bottom: 0;
	font-size: .875em;
	white-space: nowrap;
	display: none
}

kendo-scheduler .k-event .k-event-actions,
.k-event .k-event-actions {
	white-space: nowrap;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	z-index: 2
}

kendo-scheduler .k-event .k-event-actions .k-event-delete,
.k-event .k-event-actions .k-event-delete {
	opacity: .5;
	visibility: hidden
}

kendo-scheduler .k-event .k-event-actions:hover .k-event-delete,
kendo-scheduler .k-event .k-event-actions.k-state-hover .k-event-delete,
.k-event .k-event-actions:hover .k-event-delete,
.k-event .k-event-actions.k-state-hover .k-event-delete {
	opacity: 1
}

kendo-scheduler .k-event .k-event-actions .k-icon,
.k-event .k-event-actions .k-icon {
	line-height: normal;
	font-size: inherit
}

kendo-scheduler .k-event .k-event-actions a,
.k-event .k-event-actions a {
	color: inherit
}

kendo-scheduler .k-event .k-event-actions:first-child,
.k-event .k-event-actions:first-child {
	margin: 2px 0.4ex 0 4px;
	top: 0;
	right: 0;
	float: left;
	position: relative;
	opacity: 1;
	visibility: visible;
	line-height: normal
}

kendo-scheduler .k-event .k-resize-handle,
.k-event .k-resize-handle {
	z-index: 4;
	opacity: .5;
	visibility: hidden
}

kendo-scheduler .k-event .k-resize-handle::before,
.k-event .k-resize-handle::before {
	border-color: currentColor
}

kendo-scheduler .k-event .k-resize-n,
.k-event .k-resize-n {
	height: .5em;
	top: 0
}

kendo-scheduler .k-event .k-resize-s,
.k-event .k-resize-s {
	height: .5em;
	bottom: 0
}

kendo-scheduler .k-event .k-resize-n::before,
kendo-scheduler .k-event .k-resize-s::before,
.k-event .k-resize-n::before,
.k-event .k-resize-s::before {
	width: 2em;
	border-bottom-width: 1px
}

kendo-scheduler .k-event .k-resize-w,
.k-event .k-resize-w {
	width: .5em;
	left: 0
}

kendo-scheduler .k-event .k-resize-e,
.k-event .k-resize-e {
	width: .5em;
	right: 0
}

kendo-scheduler .k-event .k-resize-w::before,
kendo-scheduler .k-event .k-resize-e::before,
.k-event .k-resize-w::before,
.k-event .k-resize-e::before {
	height: 2em;
	border-left-width: 1px
}

kendo-scheduler .k-event:hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event:hover .k-resize-handle,
kendo-scheduler .k-event.k-state-hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event.k-state-hover .k-resize-handle,
.k-event:hover .k-event-actions .k-event-delete,
.k-event:hover .k-resize-handle,
.k-event.k-state-hover .k-event-actions .k-event-delete,
.k-event.k-state-hover .k-resize-handle {
	visibility: visible
}

kendo-scheduler .k-event.k-event-drag-hint .k-event-time,
.k-event.k-event-drag-hint .k-event-time {
	display: block
}

kendo-scheduler .k-event .k-event-top-actions,
kendo-scheduler .k-event .k-event-bottom-actions,
.k-event .k-event-top-actions,
.k-event .k-event-bottom-actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center
}

kendo-scheduler .k-event .k-event-bottom-actions,
.k-event .k-event-bottom-actions {
	top: auto;
	bottom: 0
}

.k-scheduler-mark {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle
}

.k-more-events {
	padding: 0;
	height: 13px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	position: absolute;
	-ms-flex-pack: center;
	justify-content: center
}

.k-more-events>.k-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.k-current-time {
	position: absolute
}

.k-current-time.k-current-time-arrow-left,
.k-current-time.k-current-time-arrow-right,
.k-current-time.k-current-time-arrow-down {
	width: 0;
	height: 0;
	background: transparent;
	border: 4px solid transparent
}

.k-event-drag-hint {
	opacity: .5;
	z-index: 3
}

.k-event-drag-hint .k-event-actions,
.k-event-drag-hint .k-event-top-actions,
.k-event-drag-hint .k-event-bottom-actions,
.k-event-drag-hint .k-resize-handle {
	display: none
}

.k-event-drag-hint .k-event-time {
	display: block
}

.k-scheduler-marquee {
	border-width: 0;
	border-style: solid
}

.k-scheduler-marquee .k-label-top,
.k-scheduler-marquee .k-label-bottom {
	font-size: .75em;
	position: absolute
}

.k-scheduler-marquee .k-label-top {
	left: 4px;
	top: 2px
}

.k-scheduler-marquee .k-label-bottom {
	right: 4px;
	bottom: 2px
}

.k-scheduler-marquee.k-first::before,
.k-scheduler-marquee.k-last::after {
	content: "";
	border-width: 3px;
	border-style: solid;
	position: absolute;
	width: 0;
	height: 0
}

.k-scheduler-marquee.k-first::before {
	top: 0;
	left: 0;
	border-right-color: transparent;
	border-bottom-color: transparent
}

.k-scheduler-marquee.k-last::after {
	bottom: 0;
	right: 0;
	border-left-color: transparent;
	border-top-color: transparent
}

.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
	height: auto !important;
	overflow: visible !important
}

.k-scheduler-pdf-export {
	overflow: hidden
}

.k-scheduler-pdf-export .k-scheduler-header {
	padding: 0 !important
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
	border-width: 0 !important
}

.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
	width: 100% !important
}

.k-recurrence-editor {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column
}

kendo-scheduler .k-recurrence-editor {
	display: block
}

.k-scheduler-monthview .k-scheduler-table {
	height: 100%
}

.k-scheduler-monthview .k-scheduler-table td {
	height: 80px;
	text-align: right
}

.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
	min-height: 80px
}

.k-scheduler-monthview .k-hidden {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-right-width: 0 !important
}

.k-scheduler-monthview .k-scheduler-table-auto,
.k-scheduler-monthview .k-scheduler-table-auto td,
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto {
	height: auto
}

.k-scheduler-monthview .k-scheduler-content {
	overflow-y: scroll
}

.k-scheduler-monthview.k-scheduler-flex-layout .k-scheduler-content {
	overflow-y: auto
}

.k-scheduler-agendaview .k-scheduler-mark {
	margin-right: .5em;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle
}

.k-scheduler-agendaview .k-scheduler-table th:first-child,
.k-scheduler-agendaview .k-scheduler-table td:first-child {
	border-left-width: 1px
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
	border-left-width: 0
}

.k-scheduler-agendaview .k-task>.k-event-delete {
	color: inherit;
	position: absolute;
	top: 2px;
	right: 2px;
	opacity: .5;
	visibility: hidden
}

.k-scheduler-agendaview .k-state-hover .k-task>.k-event-delete,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover .k-event-delete {
	visibility: visible
}

.k-scheduler-agendaday {
	margin: 0 .2em 0 0;
	font-size: 3em;
	line-height: 1;
	font-weight: 400;
	float: left
}

.k-scheduler-agendaweek {
	display: block;
	margin: .4em 0 0;
	line-height: 1;
	font-style: normal
}

.k-scheduler-agendadate {
	font-size: .75em
}

.k-scheduler-timelineview .k-slot-cell {
	overflow: hidden
}

.k-scheduler-timelineview .k-scheduler-content {
	overflow: auto
}

.k-scheduler-pane {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.k-scheduler-pane .k-scheduler-times {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-scheduler-pane .k-scheduler-times .k-scheduler-table {
	height: 100%
}

.k-scheduler-pane .k-scheduler-header,
.k-scheduler-pane .k-scheduler-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.k-scheduler-edit-dialog .k-dialog {
	max-height: 100vh
}

.k-scheduler-edit-form .k-edit-form-container {
	width: 620px
}

.k-scheduler-edit-form .k-edit-label {
	width: 17%
}

.k-scheduler-edit-form .k-edit-field {
	width: 77%
}

.k-scheduler-edit-form .k-scheduler-delete {
	float: left
}

.k-scheduler-edit-form .k-widget.k-recur-interval,
.k-scheduler-edit-form .k-widget.k-recur-count,
.k-scheduler-edit-form .k-widget.k-recur-monthday {
	width: 5em
}

.k-scheduler-edit-form .k-widget.k-recur-until,
.k-scheduler-edit-form .k-widget.k-recur-month,
.k-scheduler-edit-form .k-widget.k-recur-weekday,
.k-scheduler-edit-form .k-widget.k-recur-weekday-offset {
	width: 9em
}

.k-rtl .k-scheduler-header th,
.k-rtl .k-scheduler-table td {
	border-width: 0 1px 1px 0
}

.k-rtl .k-scheduler-table td:first-child,
.k-rtl .k-scheduler-table th:first-child {
	border-right-width: 0
}

.k-rtl .k-scheduler-times th {
	border-width: 0 0 1px 1px
}

.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
	border-right-width: 0;
	border-left-width: 1px
}

.k-rtl .k-event {
	text-align: right;
	padding-right: 0;
	padding-left: 8px
}

.k-rtl .k-event .k-resize-w {
	left: auto;
	right: 0
}

.k-rtl .k-event .k-resize-e {
	right: auto;
	left: 0
}

.k-rtl .k-event .k-event-actions {
	right: auto;
	left: 2px
}

.k-rtl .k-event .k-event-actions:first-child {
	margin: 2px 4px 0 0.4ex;
	float: right
}

.k-rtl .k-scheduler-agendaview .k-task>.k-event-delete {
	left: 2px;
	right: auto
}

.k-rtl .k-scheduler-agendaview .k-task .k-scheduler-mark {
	margin-left: .5em;
	margin-right: 0
}

.k-rtl .k-scheduler-views {
	margin-left: 0;
	margin-right: auto
}

.k-rtl .k-scheduler-views li:first-child+li {
	border-radius: 0 3px 3px 0
}

.k-rtl .k-scheduler-views li:last-child {
	border-radius: 3px 0 0 3px
}

.k-rtl .k-scheduler-views .k-current-view .k-link::after {
	margin: 0 1ex 0 0
}

.k-rtl .k-scheduler-navigation .k-nav-today {
	border-radius: 0 3px 3px 0
}

.k-rtl .k-scheduler-navigation .k-nav-next {
	border-radius: 3px 0 0 3px
}

.k-rtl .k-scheduler-navigation li+li {
	margin-left: 0;
	margin-right: -1px
}

.k-rtl .k-nav-current .k-icon {
	margin-right: 0;
	margin-left: .4ex
}

.k-rtl .k-scheduler-fullday .k-icon {
	margin-right: 0;
	margin-left: 4px
}

.k-rtl .k-scheduler-marquee .k-label-top {
	left: auto;
	right: 4px
}

.k-rtl .k-scheduler-marquee .k-label-bottom {
	left: 4px;
	right: auto
}

.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
	float: right
}

.k-rtl .k-scheduler .k-i-arrow-60-left,
.k-rtl .k-scheduler .k-i-arrow-60-right,
.k-rtl .k-scheduler .k-current-time-arrow-right,
.k-rtl.k-scheduler .k-i-arrow-60-left,
.k-rtl.k-scheduler .k-i-arrow-60-right,
.k-rtl.k-scheduler .k-current-time-arrow-right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-rtl .k-scheduler .k-scheduler-header-wrap,
.k-rtl.k-scheduler .k-scheduler-header-wrap {
	border-right-width: 0
}

.k-rtl .k-scheduler .k-scheduler-agendaday,
.k-rtl.k-scheduler .k-scheduler-agendaday {
	float: right;
	margin: 0 0 0 .2em
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child {
	border-left-width: 0
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr+tr td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr+tr th:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr+tr td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr+tr th:first-child {
	border-right-width: 1px
}

.k-scheduler {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-current-time {
	background: red
}

.k-current-time.k-current-time-arrow-left {
	border-right-color: red
}

.k-current-time.k-current-time-arrow-right {
	border-left-color: red
}

.k-current-time.k-current-time-arrow-down {
	border-top-color: red
}

.k-scheduler-toolbar {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-scheduler-footer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-scheduler-header {
	background-color: #f6f6f6
}

.k-scheduler-header-wrap {
	background-color: #fff
}

ul.k-scheduler-navigation li.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

ul.k-scheduler-navigation .k-nav-today,
ul.k-scheduler-navigation .k-nav-prev,
ul.k-scheduler-navigation .k-nav-next {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

ul.k-scheduler-navigation .k-nav-today:hover,
ul.k-scheduler-navigation .k-nav-today.k-state-hover,
ul.k-scheduler-navigation .k-nav-prev:hover,
ul.k-scheduler-navigation .k-nav-prev.k-state-hover,
ul.k-scheduler-navigation .k-nav-next:hover,
ul.k-scheduler-navigation .k-nav-next.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

ul.k-scheduler-views.k-state-expanded {
	background-color: #f6f6f6
}

ul.k-scheduler-views li {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

ul.k-scheduler-views li:hover,
ul.k-scheduler-views li.k-state-hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

ul.k-scheduler-views li.k-state-selected {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	background-image: linear-gradient(rgba(243, 10, 99, 0.2), rgba(243, 10, 99, 0));
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

ul.k-scheduler-views li.k-state-focus,
ul.k-scheduler-views li.k-state-focused {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06)
}

.k-scheduler-footer li {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-scheduler-footer li:hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-scheduler-nonwork,
.k-scheduler .k-nonwork-hour {
	background-color: #f5f5f5
}

.k-scheduler-other-month,
.k-scheduler .k-other-month {
	background-color: #f5f5f5
}

.k-scheduler-layout td.k-state-selected,
.k-scheduler-layout .k-scheduler-cell.k-state-selected {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-sticky-cell {
	background-color: #fff
}

.k-event {
	color: #fff;
	background-color: #f531a9
}

.k-event.k-state-selected {
	color: #fff;
	background-color: #f30a99;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-event-inverse {
	color: #000
}

.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
	border-color: #f30a99
}

.k-scheduler-edit-dialog .k-dialog-buttongroup {
	border-color: rgba(0, 0, 0, 0.08)
}

.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover {
	border-color: #f7f7f7;
	color: #545454;
	background-color: #f7f7f7
}

.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected {
	background-color: rgba(243, 10, 153, 0.25)
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
	background-color: #fff
}

.k-chat {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	height: 600px;
	max-height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 500px;
	margin: auto
}

.k-chat .k-message-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth
}

.k-chat .k-message-list-content {
	padding: 16px 16px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden
}

.k-chat .k-message-list-content>*+* {
	margin-top: 16px
}

.k-chat .k-message-group {
	max-width: 80%;
	background: none;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.k-chat .k-message-group:not(.k-alt) {
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
	margin-left: 8px;
	left: 100%
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
	left: 0
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
	border-bottom-left-radius: 2px
}

.k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.k-chat .k-message-group.k-alt {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right
}

.k-chat .k-message-group.k-alt .k-message-time {
	margin-right: 8px;
	right: 100%
}

.k-chat .k-message-group.k-alt .k-message-status {
	right: 0
}

.k-chat .k-message-group.k-alt .k-first .k-bubble,
.k-chat .k-message-group.k-alt .k-only .k-bubble {
	border-bottom-right-radius: 2px
}

.k-chat .k-message-group.k-alt .k-middle .k-bubble,
.k-chat .k-message-group.k-alt .k-last .k-bubble {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.k-chat .k-message {
	max-width: 100%;
	margin: 2px 0 0;
	position: relative;
	transition: margin .2s ease-in-out;
	outline: none
}

.k-chat .k-message-time,
.k-chat .k-message-status {
	font-size: smaller;
	line-height: normal;
	white-space: nowrap;
	pointer-events: none;
	position: absolute
}

.k-chat .k-message-time {
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .2s ease-in-out
}

.k-chat .k-message-status {
	margin-top: 2px;
	height: 0;
	overflow: hidden;
	top: 100%;
	transition: height .2s ease-in-out
}

.k-chat .k-bubble {
	border-radius: 12px;
	padding: 8px 12px;
	border-width: 1px;
	border-style: solid;
	line-height: 18px;
	word-wrap: break-word
}

.k-chat .k-message.k-state-selected {
	margin-bottom: 16px;
	border: 0;
	color: inherit;
	background: none
}

.k-chat .k-message.k-state-selected .k-message-time {
	opacity: 1
}

.k-chat .k-message.k-state-selected .k-message-status {
	height: 1.2em
}

.k-chat .k-message-error,
.k-chat .k-message-sending {
	margin-bottom: 16px
}

.k-chat .k-message-error .k-message-status,
.k-chat .k-message-sending .k-message-status {
	height: 1.2em
}

.k-chat .k-avatar {
	border-radius: 100%;
	margin: 0;
	width: 32px;
	height: 32px;
	position: absolute
}

.k-message-group:not(.k-alt)>.k-avatar {
	left: 0;
	bottom: 0
}

.k-message-group.k-alt>.k-avatar {
	right: 0;
	bottom: 0
}

.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
	padding-left: 40px
}

.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
	padding-right: 40px
}

.k-author {
	margin: 0;
	font-size: smaller;
	line-height: normal
}

.k-chat .k-author {
	margin: 0
}

.k-chat .k-timestamp {
	font-size: smaller;
	text-transform: uppercase;
	text-align: center;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.k-quick-replies {
	display: block;
	max-width: 100%
}

.k-quick-reply {
	border-radius: 100px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 8px 12px;
	border-width: 1px;
	border-style: solid;
	line-height: 18px;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition-property: color, background-color, border-color;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	outline: none
}

.k-scrollable-quick-replies {
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow-x: auto;
	overflow-y: hidden
}

.k-scrollable-quick-replies::-webkit-scrollbar {
	display: none
}

.k-scrollable-quick-replies .k-quick-reply {
	margin: 0
}

.k-scrollable-quick-replies .k-quick-reply+.k-quick-reply {
	margin-left: 8px
}

.k-message-box {
	padding: 10px 16px;
	border-width: 1px 0 0;
	border-style: solid;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center
}

.k-message-box .k-input {
	padding: 0
}

.k-message-box .k-button {
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-message-box .k-button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: inline-block
}

.k-message-box .k-button::before,
.k-message-box .k-button::after {
	display: none
}

.k-rtl .k-message-box .k-button,
.k-message-box .k-button[dir="rtl"] {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.k-chat .k-card-list {
	margin: 2px 0 0
}

.k-chat .k-card-deck {
	max-width: calc(100% + 32px);
	box-sizing: border-box;
	margin-left: -16px;
	margin-right: -16px;
	padding: 16px 16px 16px;
	overflow: hidden;
	overflow-x: auto;
	scroll-behavior: smooth
}

.k-chat .k-card-deck .k-card,
.k-chat .k-card-deck .k-card-wrap {
	width: 200px
}

.k-chat .k-card-deck-scrollwrap {
	margin-right: -16px;
	margin-left: -16px;
	padding-left: 16px;
	padding-right: 16px
}

.k-chat .k-card-deck-scrollwrap>.k-card-deck {
	margin-bottom: -20px;
	padding-bottom: 20px
}

.k-chat .k-card-deck .k-card-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-bottom: 5px
}

.k-chat .k-card-deck .k-card-wrap .k-card {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-chat .k-card-deck .k-card-wrap.k-state-selected {
	background: none
}

.k-typing-indicator {
	padding: 0;
	border-radius: 50px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.k-typing-indicator span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	background-color: currentColor;
	opacity: .4
}

.k-typing-indicator span:nth-of-type(1) {
	-webkit-animation: 1s k-animation-blink infinite .3333s;
	animation: 1s k-animation-blink infinite .3333s
}

.k-typing-indicator span:nth-of-type(2) {
	-webkit-animation: 1s k-animation-blink infinite .6666s;
	animation: 1s k-animation-blink infinite .6666s
}

.k-typing-indicator span:nth-of-type(3) {
	-webkit-animation: 1s k-animation-blink infinite .9999s;
	animation: 1s k-animation-blink infinite .9999s
}

.k-typing-indicator span+span {
	margin-left: 5px
}

@-webkit-keyframes k-animation-blink {
	50% {
		opacity: 1
	}
}

@keyframes k-animation-blink {
	50% {
		opacity: 1
	}
}

.k-chat-toolbar,
.k-chat .k-toolbar-box {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.k-chat-toolbar .k-button-list,
.k-chat .k-toolbar-box .k-button-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
	scroll-behavior: smooth;
	padding: 10px 16px
}

.k-chat-toolbar .k-button-list::after,
.k-chat .k-toolbar-box .k-button-list::after {
	content: "";
	padding-right: 16px
}

.k-chat-toolbar .k-button-list .k-button+.k-button,
.k-chat .k-toolbar-box .k-button-list .k-button+.k-button {
	margin-left: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-chat-toolbar .k-scroll-button-left,
.k-chat .k-toolbar-box .k-scroll-button-left {
	left: 0
}

.k-chat-toolbar .k-scroll-button-right,
.k-chat .k-toolbar-box .k-scroll-button-right {
	right: 0
}

.k-chat-toolbar .k-button,
.k-chat .k-toolbar-box .k-button {
	border-width: 0;
	color: inherit;
	background: none;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.k-rtl .k-message-group:not(.k-alt),
[dir="rtl"] .k-message-group:not(.k-alt) {
	text-align: right
}

.k-rtl .k-message-group:not(.k-alt) .k-message-time,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-time {
	margin-left: 0;
	margin-right: 8px;
	left: auto;
	right: 100%
}

.k-rtl .k-message-group:not(.k-alt) .k-message-status,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-status {
	left: auto;
	right: 0
}

.k-rtl .k-message-group.k-alt,
[dir="rtl"] .k-message-group.k-alt {
	text-align: left
}

.k-rtl .k-message-group.k-alt .k-message-time,
[dir="rtl"] .k-message-group.k-alt .k-message-time {
	margin-right: 0;
	margin-left: 8px;
	right: auto;
	left: 100%
}

.k-rtl .k-message-group.k-alt .k-message-status,
[dir="rtl"] .k-message-group.k-alt .k-message-status {
	right: auto;
	left: 0
}

.k-rtl .k-message-group:not(.k-alt)>.k-avatar,
[dir="rtl"] .k-message-group:not(.k-alt)>.k-avatar {
	left: auto;
	right: 0
}

.k-rtl .k-message-group.k-alt>.k-avatar,
[dir="rtl"] .k-message-group.k-alt>.k-avatar {
	right: auto;
	left: 0
}

.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
	padding-left: 0;
	padding-right: 40px
}

.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
	padding-right: 0;
	padding-left: 40px
}

.k-rtl .k-chat .k-card-deck .k-card-wrap+.k-card-wrap,
[dir="rtl"] .k-chat .k-card-deck .k-card-wrap+.k-card-wrap {
	margin-left: 0;
	margin-right: 16px
}

.k-rtl .k-quick-reply,
[dir="rtl"] .k-quick-reply {
	margin-right: 0;
	margin-left: 8px
}

.k-chat {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fafafa
}

.k-chat .k-timestamp {
	color: #7d7d7d
}

.k-chat .k-author {
	font-weight: bold
}

.k-chat .k-bubble {
	border-color: #fff;
	color: #545454;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-flex-order: -1;
	order: -1
}

.k-chat .k-bubble:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)
}

.k-chat .k-state-selected .k-bubble {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16)
}

.k-chat .k-alt .k-bubble {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99;
	box-shadow: 0 1px 2px rgba(243, 10, 153, 0.2)
}

.k-chat .k-alt .k-bubble:hover {
	box-shadow: 0 1px 2px rgba(243, 10, 153, 0.2)
}

.k-chat .k-alt .k-state-selected .k-bubble {
	box-shadow: 0 3px 10px rgba(243, 10, 153, 0.4)
}

.k-chat .k-quick-reply {
	border-color: #f30a99;
	color: #f30a99;
	background-color: rgba(0, 0, 0, 0)
}

.k-chat .k-quick-reply:hover {
	border-color: #f30a99;
	color: #fff;
	background-color: #f30a99
}

.k-chat .k-message-box {
	border-color: inherit;
	color: #545454;
	background-color: #fff
}

.k-chat .k-message-box.k-state-focused {
	box-shadow: 0 0 40px rgba(84, 84, 84, 0.1)
}

.k-chat .k-message-box .k-button:hover {
	color: #f30a99
}

.k-chat-toolbar,
.k-chat .k-toolbar-box {
	border-color: inherit;
	color: #545454;
	background-color: #f6f6f6
}

.k-chat-toolbar .k-button:hover,
.k-chat .k-toolbar-box .k-button:hover {
	color: #f30a99;
	background-color: none
}

.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
	background-color: #fafafa;
	box-shadow: 0 0 20px 5px #fafafa
}

.k-chat-toolbar .k-scroll-button:hover,
.k-chat .k-toolbar-box .k-scroll-button:hover {
	background-color: #fafafa
}

.k-mediaplayer {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-mediaplayer>iframe {
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top
}

.k-mediaplayer-titlebar {
	padding: 8px 8px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0
}

.k-mediaplayer-toolbar-wrap {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0
}

.k-mediaplayer-toolbar {
	border-width: 0;
	width: 100% !important;
	box-shadow: none
}

.k-mediaplayer-time-wrap {
	-ms-flex: 1;
	flex: 1
}

.k-mediaplayer-volume-wrap {
	padding: 0 7px;
	-ms-flex-align: center;
	align-items: center
}

.k-slider.k-mediaplayer-seekbar {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: -17px;
	left: 0
}

.k-mediaplayer-seekbar .k-slider-track {
	width: 100% !important;
	border-radius: 0
}

.k-mediaplayer-fullscreen {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.k-mediaplayer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-mediaplayer-titlebar {
	color: #fff;
	background-image: linear-gradient(rgba(84, 84, 84, 0.7), rgba(84, 84, 84, 0));
	text-shadow: 0 0 2px rgba(84, 84, 84, 0.5)
}

.k-mediaplayer-toolbar {
	color: #545454;
	background-color: rgba(246, 246, 246, 0.85)
}

.k-timeline {
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-timeline ul {
	margin: 0;
	padding: 0
}

.k-timeline ul li {
	list-style-type: none
}

.k-timeline .k-timeline-flag {
	display: inline-block;
	text-align: center;
	padding: 4px 8px;
	border-radius: 3px;
	line-height: 1.4285714286;
	min-width: 80px;
	max-width: 160px;
	box-sizing: border-box;
	position: relative;
	z-index: 1
}

.k-timeline .k-timeline-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1
}

.k-timeline.k-timeline-dates-hidden .k-timeline-date {
	display: none
}

.k-timeline .k-event-collapse {
	display: none
}

.k-timeline.k-timeline-collapsible .k-card-header {
	cursor: pointer
}

.k-timeline.k-timeline-collapsible .k-event-collapse {
	display: -ms-flexbox;
	display: flex
}

.k-timeline-card .k-card {
	position: relative;
	overflow: visible
}

.k-timeline-card .k-card .k-card-header {
	overflow: visible;
	border-bottom: 0
}

.k-timeline-card .k-card .k-card-header+.k-card-body {
	padding-top: 0
}

.k-timeline-card .k-card .k-card-body {
	overflow-y: auto;
	scrollbar-width: thin
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar {
	width: 5px
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
	border-radius: 3px
}

.k-timeline-card .k-timeline-card-callout.k-callout-w,
.k-timeline-card .k-timeline-card-callout.k-callout-e {
	top: 36px
}

.k-timeline-vertical,
.k-timeline-horizontal {
	padding: 0 40px;
	margin: 40px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border: 0
}

.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	border-width: 1px;
	border-style: solid;
	background-clip: padding-box
}

.k-timeline-vertical {
	padding-left: 127px
}

.k-timeline-vertical.k-timeline-dates-hidden {
	padding-left: 77px
}

.k-timeline-vertical::after {
	height: 100%;
	width: 6px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 6px
}

.k-timeline-vertical .k-timeline-flag-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-timeline-vertical .k-timeline-flag-wrap:first-child {
	padding-top: 40px
}

.k-timeline-vertical .k-timeline-flag {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.k-timeline-vertical .k-timeline-date-wrap {
	position: absolute;
	padding-right: 16px;
	margin-top: 36px;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	text-align: right
}

.k-timeline-vertical .k-timeline-event {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 0
}

.k-timeline-vertical .k-timeline-card {
	padding-left: 16px
}

.k-timeline-vertical .k-timeline-card .k-card {
	margin-left: 16px;
	min-height: 70px;
	width: 400px;
	max-width: 100%
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-header {
	border-radius: 6px
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title .k-event-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.k-timeline-vertical .k-timeline-card .k-event-collapse {
	margin: -4px 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-body,
.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-actions {
	display: none
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-event-collapse {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.k-timeline-vertical .k-timeline-circle {
	margin-top: 36px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-right: -8px
}

.k-timeline-vertical.k-timeline-alternating {
	padding-left: 40px
}

.k-timeline-vertical.k-timeline-alternating::after {
	left: 50%
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag-wrap {
	-ms-flex-pack: center;
	justify-content: center
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
	text-align: left;
	padding-right: 0;
	padding-left: 16px
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card {
	padding-left: 0;
	padding-right: 16px
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card .k-card {
	margin-right: 16px;
	margin-left: auto
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-card,
.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	min-width: 0
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
	position: static;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0
}

.k-timeline-horizontal .k-timeline-track-item {
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column
}

.k-timeline-horizontal .k-timeline-track-item:hover {
	cursor: pointer
}

.k-timeline-horizontal .k-timeline-track-item.k-timeline-flag-wrap:hover {
	cursor: default
}

.k-timeline-horizontal .k-timeline-date-wrap {
	margin-top: auto;
	margin-bottom: 8px
}

.k-timeline-horizontal .k-timeline-card {
	height: 100%;
	box-sizing: border-box
}

.k-timeline-horizontal .k-card {
	max-height: 100%;
	box-sizing: border-box
}

.k-timeline-horizontal .k-timeline-events-list {
	overflow-x: hidden;
	padding-top: 16px
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap {
	position: relative;
	height: 600px
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap .k-timeline-event {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.k-timeline-horizontal .k-timeline-track-wrap {
	position: relative;
	padding: 15px 0
}

.k-timeline-horizontal .k-timeline-track-wrap::after {
	top: auto;
	bottom: 18px;
	left: 28px;
	right: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 6px
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
	overflow: hidden;
	margin: 0 30px;
	position: relative;
	z-index: 2
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
	margin-bottom: 22px;
	position: relative;
	min-width: 60px
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	-ms-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg)
}

.k-timeline-horizontal .k-timeline-scrollable-wrap {
	padding-bottom: 3px;
	display: -ms-flexbox;
	display: flex;
	outline: 0
}

.k-timeline-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	bottom: 11px;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.k-timeline-arrow-left {
	left: 0
}

.k-timeline-arrow-right {
	right: 0
}

.k-timeline-mobile {
	padding: 0 16px;
	margin: 16px 0
}

.k-timeline-mobile .k-timeline-flag {
	max-width: 112px
}

.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
	display: none
}

.k-timeline-mobile.k-timeline-vertical {
	padding-left: 103px
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
	padding-left: 53px
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
	padding-left: 16px
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card {
	width: 100%
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card .k-card {
	width: auto
}

.k-timeline-mobile.k-timeline-vertical .k-card-actions>.k-button.k-flat:first-child {
	margin-left: 0
}

.k-timeline .k-timeline-flag {
	color: #fff;
	background-color: #f30a99
}

.k-timeline .k-timeline-circle {
	background-color: #f30a99
}

.k-timeline .k-timeline-card .k-card-header {
	background-color: #fff;
	color: #545454
}

.k-timeline .k-timeline-card .k-card-body {
	scrollbar-color: rgba(0, 0, 0, 0.08) #fff
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
	background: #fff
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.08)
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.15)
}

.k-timeline .k-timeline-date {
	color: #545454
}

.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
	opacity: 1;
	color: #909090;
	background-color: #f9f9f9;
	border-color: #f3f3f3
}

.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
	background-color: #f6f6f6;
	border-color: rgba(0, 0, 0, 0.08)
}

.k-timeline-horizontal .k-timeline-flag::after {
	background-color: #f30a99
}

.k-timeline-track-item.k-state-focus .k-timeline-circle {
	box-shadow: 0 3px 4px 0 rgba(243, 10, 153, 0.4)
}

.k-pdf-viewer {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-pdf-viewer .k-toolbar {
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-color: inherit;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	z-index: 2
}

.k-pdf-viewer .k-toolbar .k-pager-wrap {
	padding: 0;
	border-width: 0;
	color: inherit;
	background: none;
	overflow: visible
}

.k-pdf-viewer .k-list-scroller {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	outline: none
}

.k-pdf-viewer .k-list-scroller .k-enable-text-select {
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
	cursor: text
}

.k-pdf-viewer .k-list-scroller .k-enable-panning {
	cursor: grab
}

.k-pdf-viewer .k-list-scroller .k-enable-panning span::selection {
	background-color: transparent
}

.k-pdf-viewer .k-page {
	position: relative;
	margin: 30px auto
}

.k-pdf-viewer .k-page canvas {
	direction: ltr
}

.k-pdf-viewer .k-page .k-text-layer {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2;
	overflow: hidden
}

.k-pdf-viewer .k-page .k-text-layer>span {
	position: absolute;
	line-height: 1.2;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	color: transparent
}

.k-pdf-viewer .k-page .k-text-layer mark {
	color: transparent
}

.k-pdf-viewer-search-dialog {
	padding: 8px
}

.k-pdf-viewer-search-dialog .k-search-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 4px;
	margin: 0 8px;
	-ms-flex-align: center;
	align-items: center;
	background: none
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
	position: absolute;
	font-size: inherit
}

.k-ie .k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
	position: relative
}

.k-pdf-viewer-search-dialog .k-search-container .k-match-case-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 1.4285714286em;
	-ms-flex-pack: center;
	justify-content: center
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-matches {
	display: inline-block;
	min-width: 4.5em;
	margin: 0 8px 0 8px;
	vertical-align: middle
}

.k-pdf-viewer-search-dialog .k-search-container>.k-button {
	margin-left: 8px
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-dialog-draghandle {
	cursor: move;
	margin-left: 0
}

.k-pdf-viewer {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-pdf-viewer .k-canvas {
	background-color: #fafafa
}

.k-pdf-viewer .k-page {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08)
}

.k-pdf-viewer .k-search-highlight {
	background-color: #545454
}

.km-scrollview,
.km-scroll-container {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-collapse: separate
}

.km-scroll-wrapper {
	position: relative
}

.km-scroll-header {
	position: absolute;
	z-index: 1001;
	width: 100%;
	top: 0;
	left: 0
}

.km-scroller-pull {
	width: 100%;
	display: block;
	position: absolute;
	line-height: 3em;
	font-size: 1.4em;
	text-align: center;
	-webkit-transform: translate3d(0, -3em, 0);
	transform: translate3d(0, -3em, 0)
}

.km-scroller-pull .km-template {
	display: inline-block;
	min-width: 200px;
	text-align: left
}

.km-load-more .km-icon,
.km-widget .km-scroller-pull .km-icon {
	display: inline-block;
	height: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
	width: 2rem;
	font-size: 2rem;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -webkit-transform 300ms linear;
	transition: transform 300ms linear;
	transition: transform 300ms linear, -webkit-transform 300ms linear
}

.km-widget .km-scroller-release .km-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.km-widget .km-scroller-refresh .km-icon {
	transition: none
}

.km-touch-scrollbar {
	position: absolute;
	visibility: hidden;
	z-index: 200000;
	height: .4em;
	width: .4em;
	opacity: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity .3s linear
}

.k-map .km-touch-scrollbar,
.k-diagram .km-touch-scrollbar {
	display: none
}

.km-vertical-scrollbar {
	height: 100%;
	right: 2px;
	top: 0
}

.km-horizontal-scrollbar {
	width: 100%;
	left: 0;
	bottom: 2px
}

.km-touch-scrollbar {
	background-color: #333333
}

kendo-scrollview.k-scrollview-wrap,
kendo-scrollview.k-scrollview,
.k-widget.k-scrollview {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-scrollview-wrap .k-scrollview,
.k-scrollview .k-scrollview-wrap {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	white-space: nowrap
}

.k-scrollview-wrap .k-scrollview img,
.k-scrollview .k-scrollview-wrap img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.k-scrollview-wrap .k-scrollview>li,
.k-scrollview .k-scrollview-wrap>li {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.k-scrollview-wrap .k-scrollview>[data-role="page"],
.k-scrollview .k-scrollview-wrap>[data-role="page"] {
	vertical-align: top;
	display: inline-block;
	min-height: 1px
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(1),
kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(1),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(1),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(1),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-last-of-type(1),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-of-type(1) {
	width: 4px;
	height: 4px
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(2),
kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(2),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(2),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(2),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-last-of-type(2),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-of-type(2) {
	width: 6px;
	height: 6px
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(3),
kendo-scrollview.k-scrollview-wrap.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(3),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-last-of-type(3),
kendo-scrollview.k-scrollview.k-scrollview-multidot .k-scrollview-pageable>.k-button:nth-of-type(3),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-last-of-type(3),
.k-widget.k-scrollview.k-scrollview-multidot .k-scrollview-nav>.k-link:nth-of-type(3) {
	width: 8px;
	height: 8px
}

kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
kendo-scrollview.k-scrollview kendo-scrollview-pager,
.k-scrollview-nav-wrap {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	text-align: center
}

kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
kendo-scrollview.k-scrollview kendo-scrollview-pager {
	pointer-events: none
}

kendo-scrollview.k-scrollview-wrap .k-scrollview-nav,
kendo-scrollview.k-scrollview .k-scrollview-nav {
	pointer-events: initial
}

.k-scrollview-pageable,
.k-scrollview-nav {
	margin: 0;
	padding: 20px;
	max-width: 100%;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
	white-space: nowrap;
	list-style: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
	pointer-events: initial
}

.k-scrollview-pageable:focus,
.k-scrollview-nav:focus {
	outline: none
}

.k-scrollview-pageable>.k-button,
.k-scrollview-nav>.k-link {
	margin: 0 10px;
	padding: 0;
	width: 10px;
	height: 10px;
	border-width: 0;
	border-style: solid;
	border-radius: 50%;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	pointer-events: all;
	vertical-align: top
}

.k-scrollview-pageable>.k-button::before,
.k-scrollview-nav>.k-link::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: initial;
	border-radius: 0
}

.k-scrollview-next,
.k-scrollview-prev {
	display: table;
	position: absolute;
	padding: 0;
	height: 60%;
	top: 20%;
	text-decoration: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.k-scrollview-next .k-icon,
.k-scrollview-prev .k-icon {
	display: table-cell;
	overflow: visible;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 4.5em;
	font-weight: normal
}

.k-scrollview-prev {
	left: 0
}

.k-scrollview-next {
	right: 0
}

.k-scrollview-animation {
	transition-duration: .3s;
	transition-timing-function: ease-in-out
}

@supports (-webkit-user-select: none) {
	kendo-scrollview.k-scrollview-wrap ul.k-scrollview li>*,
	kendo-scrollview.k-scrollview ul.k-scrollview-wrap li>*,
	div.k-scrollview ul.k-scrollview-wrap li>* {
		pointer-events: auto
	}
}

@supports not (-webkit-user-select: none) {
	kendo-scrollview.k-scrollview-wrap ul.k-scrollview li>*,
	kendo-scrollview.k-scrollview ul.k-scrollview-wrap li>*,
	div.k-scrollview ul.k-scrollview-wrap li>* {
		pointer-events: none
	}
}

kendo-scrollview.k-scrollview-wrap,
kendo-scrollview.k-scrollview,
div.k-scrollview {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-dark kendo-scrollview-pager,
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-nav-wrap,
kendo-scrollview.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap,
div.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
div.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap {
	background-color: rgba(0, 0, 0, 0.2)
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-next,
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-prev,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-next,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-prev,
div.k-scrollview.k-scrollview-dark .k-scrollview-next,
div.k-scrollview.k-scrollview-dark .k-scrollview-prev {
	color: rgba(0, 0, 0, 0.2)
}

kendo-scrollview.k-scrollview-wrap.k-scrollview-light kendo-scrollview-pager,
kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
kendo-scrollview.k-scrollview.k-scrollview-light kendo-scrollview-pager,
kendo-scrollview.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap,
div.k-scrollview.k-scrollview-light kendo-scrollview-pager,
div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
	background-color: rgba(255, 255, 255, 0.2)
}

.k-scrollview:focus,
.k-scrollview-wrap:focus {
	outline: none
}

.k-scrollview-elements {
	color: #fff
}

.k-scrollview-next,
.k-scrollview-prev {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
	opacity: .7;
	outline-width: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-scrollview-next:focus,
.k-scrollview-next.k-state-focus,
.k-scrollview-prev:focus,
.k-scrollview-prev.k-state-focus {
	color: #fff;
	opacity: 1
}

.k-scrollview-next:focus .k-icon::before,
.k-scrollview-next.k-state-focus .k-icon::before,
.k-scrollview-prev:focus .k-icon::before,
.k-scrollview-prev.k-state-focus .k-icon::before {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-scrollview-next:hover,
.k-scrollview-next.k-state-hover,
.k-scrollview-prev:hover,
.k-scrollview-prev.k-state-hover {
	color: #fff;
	opacity: 1
}

.k-scrollview-pageable>.k-button,
.k-scrollview-nav>.k-link {
	background: #f6f6f6;
	border: rgba(0, 0, 0, 0.08);
	background-clip: padding-box
}

.k-scrollview-pageable>.k-button.k-primary,
.k-scrollview-nav>.k-link.k-primary {
	background: #f30a99;
	border: #f30a99
}

.k-scrollview-pageable>.k-button:focus,
.k-scrollview-pageable>.k-button.k-state-focused,
.k-scrollview-nav>.k-link:focus,
.k-scrollview-nav>.k-link.k-state-focused {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-scrollview-nav>.k-link:hover,
.k-scrollview-nav>.k-link.k-state-hover {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13)
}

.k-scrollview-pageable>.k-button {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08)
}

.k-barcode {
	display: inline-block
}

.k-var--chart-font {
	font-size: 14px
}

.k-var--chart-title-font {
	font-size: 1.143em
}

.k-var--chart-pane-title-font {
	font-size: .857em;
	font-weight: 400
}

.k-var--chart-label-font {
	font-size: .857em
}

.k-chart,
.k-sparkline,
.k-stockchart {
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-chart,
.k-stockchart {
	display: block;
	height: 400px
}

.k-chart-surface {
	height: 100%
}

.k-chart .k-popup {
	border-width: 0
}

.k-chart-tooltip-wrapper .k-animation-container-shown,
.k-chart-tooltip-wrapper.k-animation-container-shown {
	transition: left ease-in 80ms, top ease-in 80ms
}

.k-sparkline-tooltip-wrapper,
.k-chart-tooltip-wrapper {
	z-index: 12000
}

.k-sparkline-tooltip-wrapper>.k-popup,
.k-chart-tooltip-wrapper>.k-popup {
	padding: 0;
	border-width: 0;
	background: transparent
}

.k-chart-tooltip table {
	border-spacing: 0;
	border-collapse: collapse
}

.k-chart-tooltip {
	border-radius: 3px;
	font-size: 13.006px;
	line-height: 1.4285714286;
	padding: 4px 8px
}

.k-chart-tooltip th {
	width: auto;
	text-align: center;
	padding: 1px
}

.k-chart-tooltip td {
	width: auto;
	text-align: left;
	padding: 2px 4px;
	line-height: 1.4285714286;
	vertical-align: middle
}

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
	border-width: 1px;
	border-style: solid
}

.k-chart-shared-tooltip .k-chart-shared-tooltip-marker {
	display: block;
	width: 15px;
	height: 3px;
	vertical-align: middle
}

.k-selector {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.k-selection {
	position: absolute;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0
}

.k-selection-bg {
	position: absolute;
	width: 100%;
	height: 100%
}

.k-handle {
	border-radius: 50%;
	width: 22px;
	height: 22px;
	border-width: 1px;
	border-style: solid;
	z-index: 1;
	position: absolute;
	box-sizing: content-box
}

.k-handle div {
	width: 100%;
	height: 100%
}

.k-left-handle {
	left: -11px
}

.k-right-handle {
	right: -11px
}

.k-left-handle div {
	margin: -22px 0 0 -14.6666666667px;
	padding: 44px 29.3333333333px 0 0
}

.k-right-handle div {
	margin: -22px 0 0 -14.6666666667px;
	padding: 44px 0 0 29.3333333333px
}

.k-left-handle.k-handle-active div {
	margin-left: -44px;
	padding-left: 58.6666666667px
}

.k-right-handle.k-handle-active div {
	margin-left: -44px;
	padding-right: 58.6666666667px
}

.k-mask {
	position: absolute;
	height: 100%
}

.k-marquee {
	position: absolute;
	z-index: 100000
}

.k-marquee-color,
.k-marquee-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.k-navigator-hint div {
	position: absolute
}

.k-navigator-hint .k-scroll {
	border-radius: 3px;
	position: absolute;
	height: 4px
}

.k-navigator-hint .k-tooltip {
	margin-top: 20px;
	min-width: 160px;
	opacity: 1;
	text-align: center
}

.k-sparkline,
.k-sparkline span {
	display: inline-block;
	vertical-align: top
}

.k-sparkline span {
	height: 100%;
	width: 100%
}

.k-chart-dragging {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.k-chart-donut-center {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	border: 4px solid transparent;
	box-sizing: border-box
}

.k-pdf-export .k-chart .k-animation-container,
.k-pdf-export .k-sparkline .k-animation-container,
.k-pdf-export .k-stockchart .k-animation-container {
	display: none
}

.k-diagram {
	height: 600px
}

.k-diagram .km-scroll-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.k-diagram .km-scroll-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.k-canvas-container {
	width: 100%;
	height: 100%
}

.k-diagram img {
	box-sizing: content-box
}

.k-treemap {
	height: 400px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	display: block;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.k-treemap .k-treemap-tile {
	margin: -1px 0 0 -1px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid;
	border-color: inherit;
	color: inherit;
	background-color: inherit;
	overflow: hidden;
	position: absolute
}

.k-treemap>.k-treemap-tile {
	position: relative
}

.k-treemap .k-treemap-title {
	padding: 2px 4px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: inherit;
	font-size: 14px;
	background-position: 0 0;
	background-repeat: repeat-x
}

.k-treemap .k-treemap-title-vertical {
	padding: 4px 2px;
	width: 1.4285714286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 0;
	bottom: 0
}

.k-treemap .k-treemap-title-vertical>div {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 1em
}

.k-treemap .k-treemap-wrap {
	border-color: inherit;
	color: inherit;
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.k-treemap .k-treemap-title+.k-treemap-wrap {
	top: 25.0000000004px
}

.k-treemap .k-treemap-title-vertical+.k-treemap-wrap {
	left: 25.0000000004px
}

.k-treemap .k-leaf {
	padding: 4px
}

.k-gauge {
	text-align: left;
	position: relative
}

.k-arcgauge,
.k-circulargauge {
	display: inline-block
}

.k-arcgauge-label,
.k-circulargauge-label {
	position: absolute;
	text-align: center;
	padding: 0;
	margin: 0
}

.k-qrcode {
	display: inline-block
}

.k-var--accent {
	background-color: #f30a99
}

.k-var--accent-contrast {
	background-color: #fff
}

.k-var--primary {
	background-color: #f30a99
}

.k-var--primary-contrast {
	background-color: #fff
}

.k-var--base {
	background-color: #f6f6f6
}

.k-var--background {
	background-color: #fff
}

.k-var--border-radius {
	margin-top: 3px
}

.k-var--normal-background {
	background-color: #f6f6f6
}

.k-var--normal-text-color {
	background-color: #545454
}

.k-var--hover-background {
	background-color: #f7f7f7
}

.k-var--hover-text-color {
	background-color: #545454
}

.k-var--selected-background {
	background-color: #f30a99
}

.k-var--selected-text-color {
	background-color: #fff
}

.k-var--success {
	background-color: #5ec232
}

.k-var--info {
	background-color: #7759a0
}

.k-var--warning {
	background-color: #fdce3e
}

.k-var--error {
	background-color: #d51923
}

.k-var--series-a {
	background-color: #ff6358
}

.k-var--series-b {
	background-color: #ffd246
}

.k-var--series-c {
	background-color: #78d237
}

.k-var--series-d {
	background-color: #28b4c8
}

.k-var--series-e {
	background-color: #2d73f5
}

.k-var--series-f {
	background-color: #aa46be
}

.k-var--series-1 {
	background-color: #ff6358
}

.k-var--series-2 {
	background-color: #ffd246
}

.k-var--series-3 {
	background-color: #78d237
}

.k-var--series-4 {
	background-color: #28b4c8
}

.k-var--series-5 {
	background-color: #2d73f5
}

.k-var--series-6 {
	background-color: #aa46be
}

.k-var--series-7 {
	background-color: #ff8a82
}

.k-var--series-8 {
	background-color: #ffdd74
}

.k-var--series-9 {
	background-color: #9add69
}

.k-var--series-10 {
	background-color: #5ec7d6
}

.k-var--series-11 {
	background-color: #6296f8
}

.k-var--series-12 {
	background-color: #bf74ce
}

.k-var--series-13 {
	background-color: #bf4a42
}

.k-var--series-14 {
	background-color: #bf9e35
}

.k-var--series-15 {
	background-color: #5a9e29
}

.k-var--series-16 {
	background-color: #1e8796
}

.k-var--series-17 {
	background-color: #2256b8
}

.k-var--series-18 {
	background-color: #80358f
}

.k-var--series-19 {
	background-color: #ffb1ac
}

.k-var--series-20 {
	background-color: #ffe9a3
}

.k-var--series-21 {
	background-color: #bce99b
}

.k-var--series-22 {
	background-color: #94dae4
}

.k-var--series-23 {
	background-color: #96b9fa
}

.k-var--series-24 {
	background-color: #d5a3df
}

.k-var--series-25 {
	background-color: #80322c
}

.k-var--series-26 {
	background-color: #806923
}

.k-var--series-27 {
	background-color: #3c691c
}

.k-var--series-28 {
	background-color: #145a64
}

.k-var--series-29 {
	background-color: #173a7b
}

.k-var--series-30 {
	background-color: #55235f
}

.k-var--gauge-pointer {
	background-color: #f30a99
}

.k-var--gauge-track {
	background-color: #ebebeb
}

.k-var--chart-inactive {
	background-color: rgba(84, 84, 84, 0.5)
}

.k-var--chart-major-lines {
	background-color: rgba(0, 0, 0, 0.08)
}

.k-var--chart-minor-lines {
	background-color: rgba(0, 0, 0, 0.04)
}

.k-var--chart-area-opacity {
	opacity: .6
}

.k-var--chart-area-inactive-opacity {
	opacity: .1
}

.k-var--chart-line-inactive-opacity {
	opacity: .3
}

.k-var--chart-notes-background {
	background-color: rgba(0, 0, 0, 0.5)
}

.k-var--chart-notes-border {
	background-color: rgba(0, 0, 0, 0.5)
}

.k-var--chart-notes-lines {
	background-color: rgba(0, 0, 0, 0.5)
}

.k-var--chart-crosshair-background {
	background-color: rgba(0, 0, 0, 0.5)
}

.k-var--chart-error-bars-background {
	background-color: rgba(0, 0, 0, 0.5)
}

.k-chart,
.k-sparkline,
.k-stockchart {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: rgba(0, 0, 0, 0)
}

.k-chart .k-popup,
.k-sparkline .k-popup,
.k-stockchart .k-popup {
	background: transparent
}

.k-chart-tooltip {
	color: #fff
}

.k-chart-tooltip-inverse {
	color: #000
}

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
	color: #545454;
	background-color: #f6f6f6;
	border-color: rgba(0, 0, 0, 0.08)
}

.k-selection {
	border-color: rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15)
}

.k-selection-bg {
	background-color: transparent
}

.k-handle {
	cursor: e-resize;
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-handle:hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: #545454;
	background-color: #f7f7f7;
	background-image: linear-gradient(#f7f7f7, #f2f2f2)
}

.k-handle div {
	background-color: transparent
}

.k-mask {
	background-color: #fff;
	opacity: .8
}

.k-marquee-color {
	background-color: #ff6358
}

.k-marquee-color {
	opacity: .6
}

.k-treemap {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-treemap .k-treemap-title {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6
}

.k-treemap .k-leaf {
	color: #fff
}

.k-treemap .k-leaf.k-inverse {
	color: #545454
}

.k-treemap .k-leaf.k-state-hover {
	box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08)
}

.k-map {
	height: 600px;
	border-width: 0px;
	border-style: solid;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit
}

.k-map .km-scroll-wrapper {
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute
}

.k-map .km-scroll-container {
	height: 100%
}

.k-map .k-touch-scrollbar {
	display: none
}

.k-map .k-layer {
	position: absolute;
	left: 0;
	top: 0
}

.k-map .k-marker {
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	font-size: 32px;
	cursor: pointer;
	position: absolute;
	overflow: visible
}

.k-map .k-attribution {
	padding: 2px 4px;
	border-width: 0;
	font-size: 10.5px;
	z-index: 1000
}

.k-map-controls {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.k-navigator {
	margin: 1em;
	width: 52px;
	height: 52px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative
}

.k-pdf-export .k-navigator {
	display: none
}

.k-navigator .k-button {
	margin: 0;
	padding: 0;
	border-radius: 100%;
	line-height: 1;
	box-shadow: none;
	position: absolute
}

.k-navigator .k-button:not(:hover) {
	border-color: transparent;
	background: none
}

.k-navigator .k-navigator-up {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 2px;
	left: 50%
}

.k-navigator .k-navigator-right {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	top: 50%
}

.k-navigator .k-navigator-down {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2px;
	left: 50%
}

.k-navigator .k-navigator-left {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2px;
	top: 50%
}

.k-zoom-control {
	margin: 1em;
	border: 0;
	background: none;
	display: -ms-flexbox;
	display: flex
}

.k-pdf-export .k-zoom-control {
	display: none
}

.k-zoom-control .k-button {
	padding: 4px
}

.k-map {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #fff
}

.k-map .k-navigator {
	border-color: rgba(0, 0, 0, 0.08);
	color: #545454;
	background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #f1f1f1)
}

.k-map .k-marker {
	color: #f30a99
}

.k-map .k-attribution {
	background-color: rgba(255, 255, 255, 0.8)
}

